Advertisement
Guest User

Pseudocode for walking Lilypond music structure

a guest
Jun 11th, 2012
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scheme 0.08 KB | None | 0 0
  1. (define (first-non-sequence mus)
  2.     (cond
  3.         (IF_IT_IS_A_SEQUENCE) recurse
  4.         else    (mus)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement