lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 4537 in lilypond: Let \addlyrics accept an optiona


From: lilypond
Subject: [Lilypond-auto] Issue 4537 in lilypond: Let \addlyrics accept an optional context mod
Date: Mon, 03 Aug 2015 07:47:43 +0000

Status: Started
Owner: address@hidden
Labels: Type-Enhancement Patch-new

New issue 4537 by address@hidden: 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

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