Update .ly files.
[lilypond.git] / input / regression / string-number.ly
blob1b8692de79ef929e0ce22b8ad1468004a9eee0c7
1 \header {
2 texidoc = "String numbers can be added to chords. They use the same
3 positioning mechanism as finger instructions."
7 \version "2.12.0"
8 \paper {
9 ragged-right = ##t
12 \relative {
13 <c\1 e\2 g\3>
15 \set fingeringOrientations = #'(down left up)
16 \set stringNumberOrientations = #'(down right up)
17 <c\1 e\2 g\3>
18 <c-1\1 e-2\2 g-3\3>