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
/
ottava.ly
blob
115ff532956d2274c0b78fc11b62b4fe4e04f3e0
1
2
\header
3
{
4
texidoc
=
"Ottava brackets are supported, through the
5
use of the scheme function @code{set-octavation}.
6
"
7
8
}
9
\version
"1.9.1"
10
11
12
\paper
{
raggedright
= ##
t
}
13
\score
{
14
\notes\relative
c
'''
\notes
{
15
a b c a
16
#(
set-octavation
1
)
17
a b c a
18
#(
set-octavation
0
)
19
20
a
#(
set-octavation
1
)
b
21
#(
set-octavation
0
)
22
c a
23
}
24
}
25