]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-auto-knee.ly
Massive changes - see ChangeLog.
[lilypond.git] / input / regression / beam-auto-knee.ly
1 #(ly:set-option 'old-relative)
2 \version "1.9.0"
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 }