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