So this does this what you want:


\version "2.15.34"

upper =  {
 \clef "treble"
 \time 4/8
 c'8 c'8 c'8 c'8
 c'8 c'8 c'8 c'8
 c'8 c'8 c'8 c'8
 c'8 c'8 c'8 c'8
}

lower =  {
 \clef "bass"
 \times 4/5 { c8[ c8 c8 c8 c8] }
 \times 5/6 { c8[ c8 c8 c8 c8 \bar "" \break c8] }
 \times 3/4 { c8[ c8 c8 c8] }
 \times 4/5 { c8 c8 c8 c8 c8 }
}

\score {
 \new PianoStaff <<
   \new Staff = "upper" \upper
   \new Staff = "upper" \lower
>>
 \layout {
 \context {
      \Score
       \override Beam #'breakable = ##t
    }
 \context {
    \Voice
    \remove "Forbid_line_break_engraver"
    }
}
}



HTH,

Yes it does. Tremendously. Many thanks!
Peter
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to