File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
app/src/main/java/org/audiveris/omr/sig/relation Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ public boolean isSingleSource ()
8585 @ Override
8686 public boolean isSingleTarget ()
8787 {
88- return true ;
88+ return false ; // A chord can have several ornaments
8989 }
9090
9191 //~ Static Methods -----------------------------------------------------------------------------
@@ -122,12 +122,16 @@ private static class Constants
122122 0.75 ,
123123 "Maximum horizontal gap between ornament center & chord" );
124124
125- private final Scale .Fraction xGapMax_p1 = new Scale .Fraction (1.2 , "Idem for profile 1" );
125+ private final Scale .Fraction xGapMax_p1 = new Scale .Fraction ( //
126+ 1.2 ,
127+ "Idem for profile 1" );
126128
127129 private final Scale .Fraction yGapMax = new Scale .Fraction (
128- 2 .0 ,
130+ 3 .0 ,
129131 "Maximum vertical gap between ornament center & chord" );
130132
131- private final Scale .Fraction yGapMax_p1 = new Scale .Fraction (3.0 , "Idem for profile 1" );
133+ private final Scale .Fraction yGapMax_p1 = new Scale .Fraction ( //
134+ 4.0 ,
135+ "Idem for profile 1" );
132136 }
133137}
You can’t perform that action at this time.
0 commit comments