diff --git a/EtchBendLines/Program.cs b/EtchBendLines/Program.cs index 163e603..31be9dd 100644 --- a/EtchBendLines/Program.cs +++ b/EtchBendLines/Program.cs @@ -142,7 +142,7 @@ namespace EtchBendLines if (bendNote == null) continue; - var note = bendNote.Value.ToUpper(); + var note = bendNote.Value.ToUpper().Replace("SHARP", "R0"); if (note.Contains("UP")) bendline.Direction = BendDirection.Up;