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