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
/
beam-over-barline.ly
blob
8a01631a987119ef36c1cd5c384748f830c9b133
1
2
\version
"2.12.0"
3
\header
{
4
texidoc
=
"Explicit beams may cross barlines. "
5
}
6
\layout
{
ragged-right
= ##
t
}
7
8
\relative
c
'' {
c
2
.
c
8
[
c
8
c
8
c
8
] }
9
10
11