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
* lily/beam-engraver.cc: move new-beam-event to beam-event
[lilypond.git]
/
input
/
regression
/
rehearsal-mark.ly
blob
433051cfdf5b20d2e63c79c44d8c7e9bfabee247
1
2
3
\header
{
texidoc
=
" Rehearsal marks are printed over barlines. They
4
can be incremented automatically or manually. "
}
5
6
7
\version
"1.9.1"
8
9
10
global
=
\notes
{
11
s
1
|
\mark
"A"
12
s
1
|
\mark \default
13
s
1
|
\mark \default
14
s
1
|
\mark
"12"
15
s
1
|
\mark \default
16
s
1
|
\mark
"A2"
17
s
1
|
\mark \markup
{
mark
\column
<<
up
\bold
down
>> }
18
s
1
19
}
20
21
one
=
\notes \relative
c
{
22
c
''
1
c c c c c c
23
}
24
25
26
\score
{
27
\context
Staff
<
\global \one
>
28
}
29