lilypond-devel
[Top][All Lists]
Advanced

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

Re: lilypond Documentation/user/examples.itely Docu...


From: Han-Wen Nienhuys
Subject: Re: lilypond Documentation/user/examples.itely Docu...
Date: Sun, 21 Aug 2005 13:31:45 +0200
User-agent: Mozilla Thunderbird 1.0.6-1.1.fc4 (X11/20050720)

Graham Percival wrote:
no, it means:

WTF is a file that doesn't parse doing in the ly/ directory?


Well, WTF can't lily parse it?

It has been documented (probably as  BUG); the problem is that

  { \override Foo ... }

is a music expression. You can't put music expressions in \context { \Voice .. } right now.

One could extend \context redefinitions to override this, by extracting all \set , \override etc. commands from the music expression, and apply that to \context. Alternatively, one could create a new syntax

  contextMods =  \contextmod {
     \override ..
     \consists ..
  }

and then define slurUp as a \contextmod

Both options would require some hacking at parser.yy.

--
 Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen




reply via email to

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