% Generated by lilypond-book % Options: [printfilename,texidoc,linewidth] \paper { linewidth = 160 \mm } \renameinput "beam-cross-staff-auto-knee.ly" \version "2.2.0" \header{ texidoc="Automatic cross-staff knees work also (here they were produced with explicit staff switches)." } \score { \notes \context PianoStaff << \context Staff = "up" \notes\relative c''{ b8[ \change Staff="down" d,, ] c[ \change Staff="up" c'' ] b,[ \change Staff="down" d^"no knee" ] } \context Staff = "down" { \clef bass s2. } >> \paper{ raggedright = ##t } }