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