From f2a9b1018ab0bc385e886d75c2a1a6ebe43f1f0f Mon Sep 17 00:00:00 2001
From: Andrew Hankinson
+ Beamed notes are encoded using braces
+ Beam groups MUST start with an opening brace
+ Notes with duration values of
+ Rests SHOULD NOT occur within a beam group.
+
+ Beam groups MUST NOT occur in Mensural encodings.
+ Chords
Beaming
+
-
-
-
-
+
+
-
-
-
- Code
- Remarks
-
-
-
- {
beginning of beaming
-
-
-
-
- }
end of beaming
- {}
.
+ {
, and
+ MUST end with a closing brace, }
. Nested beam groups
+ MUST NOT occur.
+ 0
, 1
, 2
,
+ 4
, and 9
MUST NOT occur within
+ a beam group. Notes with other duration values MAY occur within
+ a beam group.
+
- Rests SHOULD NOT occur within a beam group. -
Beam groups MUST NOT occur in Mensural encodings.
@@ -1208,6 +1205,19 @@8{ABqq{''CD}r'AB}
+
- Use %
to change the clef, $
to change the key, and @
to change
- the time signature. Follow this with the new indication (clef, key, or time), followed by a space.
+ Clefs, key signatures, and time signatures MAY be changed within an incipit.
+
+ The percent character %
MUST be used to indicate a clef change. A clef change MAY occur anywhere
+ within the music notation section. This character MUST be followed by a clef definition according
+ to the specifications given in the Clefs section.
- The introductory characters are mandatory.
+ The dollar character $
MUST be used to indicate a key signature change. A key signature
+ change MAY appear anywhere in the music notation, but SHOULD appear immediately following a
+ bar line. This character MUST be followed by a key signature definition according to the
+ specifications given in the Key Signatures section.
+
+ The at sign character @
MUST be used to indicate a time signature change. A time signature
+ change MAY appear anywhere in the music notation, but SHOULD appear immediately following a
+ bar line. This character MUST be followed by a time signature definition according to the
+ specifications given in the Time Signatures section.
+
+ For any change of clef, key signature, time signature, or combination thereof, the change indication + MUST be separated from the notation that follows by a single space character. In the case of multiple + changes at once (for example, a key and a time signature change) the individual change indications + MUST NOT be separated by a space.
From 0e8b9cb2add3c95aac1c8bc62a66704d32232f5e Mon Sep 17 00:00:00 2001 From: Andrew Hankinson8{ABqq{''CD}r'AB}
From 53c43acf86ccbaef01f9d154ab99e00c92c3cbcc Mon Sep 17 00:00:00 2001
From: Andrew Hankinson - Clefs, key signatures, and time signatures MAY be changed within an incipit. -
-
- The percent character %
MUST be used to indicate a clef change. A clef change MAY occur anywhere
- within the music notation section. This character MUST be followed by a clef definition according
- to the specifications given in the Clefs section.
-
- The dollar character $
MUST be used to indicate a key signature change. A key signature
- change MAY appear anywhere in the music notation, but SHOULD appear immediately following a
- bar line. This character MUST be followed by a key signature definition according to the
- specifications given in the Key Signatures section.
-
- The at sign character @
MUST be used to indicate a time signature change. A time signature
- change MAY appear anywhere in the music notation, but SHOULD appear immediately following a
- bar line. This character MUST be followed by a time signature definition according to the
- specifications given in the Time Signatures section.
-
- For any change of clef, key signature, time signature, or combination thereof, the change indication - MUST be separated from the notation that follows by a single space character. In the case of multiple - changes at once (for example, a key and a time signature change) the individual change indications - MUST NOT be separated by a space. -
- -- Beam groups MUST NOT occur in Mensural encodings. + Beam groups SHOULD NOT occur in Mensural encodings.