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
/
spanner-break-beyond-parent.ly
blob
4961d82e767a0dbdab8ac656c44942c42bc7f6ec
1
\header
{
texidoc
=
"Spanners parts that extend beyond their parents
2
are killed in case of line breaks."
3
4
}
5
6
7
\version
"2.12.0"
8
9
\paper
{
ragged-bottom
= ##
t
}
10
11
\new
Staff
{
12
c
1
\break
c
1
13
}
14
\addlyrics
{
welt
__ }
15