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
/
grace-end.ly
blob
b3e5317b3eceecbace9d9969762be0bd4d7ba0c9
1
\version
"2.12.0"
2
3
#(
ly
:
set-option
'
warning-
as
-error
#
f
)
4
5
\header
{
6
texidoc
=
"@cindex Grace End
7
Grace notes after the last note do not confuse the timing code."
8
}
9
10
\context
Voice
\relative
c
' {
11
c
4
\grace
{
d
16
[
d
16
] }
12
}