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.30
[lilypond.git]
/
input
/
test
/
mark.ly
blob
8d65150c3792d72c580d6cf7245170872c3e4edc
1
\version
"1.3.5"
;
2
3
global
=
\notes
{
4
s
1
|
\mark
"A"
;
5
s
1
|
\mark
;
6
s
1
|
\mark
"12"
;
7
s
1
8
}
9
10
one
=
\notes \relative
c
{
11
c
''
1
c c c
12
}
13
14
15
\score
{
16
\context
Staff
<
\global \one
>
17
\paper
{
18
\translator
{
\OrchestralPartStaffContext
19
}
20
}
21
}