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-broken-tie-spacing.ly
blob
f333f7671e94585d88ca1d00c5aae8292770c1cc
1
\version
"2.11.37"
2
3
\header
{
4
texidoc
=
"When a tie is broken, the spacing engine must consider the
5
accidental after the line break, to prevent a collision from occurring."
6
}
7
8
{
\key
g
\major
gis
''
1
~
\break
gis
''
4
9
\repeat
unfold
43
{
d
4
\noBreak
} }
10
11