X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-short-notes.ly;h=47786b0d34bbb7d8adb614087435bd18f6f5c51a;hb=c0a47b91cd930053074d42363047a77b889e05f7;hp=a4d95d0ed81c93c68c691ed0eaa352facc82032b;hpb=51159f8679de00e6cd526ca2a16e1ea4d4294f81;p=lilypond.git diff --git a/input/regression/spacing-short-notes.ly b/input/regression/spacing-short-notes.ly index a4d95d0ed8..47786b0d34 100644 --- a/input/regression/spacing-short-notes.ly +++ b/input/regression/spacing-short-notes.ly @@ -1,25 +1,27 @@ -\version "2.3.4" +\version "2.14.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, the 16th notes get 1/2 of the space of an eigth note. +their duration. So, the 16th notes get 1/2 of the space of an eighth note. The total distance for a 16th (which includes note head) is 3/4 of the eighth note. " } -\score { \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} -} + +