X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-volta-repeat.ly;h=b19a9a7c5fc5f9602a7d2b7458f94a33599f1436;hb=08c1ead90d9f49e66ce54208639fb9ef48ca52a6;hp=570d49b72dc4a986ecf8aee35e41afefef36094c;hpb=5956be580d291c1460f1c4b5f6e4a1c3e6549602;p=lilypond.git diff --git a/input/regression/grace-volta-repeat.ly b/input/regression/grace-volta-repeat.ly index 570d49b72d..b19a9a7c5f 100644 --- a/input/regression/grace-volta-repeat.ly +++ b/input/regression/grace-volta-repeat.ly @@ -1,22 +1,25 @@ -\version "2.3.16" +\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{ - \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 | + + } + } + +