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