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
MIDI: fix regtest failure
[lilypond/patrick.git]
/
input
/
regression
/
auto-beam.ly
blob
44e5e529ecc5455a64ee20975ac785e9a33711f2
1
\header
{
2
texidoc
=
"Beams are placed automatically; the last measure should have a single
3
beam."
4
}
5
6
\version
"2.12.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
}