\version "2.11.7" \paper { raggedright = ##t raggedbottom = ##t } \score { << \new PianoStaff { << \new Staff =one \with{ \override StaffSymbol #'line-count = #1 \override BarLine #'bar-size = #4 } { \relative c'' { b16 \change Staff = two b16 \change Staff = one b8 } } \new Staff =two \with{ \override StaffSymbol #'line-count = #1 \override BarLine #'bar-size = #4 } { { s8. } } >> } >> \layout{} }