I'm well aware that after inserting a manual barline in a cadenza I need to use 
cautionary accidentals.

However, following a barline LP automatically inserts a natural. In this 
snippet I don't want the natural on the c immediately after the barline.

I can't see how to stop it - what's the trick please? I can't find it in the 
manuals or the snippets.

\version "2.18.2"

\language "english"

\score {

  \new Staff \with {
    \remove "Time_signature_engraver"
  }

  \relative c {
    \key c \major
    \clef bass
    \set Timing.defaultBarType = ""
    \cadenzaOn

    {
      c4 cs \bar "|" c cs
    }
  }
}

 
Regards,

Peter
mailto:[email protected]
www.ptoye.com
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to