From ea591c4aaa2f0a1e5934c034c882566779cd7186 Mon Sep 17 00:00:00 2001 From: Angel Ortega Date: Tue, 13 Oct 2009 11:45:11 +0200 Subject: [PATCH] Updated document headers. --- doc/ahs_overview_i.txt | 9 +++++++++ doc/ahs_overview_ii.txt | 15 ++++++++++----- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/doc/ahs_overview_i.txt b/doc/ahs_overview_i.txt index 8c981e9..57da7af 100644 --- a/doc/ahs_overview_i.txt +++ b/doc/ahs_overview_i.txt @@ -1,6 +1,15 @@ Ann Hell Scripting - I: Basic Commands ====================================== +This document describes the basic commands for the Ann Hell Scripting +language. These commands are those directly related with the music +being generated, as notes and their appropriate properties and global +song information as tempo and measure. Also, a global description of +the AHS syntax is included here. + +Syntax overview +--------------- + Ann Hell Ex Machina scripts consist of a sequence of commands and their possible arguments which run from the top to the bottom. Formatting and indentation can be used in a free-form way. diff --git a/doc/ahs_overview_ii.txt b/doc/ahs_overview_ii.txt index ab4ac31..f3f1d0a 100644 --- a/doc/ahs_overview_ii.txt +++ b/doc/ahs_overview_ii.txt @@ -1,11 +1,16 @@ Ann Hell Scripting - II: Extended Commands ========================================== -Those directives that are not pure music instructions or are specific to a -given output mode are called extended commands. They are expressed as -curly bracket-enclosed blocks of keywords directly followed by their -optional, respective arguments. As for the basic commands, formatting and -indentation is free-form. +This document describes the extended commands for the Ann Hell Scripting +language. These directives are not pure music instructions or are +specific to a given output mode. + +Basic syntax +------------ + +Extended commands are expressed as curly bracket-enclosed blocks of +keywords directly followed by their optional, respective arguments. As +for the basic commands, formatting and indentation is free-form. Extended commands are interleaved with basic commands, they are inserted exactly where found and can be enclosed in blocks or group structures as -- 2.11.4.GIT