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
/
auto-beam-beaming-override.ly
blob
d6dd8f411a10b65cfe841d4b352998ad338bea7c
1
2
\header
{
3
4
5
texidoc
=
"Autobeamer remembers @code{subdivideBeams} and other
6
beaming pattern related functions at the start of an autobeam."
7
8
}
9
10
11
\version
"2.13.29"
12
\paper
{
ragged-right
= ##
t
}
13
{
14
\time
2
/
4
15
b
16
b b b
16
b
16
b b b
17
\set
subdivideBeams
= ##
t
18
\set
Score
.
baseMoment
= #(
ly
:
make-moment
1 8
)
19
b
16
b b b
20
b
16
b b b
21
}