Le vendredi 17 novembre 2023 à 10:58 +0100, Luca Fascione a écrit :
> Hi all,
> I noticed that in \chordmode the \parenthesize command only seems to word with
> one chord
> 
> If I use
> 
> \new ChordNames { \chordmode { \parenthesize a:m7 } }
> 
> I get a chord in parentheses.
> If I use
> 
> \new ChordNames { \chordmode { \parenthesize { a:m7 d:7}  } }
> 
> I do not get two chords in parentheses (chords are there but parens are not)
> 
> Also, 
> 
> \new ChordNames { \chordmode { \parenthesize { a:m7 } } }
> 
> produces the chord symbol and no parentheses


Try

https://lsr.di.unimi.it/LSR/Item?id=902


> \parenthesisOpenSymbol also is rejected inside \chordmode 

parenthesisOpenSymbol isn't relevant to what you're doing — it was a special
variable that you could configure in order to change the meaning of "(" from the
default meaning of "start slur".

It's also  long been obsolete, the current syntax being

"(" = ...

(since 2.17.25).

Best,
Jean


Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to