repo.or.cz
/
lilypond
/
patrick.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Changes the spanner-placement property of FootnoteSpanner to ly:dir
[lilypond/patrick.git]
/
input
/
regression
/
clef-ottava.ly
blob
a277e253e5d27e616a684723038944a2b3c0c872
1
2
\header
3
{
4
texidoc
=
"Ottava brackets and clefs both modify Staff.middleCPosition,
5
but they don't confuse one another."
6
}
7
8
\version
"2.12.0"
9
10
\layout
{
ragged-right
= ##
t
}
11
12
\relative
c
'' {
13
\clef
"alto"
14
a b c a
15
\ottava
#
1
16
a b c a
17
\clef
"bass"
18
a b c a
19
\ottava
#
2
20
a b c a
21
\clef
"treble"
22
\ottava
#
-
1
23
a b c a
24
}
25
26