X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-grace-duration.ly;h=a4b7e4767f59740d487042d4f4e7b0802cd99612;hb=5944d20489bb5b8e4c4907fa3b3bcae9ec275ccb;hp=7e98fd4396879d4f5504f7244567ec39c8557d1b;hpb=3db08de4502e30616808fc348b054d32822e5cc4;p=lilypond.git diff --git a/input/regression/spacing-grace-duration.ly b/input/regression/spacing-grace-duration.ly index 7e98fd4396..a4b7e4767f 100644 --- a/input/regression/spacing-grace-duration.ly +++ b/input/regression/spacing-grace-duration.ly @@ -1,22 +1,25 @@ -\version "1.7.18" + +\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} -} + +