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
/
accidental-unbroken-tie-spacing.ly
blob
5d09d65e3a11ee73b6d767624efb3d59655ef899
1
2
\header
{
3
texidoc
=
"Tied accidentaled notes (which cause reminder accidentals) do not
4
wreak havoc in the spacing when unbroken."
5
}
6
7
\version
"2.10.0"
8
\layout
{
9
ragged-right
= ##
t
10
}
11
12
\relative
c
' {
13
\clef
treble
14
\time
3
/
4
15
c
8
b
2
<
g b des f
>
8
~ |
16
<
g b des f
>
8
17
}
18