lilypond-user
[Top][All Lists]
Advanced

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

2.14.2-syntax for listed Staffs in SimultaneousMusic?


From: Thomas Morley
Subject: 2.14.2-syntax for listed Staffs in SimultaneousMusic?
Date: Sun, 13 Dec 2015 21:14:54 +0100

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))
>>


Cheers,
  Harm



reply via email to

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