]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-auto-knee.ly
Merge branch 'stable'
[lilypond.git] / input / regression / beam-auto-knee.ly
1
2 \version "2.12.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,,]  c8[ e']
15   c,16[ e g c e g c c,,] 
16 }