X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-short-notes.ly;h=d05ef1dd7cb37faf33dedeb14b2285c17e956ee0;hb=e90f0536f9be39ada0bef0aeb0d275dec3b2fb5b;hp=98cab3b87647888295233d084eb42798451ee277;hpb=11613b92019bb42418863f43de92287a64878f14;p=lilypond.git diff --git a/input/regression/spacing-short-notes.ly b/input/regression/spacing-short-notes.ly index 98cab3b876..d05ef1dd7c 100644 --- a/input/regression/spacing-short-notes.ly +++ b/input/regression/spacing-short-notes.ly @@ -1,25 +1,27 @@ -\version "1.9.2" +\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 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} -} + +