]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/hara-clef.ly
patch::: 1.3.46.jcn1
[lilypond.git] / input / bugs / hara-clef.ly
1
2 \score {
3 \notes <  \context Staff { \clef "G^8"; s1 s1 s1 }
4           \context Staff = CC { c1 c c  } >
5
6 \paper {
7 \translator {
8   \HaraKiriStaffContext
9 }}
10 }