Skip to content

Commit

Permalink
Cross-head shape added to the shapes not crossable by curves
Browse files Browse the repository at this point in the history
  • Loading branch information
hbitteur committed Apr 5, 2022
1 parent 6662322 commit 40492b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/org/audiveris/omr/sheet/curve/Skeleton.java
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ public BufferedImage buildSkeleton ()
Arrays.asList(
Shape.WHOLE_NOTE,
Shape.WHOLE_NOTE_SMALL,
Shape.NOTEHEAD_CROSS,
Shape.NOTEHEAD_BLACK,
Shape.NOTEHEAD_BLACK_SMALL,
Shape.NOTEHEAD_VOID,
Expand Down

0 comments on commit 40492b9

Please sign in to comment.