TTT

Specification

import WikiScore

-- DEMETRIO EXAMPLE

-- Prj attributes
title     = A "title" "TTT"
composer  = A "composer" "Anonym"
facsimile = A "facsimile" "http"
namespace = A "namespace" "ttt"

-- Prj Parts
pt1 = Prt "bass" 1 [A "sname" "bass"]

-- Prj Sections

s1= Sct "Intro" 1 (Sel [1]) []
-- etc

prj = initWSPproject
             "ttt"
             [ title, facsimile, composer, namespace ]
             [ pt1 ]
             [ s1 ] -- ordem trocada de proposito

main = prj2jsonFile prj

| Back to project index

You could leave a comment if you were logged in.
ttt/spec.txt · Last modified: 2012/05/07 01:04 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki