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-nest4.ly
blob
cec7d109c8c06b96452d67a9a58817d1413ce978
1
\version
"2.12.0"
2
\header
{
3
texidoc
=
"Also in the nested syntax here, grace notes appear rightly."
4
}
5
6
\layout
{
ragged-right
= ##
t
}
7
8
\context
Voice
\relative
c
'' {
9
10
<<
11
{
\grace
g
32
f
4
}
12
>>
13
\grace
c
16
c
2
.
\bar
"|."
14
}
15
16
17
18
19