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