X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-grace-duration.ly;h=1961cd845bcdf325bd6d8cda059b02be564c6d39;hb=6a1f558672bd534fdadc7ae559c8711c0ccb21ea;hp=deaafd902cc4d73d578a1ac01c86f4ce10cdb46a;hpb=ecaf73bb03e974018c17e3051b3ac3a805dd1653;p=lilypond.git diff --git a/input/regression/spacing-grace-duration.ly b/input/regression/spacing-grace-duration.ly index deaafd902c..1961cd845b 100644 --- a/input/regression/spacing-grace-duration.ly +++ b/input/regression/spacing-grace-duration.ly @@ -1,23 +1,25 @@ -\version "2.1.28" +\version "2.14.0" \header { - texidoc = "Spacing uses the duration of the notes, but disregards + texidoc = "Spacing uses the duration of the notes, but disregards grace notes for this. In this example, the 8ths around the grace are spaced exactly as the other 8th notes. " } -\score { \notes \relative c'' - \context Voice +\layout { ragged-right = ##t} + +\relative c'' +\context Voice { - c8[ c8] - \grace { b16 } - c8[ c8] c8[ c8] + c8[ c8] + \grace { b16 } + c8[ c8] c8[ c8] } - \paper { raggedright = ##t} -} + +