]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-auto-knee.ly
aadfe8e4030b4808e0f339c0dd370beae20164c0
[lilypond.git] / input / regression / beam-auto-knee.ly
1
2 \version "2.1.26"
3
4 \header{ texidoc="A knee is made automatically when a horizontal
5 beam fits in a gap between note heads that is larger than a predefined
6 threshold.
7 "
8 }
9
10 \score {
11   \context Staff \notes\relative c''{ 
12      c'8[ c,,]  c8[ e']
13      c,16[ e g c e g c c,,] 
14   }
15   \paper{
16     linewidth = 40*\staffspace
17   }
18 }