]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/user/properties.itely
1594b6eade45ab895a7379bd0d6a21e551997626
[lilypond.git] / Documentation / user / properties.itely
1 @node Properties, , , Reference Manual
2
3 Properties are Scheme values. Most of them are in the generated documentation, but some MIDI properties are not. Here is their documentation
4
5 @macro propertytype{t}
6  (\t\)
7 @end macro
8
9
10 @table @samp
11   @item @code{midiInstrument}@indexcode{midiInstrument} @propertytype{string}
12     Sets the instrument for MIDI output.  If this property is not set
13     then LilyPond will use the @code{instrument} property.  This must
14     be set to one of the strings on the list of MIDI instruments that
15     appears in section @ref{midilist}.  If you use a string which
16     is not listed, LilyPond will silently substitute piano.
17
18   @item @code{transposing}@indexcode{transposing} @propertytype{integer}
19     Transpose the MIDI output.  Set this property to the number of
20     half-steps to transpose by.
21
22 @end table
23
24