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-auto-knee.ly
blob
1ee6845567908e8271e0fb6160757232bd9d36de
1
2
\version
"2.10.0"
3
4
\header
5
{
6
texidoc
=
"A knee is made automatically when a horizontal
7
beam fits in a gap between note heads that is larger than a predefined
8
threshold.
9
"
10
}
11
\layout
{
ragged-right
= ##
t
}
12
13
\context
Staff
\relative
c
''{
14
c
'
8
[
c
,,]
c
8
[
e
']
15
c
,
16
[
e g c e g c c
,,]
16
}