Explorar o código

disallow first measure left repeat by default

currently still has some issues e.g. with the default player piece showing a repeat
sschmidTU %!s(int64=2) %!d(string=hai) anos
pai
achega
85a90755bb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/MusicalScore/Graphical/EngravingRules.ts

+ 1 - 1
src/MusicalScore/Graphical/EngravingRules.ts

@@ -679,7 +679,7 @@ export class EngravingRules {
         this.GlissandoDefaultWidth = 0.1;
 
         // Repetitions
-        this.RepetitionAllowFirstMeasureBeginningRepeatBarline = true;
+        this.RepetitionAllowFirstMeasureBeginningRepeatBarline = false;
         this.RepetitionEndingLabelHeight = 2.0;
         this.RepetitionEndingLabelXOffset = 0.5;
         this.RepetitionEndingLabelYOffset = 0.3;