]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie-manual-vertical-tune.ly
Split WWW target in two stages WWW-1 and WWW-2
[lilypond.git] / input / regression / tie-manual-vertical-tune.ly
1 \header {
2
3
4   texidoc = "If using integers, the tie will vertically tuned for
5 staff line avoidance. If using a floating point number, this is taken
6 as the exact location."
7
8 }
9
10 \version "2.11.11"
11
12 \layout {
13   ragged-right = ##t
14 }
15
16 \version "2.10.0"
17 \relative c'' {
18   \override Tie #'staff-position = #3
19   d4 ~
20   \override Tie #'staff-position = #3.0
21   d ~
22   d
23  }