[ << Rhythms ] | [Top][Contents] | [ Expressive marks >> ] |
[ < Beam endings in Score context ] | [ Up : Rhythms ] | [ Changing beam knee gap > ] |
Beams across line breaks
Line breaks are normally forbidden when beams cross bar lines; this
behavior can be changed using enabling Beam.breakable
.
\relative c'' { \override Beam.breakable = ##t c8 c[ c] c[ c] c[ c] c[ \break c8] c[ c] c[ c] c[ c] c } \paper { tagline = ##f }