X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-beam.ly;h=9089d64dd08dee1cc06f6b3c1086041af78ff1cd;hb=90875da23e480d263aecd479d5454b816d47dd8b;hp=ffc86350c79fe3c4125b74a18437d79312ab196a;hpb=4c8187e65dd9708d7733692842acc696da121bf1;p=lilypond.git diff --git a/input/regression/grace-beam.ly b/input/regression/grace-beam.ly index ffc86350c7..9089d64dd0 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.7" -\score { \notes\relative c'' { c4 d8[ \grace { e32[ d c d] } e8] e[ e \grace { f16 } e8 e] }} +\version "2.12.0" +\relative c'' { + c4 d8[ + \grace { e32[ d c d] } e8] + e[ e + \grace { f16 } e8 e] +}