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