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
Fix 524 pitched trill losing accidental.
[lilypond.git]
/
input
/
regression
/
spacing-clef-first-note.ly
blob
c53316be8a5cc0ba8b57fe37f62416f7ccebe887
1
\version
"2.10.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
\layout
{
10
ragged-right
= ##
t
11
\context
{
12
\Staff
13
\remove
Time
_
signature
_
engraver
14
}
15
}
16
17
18
19
20
<<
21
\new
Staff
{
22
c
'
2
23
\clef
bass
e
16
f a
24
\clef
treble
b
25
}
26
\new
Staff
{
27
c
'
4
c
'
4
c
'
4
28
}
29
>>