X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-end.ly;h=4d8b50fa9296cb8a3f67ff6754cec67c48ae4a49;hb=c790b5919ec06fb292e380a2d3d7856e86f16417;hp=b1c572f64a4059631e35a3e246e245b90edc7c12;hpb=30c15d67dcc56919da38c9b5bdfda0684c1fc964;p=lilypond.git diff --git a/input/regression/grace-end.ly b/input/regression/grace-end.ly index b1c572f64a..4d8b50fa92 100644 --- a/input/regression/grace-end.ly +++ b/input/regression/grace-end.ly @@ -1,22 +1,24 @@ -\version "1.9.1" +\version "2.10.0" \header { - texidoc="@cindex Grace End + texidoc="@cindex Grace End Grace notes after the last note do not confuse the timing code." } -\score { - \context Voice \notes\relative c' { - - c4 \grace { d16[ d16] } - - } - \paper { - raggedright = ##t - } - \midi { } +\layout { + ragged-right = ##t } + + +\context Voice \relative c' { + + c4 \grace { d16[ d16] } + +} + + +