X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-note-flags.ly;h=81c03b14f8c22cbce6168eebae3b46b3b9cf829e;hb=c832deb4718dfdc8bb8518e2872271cfe38b7dec;hp=50f2f9bb392cffe8a9b2948588eff01c2c8bf69d;hpb=4c8187e65dd9708d7733692842acc696da121bf1;p=lilypond.git diff --git a/input/regression/spacing-note-flags.ly b/input/regression/spacing-note-flags.ly index 50f2f9bb39..81c03b14f8 100644 --- a/input/regression/spacing-note-flags.ly +++ b/input/regression/spacing-note-flags.ly @@ -1,21 +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." } -\score { \notes \relative c'' \context Staff { - \property Voice.autoBeaming = ##f - a8[ a8 a8 a8] - a8 a8 a8 a8 +\layout { + ragged-right = ##t } -\paper { -raggedright = ##t - } - } -\version "2.1.7" +\relative \context Staff { + \set autoBeaming = ##f + a'8[ a8 a8 a8] + a8 a8 a8 a8 +} + + +