X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-short-notes.ly;h=c6e28ebe7691a13458988614a56c66e8012d0ac6;hb=a61dccceef1804b6ef2c616b8b04a53446e5d80f;hp=ff1c50c1c9d99f3f22a1960245dcbb05fbec6dbc;hpb=955f829883aa125b2b633b1e71f6256da5b773fa;p=lilypond.git diff --git a/input/regression/spacing-short-notes.ly b/input/regression/spacing-short-notes.ly index ff1c50c1c9..c6e28ebe76 100644 --- a/input/regression/spacing-short-notes.ly +++ b/input/regression/spacing-short-notes.ly @@ -1,25 +1,27 @@ -#(ly:set-option 'old-relative) -\version "1.9.0" + +\version "2.10.0" \header { - -texidoc = "Notes that are shorter than the common shortest note, Get a + + texidoc = "Notes that are shorter than the common shortest note get a space (i.e. without the space needed for the note) proportional to -their duration. So 16th notes get 1/2 of the space of an eigth note. -The total distance for a 16th is (including note head) is 3/4 of the +their duration. So, the 16th notes get 1/2 of the space of an eigth note. +The total distance for a 16th (which includes note head) is 3/4 of the eighth note. " } -\score { \notes \relative c'' +\layout { ragged-right = ##t} + +\relative c'' { - \time 2/4 - c16 c c c c4 c4 - c8 c8 c8 c8 - c8 c8 c4 - c8 c8 c4 + \time 2/4 + c16 c c c c4 c4 + c8 c8 c8 c8 + c8 c8 c4 + c8 c8 c4 } - \paper { raggedright = ##t} -} + +