On Fri, Sep 1, 2023 at 8:15 AM Jean Abou Samra wrote:
> Is this what you're looking for?
>
> \version "2.24.2"
> { a''2^\turn^\markup \natural }
>
> Best,
> Jean
>
Perfect, Jean! Thanks. I didn't know the ^\markup \natural was possible.
All the best,
Ralph
Is this what you're looking for?
\version "2.24.2"
{ a''2^\turn^\markup \natural }
Best,
Jean
signature.asc
Description: This is a digitally signed message part
Hi, All -
As ever, thanks for being there and being so much help!
I've searched the documentation and the snippet repository, but I cannot
find a way to indicate a turn with an accidental. In this case, it's in the
key of B flat, with a C with a turn, and a natural sign to indicate the B
is not f
: delayed turn with accidental
Hi Mark,
How about:
\version "2.19.81"
\transpose c d \relative c'' <<
{
\stemNeutral
\slurNeutral
c4.( d8)
} \\
{
s4
\once \set suggestAccidentals = ##t
\once \override AccidentalSuggestion.font-siz
Hi Mark,
How about:
\version "2.19.81"
\transpose c d \relative c'' <<
{
\stemNeutral
\slurNeutral
c4.( d8)
} \\
{
s4
\once \set suggestAccidentals = ##t
\once \override AccidentalSuggestion.font-size = -3
\once \override AccidentalSuggestion.script-priority = -1
Hello!
The following is from 2.19 documents
\version "2.19.81"
\relative c'' {
c2*2/3 ( s2*1/3\turn d4) r
<<
{ c4.( d8) }
{ s4 s\turn }
>>
\transpose c d \relative c'' <<
{ c4. (d8) }
s4
\once \set suggestAccidentals = ##t
\once \ove