X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-short-notes.ly;h=0514305d023865f7268af7c62869730251fe619a;hb=2734734ab89b8b4ce1aa2a0afca41a624b0fd2da;hp=1abde193011f1828ef429f0e9e1839b5a216a62a;hpb=62cfd82cd3794a9d0dd4329c6a8d070e52f5857d;p=lilypond.git diff --git a/input/regression/spacing-short-notes.ly b/input/regression/spacing-short-notes.ly index 1abde19301..0514305d02 100644 --- a/input/regression/spacing-short-notes.ly +++ b/input/regression/spacing-short-notes.ly @@ -1,22 +1,27 @@ + +\version "2.11.51" \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 { linewidth = -1. } -} + + +