]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie-manual.ly
MusicXML: src-dir rather than srcdir.
[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 You can leave a Tie alone by introducing a non-pair value
8 (eg. @code{#t}) in the @code{tie-configuration} list.
9
10 "
11
12 }
13
14 \version "2.11.51"
15
16 \layout {
17   ragged-right = ##t
18 }
19
20
21 \relative c'' {
22   
23   <b d f g>~
24
25   
26   \once \override TieColumn #'tie-configuration =
27      #'((0 . -1)  (2 . -1) (5.5 . 1) (7 . 1))
28
29   <b d f g>
30