X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-start.ly;h=d8838b2b1b07ab9725a5509d47aac00600e27576;hb=c96554f25f55ed14f893e492a6d8e2317d26b244;hp=5c0c5dff6701a9fdf653ac8a3b6d1a8a333d012a;hpb=6bf1606d827527f02953add0988a4fbbf0dc0c4e;p=lilypond.git diff --git a/input/regression/grace-start.ly b/input/regression/grace-start.ly index 5c0c5dff67..d8838b2b1b 100644 --- a/input/regression/grace-start.ly +++ b/input/regression/grace-start.ly @@ -1,11 +1,17 @@ + +\version "2.12.0" \header { -texidoc = "Pieces may begin with grace notes." + texidoc = "Pieces may begin with grace notes." } -\score {\notes \relative c' \context Staff { - \grace { [a'16 f] } g1 - \bar "||" % test if | and || are synced. - \grace { [a16 bes] } c1 - \bar "||" % test if | and || are synced. - } - \paper { linewidth = -1. } + +\layout { ragged-right = ##t} + +\relative c' \context Staff { + \grace { a'16[ f] } g1 + \bar "||" % test if | and || are synced. + \grace { a16[ bes] } c1 + \bar "||" % test if | and || are synced. } + + +