]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/core.ly
5564617f7796a21e8830332aaa249963b088cfa4
[lilypond.git] / input / bugs / core.ly
1 % core dumps 
2
3 global = \notes {
4         \key a \minor;
5         \time 6/4;
6 }
7
8 \score{
9         \notes \context PianoStaff <
10                 \global
11                 \context Staff=up { c }
12                 %\context Staff=down { \autochange Staff c }
13                 \context Staff=down { c }
14         >
15         \paper {
16                 \translator{ 
17                         \StaffContext
18
19                         % other core dump when this is removed?
20                         \remove "Time_signature_engraver";
21                 }
22         }
23 }
24