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
/
dot-flag-collision.ly
blob
2c51af61e5c787174a594909e7fa58869b940567
1
2
\version
"2.12.0"
3
\header
{
4
texidoc
=
"Dots move to the right when a collision with the (up)flag happens."
5
}
6
\layout
{
ragged-right
= ##
t
}
7
8
9
\relative
c
''
10
{
11
\time
8
/
4
12
\set
Staff
.
autoBeaming
= ##
f
13
a
,
16
.
14
g
''
16
.
15
a
,
4
.
a
8
a
8
.
a
16
.
c
,
16
.
g
16
.
16
}
17
18
19