X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-note-flags.ly;h=7c36e57d1ffe2178209a6825cbb5fd529caa5aaf;hb=ecf2b5e9dcfa7654803fb0050d7127e0ec7fd934;hp=aefd46c2c66612888f1435afc5277a3754b0f18e;hpb=3f213f4f1df4101287534a6669fc29edd022aec0;p=lilypond.git diff --git a/input/regression/spacing-note-flags.ly b/input/regression/spacing-note-flags.ly index aefd46c2c6..7c36e57d1f 100644 --- a/input/regression/spacing-note-flags.ly +++ b/input/regression/spacing-note-flags.ly @@ -1,20 +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 +} + +\relative c'' \context Staff { + \set autoBeaming = ##f + a8[ a8 a8 a8] + a8 a8 a8 a8 } -\paper { -raggedright = ##t - } - } -\version "1.7.18" + +