]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-manual.ly
Make relative-includes configurable with a -d option.
[lilypond.git] / input / regression / slur-manual.ly
1
2 \header {
3
4   texidoc = "Setting @code{positions} overrides the automatic
5 positioning of the slur. It selects the slur configuration closest to
6 the given pair. "
7   
8   }
9 \version "2.11.51"
10
11 \paper { ragged-right = ##T }
12 \relative {
13   \override Slur #'positions = #'(-4 . -5)
14   e( f g)
15 }
16