X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fbugs%2Fauto-beam-tuplets.ly;h=203e14a4721dc55d008fd409b16252c01ae90edf;hb=af51453530b95aee167fe02ee3f4cb0c8dcd1fe2;hp=3af118fafb926642ce9df482f4446811b71b1d4d;hpb=fbdafe30e8cd0713b6564cf2e212e599fcd9247c;p=lilypond.git diff --git a/input/bugs/auto-beam-tuplets.ly b/input/bugs/auto-beam-tuplets.ly index 3af118fafb..203e14a472 100644 --- a/input/bugs/auto-beam-tuplets.ly +++ b/input/bugs/auto-beam-tuplets.ly @@ -1,10 +1,10 @@ -\score { \notes { - \property Voice.tupletSpannerDuration = #(make-moment 1 4) - \property Voice.tupletNumberVisibility = #'if-no-beam - \property Voice.tupletBracketVisibility = #'if-no-beam - % Gm7 / F | A7 / Dm | +\header { texidoc = "tuplet-spanner should not put visible brackets on +beams even if they're auto generated."; } + +\score { \notes \relative c' { + \property Voice.tupletSpannerDuration = #(make-moment 1 4) + \property Voice.TupletBracket \override #'tuplet-bracket-visibility = #'if-no-beam \times 2/3 { - [f,8 bes, d] [g d bes,] [f, a, c] [f c a,] | e, a, cis e cis a, d, f, a, d a, f, | - % Db | - des, aes, des f des aes, des, aes, des f des aes, | } + [f8 f f ][f8 f f ] f f f f f f + } }}