> I'm not top-posting.
Here is a simpler example.
Explicit cautionary accidentals are enough to trigger the problem.
\version "2.18.0"
notes = \relative c' {
ces?4 c? cis? cisis?
}
\new Staff <<
\new Voice \notes
\new NullVoice = "null" \notes
>>
___
Eluze gmail.com> writes:
> NR
> http://lilypond.org/doc/v2.19/Documentation/notation-big-page#specialist-notation:
> /Polyphony with shared lyrics/
>
> "The NullVoice context must be placed within a Staff context and contain
> notes that are already being displayed in that staff and that are als
> I'm not top-posting.
\version "2.18.0"
notes = \relative ces' {
ces1 | c |
}
\new Staff <<
\accidentalStyle modern-voice-cautionary
\new Voice \notes
\new NullVoice = "null" \notes
>>
___
bug-lilypond mailing list
bug-lilypond@gnu.org
http