Browse Source

doc/xscore_gen.md : Updates to documentation.

master
kevin 2 years ago
parent
commit
a41e1508b4
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      doc/xscore_gen.md

+ 4
- 0
doc/xscore_gen.md View File

233
 %<grace_note_flag>      Flag note as a grace note
233
 %<grace_note_flag>      Flag note as a grace note
234
 %%<grace_note_flag>         -last note in grace note sequence
234
 %%<grace_note_flag>         -last note in grace note sequence
235
 $<sci_pitch>            Assign a note a new pitch
235
 $<sci_pitch>            Assign a note a new pitch
236
+[ <comment> ]           Add an arbitrary comment.
236
 
237
 
237
 <grace_note_flag>
238
 <grace_note_flag>
238
   b (begin grace)
239
   b (begin grace)
256
 to give the time sequence of the notes. A single grace note therefore does
257
 to give the time sequence of the notes. A single grace note therefore does
257
 not require an explict tick mark notation (i.e. @####)
258
 not require an explict tick mark notation (i.e. @####)
258
 
259
 
260
+Note that a given event (e.g. note,rest,bar) can be marked as both the
261
+begin (i.e.%b) and end (e.g. %%a, %s) of a grace note sequence. 
262
+
259
 
263
 
260
 Insert/delete  Event Marks: <mark>
264
 Insert/delete  Event Marks: <mark>
261
 -----------------------------------
265
 -----------------------------------

Loading…
Cancel
Save