X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fgrace-volta-repeat.ly;h=a24e2e15381243447eb5f6d44a470c8b8013820f;hb=bbd867ad3a65bb46645152041289323e7b5da9a7;hp=9e0973aa93c4c34f943cb32dac4907d3473b2b62;hpb=7bb33a8e7df9d526bff3cb525045e218c9759e88;p=lilypond.git diff --git a/input/regression/grace-volta-repeat.ly b/input/regression/grace-volta-repeat.ly index 9e0973aa93..a24e2e1538 100644 --- a/input/regression/grace-volta-repeat.ly +++ b/input/regression/grace-volta-repeat.ly @@ -1,22 +1,25 @@ -\version "2.1.7" +\version "2.12.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 | + + } + } + +