X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-volta-repeat.ly;h=d891be1da7078413edd6ba8ffc0cf801b4342dfa;hb=c1ea7b13aea6297018375ed3571753a6c36714ab;hp=4c659e93cdd841655dc24e0e519f132c553b9050;hpb=70048d99398924e7ca0eb481925145ec243700c5;p=lilypond.git diff --git a/input/regression/grace-volta-repeat.ly b/input/regression/grace-volta-repeat.ly index 4c659e93cd..d891be1da7 100644 --- a/input/regression/grace-volta-repeat.ly +++ b/input/regression/grace-volta-repeat.ly @@ -1,23 +1,25 @@ -#(ly:set-option 'old-relative) -\version "1.9.4" +\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[( c] } c,4 c4 | - \grace { e'16[( gis] } c,4 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 | + + } + } + +