lilypond-devel
[Top][All Lists]
Advanced

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

Re: New lyrics trick available in 2.9.6


From: Erlend Aasland
Subject: Re: New lyrics trick available in 2.9.6
Date: Thu, 1 Jun 2006 01:33:26 +0200

Never mind, I solved it by using \new Devnull { \new Voice="foo" \keepWithTag #'lyrics \voice }


Erlend

On 6/1/06, Erlend Aasland <address@hidden> wrote:
Hi,

On 5/29/06, Erik Sandberg < address@hidden> 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


reply via email to

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