]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/beam-translator.ly
patch::: 1.1.22.jcn1: slur fixjes
[lilypond.git] / input / bugs / beam-translator.ly
1 \score{
2         \type GrandStaff <
3         \type Staff=one \notes\relative c'{
4                 s1
5         }
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
13         }
14         >
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;
22                 }
23                 linewidth=-1.;
24         }
25 }