]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/auto-beam-tuplets.ly
* lily/beam-engraver.cc: move new-beam-event to beam-event
[lilypond.git] / input / regression / auto-beam-tuplets.ly
1
2 \version "1.9.1"
3
4 \header {
5 texidoc = "Tuplet-spanner should not put (visible) brackets on
6 beams even if they're auto generated."
7 }
8
9 \score { \notes \relative c' {
10   \property Voice.tupletSpannerDuration = #(ly:make-moment 1 4)
11   \property Voice.TupletBracket \override #'bracket-visibility = #'if-no-beam
12   \times 2/3 {
13          f8[ f f ] f8[ f f ] f f f f f f 
14  }
15 }
16     \paper { raggedright= ##t }
17
18      }