X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-note-flags.ly;h=48db5d81ac432611e4737bd880bd2b8770ca788a;hb=d99aa3d1b8125a66138b5ffd7be359314d5a618a;hp=d2a803aa8bb96606c27ea9165b4b4ecf4de27e1c;hpb=e9bd265943d37689b1a6892217cb6f67bbe69f73;p=lilypond.git diff --git a/input/regression/spacing-note-flags.ly b/input/regression/spacing-note-flags.ly index d2a803aa8b..48db5d81ac 100644 --- a/input/regression/spacing-note-flags.ly +++ b/input/regression/spacing-note-flags.ly @@ -1,21 +1,23 @@ -#(ly:set-option 'old-relative) +\version "2.7.32" + \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.9.1" + +