X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-grace-duration.ly;h=4be60dcf325dc6a81650b7db4db8b4ac3aa4d708;hb=3644a6921a6dcde268d46459cdf062672ed992f4;hp=b52c58748757f14bced02326ee5bc5e18de28aa1;hpb=2b4664417d36bed2b408d769e3dfd96732710d54;p=lilypond.git diff --git a/input/regression/spacing-grace-duration.ly b/input/regression/spacing-grace-duration.ly index b52c587487..4be60dcf32 100644 --- a/input/regression/spacing-grace-duration.ly +++ b/input/regression/spacing-grace-duration.ly @@ -1,22 +1,25 @@ -\version "1.7.6" + +\version "2.7.39" \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 { linewidth = -1. } -} -%% new-chords-done %% + + +