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
/
beam-quanting-horizontal.ly
blob
91f7d2239363d23dbbaef6a29a2430474aa2f9fd
1
2
\version
"2.12.0"
3
4
\header
{
5
6
texidoc
=
"In this test for beam quant positions for horizontal beams,
7
staff lines should be covered in all cases. For 32nd beams, the free stem
8
lengths are between 2 and 1.5."
9
10
}
11
12
\relative
c
' {
13
c
8
[
c
]
a
''[
a
]
14
a
,[
a
]
c
[
c
]
15
d
,
8
[
d
]
g
'[
g
]
16
g
,[
g
]
d
'[
d
]
17
\break
18
c
,
16
[
c
]
a
''[
a
]
19
a
,[
a
]
c
[
c
]
20
c
,
32
[
c
]
a
''[
a
]
21
f
,[
f
]
e
'[
e
]
22
c
,
64
[
c
]
a
''[
a
]
23
f
,[
f
]
e
'[
e
]
24
}
25
26