# -*- coding: utf-8 -*-
"""
Created on Sat Jan 26 19:55:38 2013

@author: k7hoven
"""
Syntax for defining sections (spex,act,scene,etc)
#Name of Spex
Description of spex (can be multi-paragraph)
[contents]

##Name of Act
Description of act (can be multi-paragraph)
[contents]

###Name of Scene
Description of scene (can be multi-paragraph)
[contents]

Syntax for defining characters:

%Kekkonen(K) Urho Kaleva Kekkonen
character description can have multiple paragraphs and ends with next key


What is missing:

should keys always be in the very beginning of a line? (allow indentation of headings?)
syntax for music and songs (old syntax <So, <Mu): suggestions $H Oon pääsihteeri
syntax for lyrics/poetic lines, suggestions: +K Oon Kekkoslovakian kaljupääkeisari
syntax for effects
syntax for long comments, suggestions: {}, /* */
syntax for commenting out one "block", suggestions <!K Minä olen Kekkonen!, <"K Jorma
syntax for tagged and signed comments
syntax for including files
syntax for general comments

what about leave # for comments and use another char for sections?



