2015-08-03 9:51 GMT+02:00 David Kastrup <d...@gnu.org>: > Marc Hohl <m...@hohlart.de> writes: > >> Am 03.08.2015 um 02:53 schrieb David Kastrup: >> [...] >>> Alternatively: >>> >>> << >>> \new Voice = "melody" { c''4 d'' e'' f'' } >>> \new Lyrics \with { \consists "Rest_engraver" >>> \override Rest.Y-offset = 0.5 >>> } >>> \lyricsto "melody" { >>> c d \notemode { \parenthesize r4 } f >>> } >>>>> >> >> Wow, that's cool! > > I was annoyed of having to replace the original \addlyrics with the > whole \lyricsto machinery, so I've added > <URL:https://code.google.com/p/lilypond/issues/detail?id=4537>.
At least in the minimal example \layout { \context { \Lyrics \consists "Rest_engraver" \override Rest.Y-offset = 0.5 } } \new Voice { c''4 d'' e'' f'' } \addlyrics { c d \notemode { \parenthesize r4 } f } works as well. If we allow this general approach for every Lyrics-context (and ofcourse we do so), then it's a strong argument to allow \with for the context created by \addlyrics as well. Cheers, Harm _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user