]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/hara-kiri-pianostaff.ly
dde1af1a4e64f3bfea3c0f9611fc61455ca8cd66
[lilypond.git] / input / regression / hara-kiri-pianostaff.ly
1 \version "1.5.68"
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'''
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    \HaraKiriStaffContext
16   }
17  }
18 }
19