]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/swits.ly
release: 1.1.67
[lilypond.git] / input / bugs / swits.ly
1 \score{
2   \context PianoStaff <
3     \context Staff=one \notes{ s2 }
4     \context Staff=two \notes\relative c{
5       \time 4/8;
6       \clef "bass";
7        [c8( e \stemup   \translator Staff=one \stemup 
8       g )c]
9     }
10   >
11   \paper {
12     linewidth=-1.0;
13   }
14 }
15 )