Michel Lemaitre <[email protected]> writes:

> I cannot put chord names containing ':' in variables.
> For example 
>
> toto = { la2:dim }
>
> /Users/mich1/Music/LilyPond/lesFeuillesMortes.ly:68:14: 
> Erreur : unrecognized string, not in text 
> script or \lyricmode
> toto = { la2:
>              dim }
>
> Note that 
>
> toto =  { la2 }
>
> works !

Not really (it's a single note, not a chord).

Try

toto = \chordmode { la2:dim }


-- 
David Kastrup


_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to