X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-grace-duration.ly;h=a4b7e4767f59740d487042d4f4e7b0802cd99612;hb=5f1ba5207c742fcf6dcbd9121bb749c7d58f098b;hp=cc2d6ac70497df4c406a49fbfa879551d2bebfd9;hpb=e9bd265943d37689b1a6892217cb6f67bbe69f73;p=lilypond.git diff --git a/input/regression/spacing-grace-duration.ly b/input/regression/spacing-grace-duration.ly index cc2d6ac704..a4b7e4767f 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.1" + +\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 { \notes \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} -} + +