]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/string-number.ly
MusicXML: src-dir rather than srcdir.
[lilypond.git] / input / regression / string-number.ly
1 \header {
2   texidoc = "String numbers can be added to chords. They use the same
3 positioning mechanism as finger instructions."
4
5 }
6
7 \version "2.11.51"
8 \paper {
9   ragged-right = ##t
10 }
11
12 \relative {
13   <c\1 e\2 g\3>
14   c4
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>
19 }