Handle sharp bends
This commit is contained in:
@@ -142,7 +142,7 @@ namespace EtchBendLines
|
|||||||
if (bendNote == null)
|
if (bendNote == null)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
var note = bendNote.Value.ToUpper();
|
var note = bendNote.Value.ToUpper().Replace("SHARP", "R0");
|
||||||
|
|
||||||
if (note.Contains("UP"))
|
if (note.Contains("UP"))
|
||||||
bendline.Direction = BendDirection.Up;
|
bendline.Direction = BendDirection.Up;
|
||||||
|
|||||||
Reference in New Issue
Block a user