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