X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-beam.ly;h=8566a522ea22540fb56be987374f66b5f684832b;hb=6f3f8f0fceed3b318c2572337e7dca83e4a11f6c;hp=c97d17fd4c3f4406acb8b39d0b435c7281443138;hpb=aa76d0de152265e9913d7dc67c4fd8d923aec04b;p=lilypond.git diff --git a/input/regression/grace-beam.ly b/input/regression/grace-beam.ly index c97d17fd4c..8566a522ea 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.1" -\score { \notes\relative c'' { c4 d8[ \grace { e32[ d c d] } e8] e[ e \grace { f16 } e8 e] }} +\version "2.17.28" +\relative c'' { + c4 d8[ + \grace { e32 d c d } e8] + e[ e + \grace { f16 } e8 e] +}