lilypond-user
[Top][All Lists]
Advanced

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

Re: Context creation


From: Valentin Villenave
Subject: Re: Context creation
Date: Mon, 2 Jun 2008 09:57:47 +0200

2008/6/1 James E. Bailey <address@hidden>:

> How coincidental. I've been wondering myself about the difference between
> \new and \context. I kinda just use them interchangably and see if anything
> new happens.

The only difference AFAIK is that \context allows you to tap into an
existing context:

\new Staff = "coolStaff" " { (your music here) }

and then later:

\context Staff = "coolStaff" % look! the same context!
                                   { (your other music here) }


Cheers,
Valentin




reply via email to

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