Michael,

thanks for drawing attention to this /superb/ tool! (It's quite old now but works flawlessly with current Lilypond versions).

...but with additional "\book"s for Bb and Eb instruments. I'd like to be
able to avoid the potential for error in dealing with the odd line which
needs to be other than 4 bars long by defining the "4 4 4 4 3 4 ..." as a
variable and then passing the variable to custom-line-breaks-engraver but I
can't work out how to do this.

That's easy if you know the Lilypond syntax for incorporating Scheme elements:

myList = #'(4 4 4 4 3 4)

\layout {
  \context {
    \Score
    \consists #(custom-line-breaks-engraver myList)
  }
}

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

Reply via email to