Am 14.05.2015 um 18:25 schrieb Urs Liska:

Second question: is there a way to know which grobs can be used as the last argument? In examples, it's things like "DynamicText" or "NoteHead". But I'm not sure what other grobs can be specified. Any at all? Or are there limits?

As far as I can see you should be able to use *any* grob name that LilyPond knows there.


#(for-each (lambda (g)
   (display (car g))
   (newline))
   all-grob-descriptions)

will give you a nice list of all grob names.

HTH
Urs

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to