On Jul 7, 2014, at 12:29 , Janek Warchoł <janek.lilyp...@gmail.com> wrote:
> ... try changing all instances of NullVoice to
> Devnull and see what happens.  It's a simple thing to do, and with

I tried this with 2.18.2 and 2.19.10.  With both versions, the lyrics don’t 
respect the tie, which makes it far less useful than NullVoice.
\version "2.18.0"

notes = \relative c'' {
  c4~ c c
}

words = \lyricmode {
  far -- dels bear
}

<<
  \context Staff <<
    \notes
    \new Devnull = "soprano" { \notes }
  >>

  \context Lyrics <<
    \lyricsto "soprano" \words
  >>
>>
— 
Dan


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

Reply via email to