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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to