Discussion:
reminder accidental
Mark Stephen Mrotek
2018-11-26 00:30:39 UTC
Permalink
Hello,



Under 2.18 a reminder accidental could be created with an "!" (exclamation
point).

In 2.19 I cannot use the command and cannot find an alternative - except
automatic.



Am I missing something?



Thank you,



Mark
Noeck
2018-11-26 00:40:35 UTC
Permalink
Hi Mark,

do you have a minimal example? This works for my with 2.19.80:

\version "2.19.80"

{
  \key d \major
  fis' fis'! fis' fis'?
}

Cheers,

Joram
Mark Stephen Mrotek
2018-11-26 01:57:23 UTC
Permalink
Joram,

Thank you. Got it.

Mark

-----Original Message-----
From: lilypond-user [mailto:lilypond-user-bounces+carsonmark=***@gnu.org] On Behalf Of Noeck
Sent: Sunday, November 25, 2018 4:41 PM
To: lilypond-***@gnu.org
Subject: Re: reminder accidental

Hi Mark,

do you have a minimal example? This works for my with 2.19.80:

\version "2.19.80"

{
\key d \major
fis' fis'! fis' fis'?
}

Cheers,

Joram
Noeck
2018-11-26 07:10:46 UTC
Permalink
Hi Mark,

I can only speculate what your problem was. But in case it was the order
of ' ! ? 4 etc. This is why I put one possible fixed order of note entry
elements here on my cheat sheet (upper right):

http://joramberger.de/files/lilypond_sheet_2.18_en.svg
http://joramberger.de/files/lilypond_sheet_2.18_en.pdf

Cheers,
Joram

Aaron Hill
2018-11-26 00:41:53 UTC
Permalink
Post by Mark Stephen Mrotek
Under 2.18 a reminder accidental could be created with an "!"
(exclamation
point).
In 2.19 I cannot use the command and cannot find an alternative - except
automatic.
Am I missing something?
Do you have a MWE? Also would you confirm which 2.19.xx?

As far as I can see, reminder (!) and cautionary (?) accidentals are
working. Just tested this on LilyBin (2.19.55 is the latest unstable on
that site):

%%%%
\version "2.19.55"
{ c' cis' d' cis'! }
%%%%

-- Aaron Hill
Mark Stephen Mrotek
2018-11-26 01:57:48 UTC
Permalink
Arron,
Got it. Thank you!

Mark


-----Original Message-----
From: lilypond-user
[mailto:lilypond-user-bounces+carsonmark=***@gnu.org] On Behalf Of
Aaron Hill
Sent: Sunday, November 25, 2018 4:42 PM
To: lilypond-***@gnu.org
Subject: Re: reminder accidental
Post by Mark Stephen Mrotek
Under 2.18 a reminder accidental could be created with an "!"
(exclamation
point).
In 2.19 I cannot use the command and cannot find an alternative -
except automatic.
Am I missing something?
Do you have a MWE? Also would you confirm which 2.19.xx?

As far as I can see, reminder (!) and cautionary (?) accidentals are
working. Just tested this on LilyBin (2.19.55 is the latest unstable on
that site):

%%%%
\version "2.19.55"
{ c' cis' d' cis'! }
%%%%

-- Aaron Hill
Loading...