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
/
beam-knee-symmetry.ly
blob
84d5f67fafb2fd1d75ce3f3091249c416be32e05
1
2
\version
"2.10.0"
3
\header
{
4
5
texidoc
=
"Point-symmetric beams should receive the same
6
quanting. There is no up/down bias in the quanting code."
7
8
}
9
\layout
{
10
ragged-right
= ##
t
11
}
12
13
\relative
c
'{
14
a
8
[
b
''
a
,,
b
'']
15
b
8
[
a
,,
b
''
a
,,]
16
}