X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-types.ly;h=af01d366117f72cc5342ff7883284b23e29b329c;hb=3125ddd39e6a956e00ec12da79ceabec8b22199f;hp=f2278e7d3872285d4facabe9e4127bc218fdba84;hpb=7e8d660df15820c540b74a4ab74d175284cd9008;p=lilypond.git diff --git a/input/regression/grace-types.ly b/input/regression/grace-types.ly index f2278e7d38..af01d36611 100644 --- a/input/regression/grace-types.ly +++ b/input/regression/grace-types.ly @@ -1,15 +1,18 @@ -\version "2.1.30" +\version "2.10.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 } +