]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/biem.ly
release: 1.1.37
[lilypond.git] / input / bugs / biem.ly
1 basloopje = \notes\relative c{
2   [d,8 a' d f] [a\translator Staff=treble d f d] \translator Staff=bass 
3 }
4
5
6
7 lower = \type Voice=two \notes \relative c{
8   <  \basloopje  >
9 }
10 \score {
11     \type PianoStaff < 
12 \notes      \type Staff = treble { c1  }
13
14       \type Staff = bass <
15         \clef bass;
16         \lower
17       >
18     >
19
20   \paper {
21     gourlay_maxmeasures = 4.;
22     indent = 8.\mm;
23     textheight = 295.\mm;
24
25     % no slur damping
26     slur_slope_damping = 100.0;
27   }
28   \midi {
29     \tempo 4 = 54;
30   }
31 }
32