]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/core.ly
release: 1.2.15
[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         }
20 }
21