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