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-beamlet-grace.ly
blob
7c899f343b0688f7ca4297f03ddd9bea60113035
1
\header
2
{
3
texidoc
=
"Beamlets in grace notes remain readable."
4
}
5
6
\version
"2.12.0"
7
\layout
{
8
ragged-right
= ##
t
9
}
10
11
\relative
c
'
12
\context
Staff
{
13
f
1
\grace
{
a
'
8
[
f
16
] }
g
1
14
}