X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-types.ly;h=0885a04fc9b9d1e69c592f29779b553d26f12ce3;hb=bb60fc150a2867514166610649574547a830a774;hp=3ece3a658a31d56c41ac6cdc4628e7daf80af6ee;hpb=49be49dd2e86c0d654e2032a57fd5072d0ad7dcb;p=lilypond.git diff --git a/input/regression/grace-types.ly b/input/regression/grace-types.ly index 3ece3a658a..0885a04fc9 100644 --- a/input/regression/grace-types.ly +++ b/input/regression/grace-types.ly @@ -1,15 +1,18 @@ -\version "2.1.22" +\version "2.12.0" \header { texidoc = "There are three different kinds of grace types: the base grace switches to smaller type, the appoggiatura inserts also a slur, and the acciaccatura inserts a slur and slashes the stem." } -\score { - \notes \relative c'' { c4 \grace { d8 } c4 - \appoggiatura { d8 } c - \acciaccatura { d } c - } - +\layout { + ragged-right = ##t +} + +\relative c'' { + c4 \grace { d8 } c4 + \appoggiatura { d8 } c + \acciaccatura { d } c } +