Hi Malte,

> \set Staff.barAlways = ##t
> \set Staff.defaultBarType = ""
> 
> This sets a "" barline after every rhythmical event that occurs in the score 
> (not only the current staff). You then need to set the “real” barlines by 
> hand, something like:
> 
> \new Staff <<
>  { \time 3/2 c''1 2 1 2 }
>  \repeat unfold 2 { s1. \bar "|" }
> >>

OOH! All of this is quite helpful!

> to allow breaking in the middle of sounding notes you’ll need
> \remove Forbid_line_break_engraver
> in the Voice context(s).

Is there a way to turn that engraver on and off at will, rather than removing 
it entirely? Using

  \set Voice.forbidBreak = ##f

doesn't seem to work.

Thanks!
Kieren.
________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: i...@kierenmacmillan.info


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

Reply via email to