MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / tie-manual.ly
blob95be03dd475516b98722ec13afdb2fed26614ce2
1 \header {
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.
7 You can leave a Tie alone by introducing a non-pair value
8 (eg. @code{#t}) in the @code{tie-configuration} list.
14 \version "2.12.0"
16 \layout {
17 ragged-right = ##t
21 \relative c'' {
23 <b d f g>~
26 \once \override TieColumn #'tie-configuration =
27 #'((0 . -1) (2 . -1) (5.5 . 1) (7 . 1))
29 <b d f g>