X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-grace-duration.ly;h=70f4f9b522f9728bd297bc11e3a3a08706ac140a;hb=26a079ca2393d053315ef8dbef626c897dc9645a;hp=b67f5c13155275103e2b85e9c11a8bd6675b21a6;hpb=9c31b0d42a407a412a324a6586cfb0437de4bfd8;p=lilypond.git diff --git a/input/regression/spacing-grace-duration.ly b/input/regression/spacing-grace-duration.ly index b67f5c1315..70f4f9b522 100644 --- a/input/regression/spacing-grace-duration.ly +++ b/input/regression/spacing-grace-duration.ly @@ -1,23 +1,25 @@ -\version "2.1.36" +\version "2.16.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} -} + +