lilypond-devel
[Top][All Lists]
Advanced

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

Re: AccidentalCautionary in NullVoice


From: Dan Eble
Subject: Re: AccidentalCautionary in NullVoice
Date: Thu, 17 Jul 2014 22:50:13 -0400

On Jul 7, 2014, at 12:29 , Janek Warchoł <address@hidden> 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




reply via email to

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