Comment #1 on issue 3834 by [email protected]: with NullVoice and modern-voice-cautionary accidentals extra neutrals can appear
http://code.google.com/p/lilypond/issues/detail?id=3834

Dan Eble [email protected] via gnu.org
        
02:19 (14 hours ago)
                
to LilyPond-Devel
Here is a work-around for https://code.google.com/p/lilypond/issues/detail?id=3834 which I suppose suggests both a resolution and a reason not to make a distinction between Accidental and AccidentalCautionary in the first place. (I understand there are probably good reasons to make a distinction or it wouldn't be that way.)

\version "2.18.0"

\layout {
  \context {
    \NullVoice
    \omit AccidentalCautionary
  }
}

notes = \relative c' {
  ces?4 c? cis? cisis?
}

\new Staff <<
  \new Voice \notes
  \new NullVoice = "null" \notes

--
Dan

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to