]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tuplet-staffline-collision.ly
Make relative-includes configurable with a -d option.
[lilypond.git] / input / regression / tuplet-staffline-collision.ly
1
2 \version "2.11.51"
3 \header {
4
5   texidoc = "Horizontal tuplet brackets are shifted vertically
6 to avoid staff line collisions."
7
8 }
9
10 \layout { ragged-right= ##t }
11
12 \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