diff --git a/doc/style.css b/doc/style.css index 696dd74..6d46b05 100644 --- a/doc/style.css +++ b/doc/style.css @@ -69,6 +69,10 @@ code { font-family: Courier; font-size: 14px; color: green; } table.tabstave-keywords { font-family:monospace; margin:20px;} table.tabstave-keywords td {padding-right:30px;} + +table.fingering-keywords { font-family:monospace; margin:20px;} +table.fingering-keywords td { padding-right:30px; vertical-align:top; } + div.vex-canvas { background-color: white; -} \ No newline at end of file +} diff --git a/doc/tutorial.html b/doc/tutorial.html index 84f554c..1ebec09 100644 --- a/doc/tutorial.html +++ b/doc/tutorial.html @@ -564,6 +564,68 @@
voice
lines before notes
lines to correctly notate polyphonic music. The stem directions are inferred from the voice order: the first voice (soprano) has stems up, and the last (bass) stems down. The voices are combined onto a single staff.
+ fingering
after a given note.
+
+ The format for a fingering
is:
+
+ fingering/[note number]:[position]:[type]:[value]
+
+ element | values |
note number | +The index of the note you for which you're adding the notation. For single notes, this will be 1, and for chords it will be the position of the note in the notated chord | +
position | +The position that the annotation will appear. One of a, b, l, or r (for above, below, right or left). | +
type | +The type of annotation. f or s (finger or string) | +
value | +The annotation to add to the rendered staff | +