]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-folded-clef-cross-staff.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / spacing-folded-clef-cross-staff.ly
1 \version "2.11.51"
2 \header {
3     texidoc = "Clefs are also folded under cross staff constructs."
4 }
5
6 \layout { ragged-right = ##t}
7
8 \context PianoStaff <<
9   \new Staff = "up"
10   \relative c'' <<
11     {
12       \stemDown
13       f16[ \change Staff = down \stemUp
14       \clef treble g,]
15
16     } \\
17   >>
18   \new Staff = "down" {
19     \time 3/8 \clef bass s8
20   }
21 >>
22