lilypond-user
[Top][All Lists]
Advanced

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

Accidentals in cadenzas after barlines


From: Peter Toye
Subject: Accidentals in cadenzas after barlines
Date: Wed, 3 Jun 2015 10:15:14 +0100

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:address@hidden
www.ptoye.com
reply via email to

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