]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-auto-knee.ly
Imported sources
[lilypond.git] / input / regression / beam-auto-knee.ly
1
2 \version "2.1.7"
3
4 \header{ texidoc="Automatic kneeing. A knee is made 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 }