repo.or.cz
/
lilypond
/
patrick.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixes Issue 1504, allowing feather beam line breaking.
[lilypond/patrick.git]
/
input
/
regression
/
accidental-broken-tie-spacing.ly
blob
6f4bc120affd5909bf32548d81fa8acf7247a6a9
1
\version
"2.12.0"
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