X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-nest4.ly;h=35549d34754427ea14be0e7605f2e16b3b5efadd;hb=29b060250128c577ab8f3cc4837d35b4ace625bf;hp=416983ba1ca57028039a7e1580246f33e369d985;hpb=8e300d9598c6f54cb18d8bc8cd0458fa1028d8b9;p=lilypond.git diff --git a/input/regression/grace-nest4.ly b/input/regression/grace-nest4.ly index 416983ba1c..35549d3475 100644 --- a/input/regression/grace-nest4.ly +++ b/input/regression/grace-nest4.ly @@ -1,14 +1,19 @@ +\version "2.10.0" \header { -texidoc = "Another combination of grace note nesting." + texidoc = "Also in the nested syntax here, grace notes appear rightly." } -\score { \notes \context Voice { +\layout { ragged-right = ##t } - < - { \grace g32 f4 } - > - \grace c16 c2. \bar "|." -} +\context Voice \relative c'' { + + << + { \grace g32 f4 } + >> + \grace c16 c2. \bar "|." } + + +