On Tue, Dec 17, 2013 at 6:16 AM, David Kastrup <d...@gnu.org> wrote:
> "Trevor Daniels" <t.dani...@treda.co.uk> writes:
>
>> Urs, you wrote Tuesday, December 17, 2013 10:50 AM
>>
>>> What about changing that to
>>> "For example, arbitrary notes in the NullVoice may arbitrarily move
>>> rests or cause accidentals to appear (or disappear) on the staff."
>>> ?
>>
>> I see David's already had some thoughts about this and has raised
>> an issue.  Let's wait a little.
>
> I'm not actively working on that issue myself.  I just did not want to
> get it lost, as I don't consider the current state of NullVoice the
> ultima ratio.
>

Here is my "variation" on NullVoice:

\context {
\Voice
\name PartVoice
\alias Voice

\remove Dots_engraver
\remove Dynamic_engraver
\remove Script_engraver
\remove Drum_notes_engraver
\remove New_fingering_engraver
\remove Rest_engraver
\remove Multi_measure_rest_engraver

\override Stem.length = #0
\override Stem.ignore-collision = ##t
\override Slur #'transparent = ##t
\override Tie #'transparent = ##t
\override NoteColumn #'ignore-collision = ##t

\hideNotes

}

I can't speak to whether it will work in some of the problem areas
described, since I use it strictly to double music that has been part
combined for the purpose of being able to attach lyrics, but if
someone might test it to see how it works in other situations?

Carl P.

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

Reply via email to