lilypond-user
[Top][All Lists]
Advanced

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

Variable equivalent in Scheme


From: Freeman Gilmore
Subject: Variable equivalent in Scheme
Date: Sat, 9 Nov 2019 20:37:06 -0500

If:
       traLaLa = { c'4 d'4 }
How would I write this in Scheme?
       #(define traLaLa  ?)

Trying to make it work in:
traLaLa = { c'4 d'4 }
#(define newLa (map ly:music-deep-copy
  (list traLaLa traLaLa)))
#(define twice
  (make-sequential-music newLa))
\twice

Thank you,
fg



reply via email to

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