X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-note-flags.ly;h=7c36e57d1ffe2178209a6825cbb5fd529caa5aaf;hb=8d36de6e924066f07aa043bea971806c771b2786;hp=315be69b0656e84ccd0b77dc9cbe5e1f9f7cccd5;hpb=d2e7425b88e579fe53989106965fa13eab551c92;p=lilypond.git diff --git a/input/regression/spacing-note-flags.ly b/input/regression/spacing-note-flags.ly index 315be69b06..7c36e57d1f 100644 --- a/input/regression/spacing-note-flags.ly +++ b/input/regression/spacing-note-flags.ly @@ -1,21 +1,23 @@ +\version "2.10.0" \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 "1.9.8" +\relative c'' \context Staff { + \set autoBeaming = ##f + a8[ a8 a8 a8] + a8 a8 a8 a8 +} + + +