On Sun, Oct 28, 2012 at 10:15 PM, Thomas Morley
<thomasmorle...@googlemail.com> wrote:
> 2012/10/28 Thomas Morley <thomasmorle...@googlemail.com>:
>> 2012/10/28 Olivier Biot <olivier.b...@gmail.com>:
>>> On Sun, Oct 28, 2012 at 8:29 PM, Thomas Morley
>>> <thomasmorle...@googlemail.com> wrote:
>>>> 2012/10/28 Olivier Biot <olivier.b...@gmail.com>:
>>>>> 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.
>>>>>

> Hi again,
>
> the mail-program inserted a line-break in a commented line, which
> could be misunderstood.
>
> Here I've deleted that:
>
> section =
> #(define-music-function (parser location arg) (string?)
>   (let* ((title (markup #:override '(line-width . 40)
>                   #:justify-string arg)))
>   (add-toc-item parser 'tocSectionMarkup title)
>   (add-toplevel-markup parser (markup #:section-title title))
>   (add-no-page-break parser)
>   (make-music 'Music 'void #t)))
>
> Cheers,
>   Harm

Hi Thomas,

Many thanks! That did the trick!

Best regards,

Olivier

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

Reply via email to