]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/define-context-properties.scm
Allows for individual glissandi between members of NoteColumns.
[lilypond.git] / scm / define-context-properties.scm
index a813f1421f6b90ae8d8d9e7fba41000e8ebcb84a..e9484ba19485df2358101d3ec824d3f5eff530c0 100644 (file)
@@ -257,6 +257,11 @@ containing, in the correct order, the labels to be used for lettered
 frets in tablature.")
 
 
+     (glissandoMap ,list? "A map in the form of '((source1 . target1)
+(source2 . target2) (sourcen . targetn)) showing the glissandi to
+be drawn for note columns.  The value '() will default to '((0 . 0)
+(1 . 1) (n . n)), where n is the minimal number of note-heads in
+the two note columns between which the glissandi occur.")
      (gridInterval ,ly:moment? "Interval for which to generate
 @code{GridPoint}s.")