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
lilypond-1.3.129
[lilypond.git]
/
input
/
test
/
mark.ly
blob
948f23019772f53fd0daeb3bd95ac8e0158e11e2
1
\version
"1.3.117"
;
2
3
global
=
\notes
{
4
s
1
|
\mark
"A"
;
5
s
1
|
\mark
;
6
s
1
|
\mark
"12"
;
7
s
1
|
\mark
;
8
s
1
|
\mark
"A2"
;
9
s
1
|
\mark
#'(
music
"scripts-segno"
)
;
10
s
1
11
}
12
13
one
=
\notes \relative
c
{
14
c
''
1
c c c c c c
15
}
16
17
18
\score
{
19
\context
Staff
<
\global \one
>
20
}