]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/hara-kiri-pianostaff.ly
bca6a36ac9e5641167a88027ae0ed91f4526fda7
[lilypond.git] / input / regression / hara-kiri-pianostaff.ly
1 \version "1.7.19"
2 \header {
3 texidoc = "Hara kiri should not upset fixed distance alignment like in pianostaff. In this example the middle staff is harakiried."
4 }
5
6         
7 \score { \notes \transpose c c''
8  \context PianoStaff <
9    \context Staff = up {  c c c c \break }
10    \context Staff = mid {  s1 \break }
11    \context Staff = down {  c4 c c c \break }
12  >
13  \paper {
14   \translator {
15    \RemoveEmptyStaffContext
16   }
17  }
18 }
19
20