Am Mi., 24. Okt. 2018 um 16:59 Uhr schrieb Ben <[email protected]>:
>
> On 10/24/2018 10:39 AM, David Nalesnik wrote:

> Based on my reading of scm/translation.functions.scm, I have no idea
> why the following should not work:
>
> \version "2.19.82"
>
> \relative c'' {
>   \set Score.markFormatter = #(format-mark-generic '(roman box bold 
> mixedcase))
>   c1 \mark \default
>   c1 \mark \default
> }
>
> -David
>
> _
>
>
> Hi David,
>
> When I tried your code it just gave me an error:
>
> \set Score.markFormatter = #
>
> (format-mark-generic '(roman box bold mixedcase))
>
>
> Interpreting music...
>
> warning: type check for `markFormatter' failed; value `#<unspecified>' must 
> be of type `procedure'

'format-mark-generic' was implemented with

commit 16a3f70519f8f788666620acccd390f946362bcd
Author: Malte Meyn <[email protected]>
Date:   Thu Dec 28 18:25:07 2017 +0100

    Issue 5249/1: add a generic markFormatter function

Which is 2.21.0, probably the upcoming 2.20.0 as well, didn't check.

Cheers,
  Harm

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

Reply via email to