On Sunday, August 07, 2011 23:05:21 you wrote:
> \version "2.14.2"
> 
> v = { c }
> 
> \musicMap #(lambda (m)
>              (and (music-has-type m 'event-chord)
>                   (= (length (ly:music-property m 'elements)) 1)
>                   (let ((elt (car (ly:music-property m 'elements))))
>                     (set! (ly:music-property m 'elements)
>                           (construct-chord-elements
>                            (ly:music-property elt 'pitch)
>                            (ly:music-property elt 'duration)
>                            '()))))
>              m)
> 
> \chordmode { \v c:min }

Great, that comes very close to what I have been looking for.
At least I have a point to start from. Thanks a lot.

Cheers,

Volker

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

Reply via email to