X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-note-flags.ly;h=eaaa5a30324faefa376124ce666df953331f9aae;hb=b92ea16ef75d8aaa7bdb9f492b58d7af906e7945;hp=4a677d8ae36948a55ba387f3ede47537786e7eb9;hpb=15e565fef41ab50d140c3028bc6d9cff1a43a56a;p=lilypond.git diff --git a/input/regression/spacing-note-flags.ly b/input/regression/spacing-note-flags.ly index 4a677d8ae3..eaaa5a3032 100644 --- a/input/regression/spacing-note-flags.ly +++ b/input/regression/spacing-note-flags.ly @@ -1,20 +1,23 @@ +\version "2.14.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.16" -%% new-chords-done %% + + + +