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 
}}



_______________________________________________
lilypond-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to