lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Stanzas over staves


From: Partitura Organum
Subject: Re: Stanzas over staves
Date: Fri, 20 Apr 2018 07:58:23 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0



On 19-4-2018 22:19, Thomas Morley wrote:
The function expects `text' to be a string. So
(1) use wordwrap-string
(2) without {}

Thank you, now it works. And  I learned how to do calculations in scheme along the way as well. So the narrator function should be

narrator=#(define-music-function
  (dim text) (number? string?)
  #{
      s1^\markup
      \with-dimensions #(cons 0 (+ dim 2)) #'(0 . 0)
      \whiteout
      \override #(cons (quote line-width) dim)
      \translate #'(0 . -1.5)
      \wordwrap-string   #text
   #})

Regards,
Auke



reply via email to

[Prev in Thread] Current Thread [Next in Thread]