Hi all,

I'm using the book-titling.ily macros by Nicolas Sceaux to create an etude book.

I can't however get long section titles to word wrap.

I suppose the code I have to edit is this but I am no Scheme expert:

section =
#(define-music-function (parser location title) (string?)
  (add-toc-item parser 'tocSectionMarkup title)
  (add-toplevel-markup parser (markup #:section-title
(string-upper-case title)))
  (add-no-page-break parser)
  (make-music 'Music 'void #t))

Can some helpful mind shed some light on how to do so?

Best regards,

Olivier

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to