repo.or.cz
/
lilypond
/
csorensen.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "Fix syntax error in fret-diagrams.ly"
[lilypond/csorensen.git]
/
input
/
regression
/
spacing-accidental.ly
blob
b8772f61074de1f8024e692735563963e46013fe
1
2
\version
"2.10.0"
3
4
\header
{
5
texidoc
=
"Accidentals sticking out to the left
6
of a note will take a little more space, but only if the spacing is tight."
7
}
8
9
\layout
{
ragged-right
= ##
t
}
10
11
\relative
c
'' {
12
\time
8
/
4
13
c
2
c
2
cis
2
cis
2
|
14
c
8
c
8
cis
8
cis
8
cis c c c
]
15
}
16
17
18
19
20