lilypond-1.5.14
[lilypond.git] / input / bugs / beam-translator.ly
blob42802aa5568595418b6c97b1bb3eb72f280332ca
1 \score{
2 \type GrandStaff <
3 \type Staff=one \notes\relative c'{
4 s1
6 \type Staff=two \notes\relative c'{
7 \clef bass;
8 s2
9 \translator Staff=one \stemup [c8 c c c ]
10 % the translator switch below, intended for the next beam,
11 % affects (and breaks) the beam above
12 \translator Staff=two
15 \paper{
16 % no slur damping
17 slur_slope_damping = 10.0;
18 \translator{
19 \GrandStaffContext
20 minVerticalAlign = 3.0*\staffheight;
21 maxVerticalAlign = 3.0*\staffheight;
23 linewidth=-1.;