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