lilypond-user
[Top][All Lists]
Advanced

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

Re: Lilypond structure / implicit - explicit / with statement


From: Simon Albrecht
Subject: Re: Lilypond structure / implicit - explicit / with statement
Date: Sun, 3 Apr 2016 13:30:07 +0200

On 03.04.2016 08:15, Bernard wrote:
I would like to comprehend Lilyponds structure.

I read http://lilypond.org/doc/v2.18/Documentation/learning/contexts-explained
and
https://docs.fedoraproject.org/en-US/Fedora/16/html/Musicians_Guide/sect-Musicians_Guide-LilyPond-Syntax-Commands-Contexts.html

That does seems logical.

So if I comprehend right :

Code implicit :
{c'}

Code explicit :
\score {
  \new Staff {
    \new Voice {c'}
  }
}

Are similar. Not identical but similar.
1) Is that correct?

Yes, that’s what is explained in the Learning Manual.

3) I would like to use and to be able to disable the \with statement.

I don’t quite get what you want to do here. Please give more explanation, and an example.

Best, Simon



reply via email to

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