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: David Kastrup
Subject: Re: Accidentals in cadenzas after barlines
Date: Wed, 03 Jun 2015 11:30:45 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Peter Toye <address@hidden> writes:

> 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
>     }
>   }
> }

If everything else fails,

  \once\accidentalStyle forget

is sort of a sledge-hammer approach.  There may be something more
elegant.

-- 
David Kastrup




reply via email to

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