]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tuplet-staffline-collision.ly
* lily/stem.cc (get_default_stem_end_position): use beam_count - 1
[lilypond.git] / input / regression / tuplet-staffline-collision.ly
1 \version "1.5.68"
2 \header {
3
4 texidoc = "Horizontal tuplet brackets are shifted vertically
5 to avoid staff line collisions."
6
7 }
8
9 \score { \notes \context Voice\relative c'' {
10 \times 2/3 { b'4 b b }
11 \times 2/3 { f4 f f }
12 \times 2/3 { g4 g g }
13 \times 2/3 { a4 a a }
14 }}