]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/guitar/guitar-string-number.ly
Update from LSR.
[lilypond.git] / input / lsr / guitar / guitar-string-number.ly
1 %%  Do not edit this file; it is auto-generated from LSR!
2 \version "2.10.12"
3
4 \header { texidoc = "
5 String numbers can be added to chords. They use the same positioning
6 mechanism as finger instructions.
7 " }
8
9 \paper {
10   ragged-right = ##t
11 }
12
13 \relative {
14   <c\1 e\2 g\3>
15   c4
16   \set fingeringOrientations = #'(down left up)
17   \set stringNumberOrientations = #'(down right up)
18   <c\1 e\2 g\3>
19   <c-1\1 e-2\2 g-3\3>
20 }