X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-grace-duration.ly;h=b63df41f66c5dfe46e1494a1b15e9849f2df1bd0;hb=3e53cd8e8cb4603013e0851135211c80f8a32442;hp=9bca598194602e2708fb2b4df4b735e02242d7ea;hpb=7e8d660df15820c540b74a4ab74d175284cd9008;p=lilypond.git diff --git a/input/regression/spacing-grace-duration.ly b/input/regression/spacing-grace-duration.ly index 9bca598194..b63df41f66 100644 --- a/input/regression/spacing-grace-duration.ly +++ b/input/regression/spacing-grace-duration.ly @@ -1,23 +1,25 @@ -\version "2.1.30" +\version "2.10.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} -} + +