| [ << Tweaking output ] | [Top][Contents][Index] | [ Templates >> ] |
| [ < Objects and interfaces ] | [ Up: Tweaking basics ] | [ Tweaking methods > ] |
5.1.2 Naming conventions of objects and properties
We met some object naming conventions previously, in Contexts and engravers. Here for reference is a list of the most common object and property types together with the conventions for naming them and a couple of examples of some real names. We have used ‘A’ to stand for any capitalized alphabetic character and ‘aaa’ to stand for any number of lower-case alphabetic characters. Other characters are used verbatim.
Object/property type Naming convention Examples Contexts AaaaorAaaaAaaaAaaaStaff,GrandStaffLayout Objects AaaaorAaaaAaaaAaaaSlur,NoteHeadEngravers Aaaa_aaa_engraverClef_engraver,
Note_heads_engraverInterfaces aaa-aaa-interfacegrob-interface,
break-aligned-interfaceContext Properties aaaoraaaAaaaAaaaalignAboveContext,skipBarsLayout Object Properties aaaoraaa-aaa-aaadirection,
beam-thickness
As we shall see shortly, the properties of different types of object are modified by different commands, so it is useful to be able to recognize the types of objects and properties from their names.
参见
Notation Reference: Naming conventions, Modifying properties.
| [ << Tweaking output ] | [Top][Contents][Index] | [ Templates >> ] |
| [ < Objects and interfaces ] | [ Up: Tweaking basics ] | [ Tweaking methods > ] |