]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/auto-beam-tuplets.ly
patch::: 1.3.126.jcn3
[lilypond.git] / input / bugs / auto-beam-tuplets.ly
1 \header { texidoc = "tuplet-spanner should not put visible brackets on
2 beams even if they're auto generated."; }
3
4 \score { \notes \relative c' {
5   \property Voice.tupletSpannerDuration = #(make-moment 1 4)
6   \property Voice.TupletBracket \override #'tuplet-bracket-visibility = #'if-no-beam
7   \times 2/3 {
8         [f8 f f ][f8 f f ] f f f f f f 
9  }
10 }}