Updates:
Status: Fixed
Labels: -Patch-push Fixed_2_19_25
Comment #5 on issue 4537 by [email protected]: Let \addlyrics accept an optional
context mod
https://code.google.com/p/lilypond/issues/detail?id=4537
Pushed to staging as
commit 95b22392ab6ee4bdfd23906eb796e907185a1c20
Author: David Kastrup <[email protected]>
Date: Mon Aug 3 10:20:37 2015 +0200
Issue 4537/2: Use only \addlyrics in one regtest rather than mixing
with \lyricsto
commit e6895cdbcf30f3683a8c1b1c50dbb1b154ca6bdb
Author: David Kastrup <[email protected]>
Date: Mon Aug 3 09:23:40 2015 +0200
Issue 4537/1: 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" {...}
>>
--
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