repo.or.cz
/
lilypond
/
csorensen.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "Fix syntax error in fret-diagrams.ly"
[lilypond/csorensen.git]
/
input
/
regression
/
grace-beam.ly
blob
58ed78abcd5a08d3ffd59669dca600d4b2ed0f18
1
2
\header
3
{
4
texidoc
=
"Grace beams and normal beams may occur simultaneously.
5
Unbeamed grace notes are not put into normal beams.
6
"
7
}
8
9
\layout
{
ragged-right
= ##
t
}
10
11
12
\version
"2.10.0"
13
\relative
c
'' {
14
c
4
d
8
[
15
\grace
{
e
32
[
d c d
] }
e
8
]
16
e
[
e
17
\grace
{
f
16
}
e
8
e
]
18
}
19