lilypond-devel
[Top][All Lists]
Advanced

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

Re: AccidentalCautionary in NullVoice


From: Keith OHara
Subject: Re: AccidentalCautionary in NullVoice
Date: Sun, 6 Jul 2014 06:19:16 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Dan Eble <dan <at> faithful.be> writes:

> On Feb 9, 2014, at 21:19 , Dan Eble <dan <at> faithful.be> wrote:
> 
> > Here is a work-around for
> > https://code.google.com/p/lilypond/issues/detail?id=3834 

NullVoice looks like a long list of workarounds.

Now that Janek has independent Lyrics aligned as of version 2.19.9,
entering with durations { La2. di4 da1 } works pretty well,
and NullVoice need only watch for slurs, etc., and signal melismata.

Try

\layout {
\context {
  \name "NullVoice"
  \type "Engraver_group"
  \description "For aligning lyrics without printing notes"

  \alias "Staff"
  \alias "Voice"

  \consists "Tie_engraver" 
  \consists "Beam_engraver"
  \consists "Slur_engraver"
  % maybe a single scheme engraver to signal melismata 
}}





reply via email to

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