repo.or.cz
/
lilypond.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update .ly files.
[lilypond.git]
/
input
/
regression
/
string-number.ly
blob
1b8692de79ef929e0ce22b8ad1468004a9eee0c7
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.12.0"
8
\paper
{
9
ragged-right
= ##
t
10
}
11
12
\relative
{
13
<
c
\1
e
\2
g
\3>
14
c
4
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
}