lilypond-user
[Top][All Lists]
Advanced

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

Re: can a group of notes be assigned to a constant?


From: Hans Forbrich
Subject: Re: can a group of notes be assigned to a constant?
Date: Thu, 01 Jan 2004 14:02:13 -0700


chip wrote:
> 
> Can a group of notes, maybe the verse, be assigned to a constant? Then
> the chorus could be assigned to another constant. That would save
> re-typing all the same notes over several times. Just call the constant
> at the appropriate time.
> I thought I had seen this in the manual but now cannot find it. I'm
> gonna keep looking in the meantime.
> --
> Chip
> 
Do you mean something like (going from memory ...)

MyNotes = \notes { c4 d2 e8 }

ChoirNotes = \notes { 
        \MyNotes 
        \notes { a b c }  
        \MyNotes }  

HTH
/Hans




reply via email to

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