]> git.donarmstrong.com Git - lilypond.git/blob - input/test/knee.ly
patch::: 1.5.1.jcn1
[lilypond.git] / input / test / knee.ly
1 \version "1.3.146"
2
3 \score{
4         \notes\relative c'{
5                 \property Voice.Beam \override #'auto-knee-gap = ##f
6                 [c16 \stemDown c'' \stemBoth c,, d]
7                 \stemDown [d'' a \stemBoth c,, g,]
8                 \stemUp [g c' \stemBoth a'' d']
9         }
10 }