X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fgrace-volta-repeat.ly;h=d891be1da7078413edd6ba8ffc0cf801b4342dfa;hb=f85bd1dd9922bca9fd822549743b8d9524aadced;hp=709fd62189e1e00f6db4628e6bacc52ae1adaed2;hpb=9c31b0d42a407a412a324a6586cfb0437de4bfd8;p=lilypond.git diff --git a/input/regression/grace-volta-repeat.ly b/input/regression/grace-volta-repeat.ly index 709fd62189..d891be1da7 100644 --- a/input/regression/grace-volta-repeat.ly +++ b/input/regression/grace-volta-repeat.ly @@ -1,22 +1,25 @@ -\version "2.1.36" +\version "2.10.0" \header { - texidoc = "Repeated music can start with grace notes. Bar checks + texidoc = "Repeated music can start with grace notes. Bar checks preceding the grace notes do not cause synchronization effects. " } -\score{ - \notes\relative c''{\key a \minor \time 2/4 - \repeat "volta" 2 { - \grace { a16[ b] } c4 c4 | - \grace { d16[ b] } c4 c4 | - - } - } - \paper { raggedright = ##t} - } +\layout { ragged-right = ##t} + + + +\relative c''{\key a \minor \time 2/4 + \repeat "volta" 2 { + \grace { a16[ b] } c4 c4 | + \grace { d16[ b] } c4 c4 | + + } + } + +