bug-lilypond
[Top][All Lists]
Advanced

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

Re: Spacing/collision behaviour of NullVoice


From: Carl Peterson
Subject: Re: Spacing/collision behaviour of NullVoice
Date: Tue, 17 Dec 2013 08:45:31 -0500

On Tue, Dec 17, 2013 at 6:16 AM, David Kastrup <address@hidden> wrote:
> "Trevor Daniels" <address@hidden> 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.



reply via email to

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