X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-types.ly;h=95994537f4a3de518c7109320556523067c36dff;hb=785c8ae021ddb22677291aa9ed7bc815d97fdd27;hp=b71cdf6ad9e81138f826a512ded1e808fffdd440;hpb=3684e949054183e4a31e17f5e7ab0bf30da0123e;p=lilypond.git diff --git a/input/regression/grace-types.ly b/input/regression/grace-types.ly index b71cdf6ad9..95994537f4 100644 --- a/input/regression/grace-types.ly +++ b/input/regression/grace-types.ly @@ -1,15 +1,18 @@ -\version "2.2.0" +\version "2.7.39" \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 } +