Re: How to locate all layout-property values for a particular LayoutObject in the source files?

2017-09-24 Thread Simon Albrecht

On 24.09.2017 14:30, James wrote:

Where would I go to see the 'complete list' of all possible NoteHead.style 
values


 
– the description of the style property isn’t helpful (since it 
summarises the use of that property in any grob), but at the top of the 
page there is a link to all the styles.


Best, Simon

___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


How to locate all layout-property values for a particular LayoutObject in the source files?

2017-09-24 Thread James
Hello,

I apologise in advance if I ask this question in a less-than-meaningful way, 
simply because I don't know what the correct terms for some these 
LilyPond-specific things are (or I mix them up), but I hope you will get what 
it is I am asking for anyway.

If I take this example of an @lilypond example in the Ancient Music section:

---8<---

\override NoteHead.style = #'petrucci
a'\maxima a'\longa a'\breve a'1 a'2 a'4 a'8 a'16 a'
\override NoteHead.style = #'semipetrucci
a'\breve*5/6
\override NoteHead.style = #'blackpetrucci
a'8*4/3 a'

--->8---

Where would I go to see the 'complete list' of all possible NoteHead.style 
values - the 'values' (?) that come after the "#'" (I forget what they are 
called), if for example a developer added a style but hadn't put anything in 
the NR?

Let's say there was a NoteHead.style = #'semiblackpetrucci (I know there isn't 
such a thing) but which file would I see these defined?

grepping just for (say) 'blackpetrucci' get's me lots of hits in the font files 
and a few 'scm' files but all I want to see is the possible list of 
'NoteHead.styles' that can be defined within the source.

I do hope that made sense?

Thank you for your time.

James


___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel