]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/hara-kiri-pianostaff.ly
574917e51cd963c73c2747c72c6f46ef4450f631
[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 of 3 staves is harakiried."
4 }
5     \paper { raggedright= ##t }
6
7         
8 \score { \notes \transpose c c''
9  \context PianoStaff <
10    \context Staff = up {  c c c c \break }
11    \context Staff = mid {  s1 \break }
12    \context Staff = down {  c4 c c c \break }
13  >
14  \paper {
15   \translator {
16    \RemoveEmptyStaffContext
17   }
18  }
19 }
20
21