X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Ftest%2Fbeam-count.ly;h=9ceb691cf40b7d1a3307a5faec0f24026a1a4a9a;hb=169a91c8514e3dcea29d1aa01653a684fb60457d;hp=ee8f7ed7ebe8eb74e798acbd6ebbe590ca4a9fe9;hpb=2db32dd2dbced74d03b5a1ae19f2d004ab257548;p=lilypond.git diff --git a/input/test/beam-count.ly b/input/test/beam-count.ly index ee8f7ed7eb..9ceb691cf4 100644 --- a/input/test/beam-count.ly +++ b/input/test/beam-count.ly @@ -1,5 +1,5 @@ -\version "2.1.26" +%%\version "2.10.0" \header{ texidoc="@cindex Beam Count @@ -8,8 +8,16 @@ two sets of four 32nds are joined, as if they were 8th notes. " } -fragment = \notes { - #(override-auto-beam-setting '(end * * * *) 1 4) +\layout { ragged-right = ##t} + +\relative { + %% This has now (2.5.21) changed, (end * * * *) no longer + %% masks the default config entry ('(end * * 2 4) 1 4)) + %% rather than masking by override: + %% #(override-auto-beam-setting '(end * * * *) 1 4) + %% revert the config file settings. + #(revert-auto-beam-setting '(end 1 32 4 4) 1 8) + #(revert-auto-beam-setting '(end 1 32 4 4) 3 8) f32 g a b b a g f f32 g a @@ -17,10 +25,3 @@ fragment = \notes { \set stemLeftBeamCount = #1 b a g f } - - -\score { - \notes\relative c \fragment - \paper { raggedright = ##t} -} -