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