Re: Turn with accidental

2023-09-01 Thread Ralph Palmer
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

Re: Turn with accidental

2023-09-01 Thread Jean Abou Samra
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

Turn with accidental

2023-09-01 Thread Ralph Palmer
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

RE: delayed turn with accidental

2019-08-03 Thread Mark Stephen Mrotek
: 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

Re: delayed turn with accidental

2019-08-02 Thread Pierre Perol-Schneider
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

delayed turn with accidental

2019-08-02 Thread Mark Stephen Mrotek
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