X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-beam.ly;h=58ed78abcd5a08d3ffd59669dca600d4b2ed0f18;hb=62b4f8efffd12dcf7acfa9376ae153fcd0c6a61f;hp=7d375e26e6a61a70374eac8297cfa13554104a3a;hpb=197f00037dc4c9e7bd17368f50d11dd8cde7a994;p=lilypond.git diff --git a/input/regression/grace-beam.ly b/input/regression/grace-beam.ly index 7d375e26e6..58ed78abcd 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 "2.1.22" -\score { \notes\relative c'' { c4 d8[ \grace { e32[ d c d] } e8] e[ e \grace { f16 } e8 e] }} +\version "2.10.0" +\relative c'' { + c4 d8[ + \grace { e32[ d c d] } e8] + e[ e + \grace { f16 } e8 e] +}