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
Massive changes - see ChangeLog.
[lilypond.git]
/
input
/
regression
/
spacing-clef-first-note.ly
blob
2facc9257ee08cb0cf96b909d913cf082b4fda67
1
\version
"1.9.0"
2
\header
{
3
4
texidoc
=
"Clef changes at the start of a line get much more space
5
than clef changes halfway the line."
6
7
}
8
9
\score
{
\notes
{
10
<
\context
Staff
=
SA
{
11
c
'
2
12
\clef
bass
e
16
f a
13
\clef
treble
b
14
}
15
\context
Staff
=
SB
{
16
c
'
4
c
'
4
c
'
4
17
}>
18
}
19
\paper
{
raggedright
= ##
t
20
\translator
{
\StaffContext
21
TimeSignature
=
\turnOff
22
}
23
24
}}
25