Status: Started
Owner: [email protected]
Labels: Type-Enhancement Patch-new

New issue 4537 by [email protected]: Let \addlyrics accept an optional context mod
https://code.google.com/p/lilypond/issues/detail?id=4537

Let \addlyrics accept an optional context mod

Since \addlyrics always creates a new Lyrics context, there seems to be
little point in not allowing it to have a \with clause.

This change allows the use of the syntax

    \new Voice {...} \addlyrics \with ... {...}

in order to achieve the effect of what previously required

   << \new Voice = "name" {...}
      \new Lyrics \with ... \lyricsto "name" {...}
   >>


I am actually having problems finding any suitable place to document
this: use of \with ... with anything but \new ... does not seem
documented.

http://codereview.appspot.com/255610043


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to