Thomas Morley <[email protected]> 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
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user
