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