]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie-direction-manual.ly
Make the length of beamlets configurable.
[lilypond.git] / input / regression / tie-direction-manual.ly
1 \header
2 {
3   texidoc = "Tie directions can be set with @code{_} and @code{^}.
4 This makes correction in complex chords easier."
5
6 }
7 \version "2.11.51"
8 \paper
9 {
10   ragged-right= ##t
11 }
12
13 \relative c' {
14   <f^~ d'>(  <e f c'>)
15 }
16