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-collision-grace.ly
blob
49d038919219fa82f21220893bc0a92ae47dac30
1
2
3
\version
"2.13.49"
4
5
\header
{
texidoc
=
"
6
The beaming algorithm handles collisions between beams and
7
grace notes too.
8
"
}
9
10
\relative
c
' {
11
e
'
8
[
f e
\grace
{
f
,
16
[
a
] }
e
'
8
]
12
}
13