X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-note-flags.ly;h=9771c636a8e64ead403a234adcc2284ee672db5c;hb=ece9886c114de7eecde8ad4341a226cae2e5d079;hp=7a000c56b0a5b7b29b31aa0ee52bece8cf9cfc00;hpb=3684e949054183e4a31e17f5e7ab0bf30da0123e;p=lilypond.git diff --git a/input/regression/spacing-note-flags.ly b/input/regression/spacing-note-flags.ly index 7a000c56b0..9771c636a8 100644 --- a/input/regression/spacing-note-flags.ly +++ b/input/regression/spacing-note-flags.ly @@ -1,21 +1,23 @@ +\version "2.16.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.2.0" +\relative c'' \context Staff { + \set autoBeaming = ##f + a8[ a8 a8 a8] + a8 a8 a8 a8 +} + + +