]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/properties.itely
patch::: 1.3.126.jcn3
[lilypond.git] / Documentation / user / properties.itely
index 97ba731a4178bf65ed59207e422101996e72d558..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,27 +0,0 @@
-@node Properties
-@section Properties
-
-Properties are Scheme values. Most of them are in the generated documentation, but some MIDI properties are not. Here is their documentation
-
-@macro propertytype{t}
- (\t\)
-@end macro
-
-
-@table @samp
-@cindex @code{midiInstrument}
-  @item @code{midiInstrument} @propertytype{string}
-    Sets the instrument for MIDI output.  If this property is not set
-    then LilyPond will use the @code{instrument} property.  This must
-    be set to one of the strings on the list of MIDI instruments that
-    appears in section @ref{midilist}.  If you use a string which
-    is not listed, LilyPond will silently substitute piano.
-@cindex @code{transposing}
-
-  @item @code{transposing} @propertytype{integer}
-    Transpose the MIDI output.  Set this property to the number of
-    half-steps to transpose by.
-
-@end table
-
-