Hmm, no that didn't solve it at all... anyway, I'm too tired to debug this now... So, this Devnull trick still doesn't work when the target voice contains ties.

Regards,
  Erlend

On 6/1/06, Erlend Aasland <[EMAIL PROTECTED]> wrote:
Never mind, I solved it by using \new Devnull { \new Voice="foo" \keepWithTag #'lyrics \voice }


Erlend


On 6/1/06, Erlend Aasland <[EMAIL PROTECTED]> wrote:
Hi,

On 5/29/06, Erik Sandberg < [EMAIL PROTECTED]> wrote:
The new alternative trick, which IMHO is cleaner, is to align lyrics to a
devnull context:

This is a neat trick, but it fails when the target voice contains ties:

voice = {
       \tag #'music { c''2 }
       \tag #'lyrics { c''4. ~ c''8 }
       d''2
}
lyr = \lyricmode { foo -- bar }

<<
 \new Staff \keepWithTag #'music \voice
 \new Devnull="foo" \keepWithTag #'lyrics \voice
 \new Lyrics \lyricsto "foo" \lyr
 \new Staff { c'8 c' c' c' c' c' c' c'}
>>

... or am I missing something?


Regards,
  Erlend Aasland


_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to