-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
danx0r
committed
Oct 12, 2012
1 parent
9e30fe9
commit 1d47d77
Showing
4 changed files
with
757 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<!-- <!DOCTYPE libretto SYSTEM "Singing.v0_1.dtd" [ --> | ||
|
||
<!ENTITY % baseelements "PITCH | | ||
DURATION | ||
"> | ||
|
||
<!ELEMENT LIBRETTO (#PCDATA| %baseelements; )*> | ||
<!ATTLIST LIBRETTO BPM CDATA "120" | ||
MARK CDATA #IMPLIED> | ||
|
||
<!ELEMENT PITCH ( #PCDATA | %baseelements; )*> | ||
<!ATTLIST PITCH FREQ CDATA "X" | ||
NOTE CDATA "X" | ||
MARK CDATA #IMPLIED> | ||
|
||
<!ELEMENT DURATION ( #PCDATA | %baseelements; )*> | ||
<!ATTLIST DURATION SECONDS CDATA "X" | ||
BEATS CDATA "X" | ||
MARK CDATA #IMPLIED> | ||
|
||
<!ELEMENT REST ( #PCDATA | %baseelements; )*> | ||
<!ATTLIST REST SECONDS CDATA "X" | ||
BEATS CDATA "X" | ||
MARK CDATA #IMPLIED> | ||
|
||
<!-- Character entities for latin 1 --> | ||
|
||
<!ENTITY % ISOlat1 PUBLIC | ||
"-//LIBRETTO//ENTITIES Added Latin 1 for LIBRETTO//EN" | ||
"sable-latin.ent" > | ||
%ISOlat1; | ||
|
||
|
||
|
Oops, something went wrong.