X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-grace-duration.ly;h=700bb6867d3a86f2a488d9e1c1c05e132c04673d;hb=f41cda4ec41e017c27a6e1d7893a7ce6fb87b1a8;hp=68f76dcf602bb28305e3c17025845c474d32e329;hpb=be9d398d705ecf2308e10864e37c6f1315c78ec9;p=lilypond.git diff --git a/input/regression/spacing-grace-duration.ly b/input/regression/spacing-grace-duration.ly index 68f76dcf60..700bb6867d 100644 --- a/input/regression/spacing-grace-duration.ly +++ b/input/regression/spacing-grace-duration.ly @@ -1,21 +1,25 @@ -\version "1.5.68" + +\version "2.11.51" \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. } -} + + +