X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fgrace-beam.ly;h=3d97e210d82dab11c88ff06452a705333fe561b9;hb=6cdba57f41aacc76397ab921972d91345990c770;hp=8a51accbc9f31653b535643e2c294aa1e2e144ae;hpb=d6ea2dbcdb39dd65c7fd423782fa31ccbdaf34a9;p=lilypond.git diff --git a/input/regression/grace-beam.ly b/input/regression/grace-beam.ly index 8a51accbc9..3d97e210d8 100644 --- a/input/regression/grace-beam.ly +++ b/input/regression/grace-beam.ly @@ -1,14 +1,19 @@ \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.1" -\score { \notes\relative c'' { c4 d8[ \grace { e32[ d c d] } e8] e[ e \grace { f16 } e8 e] }} +\version "2.14.0" +\relative c'' { + c4 d8[ + \grace { e32[ d c d] } e8] + e[ e + \grace { f16 } e8 e] +}