]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tuplet-staffline-collision.ly
* lily/beam-engraver.cc: move new-beam-event to beam-event
[lilypond.git] / input / regression / tuplet-staffline-collision.ly
1
2 \version "1.9.1"
3 \header {
4
5 texidoc = "Horizontal tuplet brackets are shifted vertically
6 to avoid staff line collisions."
7
8 }
9
10     \paper { raggedright= ##t }
11
12 \score { \notes \context Voice\relative c'' {
13 \times 2/3 { b'4 b b }
14 \times 2/3 { f4 f f }
15 \times 2/3 { g4 g g }
16 \times 2/3 { a4 a a }
17 }}
18