X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-short-notes.ly;h=2428e6d04f76b502afa6fc4d8577d9878bb984a2;hb=d1f48da743130a7cbb74d04a5d96afb66aacd0a7;hp=f36e91699e7c7a1c45d8ed940d0d6e084ea27b29;hpb=641486a1a5522a9e66b470d8c762a1f789219573;p=lilypond.git diff --git a/input/regression/spacing-short-notes.ly b/input/regression/spacing-short-notes.ly index f36e91699e..2428e6d04f 100644 --- a/input/regression/spacing-short-notes.ly +++ b/input/regression/spacing-short-notes.ly @@ -1,8 +1,8 @@ -\version "2.4.0" +\version "2.7.13" \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. The total distance for a 16th (which includes note head) is 3/4 of the @@ -10,16 +10,18 @@ eighth note. " } -\score { \relative c'' +\layout { raggedright = ##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} -} + +