lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: using Scholarly?


From: Urs Liska
Subject: Re: using Scholarly?
Date: Fri, 15 May 2015 13:31:15 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.6.0



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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]