]> git.donarmstrong.com Git - lilypond.git/blob - input/test/auto-knee.ly
3a3fbf55d2698bf550dec6b0d187640a661b1ff1
[lilypond.git] / input / test / auto-knee.ly
1
2 \score {
3           \context Staff \notes\relative c'{ 
4 %               \property Voice.autoKneeGap = #13
5                 [c8 e'] [c' c,,]
6         }
7         \paper{
8                 \translator{
9                         \StaffContext
10                         autoKneeGap = #13
11                 }
12         }
13 }