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