lilypond-user
[Top][All Lists]
Advanced

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

Re: Expansion of score for different format


From: David Kastrup
Subject: Re: Expansion of score for different format
Date: Sat, 11 May 2013 07:46:39 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Carl Peterson <address@hidden> writes:

> I've made a little bit of progress: I've changed the code to:
>
> #(define 
> (make-my-scores parser location lyrics)
> (if (not (null? lyrics))
> #{ $(car lyrics)
> $(make-my-scores parser location (cdr lyrics))
> #}
> )
> )

Looks like you could just write
#(define (make-my-scores parser location lyrics)
   #{ address@hidden #})

here.  Actually, it is already available as make-sequential-music...

-- 
David Kastrup




reply via email to

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