]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/auto-grace.ly
patch::: 1.1.31.jcn2: ughjeweg
[lilypond.git] / input / bugs / auto-grace.ly
1
2 \version "1.0.14";
3
4 \score{
5         \notes\relative c'' {
6                 % set either property -> core dump: two autobeams?
7 %               \property Voice.fontsize= "-2"
8                 \property Voice.pletvisibility = 0
9
10                 % strange staffs, but no core dump
11                 \times 2/3 { [ c16 c c] } c4 c2
12         }
13         \paper {
14                 \translator { \VoiceContext
15 %                       \remove Auto_beam_engraver;
16                 }
17         }
18 }
19