X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-short-notes.ly;h=c556abafd3d739c25f378aa534d7e95e22e5e03f;hb=32a34dcef0c0041c6d62677487a380b5c8b85712;hp=d68e75495629eb90e990ba79f24b9a5510862d9d;hpb=34eb783cd6b1af2fd7cf2c573ec9dc7e9d16e7f7;p=lilypond.git diff --git a/input/regression/spacing-short-notes.ly b/input/regression/spacing-short-notes.ly index d68e754956..c556abafd3 100644 --- a/input/regression/spacing-short-notes.ly +++ b/input/regression/spacing-short-notes.ly @@ -1,25 +1,27 @@ -\version "2.6.0" +\version "2.16.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 } - \layout { raggedright = ##t} -} + +