X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-note-flags.ly;h=81c03b14f8c22cbce6168eebae3b46b3b9cf829e;hb=c832deb4718dfdc8bb8518e2872271cfe38b7dec;hp=d4bb2af9d5be35481aaa210487512279b512af3a;hpb=95e7eaeeffd28d3a32b3e32578e257197248456b;p=lilypond.git diff --git a/input/regression/spacing-note-flags.ly b/input/regression/spacing-note-flags.ly index d4bb2af9d5..81c03b14f8 100644 --- a/input/regression/spacing-note-flags.ly +++ b/input/regression/spacing-note-flags.ly @@ -1,19 +1,23 @@ +\version "2.19.21" + \header { -texidoc = "The flags of 8th notes take some space, but not + texidoc = "The flags of 8th notes take some space, but not too much: the space following a flag is less than the space - following a beamed 8th head" + following a beamed 8th head." + +} +\layout { + ragged-right = ##t } -\score { \notes \relative c'' \context Staff { - \property Voice.autoBeaming = ##f - [a8 a8 a8 a8] a8 a8 a8 a8 +\relative \context Staff { + \set autoBeaming = ##f + a'8[ a8 a8 a8] + a8 a8 a8 a8 } -\paper { -%stafflinethickness = 0.0 -linewidth = -1 - } - } -\version "1.5.68" + + +