Hi,
Another question concerning tuplets:

\remove "Forbid_line_break_engraver"
\override Beam #'breakable = ##t

only seem to work with a single stave.

The code below causes a warning:
warning: forced break was overridden by some other event, should you be using bar checks?

Is there an alternative?

Many thanks,
Peter

=============
\version "2.12.3"

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
        \remove "Forbid_line_break_engraver"
        \override Beam #'breakable = ##t
     }
}
}

--
//=============================
->  Peter O'Doherty
->  http://www.peterodoherty.net
->  m...@peterodoherty.net
->  https://joindiaspora.com/people/70716
//=============================


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to