X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-grace-duration.ly;h=700bb6867d3a86f2a488d9e1c1c05e132c04673d;hb=0d9d01963bb242297f53b733957b2ca72fb9636d;hp=19f9939a96f58595cd87d2b9b5a9dc954ff20596;hpb=641486a1a5522a9e66b470d8c762a1f789219573;p=lilypond.git diff --git a/input/regression/spacing-grace-duration.ly b/input/regression/spacing-grace-duration.ly index 19f9939a96..700bb6867d 100644 --- a/input/regression/spacing-grace-duration.ly +++ b/input/regression/spacing-grace-duration.ly @@ -1,23 +1,25 @@ -\version "2.4.0" +\version "2.11.51" \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 { \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] } - \layout { raggedright = ##t} -} + +