lilypond-user
[Top][All Lists]
Advanced

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

Re: Blank staff music


From: David Kastrup
Subject: Re: Blank staff music
Date: Sat, 06 Oct 2012 22:50:54 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)

Thomas Morley <address@hidden> writes:

> \new GrandStaff {
> $(make-simultaneous-music
>    (map
>       (lambda (x)
>          #{
>                \new Staff  { \repeat unfold 2 { s1 \pageBreak } }
>          #})
>    (iota 6)))
> }

\new GrandStaff << $@(make-list 6
                      #{\new Staff  { \repeat unfold 2 { s1 \pageBreak } }
                      #}) >>

is a bit more concise.

-- 
David Kastrup




reply via email to

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