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
/
auto-beam.ly
blob
3d4f647f201e2a48b415971c81df28f17e7f9c6d
1
\header
{
2
texidoc
=
"Beams are place automatically; the last measure should have a single
3
beam."
4
}
5
6
\version
"2.10.0"
7
8
\layout
{
9
ragged-right
= ##
t
10
\context
{
11
\Staff
12
\remove
"Clef_engraver"
13
}
14
}
15
16
17
\relative
c
'' {
18
a
\longa
a
\breve
19
a
1
a
2
a
4
a
8
a
16
a
32
a
64
a
64
20
}