X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-note-flags.ly;h=7c36e57d1ffe2178209a6825cbb5fd529caa5aaf;hb=a61dccceef1804b6ef2c616b8b04a53446e5d80f;hp=7f9e36527a29b07fcae92fa45d8803c4d904875a;hpb=17029e4fca0b93fbab56fbc461f8754d487b9513;p=lilypond.git diff --git a/input/regression/spacing-note-flags.ly b/input/regression/spacing-note-flags.ly index 7f9e36527a..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" + following a beamed 8th head." + +} +\layout { + ragged-right = ##t } -\score { \notes \relative c'' \context Staff { - \property Voice.autoBeaming = ##f - a8-[ a8 a8 a8] - a8 a8 a8 a8 +\relative c'' \context Staff { + \set autoBeaming = ##f + a8[ a8 a8 a8] + a8 a8 a8 a8 } -\paper { -%stafflinethickness = 0.0 -raggedright = ##t - } - } - -\version "1.7.18" -%% new-chords-done %% + + + +