]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/auto-knee.ly
b49954b60cadc8885b2ebb63f5ce2b4e890245f0
[lilypond.git] / input / regression / auto-knee.ly
1 \header{
2 texidoc="One automatic knee";
3 }
4
5 \score {
6   \context Staff \notes\relative c''{ 
7     [c'8 c,,] [c8 e']
8   }
9   \paper{
10     linewidth = 40*\staffspace;
11 % Now by default
12 %    \translator {
13 %      \VoiceContext
14 %      Beam \override #'auto-knee-gap = #7
15 %    }
16   }
17 }