X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-short-notes.ly;h=2428e6d04f76b502afa6fc4d8577d9878bb984a2;hb=d1f48da743130a7cbb74d04a5d96afb66aacd0a7;hp=ff67aa28d36768c9f8ba41aa4f9834b561bf90da;hpb=4c8187e65dd9708d7733692842acc696da121bf1;p=lilypond.git diff --git a/input/regression/spacing-short-notes.ly b/input/regression/spacing-short-notes.ly index ff67aa28d3..2428e6d04f 100644 --- a/input/regression/spacing-short-notes.ly +++ b/input/regression/spacing-short-notes.ly @@ -1,25 +1,27 @@ -\version "2.1.7" +\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 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 { 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 } - \paper { raggedright = ##t} -} + +