X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-note-flags.ly;h=6a85c59d016424b622a7acf192acf7348906dc3c;hb=090e6bbca25267dfc2260e685536957dbb414063;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..6a85c59d01 100644 --- a/input/regression/spacing-note-flags.ly +++ b/input/regression/spacing-note-flags.ly @@ -1,20 +1,23 @@ +\version "2.12.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 %% + + + +