]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/auto-beam-tuplets.ly
* Website fixes:
[lilypond.git] / input / regression / auto-beam-tuplets.ly
1 \version "1.7.18"
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 = #(ly:make-moment 1 4)
10   \property Voice.TupletBracket \override #'bracket-visibility = #'if-no-beam
11   \times 2/3 {
12          f8-[ f f ] f8-[ f f ] f f f f f f 
13  }
14 }}
15 %% new-chords-done %%