From a184f72e7829c46d0f2ad6e3eb822728cacb875b Mon Sep 17 00:00:00 2001 From: vampirefrog Date: Sat, 15 Mar 2014 18:30:28 +0200 Subject: [PATCH] Format fixes --- docs/MML.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/MML.md b/docs/MML.md index abd2910..c01dd3a 100644 --- a/docs/MML.md +++ b/docs/MML.md @@ -8,6 +8,9 @@ If a note length is preceded by a '%', the length is in clock ticks. Example: `c Note lengths can be connected using `^`. Example: f2 ^ 8 ^ 192. Note length is up to 256 ticks. A quarter note is 48 ticks. +Commands +-------- + Below, `#` represents a number. `t#` Set the tempo, the number of quarter notes in one second. @@ -112,7 +115,7 @@ Voice definition If a line starts with @, it is the beginning of a voice definition. A voice can be defined at any point in the text. -`@1 = { +```@1 = { /* AR DR SR RR SL OL KS ML DT1 DT2 AME */ 28, 4, 0, 5, 1, 37, 2, 1, 7, 0, 0, 22, 9, 1, 2, 1, 47, 2, 12, 0, 0, 0, @@ -120,7 +123,7 @@ If a line starts with @, it is the beginning of a voice definition. A voice can 15, 7, 0, 5, 10, 0, 2, 1, 0, 0, 1, /* CON FL OP */ 2, 7, 15 -}` +}``` Auxiliary commands ------------------