X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-volta-repeat.ly;h=d891be1da7078413edd6ba8ffc0cf801b4342dfa;hb=0fb49264de3177b1bde8677e32e3cb1cb712f8f9;hp=6149cee71ba1ef5fd74410185f532c9dafab8a9d;hpb=be9d398d705ecf2308e10864e37c6f1315c78ec9;p=lilypond.git diff --git a/input/regression/grace-volta-repeat.ly b/input/regression/grace-volta-repeat.ly index 6149cee71b..d891be1da7 100644 --- a/input/regression/grace-volta-repeat.ly +++ b/input/regression/grace-volta-repeat.ly @@ -1,21 +1,25 @@ -\version "1.5.68" +\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 { linewidth = -1. } - } +\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 | + + } + } + + +