X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-short-notes.ly;h=0514305d023865f7268af7c62869730251fe619a;hb=3e51ccc229f58ecffab9a6dc1325bd232786df42;hp=5bf461c9973da1745cf6d2a5424ce49ab98bbcb4;hpb=d2e7425b88e579fe53989106965fa13eab551c92;p=lilypond.git diff --git a/input/regression/spacing-short-notes.ly b/input/regression/spacing-short-notes.ly index 5bf461c997..0514305d02 100644 --- a/input/regression/spacing-short-notes.ly +++ b/input/regression/spacing-short-notes.ly @@ -1,25 +1,27 @@ -\version "1.9.8" +\version "2.11.51" \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} -} + +