lilypond-user
[Top][All Lists]
Advanced

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

Re: 2.14.2-syntax for listed Staffs in SimultaneousMusic?


From: David Kastrup
Subject: Re: 2.14.2-syntax for listed Staffs in SimultaneousMusic?
Date: Sun, 13 Dec 2015 23:08:41 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Thomas Morley <address@hidden> writes:

> Hi all,
>
> currently I'm doing some research through the lily-versions.
> Therefore it would be great I could have a test-case working even for 2.14.2
>
> The following works back to 2.16.2
> How would be 2.14.2-syntax?
> Any hint, even for more clumsy coding, appreciated. I need that
> mapping over different staff-spaces.
>
> <<
>   $@(map
>      (lambda (n)
>        #{
>      \new Staff \with { \override StaffSymbol #'staff-space = $n }
>        { c''1 }
>        #})
>      (iota 12 0.25 0.25))
>>>

#(ly:export (make-simultaneous-music ... \override ... = #$n } ...

And you better get it right because the error messages will be totally
useless.

-- 
David Kastrup



reply via email to

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