X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-short-notes.ly;h=8af2ae378c4385646383818a20d1ec0ff48c9351;hb=19b37df119ff6ca84421d984fe1d33112ad08299;hp=bff690fe9496a7ae896e426d1ed2699f6eb75062;hpb=9c31b0d42a407a412a324a6586cfb0437de4bfd8;p=lilypond.git diff --git a/input/regression/spacing-short-notes.ly b/input/regression/spacing-short-notes.ly index bff690fe94..8af2ae378c 100644 --- a/input/regression/spacing-short-notes.ly +++ b/input/regression/spacing-short-notes.ly @@ -1,8 +1,8 @@ -\version "2.1.36" +\version "2.12.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. The total distance for a 16th (which includes note head) is 3/4 of the @@ -10,16 +10,18 @@ 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} -} + +