lilypond-user
[Top][All Lists]
Advanced

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

Re: Accidentals in cadenzas after barlines


From: Urs Liska
Subject: Re: Accidentals in cadenzas after barlines
Date: Wed, 03 Jun 2015 11:30:14 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

\once \omit Accidental

HTH
Urs

Am 03.06.2015 um 11:15 schrieb Peter Toye:
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

_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

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