]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-auto-knee.ly
*** empty log message ***
[lilypond.git] / input / regression / beam-auto-knee.ly
1
2 \version "2.6.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
12 \context Staff \relative c''{ 
13   c'8[ c,,]  c8[ e']
14   c,16[ e g c e g c c,,] 
15 }
16 \layout{
17   raggedright = ##t 
18 }