X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-note-flags.ly;h=7c36e57d1ffe2178209a6825cbb5fd529caa5aaf;hb=2a07e2ea1924abec1b70e2150e698e5792ae1687;hp=b6fef5be214bf0487dfb8f80cf21016018d2cecf;hpb=51159f8679de00e6cd526ca2a16e1ea4d4294f81;p=lilypond.git diff --git a/input/regression/spacing-note-flags.ly b/input/regression/spacing-note-flags.ly index b6fef5be21..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 { \relative c'' \context Staff { - \set autoBeaming = ##f - a8[ a8 a8 a8] - a8 a8 a8 a8 +\layout { + ragged-right = ##t } -\paper { -raggedright = ##t - } - } -\version "2.3.4" +\relative c'' \context Staff { + \set autoBeaming = ##f + a8[ a8 a8 a8] + a8 a8 a8 a8 +} + + +