X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-grace-duration.ly;h=e7b7b936a4ddcadc877642ef8c5f2340d2f47ec3;hb=e804710e1fe0070ea072d4e1fbf3e534cf951d09;hp=a5ddf4a08d5396ba202bdfe1bc9e4a1b44dedbc8;hpb=955f829883aa125b2b633b1e71f6256da5b773fa;p=lilypond.git diff --git a/input/regression/spacing-grace-duration.ly b/input/regression/spacing-grace-duration.ly index a5ddf4a08d..e7b7b936a4 100644 --- a/input/regression/spacing-grace-duration.ly +++ b/input/regression/spacing-grace-duration.ly @@ -1,23 +1,25 @@ -#(ly:set-option 'old-relative) -\version "1.9.0" + +\version "2.12.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} -} + +