X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-volta-repeat.ly;h=b19a9a7c5fc5f9602a7d2b7458f94a33599f1436;hb=89ba9ef67ab5618660965c67bcd2bf0b813738f5;hp=10ea1b4d7ad023917bb9a5afeda2ec7a6970b6ee;hpb=955f829883aa125b2b633b1e71f6256da5b773fa;p=lilypond.git diff --git a/input/regression/grace-volta-repeat.ly b/input/regression/grace-volta-repeat.ly index 10ea1b4d7a..b19a9a7c5f 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.0" +\version "2.17.28" \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 | + + } + } + +