X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-types.ly;h=33d7a302648f5c43136c61d3a0067cf00a89c68b;hb=e05dfb628c1538474852a968adad74c1d518199a;hp=b8e056e81208bd15c10de87021fa23bd28d835f7;hpb=d2e7425b88e579fe53989106965fa13eab551c92;p=lilypond.git diff --git a/input/regression/grace-types.ly b/input/regression/grace-types.ly index b8e056e812..33d7a30264 100644 --- a/input/regression/grace-types.ly +++ b/input/regression/grace-types.ly @@ -1,14 +1,18 @@ -\version "1.9.8" +\version "2.19.21" \header { - texidoc = "Different grace types explained: the base grace switches to smaller type. The appoggiatura also inserts a slur, and the + 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''4 \grace { d8 } c4 + \appoggiatura { d8 } c + \acciaccatura { d } c } +