]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie-manual.ly
* input/regression/override-nest.ly: new file.
[lilypond.git] / input / regression / tie-manual.ly
1 \header {
2
3   texidoc = "Tie formatting may be adjusted manually, by setting the
4 @code{tie-configuration} property. The override should be placed at
5 the second note of the chord."
6
7 }
8
9 \version "2.7.13"
10
11 \layout {
12   raggedright = ##t
13 }
14
15
16 \relative c'' {
17   
18   <b d f g>~
19
20   
21   \once \override TieColumn #'tie-configuration =
22      #'((0 . -1)  (2 . -1) (5.5 . 1) (7 . 1))
23
24   <b d f g>
25