X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-beam.ly;h=3b327fd043fbce33beaa01748d9ef2775f85777c;hb=785c8ae021ddb22677291aa9ed7bc815d97fdd27;hp=44e363918a0667d956c8deed282c7ae348472a1e;hpb=955f829883aa125b2b633b1e71f6256da5b773fa;p=lilypond.git diff --git a/input/regression/grace-beam.ly b/input/regression/grace-beam.ly index 44e363918a..3b327fd043 100644 --- a/input/regression/grace-beam.ly +++ b/input/regression/grace-beam.ly @@ -1,14 +1,19 @@ -#(ly:set-option 'old-relative) + \header { -texidoc = "Grace beams and normal beams may occur simultaneously. + texidoc = "Grace beams and normal beams may occur simultaneously. Unbeamed grace notes are not put into normal beams. " } - \paper { raggedright= ##t } +\layout { ragged-right= ##t } -\version "1.9.0" -\score { \notes\relative c'' { c4 d8-[ \grace { e32-[ d c d] } e8] e-[ e \grace { f16 } e8 e] }} +\version "2.7.39" +\relative c'' { + c4 d8[ + \grace { e32[ d c d] } e8] + e[ e + \grace { f16 } e8 e] +}