X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-grace-duration.ly;h=a4b7e4767f59740d487042d4f4e7b0802cd99612;hb=5f1ba5207c742fcf6dcbd9121bb749c7d58f098b;hp=1399d6982232821477dab370fd7e768f7c4a19ab;hpb=06b1da466f99f6c4a01ee6a3e611d25bd5359d4c;p=lilypond.git diff --git a/input/regression/spacing-grace-duration.ly b/input/regression/spacing-grace-duration.ly index 1399d69822..a4b7e4767f 100644 --- a/input/regression/spacing-grace-duration.ly +++ b/input/regression/spacing-grace-duration.ly @@ -1,23 +1,25 @@ -\version "2.3.17" +\version "2.19.21" \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 +\context Voice { - c8[ c8] - \grace { b16 } - c8[ c8] c8[ c8] + c''8[ c8] + \grace { b16 } + c8[ c8] c8[ c8] } - \paper { raggedright = ##t} -} + +