Skip to content

Commit

Permalink
Small heads discarded by default
Browse files Browse the repository at this point in the history
  • Loading branch information
hbitteur committed May 9, 2017
1 parent 199acd9 commit 43e43d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/org/audiveris/omr/glyph/ShapeSet.java
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,7 @@ private static final class Constants
//~ Instance fields ------------------------------------------------------------------------

private final Constant.Boolean supportSmallHeadNotes = new Constant.Boolean(
true,
false, //true,
"Should we support NOTEHEAD_BLACK_SMALL shape?");

private final Constant.Boolean supportSmallVoidNotes = new Constant.Boolean(
Expand Down

0 comments on commit 43e43d6

Please sign in to comment.