diff --git a/_config.yml b/_config.yml index 8183636cd17..25123dc6fb0 100644 --- a/_config.yml +++ b/_config.yml @@ -28,18 +28,25 @@ menu: label: 'Guidelines versions' url: '' submenu: - - id: dev - url: 'dev' + #- id: dev + #url: 'dev' + - id: v4 + url: 'v4' - id: v3 url: 'v3' versions: + current: "v4" + editable: "v4" + # names dev: "development version" - current: "v3" v3: "3.0.0" + v4: "4.0.0" collections: - guidelines-dev: + #guidelines-dev: + #output: false + guidelines-v4: output: false guidelines-v3: output: false diff --git a/_guidelines-dev/01-shared.md b/_guidelines-v4/01-shared.md similarity index 95% rename from _guidelines-dev/01-shared.md rename to _guidelines-v4/01-shared.md index 4a35854f0ee..5e15031eeff 100644 --- a/_guidelines-dev/01-shared.md +++ b/_guidelines-v4/01-shared.md @@ -1,7 +1,7 @@ --- layout: sidebar sidebar: s1 -version: "dev" +version: "v4" title: "Shared Elements, Models, and Attributes" sectionid: "shared" --- diff --git a/_guidelines-dev/01-shared/01-sharedstructuralelements.md b/_guidelines-v4/01-shared/01-sharedstructuralelements.md similarity index 82% rename from _guidelines-dev/01-shared/01-sharedstructuralelements.md rename to _guidelines-v4/01-shared/01-sharedstructuralelements.md index 5ca1765b0b2..971183f3283 100644 --- a/_guidelines-dev/01-shared/01-sharedstructuralelements.md +++ b/_guidelines-v4/01-shared/01-sharedstructuralelements.md @@ -1,5 +1,5 @@ --- sectionid: sharedStructuralElements title: "Structural Elements" -version: "dev" +version: "v4" --- diff --git a/_guidelines-dev/01-shared/01-sharedstructuralelements/01-shareddocumentelements.md b/_guidelines-v4/01-shared/01-sharedstructuralelements/01-shareddocumentelements.md similarity index 99% rename from _guidelines-dev/01-shared/01-sharedstructuralelements/01-shareddocumentelements.md rename to _guidelines-v4/01-shared/01-sharedstructuralelements/01-shareddocumentelements.md index 61db0a71a95..4dd67144aa1 100644 --- a/_guidelines-dev/01-shared/01-sharedstructuralelements/01-shareddocumentelements.md +++ b/_guidelines-v4/01-shared/01-sharedstructuralelements/01-shareddocumentelements.md @@ -1,7 +1,7 @@ --- sectionid: sharedDocumentElements title: "Document Elements" -version: "dev" +version: "v4" --- Typically, the following elements are available for the representation of the outermost structure of an MEI document: diff --git a/_guidelines-dev/01-shared/01-sharedstructuralelements/02-sharedmusicelement.md b/_guidelines-v4/01-shared/01-sharedstructuralelements/02-sharedmusicelement.md similarity index 99% rename from _guidelines-dev/01-shared/01-sharedstructuralelements/02-sharedmusicelement.md rename to _guidelines-v4/01-shared/01-sharedstructuralelements/02-sharedmusicelement.md index c14357e3a13..0c7f93218e3 100644 --- a/_guidelines-dev/01-shared/01-sharedstructuralelements/02-sharedmusicelement.md +++ b/_guidelines-v4/01-shared/01-sharedstructuralelements/02-sharedmusicelement.md @@ -1,7 +1,7 @@ --- sectionid: sharedMusicElement title: "Music Element" -version: "dev" +version: "v4" --- MEI texts may be regarded either as unitary; that is, forming an organic whole, or as composite; that is, consisting of several components which are in some important sense independent of each other. The distinction is not always entirely obvious. For example, a collection of songs might be regarded as a single item in some circumstances, or as a number of distinct items in others. In such borderline cases, the encoder must choose whether to treat the text as unitary or composite; each option may have advantages and disadvantages. diff --git a/_guidelines-dev/01-shared/01-sharedstructuralelements/02-sharedmusicelement/01-sharedgroupedtexts.md b/_guidelines-v4/01-shared/01-sharedstructuralelements/02-sharedmusicelement/01-sharedgroupedtexts.md similarity index 99% rename from _guidelines-dev/01-shared/01-sharedstructuralelements/02-sharedmusicelement/01-sharedgroupedtexts.md rename to _guidelines-v4/01-shared/01-sharedstructuralelements/02-sharedmusicelement/01-sharedgroupedtexts.md index bd5723ff025..3629ccdcd69 100644 --- a/_guidelines-dev/01-shared/01-sharedstructuralelements/02-sharedmusicelement/01-sharedgroupedtexts.md +++ b/_guidelines-v4/01-shared/01-sharedstructuralelements/02-sharedmusicelement/01-sharedgroupedtexts.md @@ -1,7 +1,7 @@ --- sectionid: sharedGroupedTexts title: "Grouped Texts" -version: "dev" +version: "v4" --- The {% include link elem="group" %} element may be used to represent a collection of independent musical texts which is to be regarded as a single unit for processing or other purposes. It is provided to simplify the encoding of collections, anthologies, and cyclic works. It can also be used to record the potentially complex internal structure of corpora, covered more fully in chapter {% include link id="corpus" %}. diff --git a/_guidelines-dev/01-shared/01-sharedstructuralelements/02-sharedmusicelement/02-shareddivisionsbody.md b/_guidelines-v4/01-shared/01-sharedstructuralelements/02-sharedmusicelement/02-shareddivisionsbody.md similarity index 99% rename from _guidelines-dev/01-shared/01-sharedstructuralelements/02-sharedmusicelement/02-shareddivisionsbody.md rename to _guidelines-v4/01-shared/01-sharedstructuralelements/02-sharedmusicelement/02-shareddivisionsbody.md index 4a21874b637..897b04578a4 100644 --- a/_guidelines-dev/01-shared/01-sharedstructuralelements/02-sharedmusicelement/02-shareddivisionsbody.md +++ b/_guidelines-v4/01-shared/01-sharedstructuralelements/02-sharedmusicelement/02-shareddivisionsbody.md @@ -1,7 +1,7 @@ --- sectionid: sharedDivisionsBody title: "Divisions of the Body" -version: "dev" +version: "v4" --- This section describes sub-division of the body of a musical text. Front and back matter are described in chapter {% include link id="text" %}. diff --git a/_guidelines-dev/01-shared/01-sharedstructuralelements/02-sharedmusicelement/03-sharedmdivcontent.md b/_guidelines-v4/01-shared/01-sharedstructuralelements/02-sharedmusicelement/03-sharedmdivcontent.md similarity index 99% rename from _guidelines-dev/01-shared/01-sharedstructuralelements/02-sharedmusicelement/03-sharedmdivcontent.md rename to _guidelines-v4/01-shared/01-sharedstructuralelements/02-sharedmusicelement/03-sharedmdivcontent.md index fb73d7c88f6..074964aaa89 100644 --- a/_guidelines-dev/01-shared/01-sharedstructuralelements/02-sharedmusicelement/03-sharedmdivcontent.md +++ b/_guidelines-v4/01-shared/01-sharedstructuralelements/02-sharedmusicelement/03-sharedmdivcontent.md @@ -1,7 +1,7 @@ --- sectionid: sharedMdivContent title: "Content of Musical Divisions" -version: "dev" +version: "v4" --- The {% include link elem="mdiv" %} element may contain one or both of two possible views: score and parts. diff --git a/_guidelines-dev/01-shared/02-sharedmusicalelements.md b/_guidelines-v4/01-shared/02-sharedmusicalelements.md similarity index 92% rename from _guidelines-dev/01-shared/02-sharedmusicalelements.md rename to _guidelines-v4/01-shared/02-sharedmusicalelements.md index 50c2651b476..fd62d59530c 100644 --- a/_guidelines-dev/01-shared/02-sharedmusicalelements.md +++ b/_guidelines-v4/01-shared/02-sharedmusicalelements.md @@ -1,7 +1,7 @@ --- sectionid: sharedMusicalElements title: "Shared Musical Elements" -version: "dev" +version: "v4" --- This section lists the elements defined in the shared module that are available within the music element. diff --git a/_guidelines-dev/01-shared/02-sharedmusicalelements/01-sharedscoreandparts.md b/_guidelines-v4/01-shared/02-sharedmusicalelements/01-sharedscoreandparts.md similarity index 99% rename from _guidelines-dev/01-shared/02-sharedmusicalelements/01-sharedscoreandparts.md rename to _guidelines-v4/01-shared/02-sharedmusicalelements/01-sharedscoreandparts.md index cc3fdfbc178..fe0d3ded3de 100644 --- a/_guidelines-dev/01-shared/02-sharedmusicalelements/01-sharedscoreandparts.md +++ b/_guidelines-v4/01-shared/02-sharedmusicalelements/01-sharedscoreandparts.md @@ -1,7 +1,7 @@ --- sectionid: sharedScoreAndParts title: "Score and Parts" -version: "dev" +version: "v4" --- The following elements are provided for the capture of scores and parts: diff --git a/_guidelines-dev/01-shared/02-sharedmusicalelements/02-sharedstavesandlayers.md b/_guidelines-v4/01-shared/02-sharedmusicalelements/02-sharedstavesandlayers.md similarity index 97% rename from _guidelines-dev/01-shared/02-sharedmusicalelements/02-sharedstavesandlayers.md rename to _guidelines-v4/01-shared/02-sharedmusicalelements/02-sharedstavesandlayers.md index 2c137390656..4c5d2962131 100644 --- a/_guidelines-dev/01-shared/02-sharedmusicalelements/02-sharedstavesandlayers.md +++ b/_guidelines-v4/01-shared/02-sharedmusicalelements/02-sharedstavesandlayers.md @@ -1,7 +1,7 @@ --- sectionid: sharedStavesAndLayers title: "Staves and Layers" -version: "dev" +version: "v4" --- The elements below are used to capture the logical organization of musical notation: diff --git a/_guidelines-dev/01-shared/02-sharedmusicalelements/03-sharedbasicevents.md b/_guidelines-v4/01-shared/02-sharedmusicalelements/03-sharedbasicevents.md similarity index 97% rename from _guidelines-dev/01-shared/02-sharedmusicalelements/03-sharedbasicevents.md rename to _guidelines-v4/01-shared/02-sharedmusicalelements/03-sharedbasicevents.md index c89c9513172..9063169f332 100644 --- a/_guidelines-dev/01-shared/02-sharedmusicalelements/03-sharedbasicevents.md +++ b/_guidelines-v4/01-shared/02-sharedmusicalelements/03-sharedbasicevents.md @@ -1,7 +1,7 @@ --- sectionid: sharedBasicEvents title: "Basic Music Events" -version: "dev" +version: "v4" --- The basic features of music notation are represented by the following elements: diff --git a/_guidelines-dev/01-shared/02-sharedmusicalelements/04-sharedotherevents.md b/_guidelines-v4/01-shared/02-sharedmusicalelements/04-sharedotherevents.md similarity index 96% rename from _guidelines-dev/01-shared/02-sharedmusicalelements/04-sharedotherevents.md rename to _guidelines-v4/01-shared/02-sharedmusicalelements/04-sharedotherevents.md index b4c6bd86fb1..9ae078c4370 100644 --- a/_guidelines-dev/01-shared/02-sharedmusicalelements/04-sharedotherevents.md +++ b/_guidelines-v4/01-shared/02-sharedmusicalelements/04-sharedotherevents.md @@ -1,7 +1,7 @@ --- sectionid: sharedOtherEvents title: "Other events" -version: "dev" +version: "v4" --- Because they can occur in the context of a stream of events on the staff, some elements which are used in other contexts are also treated as events. For example, in addition to being used to define the initial clef of a staff, the {% include link elem="clef" %} element can also be used to indicate a clef change. diff --git a/_guidelines-dev/01-shared/02-sharedmusicalelements/04-sharedotherevents/01-sharedkeysignaturesandclefs.md b/_guidelines-v4/01-shared/02-sharedmusicalelements/04-sharedotherevents/01-sharedkeysignaturesandclefs.md similarity index 95% rename from _guidelines-dev/01-shared/02-sharedmusicalelements/04-sharedotherevents/01-sharedkeysignaturesandclefs.md rename to _guidelines-v4/01-shared/02-sharedmusicalelements/04-sharedotherevents/01-sharedkeysignaturesandclefs.md index 4cc06286791..4dd9c224fb5 100644 --- a/_guidelines-dev/01-shared/02-sharedmusicalelements/04-sharedotherevents/01-sharedkeysignaturesandclefs.md +++ b/_guidelines-v4/01-shared/02-sharedmusicalelements/04-sharedotherevents/01-sharedkeysignaturesandclefs.md @@ -1,7 +1,7 @@ --- sectionid: sharedKeySignaturesAndClefs title: "Key Signatures and Clefs" -version: "dev" +version: "v4" --- Key signatures and clefs as well as intra-staff changes to these musical parameters are treated as events. diff --git a/_guidelines-dev/01-shared/02-sharedmusicalelements/04-sharedotherevents/02-sharedbarlines.md b/_guidelines-v4/01-shared/02-sharedmusicalelements/04-sharedotherevents/02-sharedbarlines.md similarity index 93% rename from _guidelines-dev/01-shared/02-sharedmusicalelements/04-sharedotherevents/02-sharedbarlines.md rename to _guidelines-v4/01-shared/02-sharedmusicalelements/04-sharedotherevents/02-sharedbarlines.md index eabf9cb0b60..e58533283cc 100644 --- a/_guidelines-dev/01-shared/02-sharedmusicalelements/04-sharedotherevents/02-sharedbarlines.md +++ b/_guidelines-v4/01-shared/02-sharedmusicalelements/04-sharedotherevents/02-sharedbarlines.md @@ -1,7 +1,7 @@ --- sectionid: sharedBarlines title: "Bar Lines and Custos Signs" -version: "dev" +version: "v4" --- Measure separators, i.e., bar lines, and custos signs are also considered to be events. diff --git a/_guidelines-dev/01-shared/02-sharedmusicalelements/04-sharedotherevents/03-sharedaccidentalsarticulations.md b/_guidelines-v4/01-shared/02-sharedmusicalelements/04-sharedotherevents/03-sharedaccidentalsarticulations.md similarity index 96% rename from _guidelines-dev/01-shared/02-sharedmusicalelements/04-sharedotherevents/03-sharedaccidentalsarticulations.md rename to _guidelines-v4/01-shared/02-sharedmusicalelements/04-sharedotherevents/03-sharedaccidentalsarticulations.md index d292093a307..13ada484dd2 100644 --- a/_guidelines-dev/01-shared/02-sharedmusicalelements/04-sharedotherevents/03-sharedaccidentalsarticulations.md +++ b/_guidelines-v4/01-shared/02-sharedmusicalelements/04-sharedotherevents/03-sharedaccidentalsarticulations.md @@ -1,7 +1,7 @@ --- sectionid: sharedAccidentalsArticulations title: "Accidentals, Articulation Symbols, Augmentation Dots, and Custos Signs" -version: "dev" +version: "v4" --- The following elements are regarded as events primarily because they sometimes occur independently of any associated notes, rests, or chords, especially in mensural and neume repertoires. diff --git a/_guidelines-dev/01-shared/02-sharedmusicalelements/04-sharedotherevents/04-sharedlyricsyllables.md b/_guidelines-v4/01-shared/02-sharedmusicalelements/04-sharedotherevents/04-sharedlyricsyllables.md similarity index 95% rename from _guidelines-dev/01-shared/02-sharedmusicalelements/04-sharedotherevents/04-sharedlyricsyllables.md rename to _guidelines-v4/01-shared/02-sharedmusicalelements/04-sharedotherevents/04-sharedlyricsyllables.md index a6f0b9b3dac..5cd0ef0c9f4 100644 --- a/_guidelines-dev/01-shared/02-sharedmusicalelements/04-sharedotherevents/04-sharedlyricsyllables.md +++ b/_guidelines-v4/01-shared/02-sharedmusicalelements/04-sharedotherevents/04-sharedlyricsyllables.md @@ -1,7 +1,7 @@ --- sectionid: sharedLyricSyllables title: "Lyric Syllables" -version: "dev" +version: "v4" --- The {% include link elem="syl" %} element is used to mark a word or portion of a word that is to be vocally performed. A fuller description of its use is provided in chapter {% include link id="lyricsSyl" %}. diff --git a/_guidelines-dev/01-shared/02-sharedmusicalelements/04-sharedotherevents/05-sharednotespacing.md b/_guidelines-v4/01-shared/02-sharedmusicalelements/04-sharedotherevents/05-sharednotespacing.md similarity index 98% rename from _guidelines-dev/01-shared/02-sharedmusicalelements/04-sharedotherevents/05-sharednotespacing.md rename to _guidelines-v4/01-shared/02-sharedmusicalelements/04-sharedotherevents/05-sharednotespacing.md index 4f2d3a40b6a..a4e2fa21e02 100644 --- a/_guidelines-dev/01-shared/02-sharedmusicalelements/04-sharedotherevents/05-sharednotespacing.md +++ b/_guidelines-v4/01-shared/02-sharedmusicalelements/04-sharedotherevents/05-sharednotespacing.md @@ -1,7 +1,7 @@ --- sectionid: sharedNoteSpacing title: "Event Spacing" -version: "dev" +version: "v4" --- The following elements provide control over the horizontal spacing of notational events, such as notes, chords, rests, etc.: diff --git a/_guidelines-dev/01-shared/02-sharedmusicalelements/05-sharedexpressionmarks.md b/_guidelines-v4/01-shared/02-sharedmusicalelements/05-sharedexpressionmarks.md similarity index 94% rename from _guidelines-dev/01-shared/02-sharedmusicalelements/05-sharedexpressionmarks.md rename to _guidelines-v4/01-shared/02-sharedmusicalelements/05-sharedexpressionmarks.md index 5338d60d4c2..21dbd02a9a9 100644 --- a/_guidelines-dev/01-shared/02-sharedmusicalelements/05-sharedexpressionmarks.md +++ b/_guidelines-v4/01-shared/02-sharedmusicalelements/05-sharedexpressionmarks.md @@ -1,7 +1,7 @@ --- sectionid: sharedExpressionMarks title: "Expression Marks" -version: "dev" +version: "v4" --- Expression marks are instructions in the form of words, abbreviations, or symbols that convey aspects of performance that cannot be expressed purely through the musical notation. diff --git a/_guidelines-dev/01-shared/02-sharedmusicalelements/05-sharedexpressionmarks/01-sharedtextdirectives.md b/_guidelines-v4/01-shared/02-sharedmusicalelements/05-sharedexpressionmarks/01-sharedtextdirectives.md similarity index 98% rename from _guidelines-dev/01-shared/02-sharedmusicalelements/05-sharedexpressionmarks/01-sharedtextdirectives.md rename to _guidelines-v4/01-shared/02-sharedmusicalelements/05-sharedexpressionmarks/01-sharedtextdirectives.md index ad1b6c167a8..129e8c67599 100644 --- a/_guidelines-dev/01-shared/02-sharedmusicalelements/05-sharedexpressionmarks/01-sharedtextdirectives.md +++ b/_guidelines-v4/01-shared/02-sharedmusicalelements/05-sharedexpressionmarks/01-sharedtextdirectives.md @@ -1,7 +1,7 @@ --- sectionid: sharedTextDirectives title: "Text Directives" -version: "dev" +version: "v4" --- All of the following elements can be considered text directives; however, MEI uses the {% include link elem="dir" %} element specifically for words, abbreviations, numbers, or symbols specifying or suggesting the manner of performance that are not encoded elsewhere using the more specific elements of {% include link elem="tempo" %} and {% include link elem="dynam" %}. diff --git a/_guidelines-dev/01-shared/02-sharedmusicalelements/05-sharedexpressionmarks/02-sharedtempomarks.md b/_guidelines-v4/01-shared/02-sharedmusicalelements/05-sharedexpressionmarks/02-sharedtempomarks.md similarity index 95% rename from _guidelines-dev/01-shared/02-sharedmusicalelements/05-sharedexpressionmarks/02-sharedtempomarks.md rename to _guidelines-v4/01-shared/02-sharedmusicalelements/05-sharedexpressionmarks/02-sharedtempomarks.md index 9c7ff8b953f..432dbf4254f 100644 --- a/_guidelines-dev/01-shared/02-sharedmusicalelements/05-sharedexpressionmarks/02-sharedtempomarks.md +++ b/_guidelines-v4/01-shared/02-sharedmusicalelements/05-sharedexpressionmarks/02-sharedtempomarks.md @@ -1,7 +1,7 @@ --- sectionid: sharedTempoMarks title: "Tempo" -version: "dev" +version: "v4" --- Tempo marks are indications through words, abbreviations, or specific metronome settings of the speed at which a piece of music is to be performed. Both instantaneous and continuous tempo markings may be encoded using this element. diff --git a/_guidelines-dev/01-shared/02-sharedmusicalelements/05-sharedexpressionmarks/03-shareddynamics.md b/_guidelines-v4/01-shared/02-sharedmusicalelements/05-sharedexpressionmarks/03-shareddynamics.md similarity index 96% rename from _guidelines-dev/01-shared/02-sharedmusicalelements/05-sharedexpressionmarks/03-shareddynamics.md rename to _guidelines-v4/01-shared/02-sharedmusicalelements/05-sharedexpressionmarks/03-shareddynamics.md index 54b77990e32..acc16fe9ee3 100644 --- a/_guidelines-dev/01-shared/02-sharedmusicalelements/05-sharedexpressionmarks/03-shareddynamics.md +++ b/_guidelines-v4/01-shared/02-sharedmusicalelements/05-sharedexpressionmarks/03-shareddynamics.md @@ -1,7 +1,7 @@ --- sectionid: sharedDynamics title: "Dynamics" -version: "dev" +version: "v4" --- Dynamics, or dynamic marks, are terms, abbreviations, and symbols that indicate the specific degrees of volume of a note, phrase, or section of music, e.g., "piano", "forte". Transitions from one volume level to another, e.g., "crescendo", "diminuendo", are also specified through dynamic marks. diff --git a/_guidelines-dev/01-shared/02-sharedmusicalelements/05-sharedexpressionmarks/04-sharedphrasemarks.md b/_guidelines-v4/01-shared/02-sharedmusicalelements/05-sharedexpressionmarks/04-sharedphrasemarks.md similarity index 98% rename from _guidelines-dev/01-shared/02-sharedmusicalelements/05-sharedexpressionmarks/04-sharedphrasemarks.md rename to _guidelines-v4/01-shared/02-sharedmusicalelements/05-sharedexpressionmarks/04-sharedphrasemarks.md index 4c86d1495b4..98b351c35dd 100644 --- a/_guidelines-dev/01-shared/02-sharedmusicalelements/05-sharedexpressionmarks/04-sharedphrasemarks.md +++ b/_guidelines-v4/01-shared/02-sharedmusicalelements/05-sharedexpressionmarks/04-sharedphrasemarks.md @@ -1,7 +1,7 @@ --- sectionid: sharedPhraseMarks title: "Phrase Marks" -version: "dev" +version: "v4" --- Phrase marks are curved lines placed over or under notes to delineate short sections of a work that represent a unified melodic idea, analogous to a phrase in literature. diff --git a/_guidelines-dev/01-shared/02-sharedmusicalelements/05-sharedexpressionmarks/05-sharedornaments.md b/_guidelines-v4/01-shared/02-sharedmusicalelements/05-sharedexpressionmarks/05-sharedornaments.md similarity index 97% rename from _guidelines-dev/01-shared/02-sharedmusicalelements/05-sharedexpressionmarks/05-sharedornaments.md rename to _guidelines-v4/01-shared/02-sharedmusicalelements/05-sharedexpressionmarks/05-sharedornaments.md index 732a2dd8ddf..8893017f7c8 100644 --- a/_guidelines-dev/01-shared/02-sharedmusicalelements/05-sharedexpressionmarks/05-sharedornaments.md +++ b/_guidelines-v4/01-shared/02-sharedmusicalelements/05-sharedexpressionmarks/05-sharedornaments.md @@ -1,7 +1,7 @@ --- sectionid: sharedOrnaments title: "Ornaments" -version: "dev" +version: "v4" --- Ornaments are formulae of embellishment that can be realized by adding supplementary notes to one or more notes of the melody. diff --git a/_guidelines-dev/01-shared/03-sharedtextualelements.md b/_guidelines-v4/01-shared/03-sharedtextualelements.md similarity index 91% rename from _guidelines-dev/01-shared/03-sharedtextualelements.md rename to _guidelines-v4/01-shared/03-sharedtextualelements.md index 71b34f08bc9..5e73a88d002 100644 --- a/_guidelines-dev/01-shared/03-sharedtextualelements.md +++ b/_guidelines-v4/01-shared/03-sharedtextualelements.md @@ -1,7 +1,7 @@ --- sectionid: sharedTextualElements title: "Shared Textual Elements" -version: "dev" +version: "v4" --- This section lists elements declared in the shared module that pertain to the encoding of prose. diff --git a/_guidelines-dev/01-shared/03-sharedtextualelements/01-sharedparagraphs.md b/_guidelines-v4/01-shared/03-sharedtextualelements/01-sharedparagraphs.md similarity index 97% rename from _guidelines-dev/01-shared/03-sharedtextualelements/01-sharedparagraphs.md rename to _guidelines-v4/01-shared/03-sharedtextualelements/01-sharedparagraphs.md index 8f4a7ea6fc8..a920db5fb0d 100644 --- a/_guidelines-dev/01-shared/03-sharedtextualelements/01-sharedparagraphs.md +++ b/_guidelines-v4/01-shared/03-sharedtextualelements/01-sharedparagraphs.md @@ -1,7 +1,7 @@ --- sectionid: sharedParagraphs title: "Paragraphs" -version: "dev" +version: "v4" --- A paragraph is a structural unit of a larger text. Usually, it is typographically distinct; that is, it usually begins on a new line and the first letter of the content is often indented, enlarged, or both. This element has a similar meaning as the corresponding elements in Encoded Archival Description (EAD), Text Encoding Initiative (TEI), and HTML. diff --git a/_guidelines-dev/01-shared/03-sharedtextualelements/02-sharedtextrendition.md b/_guidelines-v4/01-shared/03-sharedtextualelements/02-sharedtextrendition.md similarity index 98% rename from _guidelines-dev/01-shared/03-sharedtextualelements/02-sharedtextrendition.md rename to _guidelines-v4/01-shared/03-sharedtextualelements/02-sharedtextrendition.md index 630b6ef9979..15d4ff923cb 100644 --- a/_guidelines-dev/01-shared/03-sharedtextualelements/02-sharedtextrendition.md +++ b/_guidelines-v4/01-shared/03-sharedtextualelements/02-sharedtextrendition.md @@ -1,7 +1,7 @@ --- sectionid: sharedTextRendition title: "Text Rendition" -version: "dev" +version: "v4" --- Sometimes, it is desirable to capture the typographical qualities of a word or phrase without assigning it a special meaning. For this purpose, MEI offers the {% include link elem="rend" %} element, similar to TEI's *hi* element. Using CSS-like values, its **@rend** attribute can be used to specify many typographic features, such as font style, font variants, and relative font size and weight. In addition, text decoration, direction, and enclosing ‘boxes’ may be captured. While **@rend** is used to record relative font size and weight, absolute values for these qualities (measured in printers points) should be specified using the **@fontsize** and **@fontweight** attibutes. In addition to commonly found typographical qualities, MEI provides the **@altrend** attribute for the capture of additional, user-defined rendition information. diff --git a/_guidelines-dev/01-shared/03-sharedtextualelements/03-sharedtitlepages.md b/_guidelines-v4/01-shared/03-sharedtextualelements/03-sharedtitlepages.md similarity index 97% rename from _guidelines-dev/01-shared/03-sharedtextualelements/03-sharedtitlepages.md rename to _guidelines-v4/01-shared/03-sharedtextualelements/03-sharedtitlepages.md index b24d8ef55a8..ad2e107203b 100644 --- a/_guidelines-dev/01-shared/03-sharedtextualelements/03-sharedtitlepages.md +++ b/_guidelines-v4/01-shared/03-sharedtextualelements/03-sharedtitlepages.md @@ -1,7 +1,7 @@ --- sectionid: sharedTitlePages title: "Transcription of Titlepages" -version: "dev" +version: "v4" --- A specialized element is furnished for the capture of titlepage information. diff --git a/_guidelines-dev/01-shared/03-sharedtextualelements/04-sharednamesnumbersdates.md b/_guidelines-v4/01-shared/03-sharedtextualelements/04-sharednamesnumbersdates.md similarity index 87% rename from _guidelines-dev/01-shared/03-sharedtextualelements/04-sharednamesnumbersdates.md rename to _guidelines-v4/01-shared/03-sharedtextualelements/04-sharednamesnumbersdates.md index 36829df68b1..8e8ba7dac48 100644 --- a/_guidelines-dev/01-shared/03-sharedtextualelements/04-sharednamesnumbersdates.md +++ b/_guidelines-v4/01-shared/03-sharedtextualelements/04-sharednamesnumbersdates.md @@ -1,5 +1,5 @@ --- sectionid: sharedNamesNumbersDates title: "Names, Dates, Numbers, Abbreviations, and Addresses" -version: "dev" +version: "v4" --- diff --git a/_guidelines-dev/01-shared/03-sharedtextualelements/04-sharednamesnumbersdates/01-sharednames.md b/_guidelines-v4/01-shared/03-sharedtextualelements/04-sharednamesnumbersdates/01-sharednames.md similarity index 97% rename from _guidelines-dev/01-shared/03-sharedtextualelements/04-sharednamesnumbersdates/01-sharednames.md rename to _guidelines-v4/01-shared/03-sharedtextualelements/04-sharednamesnumbersdates/01-sharednames.md index 64cba1ada49..f79cc053123 100644 --- a/_guidelines-dev/01-shared/03-sharedtextualelements/04-sharednamesnumbersdates/01-sharednames.md +++ b/_guidelines-v4/01-shared/03-sharedtextualelements/04-sharednamesnumbersdates/01-sharednames.md @@ -1,7 +1,7 @@ --- sectionid: sharedNames title: "Names and Dates" -version: "dev" +version: "v4" --- The {% include link elem="name" %} and {% include link elem="date" %} elements may be used to mark up portions of a text that function as names or dates. diff --git a/_guidelines-dev/01-shared/03-sharedtextualelements/04-sharednamesnumbersdates/02-sharednumbers.md b/_guidelines-v4/01-shared/03-sharedtextualelements/04-sharednamesnumbersdates/02-sharednumbers.md similarity index 97% rename from _guidelines-dev/01-shared/03-sharedtextualelements/04-sharednamesnumbersdates/02-sharednumbers.md rename to _guidelines-v4/01-shared/03-sharedtextualelements/04-sharednamesnumbersdates/02-sharednumbers.md index b71f6d1be04..4c2816053c6 100644 --- a/_guidelines-dev/01-shared/03-sharedtextualelements/04-sharednamesnumbersdates/02-sharednumbers.md +++ b/_guidelines-v4/01-shared/03-sharedtextualelements/04-sharednamesnumbersdates/02-sharednumbers.md @@ -1,7 +1,7 @@ --- sectionid: sharedNumbers title: "Numbers" -version: "dev" +version: "v4" --- The {% include link elem="num" %} element may be used to identify any numeric information in a text. The **@unit** may be used to specify the unit of measurement. diff --git a/_guidelines-dev/01-shared/03-sharedtextualelements/04-sharednamesnumbersdates/03-sharedaddresses.md b/_guidelines-v4/01-shared/03-sharedtextualelements/04-sharednamesnumbersdates/03-sharedaddresses.md similarity index 97% rename from _guidelines-dev/01-shared/03-sharedtextualelements/04-sharednamesnumbersdates/03-sharedaddresses.md rename to _guidelines-v4/01-shared/03-sharedtextualelements/04-sharednamesnumbersdates/03-sharedaddresses.md index b5bbb2919ec..d3fdb5e97f4 100644 --- a/_guidelines-dev/01-shared/03-sharedtextualelements/04-sharednamesnumbersdates/03-sharedaddresses.md +++ b/_guidelines-v4/01-shared/03-sharedtextualelements/04-sharednamesnumbersdates/03-sharedaddresses.md @@ -1,7 +1,7 @@ --- sectionid: sharedAddresses title: "Addresses" -version: "dev" +version: "v4" --- Addresses may be encoded using the {% include link elem="address" %} element, which itself may hold an arbitrary number of {% include link elem="addrLine" %} elements. diff --git a/_guidelines-dev/01-shared/03-sharedtextualelements/05-sharedannotations.md b/_guidelines-v4/01-shared/03-sharedtextualelements/05-sharedannotations.md similarity index 98% rename from _guidelines-dev/01-shared/03-sharedtextualelements/05-sharedannotations.md rename to _guidelines-v4/01-shared/03-sharedtextualelements/05-sharedannotations.md index d6aa524a389..46037646f0b 100644 --- a/_guidelines-dev/01-shared/03-sharedtextualelements/05-sharedannotations.md +++ b/_guidelines-v4/01-shared/03-sharedtextualelements/05-sharedannotations.md @@ -1,7 +1,7 @@ --- sectionid: sharedAnnotations title: "Annotations" -version: "dev" +version: "v4" --- Annotations are one of the most versatile features of MEI. They are provided using the {% include link elem="annot" %} element. diff --git a/_guidelines-dev/01-shared/03-sharedtextualelements/06-sharedbibliographiccitations.md b/_guidelines-v4/01-shared/03-sharedtextualelements/06-sharedbibliographiccitations.md similarity index 99% rename from _guidelines-dev/01-shared/03-sharedtextualelements/06-sharedbibliographiccitations.md rename to _guidelines-v4/01-shared/03-sharedtextualelements/06-sharedbibliographiccitations.md index ea21ce40b7d..9b236269664 100644 --- a/_guidelines-dev/01-shared/03-sharedtextualelements/06-sharedbibliographiccitations.md +++ b/_guidelines-v4/01-shared/03-sharedtextualelements/06-sharedbibliographiccitations.md @@ -1,7 +1,7 @@ --- sectionid: sharedBibliographicCitations title: "Bibliographic Citations and References" -version: "dev" +version: "v4" --- The following element is used in the encoding of bibliographic citations and references: diff --git a/_guidelines-dev/01-shared/03-sharedtextualelements/07-sharedrelateditemdesc.md b/_guidelines-v4/01-shared/03-sharedtextualelements/07-sharedrelateditemdesc.md similarity index 99% rename from _guidelines-dev/01-shared/03-sharedtextualelements/07-sharedrelateditemdesc.md rename to _guidelines-v4/01-shared/03-sharedtextualelements/07-sharedrelateditemdesc.md index 1fe9ef7183b..6b451121c5c 100644 --- a/_guidelines-dev/01-shared/03-sharedtextualelements/07-sharedrelateditemdesc.md +++ b/_guidelines-v4/01-shared/03-sharedtextualelements/07-sharedrelateditemdesc.md @@ -1,7 +1,7 @@ --- sectionid: sharedRelatedItemDesc title: "Related Items" -version: "dev" +version: "v4" --- In some situations it is necessary to provide references from one bibliographic item to another. For these situations, MEI offers the {% include link elem="relatedItem" %} element. A {% include link elem="relatedItem" %} may be used inside of {% include link elem="bibl" %}, and may either point to a different entity using its **@target** attribute, or may hold the related item as a child. diff --git a/_guidelines-dev/01-shared/04-sharedcommonattributes.md b/_guidelines-v4/01-shared/04-sharedcommonattributes.md similarity index 99% rename from _guidelines-dev/01-shared/04-sharedcommonattributes.md rename to _guidelines-v4/01-shared/04-sharedcommonattributes.md index 904bf6124b2..d6ba15567fa 100644 --- a/_guidelines-dev/01-shared/04-sharedcommonattributes.md +++ b/_guidelines-v4/01-shared/04-sharedcommonattributes.md @@ -1,7 +1,7 @@ --- sectionid: sharedCommonAttributes title: "Common Attributes" -version: "dev" +version: "v4" --- The following attributes, provided by the {% include link att="att.common" %} attribute class, are available on nearly all elements in an MEI encoding. They provide the means to identify, label, and access elements in MEI-encoded files. diff --git a/_guidelines-dev/02-header.md b/_guidelines-v4/02-header.md similarity index 99% rename from _guidelines-dev/02-header.md rename to _guidelines-v4/02-header.md index 8377faa7eb1..2d75515f124 100644 --- a/_guidelines-dev/02-header.md +++ b/_guidelines-v4/02-header.md @@ -1,7 +1,7 @@ --- layout: sidebar sidebar: s1 -version: "dev" +version: "v4" title: "The MEI Header" sectionid: "header" --- diff --git a/_guidelines-dev/02-header/01-headerfiledescription.md b/_guidelines-v4/02-header/01-headerfiledescription.md similarity index 98% rename from _guidelines-dev/02-header/01-headerfiledescription.md rename to _guidelines-v4/02-header/01-headerfiledescription.md index 782a8de494a..59ddbe68484 100644 --- a/_guidelines-dev/02-header/01-headerfiledescription.md +++ b/_guidelines-v4/02-header/01-headerfiledescription.md @@ -1,7 +1,7 @@ --- sectionid: headerFileDescription title: "File Description" -version: "dev" +version: "v4" --- The structure of the bibliographic description of a machine-readable or digital musical text resembles that of a book, an article, or other kinds of textual objects. The file description element of the MEI header has therefore been closely modelled on existing standards in library cataloging; it should thus provide enough information to allow users to give standard bibliographic references to the electronic text, and to allow catalogers to catalog it. Bibliographic citations occurring elsewhere in the header, and in the text itself, are derived from the same model. diff --git a/_guidelines-dev/02-header/01-headerfiledescription/01-headertitlestatement.md b/_guidelines-v4/02-header/01-headerfiledescription/01-headertitlestatement.md similarity index 99% rename from _guidelines-dev/02-header/01-headerfiledescription/01-headertitlestatement.md rename to _guidelines-v4/02-header/01-headerfiledescription/01-headertitlestatement.md index 00f3fef81e7..b09d4ddbdf0 100644 --- a/_guidelines-dev/02-header/01-headerfiledescription/01-headertitlestatement.md +++ b/_guidelines-v4/02-header/01-headerfiledescription/01-headertitlestatement.md @@ -1,7 +1,7 @@ --- sectionid: headerTitleStatement title: "Title Statement" -version: "dev" +version: "v4" --- The {% include link elem="titleStmt" %} element is the first component of the {% include link elem="fileDesc" %} element, and is mandatory: diff --git a/_guidelines-dev/02-header/01-headerfiledescription/02-headereditionstmt.md b/_guidelines-v4/02-header/01-headerfiledescription/02-headereditionstmt.md similarity index 99% rename from _guidelines-dev/02-header/01-headerfiledescription/02-headereditionstmt.md rename to _guidelines-v4/02-header/01-headerfiledescription/02-headereditionstmt.md index 676b61d68d7..46abb8f94b6 100644 --- a/_guidelines-dev/02-header/01-headerfiledescription/02-headereditionstmt.md +++ b/_guidelines-v4/02-header/01-headerfiledescription/02-headereditionstmt.md @@ -1,7 +1,7 @@ --- sectionid: headerEditionstmt title: "Edition Statement" -version: "dev" +version: "v4" --- The {% include link elem="editionStmt" %} element is the second component of the {% include link elem="fileDesc" %} element. It is optional but recommended when applicable. diff --git a/_guidelines-dev/02-header/01-headerfiledescription/03-headerphysicaldescription.md b/_guidelines-v4/02-header/01-headerfiledescription/03-headerphysicaldescription.md similarity index 99% rename from _guidelines-dev/02-header/01-headerfiledescription/03-headerphysicaldescription.md rename to _guidelines-v4/02-header/01-headerfiledescription/03-headerphysicaldescription.md index 62d57b7e753..b7327b3e05f 100644 --- a/_guidelines-dev/02-header/01-headerfiledescription/03-headerphysicaldescription.md +++ b/_guidelines-v4/02-header/01-headerfiledescription/03-headerphysicaldescription.md @@ -1,7 +1,7 @@ --- sectionid: headerPhysicalDescription title: "Physical Description of the File" -version: "dev" +version: "v4" --- The third component of the fileDesc is a description of the physical qualities of the file. The {% include link elem="extent" %} element is provided for this purpose. diff --git a/_guidelines-dev/02-header/01-headerfiledescription/04-headerpublicationdistribution.md b/_guidelines-v4/02-header/01-headerfiledescription/04-headerpublicationdistribution.md similarity index 99% rename from _guidelines-dev/02-header/01-headerfiledescription/04-headerpublicationdistribution.md rename to _guidelines-v4/02-header/01-headerfiledescription/04-headerpublicationdistribution.md index 7f8bddc1f79..16b390d20b1 100644 --- a/_guidelines-dev/02-header/01-headerfiledescription/04-headerpublicationdistribution.md +++ b/_guidelines-v4/02-header/01-headerfiledescription/04-headerpublicationdistribution.md @@ -1,7 +1,7 @@ --- sectionid: headerPublicationDistribution title: "Publication, Distribution, etc." -version: "dev" +version: "v4" --- The {% include link elem="pubStmt" %} element is the fourth component of the {% include link elem="fileDesc" %} element and is mandatory. diff --git a/_guidelines-dev/02-header/01-headerfiledescription/05-headerseriesstatement.md b/_guidelines-v4/02-header/01-headerfiledescription/05-headerseriesstatement.md similarity index 99% rename from _guidelines-dev/02-header/01-headerfiledescription/05-headerseriesstatement.md rename to _guidelines-v4/02-header/01-headerfiledescription/05-headerseriesstatement.md index e2c08d08325..05458095120 100644 --- a/_guidelines-dev/02-header/01-headerfiledescription/05-headerseriesstatement.md +++ b/_guidelines-v4/02-header/01-headerfiledescription/05-headerseriesstatement.md @@ -1,7 +1,7 @@ --- sectionid: headerSeriesStatement title: "Series Statement" -version: "dev" +version: "v4" --- The {% include link elem="seriesStmt" %} element is the fifth component of the {% include link elem="fileDesc" %} element and is optional. diff --git a/_guidelines-dev/02-header/01-headerfiledescription/06-headernotesstatement.md b/_guidelines-v4/02-header/01-headerfiledescription/06-headernotesstatement.md similarity index 99% rename from _guidelines-dev/02-header/01-headerfiledescription/06-headernotesstatement.md rename to _guidelines-v4/02-header/01-headerfiledescription/06-headernotesstatement.md index ab478d92b15..44813ccd94b 100644 --- a/_guidelines-dev/02-header/01-headerfiledescription/06-headernotesstatement.md +++ b/_guidelines-v4/02-header/01-headerfiledescription/06-headernotesstatement.md @@ -1,7 +1,7 @@ --- sectionid: headerNotesStatement title: "Notes Statement" -version: "dev" +version: "v4" --- The {% include link elem="notesStmt" %} element is the sixth component of the {% include link elem="fileDesc" %} element and is optional. If used, it contains one or more {% include link elem="annot" %} elements, each containing a single piece of descriptive information of the kind treated as ‘general notes’ in traditional bibliographic descriptions. diff --git a/_guidelines-dev/02-header/01-headerfiledescription/07-headersourcedescription.md b/_guidelines-v4/02-header/01-headerfiledescription/07-headersourcedescription.md similarity index 99% rename from _guidelines-dev/02-header/01-headerfiledescription/07-headersourcedescription.md rename to _guidelines-v4/02-header/01-headerfiledescription/07-headersourcedescription.md index fe5eff84a6b..e6f9e2ad829 100644 --- a/_guidelines-dev/02-header/01-headerfiledescription/07-headersourcedescription.md +++ b/_guidelines-v4/02-header/01-headerfiledescription/07-headersourcedescription.md @@ -1,7 +1,7 @@ --- sectionid: headerSourceDescription title: "Source Description" -version: "dev" +version: "v4" --- The {% include link elem="sourceDesc" %} element is the seventh and final component of the {% include link elem="fileDesc" %} element. In MEI, {% include link elem="sourceDesc" %} is a grouping element containing one or more {% include link elem="source" %} elements, each of which records details of a source from which the computer file is derived. This might be a printed text or manuscript, another computer file, an audio or video recording, or a combination of these. An electronic file may also have no source, if what is being cataloged is an original text created in electronic form. diff --git a/_guidelines-dev/02-header/01-headerfiledescription/07-headersourcedescription/01-headerassociatingmetadataanddata.md b/_guidelines-v4/02-header/01-headerfiledescription/07-headersourcedescription/01-headerassociatingmetadataanddata.md similarity index 96% rename from _guidelines-dev/02-header/01-headerfiledescription/07-headersourcedescription/01-headerassociatingmetadataanddata.md rename to _guidelines-v4/02-header/01-headerfiledescription/07-headersourcedescription/01-headerassociatingmetadataanddata.md index 6b1255b04c1..f3c0720c7d3 100644 --- a/_guidelines-dev/02-header/01-headerfiledescription/07-headersourcedescription/01-headerassociatingmetadataanddata.md +++ b/_guidelines-v4/02-header/01-headerfiledescription/07-headersourcedescription/01-headerassociatingmetadataanddata.md @@ -1,7 +1,7 @@ --- sectionid: headerAssociatingMetadataAndData title: "Associating Metadata and Data" -version: "dev" +version: "v4" --- In the MEI header, the **@data** attribute may be used to associate metadata with related notational elements. diff --git a/_guidelines-dev/02-header/02-headerencodingdescription.md b/_guidelines-v4/02-header/02-headerencodingdescription.md similarity index 98% rename from _guidelines-dev/02-header/02-headerencodingdescription.md rename to _guidelines-v4/02-header/02-headerencodingdescription.md index a0c1d445061..46aa6ee4e74 100644 --- a/_guidelines-dev/02-header/02-headerencodingdescription.md +++ b/_guidelines-v4/02-header/02-headerencodingdescription.md @@ -1,7 +1,7 @@ --- sectionid: headerEncodingDescription title: "Encoding Description" -version: "dev" +version: "v4" --- The {% include link elem="encodingDesc" %} element is the second major subdivision of the MEI header. It specifies the methods and editorial principles which governed the transcription or encoding of the source material. Though not formally required, its use is highly recommended. diff --git a/_guidelines-dev/02-header/02-headerencodingdescription/01-headerapplicationinformation.md b/_guidelines-v4/02-header/02-headerencodingdescription/01-headerapplicationinformation.md similarity index 99% rename from _guidelines-dev/02-header/02-headerencodingdescription/01-headerapplicationinformation.md rename to _guidelines-v4/02-header/02-headerencodingdescription/01-headerapplicationinformation.md index 30b125699a8..f33735d7138 100644 --- a/_guidelines-dev/02-header/02-headerencodingdescription/01-headerapplicationinformation.md +++ b/_guidelines-v4/02-header/02-headerencodingdescription/01-headerapplicationinformation.md @@ -1,7 +1,7 @@ --- sectionid: headerApplicationInformation title: "Application Information" -version: "dev" +version: "v4" --- It is sometimes convenient to store information relating to the processing of an encoded resource within its header. Typical uses for such information might be: diff --git a/_guidelines-dev/02-header/02-headerencodingdescription/02-headereditorialprinciples.md b/_guidelines-v4/02-header/02-headerencodingdescription/02-headereditorialprinciples.md similarity index 99% rename from _guidelines-dev/02-header/02-headerencodingdescription/02-headereditorialprinciples.md rename to _guidelines-v4/02-header/02-headerencodingdescription/02-headereditorialprinciples.md index e90e6c234f3..9009e28adc1 100644 --- a/_guidelines-dev/02-header/02-headerencodingdescription/02-headereditorialprinciples.md +++ b/_guidelines-v4/02-header/02-headerencodingdescription/02-headereditorialprinciples.md @@ -1,7 +1,7 @@ --- sectionid: headerEditorialPrinciples title: "Declaration of Editorial Principles" -version: "dev" +version: "v4" --- The {% include link elem="editorialDecl" %} element is used to provide details of the editorial practices applied during the encoding of a musical text. diff --git a/_guidelines-dev/02-header/02-headerencodingdescription/03-headerprojectdescription.md b/_guidelines-v4/02-header/02-headerencodingdescription/03-headerprojectdescription.md similarity index 97% rename from _guidelines-dev/02-header/02-headerencodingdescription/03-headerprojectdescription.md rename to _guidelines-v4/02-header/02-headerencodingdescription/03-headerprojectdescription.md index 7d0d448199c..8a6dbf7ec5f 100644 --- a/_guidelines-dev/02-header/02-headerencodingdescription/03-headerprojectdescription.md +++ b/_guidelines-v4/02-header/02-headerencodingdescription/03-headerprojectdescription.md @@ -1,7 +1,7 @@ --- sectionid: headerProjectDescription title: "Project Description" -version: "dev" +version: "v4" --- {% include desc elem="projectDesc" %} diff --git a/_guidelines-dev/02-header/02-headerencodingdescription/04-headersamplingdeclaration.md b/_guidelines-v4/02-header/02-headerencodingdescription/04-headersamplingdeclaration.md similarity index 98% rename from _guidelines-dev/02-header/02-headerencodingdescription/04-headersamplingdeclaration.md rename to _guidelines-v4/02-header/02-headerencodingdescription/04-headersamplingdeclaration.md index e5d44772098..1e229ade7f1 100644 --- a/_guidelines-dev/02-header/02-headerencodingdescription/04-headersamplingdeclaration.md +++ b/_guidelines-v4/02-header/02-headerencodingdescription/04-headersamplingdeclaration.md @@ -1,7 +1,7 @@ --- sectionid: headerSamplingDeclaration title: "Sampling Declaration" -version: "dev" +version: "v4" --- The samplingDecl element holds a prose description of the rationale and methods used in selecting texts, or parts of text, for inclusion in the resource. diff --git a/_guidelines-dev/02-header/03-headerworkdescription.md b/_guidelines-v4/02-header/03-headerworkdescription.md similarity index 98% rename from _guidelines-dev/02-header/03-headerworkdescription.md rename to _guidelines-v4/02-header/03-headerworkdescription.md index 6095540d4ad..6649942c05d 100644 --- a/_guidelines-dev/02-header/03-headerworkdescription.md +++ b/_guidelines-v4/02-header/03-headerworkdescription.md @@ -1,7 +1,7 @@ --- sectionid: headerWorkDescription title: "Work Description" -version: "dev" +version: "v4" --- The {% include link elem="workDesc" %} element is the third major subdivision of the MEI Header. It is an optional element, the purpose of which is to enable the recording of information characterizing various descriptive aspects of the abstract work. diff --git a/_guidelines-dev/02-header/03-headerworkdescription/01-headerworkidentification.md b/_guidelines-v4/02-header/03-headerworkdescription/01-headerworkidentification.md similarity index 97% rename from _guidelines-dev/02-header/03-headerworkdescription/01-headerworkidentification.md rename to _guidelines-v4/02-header/03-headerworkdescription/01-headerworkidentification.md index c3431b6c2f5..2fc7eb014fe 100644 --- a/_guidelines-dev/02-header/03-headerworkdescription/01-headerworkidentification.md +++ b/_guidelines-v4/02-header/03-headerworkdescription/01-headerworkidentification.md @@ -1,7 +1,7 @@ --- sectionid: headerWorkIdentification title: "Work Identification" -version: "dev" +version: "v4" --- The following elements provide minimal identifying information for the intellectual work: diff --git a/_guidelines-dev/02-header/03-headerworkdescription/02-headerworkincipit.md b/_guidelines-v4/02-header/03-headerworkdescription/02-headerworkincipit.md similarity index 99% rename from _guidelines-dev/02-header/03-headerworkdescription/02-headerworkincipit.md rename to _guidelines-v4/02-header/03-headerworkdescription/02-headerworkincipit.md index 0b1a4e8c956..e624a192e7a 100644 --- a/_guidelines-dev/02-header/03-headerworkdescription/02-headerworkincipit.md +++ b/_guidelines-v4/02-header/03-headerworkdescription/02-headerworkincipit.md @@ -1,7 +1,7 @@ --- sectionid: headerWorkIncipit title: "Incipits" -version: "dev" +version: "v4" --- {% include desc elem="incip" %} diff --git a/_guidelines-dev/02-header/03-headerworkdescription/03-headerworkkeytempometer.md b/_guidelines-v4/02-header/03-headerworkdescription/03-headerworkkeytempometer.md similarity index 98% rename from _guidelines-dev/02-header/03-headerworkdescription/03-headerworkkeytempometer.md rename to _guidelines-v4/02-header/03-headerworkdescription/03-headerworkkeytempometer.md index 948df9af96c..646fe1fef84 100644 --- a/_guidelines-dev/02-header/03-headerworkdescription/03-headerworkkeytempometer.md +++ b/_guidelines-v4/02-header/03-headerworkdescription/03-headerworkkeytempometer.md @@ -1,7 +1,7 @@ --- sectionid: headerWorkKeyTempoMeter title: "Key, Tempo, and Meter" -version: "dev" +version: "v4" --- The attributes key, tempo, and meter are often helpful for identifying a musical work when it does not have a distinctive title. diff --git a/_guidelines-dev/02-header/03-headerworkdescription/04-headerworkotherchar.md b/_guidelines-v4/02-header/03-headerworkdescription/04-headerworkotherchar.md similarity index 96% rename from _guidelines-dev/02-header/03-headerworkdescription/04-headerworkotherchar.md rename to _guidelines-v4/02-header/03-headerworkdescription/04-headerworkotherchar.md index 664747a6219..d65a9786ac7 100644 --- a/_guidelines-dev/02-header/03-headerworkdescription/04-headerworkotherchar.md +++ b/_guidelines-v4/02-header/03-headerworkdescription/04-headerworkotherchar.md @@ -1,7 +1,7 @@ --- sectionid: headerWorkOtherChar title: "Other Identifying Characteristics" -version: "dev" +version: "v4" --- Additional information that aids the identification of the work may be encoded using {% include link elem="otherChar" %}. diff --git a/_guidelines-dev/02-header/03-headerworkdescription/05-headerworkhistory.md b/_guidelines-v4/02-header/03-headerworkdescription/05-headerworkhistory.md similarity index 99% rename from _guidelines-dev/02-header/03-headerworkdescription/05-headerworkhistory.md rename to _guidelines-v4/02-header/03-headerworkdescription/05-headerworkhistory.md index 7ce59d2b5cb..22a68c95032 100644 --- a/_guidelines-dev/02-header/03-headerworkdescription/05-headerworkhistory.md +++ b/_guidelines-v4/02-header/03-headerworkdescription/05-headerworkhistory.md @@ -1,7 +1,7 @@ --- sectionid: headerWorkHistory title: "Work History" -version: "dev" +version: "v4" --- The following elements are provided to capture the history of a musical work: diff --git a/_guidelines-dev/02-header/03-headerworkdescription/06-headerworklanguage.md b/_guidelines-v4/02-header/03-headerworkdescription/06-headerworklanguage.md similarity index 98% rename from _guidelines-dev/02-header/03-headerworkdescription/06-headerworklanguage.md rename to _guidelines-v4/02-header/03-headerworkdescription/06-headerworklanguage.md index a0b1638957c..2fe1c8017e5 100644 --- a/_guidelines-dev/02-header/03-headerworkdescription/06-headerworklanguage.md +++ b/_guidelines-v4/02-header/03-headerworkdescription/06-headerworklanguage.md @@ -1,7 +1,7 @@ --- sectionid: headerWorkLanguage title: "Language Usage" -version: "dev" +version: "v4" --- The {% include link elem="langUsage" %} element is used within the {% include link elem="workDesc" %} element to describe the languages, sublanguages, dialects, etc. represented within a work. It contains one or more {% include link elem="language" %} elements, each of which provides information about a single language. diff --git a/_guidelines-dev/02-header/03-headerworkdescription/07-headerworkmedium.md b/_guidelines-v4/02-header/03-headerworkdescription/07-headerworkmedium.md similarity index 97% rename from _guidelines-dev/02-header/03-headerworkdescription/07-headerworkmedium.md rename to _guidelines-v4/02-header/03-headerworkdescription/07-headerworkmedium.md index b7c7deeed09..a9b7dd18a44 100644 --- a/_guidelines-dev/02-header/03-headerworkdescription/07-headerworkmedium.md +++ b/_guidelines-v4/02-header/03-headerworkdescription/07-headerworkmedium.md @@ -1,7 +1,7 @@ --- sectionid: headerWorkMedium title: "Performance Medium" -version: "dev" +version: "v4" --- The following elements are available for description of a composition's performing forces: diff --git a/_guidelines-dev/02-header/03-headerworkdescription/07-headerworkmedium/01-headerworkcast.md b/_guidelines-v4/02-header/03-headerworkdescription/07-headerworkmedium/01-headerworkcast.md similarity index 99% rename from _guidelines-dev/02-header/03-headerworkdescription/07-headerworkmedium/01-headerworkcast.md rename to _guidelines-v4/02-header/03-headerworkdescription/07-headerworkmedium/01-headerworkcast.md index 5b313aefbee..86d19066e96 100644 --- a/_guidelines-dev/02-header/03-headerworkdescription/07-headerworkmedium/01-headerworkcast.md +++ b/_guidelines-v4/02-header/03-headerworkdescription/07-headerworkmedium/01-headerworkcast.md @@ -1,7 +1,7 @@ --- sectionid: headerWorkCast title: "Cast Lists" -version: "dev" +version: "v4" --- A cast list is a specialized form of list, conventionally found at the start or end of a dramatic work, usually listing all the speaking/singing and non-speaking/singing roles in the play, often with additional description (‘Cataplasma, a maker of Periwigges and Attires’) or the name of an actor or actress (‘Old Lady Squeamish. Mrs Rutter’). diff --git a/_guidelines-dev/02-header/03-headerworkdescription/07-headerworkmedium/02-headerworkinstrumentation.md b/_guidelines-v4/02-header/03-headerworkdescription/07-headerworkmedium/02-headerworkinstrumentation.md similarity index 99% rename from _guidelines-dev/02-header/03-headerworkdescription/07-headerworkmedium/02-headerworkinstrumentation.md rename to _guidelines-v4/02-header/03-headerworkdescription/07-headerworkmedium/02-headerworkinstrumentation.md index 9edffde48da..fc760993672 100644 --- a/_guidelines-dev/02-header/03-headerworkdescription/07-headerworkmedium/02-headerworkinstrumentation.md +++ b/_guidelines-v4/02-header/03-headerworkdescription/07-headerworkmedium/02-headerworkinstrumentation.md @@ -1,7 +1,7 @@ --- sectionid: headerWorkInstrumentation title: "Instrumentation" -version: "dev" +version: "v4" --- The {% include link elem="perfResList" %} element is used to capture the solo and ensemble instrumental and vocal resources of a composition. For example, a work for a standard ensemble may be indicated thus: diff --git a/_guidelines-dev/02-header/03-headerworkdescription/08-headerworkaudience.md b/_guidelines-v4/02-header/03-headerworkdescription/08-headerworkaudience.md similarity index 96% rename from _guidelines-dev/02-header/03-headerworkdescription/08-headerworkaudience.md rename to _guidelines-v4/02-header/03-headerworkdescription/08-headerworkaudience.md index 42c6ba7ed13..b903a7f0141 100644 --- a/_guidelines-dev/02-header/03-headerworkdescription/08-headerworkaudience.md +++ b/_guidelines-v4/02-header/03-headerworkdescription/08-headerworkaudience.md @@ -1,7 +1,7 @@ --- sectionid: headerWorkAudience title: "Audience and Context" -version: "dev" +version: "v4" --- {% include desc elem="audience" %} diff --git a/_guidelines-dev/02-header/03-headerworkdescription/09-headerworkcontents.md b/_guidelines-v4/02-header/03-headerworkdescription/09-headerworkcontents.md similarity index 98% rename from _guidelines-dev/02-header/03-headerworkdescription/09-headerworkcontents.md rename to _guidelines-v4/02-header/03-headerworkdescription/09-headerworkcontents.md index 0b9dab7fae5..99720d17471 100644 --- a/_guidelines-dev/02-header/03-headerworkdescription/09-headerworkcontents.md +++ b/_guidelines-v4/02-header/03-headerworkdescription/09-headerworkcontents.md @@ -1,7 +1,7 @@ --- sectionid: headerWorkContents title: "Work Contents" -version: "dev" +version: "v4" --- {% include desc elem="contents" %} diff --git a/_guidelines-dev/02-header/03-headerworkdescription/10-headerworkbibllist.md b/_guidelines-v4/02-header/03-headerworkdescription/10-headerworkbibllist.md similarity index 94% rename from _guidelines-dev/02-header/03-headerworkdescription/10-headerworkbibllist.md rename to _guidelines-v4/02-header/03-headerworkdescription/10-headerworkbibllist.md index 8ac09436634..ddd58cf93d4 100644 --- a/_guidelines-dev/02-header/03-headerworkdescription/10-headerworkbibllist.md +++ b/_guidelines-v4/02-header/03-headerworkdescription/10-headerworkbibllist.md @@ -1,7 +1,7 @@ --- sectionid: headerWorkBiblList title: "Bibliographic Evidence" -version: "dev" +version: "v4" --- {% include desc elem="biblList" %} diff --git a/_guidelines-dev/02-header/03-headerworkdescription/11-headerworknotes.md b/_guidelines-v4/02-header/03-headerworkdescription/11-headerworknotes.md similarity index 94% rename from _guidelines-dev/02-header/03-headerworkdescription/11-headerworknotes.md rename to _guidelines-v4/02-header/03-headerworkdescription/11-headerworknotes.md index fa9295bcf67..4a7f79a8b10 100644 --- a/_guidelines-dev/02-header/03-headerworkdescription/11-headerworknotes.md +++ b/_guidelines-v4/02-header/03-headerworkdescription/11-headerworknotes.md @@ -1,7 +1,7 @@ --- sectionid: headerWorkNotes title: "Notes Statement" -version: "dev" +version: "v4" --- The {% include link elem="notesStmt" %} element may be used within the description of the musical work to capture information not accounted for by the other elements of the description. diff --git a/_guidelines-dev/02-header/03-headerworkdescription/12-headerworkclass.md b/_guidelines-v4/02-header/03-headerworkdescription/12-headerworkclass.md similarity index 99% rename from _guidelines-dev/02-header/03-headerworkdescription/12-headerworkclass.md rename to _guidelines-v4/02-header/03-headerworkdescription/12-headerworkclass.md index 7177d293a18..156b2e4d462 100644 --- a/_guidelines-dev/02-header/03-headerworkdescription/12-headerworkclass.md +++ b/_guidelines-v4/02-header/03-headerworkdescription/12-headerworkclass.md @@ -1,7 +1,7 @@ --- sectionid: headerWorkClass title: "Classification" -version: "dev" +version: "v4" --- The next component of the core {% include link elem="workDesc" %} element is the {% include link elem="classification" %} element. This element is used to classify a musical text according to one or more of the following methods: diff --git a/_guidelines-dev/02-header/03-headerworkdescription/13-headerworkrelationships.md b/_guidelines-v4/02-header/03-headerworkdescription/13-headerworkrelationships.md similarity index 97% rename from _guidelines-dev/02-header/03-headerworkdescription/13-headerworkrelationships.md rename to _guidelines-v4/02-header/03-headerworkdescription/13-headerworkrelationships.md index e48271d1c0e..58bc626804e 100644 --- a/_guidelines-dev/02-header/03-headerworkdescription/13-headerworkrelationships.md +++ b/_guidelines-v4/02-header/03-headerworkdescription/13-headerworkrelationships.md @@ -1,7 +1,7 @@ --- sectionid: headerWorkRelationships title: "Work Relationships" -version: "dev" +version: "v4" --- When the FRBR (Functional Requirements for Bibliographic Records) module is available, the following elements may be used within {% include link elem="work" %} to describe relationships between the work being described and other works or between the work and expressions of it: diff --git a/_guidelines-dev/02-header/04-headerextendedmetadata.md b/_guidelines-v4/02-header/04-headerextendedmetadata.md similarity index 98% rename from _guidelines-dev/02-header/04-headerextendedmetadata.md rename to _guidelines-v4/02-header/04-headerextendedmetadata.md index c7ea21e1063..f694606be3b 100644 --- a/_guidelines-dev/02-header/04-headerextendedmetadata.md +++ b/_guidelines-v4/02-header/04-headerextendedmetadata.md @@ -1,7 +1,7 @@ --- sectionid: headerExtendedMetadata title: "Other Metadata" -version: "dev" +version: "v4" --- The following element is provided to accommodate non-MEI metadata: diff --git a/_guidelines-dev/02-header/05-headerrevisiondescription.md b/_guidelines-v4/02-header/05-headerrevisiondescription.md similarity index 99% rename from _guidelines-dev/02-header/05-headerrevisiondescription.md rename to _guidelines-v4/02-header/05-headerrevisiondescription.md index 901db7bd247..2a9bbff7932 100644 --- a/_guidelines-dev/02-header/05-headerrevisiondescription.md +++ b/_guidelines-v4/02-header/05-headerrevisiondescription.md @@ -1,7 +1,7 @@ --- sectionid: headerRevisionDescription title: "Revision Description" -version: "dev" +version: "v4" --- The final sub-element of the MEI header, the {% include link elem="revisionDesc" %} element, provides a detailed change log in which each change made to a text may be recorded. Its use is optional but highly recommended. It provides essential information for the administration of large numbers of files which are being updated, corrected, or otherwise modified as well as extremely useful documentation for files being passed from researcher to researcher or system to system. Without change logs, it is easy to confuse different versions of a file, or to remain unaware of small but important changes made in the file by some earlier link in the chain of distribution. No change should be made in any MEI-conformant file without corresponding entries being made in the change log. diff --git a/_guidelines-dev/02-header/06-headerminimalrecommendedheader.md b/_guidelines-v4/02-header/06-headerminimalrecommendedheader.md similarity index 99% rename from _guidelines-dev/02-header/06-headerminimalrecommendedheader.md rename to _guidelines-v4/02-header/06-headerminimalrecommendedheader.md index d33bbd3997b..e0d3da61fa6 100644 --- a/_guidelines-dev/02-header/06-headerminimalrecommendedheader.md +++ b/_guidelines-v4/02-header/06-headerminimalrecommendedheader.md @@ -1,7 +1,7 @@ --- sectionid: headerMinimalRecommendedHeader title: "Minimal and Recommended Header Information" -version: "dev" +version: "v4" --- The MEI header allows for the provision of a very large amount of information concerning the text itself, its source, its encodings, and revisions of it, as well as a wealth of descriptive information, such as the languages it uses and the situation(s) in which it was produced, together with the setting and identity of participants within it. This diversity and richness reflects the diversity of uses to which it is envisaged that electronic texts conforming to these Guidelines will be put. It is emphatically not intended that all of the elements described above should be present in every MEI Header. diff --git a/_guidelines-dev/02-header/07-headerindependentheader.md b/_guidelines-v4/02-header/07-headerindependentheader.md similarity index 98% rename from _guidelines-dev/02-header/07-headerindependentheader.md rename to _guidelines-v4/02-header/07-headerindependentheader.md index 28bbf951ec4..4e672fdc355 100644 --- a/_guidelines-dev/02-header/07-headerindependentheader.md +++ b/_guidelines-v4/02-header/07-headerindependentheader.md @@ -1,7 +1,7 @@ --- sectionid: headerIndependentHeader title: "Independent Headers" -version: "dev" +version: "v4" --- Many libraries, repositories, research sites and related institutions collect bibliographic and documentary information about machine readable music documents without necessarily collecting the music documents themselves. Such institutions may thus want access to the header of an MEI document without its attached text in order to build catalogs, indexes and databases that can be used to locate relevant texts at remote locations, obtain full documentation about those texts, and learn how to obtain them. This section describes a set of practices by which the metadata headers of MEI documents can be encoded separately from those documents and exchanged as freestanding MEI documents. Headers exchanged independently of the documents they describe are called independent headers. diff --git a/_guidelines-dev/02-header/07-headerindependentheader/01-headerindependentheaderdefinition.md b/_guidelines-v4/02-header/07-headerindependentheader/01-headerindependentheaderdefinition.md similarity index 99% rename from _guidelines-dev/02-header/07-headerindependentheader/01-headerindependentheaderdefinition.md rename to _guidelines-v4/02-header/07-headerindependentheader/01-headerindependentheaderdefinition.md index 869c4e9099a..5422d1ea786 100644 --- a/_guidelines-dev/02-header/07-headerindependentheader/01-headerindependentheaderdefinition.md +++ b/_guidelines-v4/02-header/07-headerindependentheader/01-headerindependentheaderdefinition.md @@ -1,7 +1,7 @@ --- sectionid: headerIndependentHeaderDefinition title: "Definition and Principles for Encoders" -version: "dev" +version: "v4" --- An independent header is an MEI metadata header that can be exchanged as an independent document between libraries, archives, collections, projects, and individuals. diff --git a/_guidelines-dev/02-header/08-headerbiblanalog.md b/_guidelines-v4/02-header/08-headerbiblanalog.md similarity index 97% rename from _guidelines-dev/02-header/08-headerbiblanalog.md rename to _guidelines-v4/02-header/08-headerbiblanalog.md index b193a71623c..33e7dad38c7 100644 --- a/_guidelines-dev/02-header/08-headerbiblanalog.md +++ b/_guidelines-v4/02-header/08-headerbiblanalog.md @@ -1,7 +1,7 @@ --- sectionid: headerBiblAnalog title: "Header Elements and their Relationship to Other Bibliographic Standards" -version: "dev" +version: "v4" --- Mapping elements from the MEI metadata header to another descriptive system may help a repository harvest selected data from the MEI file to build a basic catalog record. For this purpose, the following attribute is provided on most elements occurring within {% include link elem="meiHead" %}: diff --git a/_guidelines-dev/02-header/09-headerrelateditemvsfrbr.md b/_guidelines-v4/02-header/09-headerrelateditemvsfrbr.md similarity index 98% rename from _guidelines-dev/02-header/09-headerrelateditemvsfrbr.md rename to _guidelines-v4/02-header/09-headerrelateditemvsfrbr.md index d256b6736f5..a3c28565c91 100644 --- a/_guidelines-dev/02-header/09-headerrelateditemvsfrbr.md +++ b/_guidelines-v4/02-header/09-headerrelateditemvsfrbr.md @@ -1,7 +1,7 @@ --- sectionid: headerRelatedItemVsFRBR title: "RelatedItem vs. FRBR" -version: "dev" +version: "v4" --- MEI offers two related concepts for capturing relations between bibliographic items. The model of {% include link elem="relatedItem" %}, as described in chapter {% include link id="sharedRelatedItemDesc" %} of these Guidelines, is derived from MODS v3.4 (see documentation [here](http://www.loc.gov/standards/mods/v3/mods-userguide-elements.html#relateditem){:.link_ref}). Its purpose in MEI is to encode bibliographic references between mostly "secondary" material, like reviews, articles, and so on. It may be used to provide cross-references between information encoded in different places of the header. diff --git a/_guidelines-dev/03-frbr.md b/_guidelines-v4/03-frbr.md similarity index 99% rename from _guidelines-dev/03-frbr.md rename to _guidelines-v4/03-frbr.md index 04dea6caf6e..37f6f8b3f9f 100644 --- a/_guidelines-dev/03-frbr.md +++ b/_guidelines-v4/03-frbr.md @@ -1,7 +1,7 @@ --- layout: sidebar sidebar: s1 -version: "dev" +version: "v4" title: "Functional Requirements for Bibliographic Records (FRBR)" sectionid: "FRBR" --- diff --git a/_guidelines-dev/03-frbr/01-frbrentities.md b/_guidelines-v4/03-frbr/01-frbrentities.md similarity index 99% rename from _guidelines-dev/03-frbr/01-frbrentities.md rename to _guidelines-v4/03-frbr/01-frbrentities.md index ce31fd3ad07..c208b7961cd 100644 --- a/_guidelines-dev/03-frbr/01-frbrentities.md +++ b/_guidelines-v4/03-frbr/01-frbrentities.md @@ -1,7 +1,7 @@ --- sectionid: FRBRentities title: "FRBR Entities in MEI" -version: "dev" +version: "v4" --- When the FRBR module is available, MEI offers four elements corresponding to the FRBR entities: diff --git a/_guidelines-dev/03-frbr/02-frbrcomponents.md b/_guidelines-v4/03-frbr/02-frbrcomponents.md similarity index 98% rename from _guidelines-dev/03-frbr/02-frbrcomponents.md rename to _guidelines-v4/03-frbr/02-frbrcomponents.md index d25aa7f6a15..28b6a0f63f4 100644 --- a/_guidelines-dev/03-frbr/02-frbrcomponents.md +++ b/_guidelines-v4/03-frbr/02-frbrcomponents.md @@ -1,7 +1,7 @@ --- sectionid: FRBRcomponents title: "Component Parts in FRBR" -version: "dev" +version: "v4" --- Each of the four MEI elements corresponding to FRBR entities may contain a list of constituent parts. All four entities utilize the same element: diff --git a/_guidelines-dev/03-frbr/03-frbrrelations.md b/_guidelines-v4/03-frbr/03-frbrrelations.md similarity index 99% rename from _guidelines-dev/03-frbr/03-frbrrelations.md rename to _guidelines-v4/03-frbr/03-frbrrelations.md index ea4393843fb..381fb86e7c7 100644 --- a/_guidelines-dev/03-frbr/03-frbrrelations.md +++ b/_guidelines-v4/03-frbr/03-frbrrelations.md @@ -1,7 +1,7 @@ --- sectionid: FRBRrelations title: "FRBR Relationships" -version: "dev" +version: "v4" --- FRBR defines a number of terms that describe how the basic entities relate to each other. MEI provides the following elements for this purpose. diff --git a/_guidelines-dev/04-cmn.md b/_guidelines-v4/04-cmn.md similarity index 96% rename from _guidelines-dev/04-cmn.md rename to _guidelines-v4/04-cmn.md index 4df3bd523c5..76c509df08b 100644 --- a/_guidelines-dev/04-cmn.md +++ b/_guidelines-v4/04-cmn.md @@ -1,7 +1,7 @@ --- layout: sidebar sidebar: s1 -version: "dev" +version: "v4" title: "Common Music Notation" sectionid: "cmn" --- diff --git a/_guidelines-dev/04-cmn/01-cmnbasics.md b/_guidelines-v4/04-cmn/01-cmnbasics.md similarity index 95% rename from _guidelines-dev/04-cmn/01-cmnbasics.md rename to _guidelines-v4/04-cmn/01-cmnbasics.md index 030e9738be4..3b64e56d90a 100644 --- a/_guidelines-dev/04-cmn/01-cmnbasics.md +++ b/_guidelines-v4/04-cmn/01-cmnbasics.md @@ -1,7 +1,7 @@ --- sectionid: cmnBasics title: "Basic Elements of CMN" -version: "dev" +version: "v4" --- This section describes the use of basic features of MEI important for encoding CMN material. Most of the elements discussed here are defined in chapter {% include link id="shared" %} of these Guidelines, but are used in music from the CMN repertoire in specialized ways. diff --git a/_guidelines-dev/04-cmn/01-cmnbasics/01-cmnmeasures.md b/_guidelines-v4/04-cmn/01-cmnbasics/01-cmnmeasures.md similarity index 99% rename from _guidelines-dev/04-cmn/01-cmnbasics/01-cmnmeasures.md rename to _guidelines-v4/04-cmn/01-cmnbasics/01-cmnmeasures.md index e2fac6d67b5..1fd4b500e52 100644 --- a/_guidelines-dev/04-cmn/01-cmnbasics/01-cmnmeasures.md +++ b/_guidelines-v4/04-cmn/01-cmnbasics/01-cmnmeasures.md @@ -1,7 +1,7 @@ --- sectionid: cmnMeasures title: "The Role of the Measure Element" -version: "dev" +version: "v4" --- Arguably, the most important element of the CMN module is the {% include link elem="measure" %} element. It is used as a structural unit inside {% include link elem="section" %} elements and acts as a container for ‘events’ from the {% include link model="model.eventLike" %} class, such as notes, chords and rests as well as ‘control events’ from the {% include link model="model.controlEventLike" %} class, such as slurs and indications of dynamics. diff --git a/_guidelines-dev/04-cmn/01-cmnbasics/02-cmndefs.md b/_guidelines-v4/04-cmn/01-cmnbasics/02-cmndefs.md similarity index 99% rename from _guidelines-dev/04-cmn/01-cmnbasics/02-cmndefs.md rename to _guidelines-v4/04-cmn/01-cmnbasics/02-cmndefs.md index 7293deb3104..05e1f349a0f 100644 --- a/_guidelines-dev/04-cmn/01-cmnbasics/02-cmndefs.md +++ b/_guidelines-v4/04-cmn/01-cmnbasics/02-cmndefs.md @@ -1,7 +1,7 @@ --- sectionid: cmnDefs title: "Defining Score Parameters for CMN" -version: "dev" +version: "v4" --- When encoding a score in CMN, MEI relies on the following elements from the {% include link id="shared" %} module: diff --git a/_guidelines-dev/04-cmn/01-cmnbasics/03-cmnredef.md b/_guidelines-v4/04-cmn/01-cmnbasics/03-cmnredef.md similarity index 98% rename from _guidelines-dev/04-cmn/01-cmnbasics/03-cmnredef.md rename to _guidelines-v4/04-cmn/01-cmnbasics/03-cmnredef.md index 46e6afcaf15..3d770366c39 100644 --- a/_guidelines-dev/04-cmn/01-cmnbasics/03-cmnredef.md +++ b/_guidelines-v4/04-cmn/01-cmnbasics/03-cmnredef.md @@ -1,7 +1,7 @@ --- sectionid: cmnReDef title: "Redefinition of Score Parameters" -version: "dev" +version: "v4" --- Sometimes it is necessary to provide the parameters of a score or a staff with new values. For example. a score may change keys, gain or lose staves, use different layout settings at any point, etc. Likewise, a staff may change its clef, gain or lose layers, or become invisible, and so on. To accommodate these circumstances, in CMN {% include link elem="staffDef" %} is allowed to occur in the following locations: diff --git a/_guidelines-dev/04-cmn/01-cmnbasics/04-cmnnoteschords.md b/_guidelines-v4/04-cmn/01-cmnbasics/04-cmnnoteschords.md similarity index 83% rename from _guidelines-dev/04-cmn/01-cmnbasics/04-cmnnoteschords.md rename to _guidelines-v4/04-cmn/01-cmnbasics/04-cmnnoteschords.md index 8d74df78ca8..55f81b4aeae 100644 --- a/_guidelines-dev/04-cmn/01-cmnbasics/04-cmnnoteschords.md +++ b/_guidelines-v4/04-cmn/01-cmnbasics/04-cmnnoteschords.md @@ -1,5 +1,5 @@ --- sectionid: cmnNotesChords title: "Notes, Chords and Rests in CMN" -version: "dev" +version: "v4" --- diff --git a/_guidelines-dev/04-cmn/01-cmnbasics/04-cmnnoteschords/01-cmnnotes.md b/_guidelines-v4/04-cmn/01-cmnbasics/04-cmnnoteschords/01-cmnnotes.md similarity index 96% rename from _guidelines-dev/04-cmn/01-cmnbasics/04-cmnnoteschords/01-cmnnotes.md rename to _guidelines-v4/04-cmn/01-cmnbasics/04-cmnnoteschords/01-cmnnotes.md index 8f81a531dc5..682279b1a8c 100644 --- a/_guidelines-dev/04-cmn/01-cmnbasics/04-cmnnoteschords/01-cmnnotes.md +++ b/_guidelines-v4/04-cmn/01-cmnbasics/04-cmnnoteschords/01-cmnnotes.md @@ -1,7 +1,7 @@ --- sectionid: cmnNotes title: "Notes" -version: "dev" +version: "v4" --- Undoubtedly, the most important element for any music notation representation is the {% include link elem="note" %} element, which is defined in section {% include link id="sharedBasicEvents" %}. This section describes the usage of {% include link elem="note" %} in the CMN repertoire as well as CMN-specific additions to the basic definition in the shared module. diff --git a/_guidelines-dev/04-cmn/01-cmnbasics/04-cmnnoteschords/01-cmnnotes/01-cmnnotesbasic.md b/_guidelines-v4/04-cmn/01-cmnbasics/04-cmnnoteschords/01-cmnnotes/01-cmnnotesbasic.md similarity index 99% rename from _guidelines-dev/04-cmn/01-cmnbasics/04-cmnnoteschords/01-cmnnotes/01-cmnnotesbasic.md rename to _guidelines-v4/04-cmn/01-cmnbasics/04-cmnnoteschords/01-cmnnotes/01-cmnnotesbasic.md index 8c4a1fb18ec..c1ff1d71263 100644 --- a/_guidelines-dev/04-cmn/01-cmnbasics/04-cmnnoteschords/01-cmnnotes/01-cmnnotesbasic.md +++ b/_guidelines-v4/04-cmn/01-cmnbasics/04-cmnnoteschords/01-cmnnotes/01-cmnnotesbasic.md @@ -1,7 +1,7 @@ --- sectionid: cmnNotesBasic title: "Basic Usage of Notes in CMN" -version: "dev" +version: "v4" --- In CMN, notes are determined by three basic parameters: diff --git a/_guidelines-dev/04-cmn/01-cmnbasics/04-cmnnoteschords/01-cmnnotes/02-cmnnotesgrace.md b/_guidelines-v4/04-cmn/01-cmnbasics/04-cmnnoteschords/01-cmnnotes/02-cmnnotesgrace.md similarity index 99% rename from _guidelines-dev/04-cmn/01-cmnbasics/04-cmnnoteschords/01-cmnnotes/02-cmnnotesgrace.md rename to _guidelines-v4/04-cmn/01-cmnbasics/04-cmnnoteschords/01-cmnnotes/02-cmnnotesgrace.md index cdfeb179bfc..33565f4359c 100644 --- a/_guidelines-dev/04-cmn/01-cmnbasics/04-cmnnoteschords/01-cmnnotes/02-cmnnotesgrace.md +++ b/_guidelines-v4/04-cmn/01-cmnbasics/04-cmnnoteschords/01-cmnnotes/02-cmnnotesgrace.md @@ -1,7 +1,7 @@ --- sectionid: cmnNotesGrace title: "Grace Notes" -version: "dev" +version: "v4" --- The CMN module adds two optional attributes, **@grace** and **@grace.time**, to {% include link elem="note" %} and {% include link elem="chord" %}. The presence of the **@grace** attribute indicates a grace note or chord. diff --git a/_guidelines-dev/04-cmn/01-cmnbasics/04-cmnnoteschords/01-cmnnotes/03-cmnnotesstems.md b/_guidelines-v4/04-cmn/01-cmnbasics/04-cmnnoteschords/01-cmnnotes/03-cmnnotesstems.md similarity index 99% rename from _guidelines-dev/04-cmn/01-cmnbasics/04-cmnnoteschords/01-cmnnotes/03-cmnnotesstems.md rename to _guidelines-v4/04-cmn/01-cmnbasics/04-cmnnoteschords/01-cmnnotes/03-cmnnotesstems.md index 52e9226fe70..50167b5d6e0 100644 --- a/_guidelines-dev/04-cmn/01-cmnbasics/04-cmnnoteschords/01-cmnnotes/03-cmnnotesstems.md +++ b/_guidelines-v4/04-cmn/01-cmnbasics/04-cmnnoteschords/01-cmnnotes/03-cmnnotesstems.md @@ -1,7 +1,7 @@ --- sectionid: cmnNotesStems title: "Stem Modifications" -version: "dev" +version: "v4" --- The **@stem.mod** attribute accommodates various stem modifiers found in the CMN repertoire. These symbols are placed on a note or chord's stem and generally indicate different types of tremolo and Sprechstimme. The following values are allowed: diff --git a/_guidelines-dev/04-cmn/01-cmnbasics/04-cmnnoteschords/02-cmnrests.md b/_guidelines-v4/04-cmn/01-cmnbasics/04-cmnnoteschords/02-cmnrests.md similarity index 96% rename from _guidelines-dev/04-cmn/01-cmnbasics/04-cmnnoteschords/02-cmnrests.md rename to _guidelines-v4/04-cmn/01-cmnbasics/04-cmnnoteschords/02-cmnrests.md index 7b81e4ecf0f..7fce70881cb 100644 --- a/_guidelines-dev/04-cmn/01-cmnbasics/04-cmnnoteschords/02-cmnrests.md +++ b/_guidelines-v4/04-cmn/01-cmnbasics/04-cmnnoteschords/02-cmnrests.md @@ -1,7 +1,7 @@ --- sectionid: cmnRests title: "Rests" -version: "dev" +version: "v4" --- The **@dur** attribute on {% include link elem="rest" %} captures the written duration of the rest and allows the same values as on {% include link elem="note" %} and {% include link elem="chord" %}. The CMN module also makes three more elements available for special forms of rest: diff --git a/_guidelines-dev/04-cmn/01-cmnbasics/04-cmnnoteschords/02-cmnrests/01-cmnrestsmrest.md b/_guidelines-v4/04-cmn/01-cmnbasics/04-cmnnoteschords/02-cmnrests/01-cmnrestsmrest.md similarity index 98% rename from _guidelines-dev/04-cmn/01-cmnbasics/04-cmnnoteschords/02-cmnrests/01-cmnrestsmrest.md rename to _guidelines-v4/04-cmn/01-cmnbasics/04-cmnnoteschords/02-cmnrests/01-cmnrestsmrest.md index 98709e860f1..4684aafe85c 100644 --- a/_guidelines-dev/04-cmn/01-cmnbasics/04-cmnnoteschords/02-cmnrests/01-cmnrestsmrest.md +++ b/_guidelines-v4/04-cmn/01-cmnbasics/04-cmnnoteschords/02-cmnrests/01-cmnrestsmrest.md @@ -1,7 +1,7 @@ --- sectionid: cmnRestsMRest title: "Measure Rests" -version: "dev" +version: "v4" --- The {% include link elem="mRest" %} (measure rest) element is used to indicate a complete measure rest, independent from the meter of the current diff --git a/_guidelines-dev/04-cmn/01-cmnbasics/04-cmnnoteschords/02-cmnrests/02-cmnrestsmultirest.md b/_guidelines-v4/04-cmn/01-cmnbasics/04-cmnnoteschords/02-cmnrests/02-cmnrestsmultirest.md similarity index 97% rename from _guidelines-dev/04-cmn/01-cmnbasics/04-cmnnoteschords/02-cmnrests/02-cmnrestsmultirest.md rename to _guidelines-v4/04-cmn/01-cmnbasics/04-cmnnoteschords/02-cmnrests/02-cmnrestsmultirest.md index c72a397f99d..9ee4c479957 100644 --- a/_guidelines-dev/04-cmn/01-cmnbasics/04-cmnnoteschords/02-cmnrests/02-cmnrestsmultirest.md +++ b/_guidelines-v4/04-cmn/01-cmnbasics/04-cmnnoteschords/02-cmnrests/02-cmnrestsmultirest.md @@ -1,7 +1,7 @@ --- sectionid: cmnRestsMultiRest title: "Multiple-Measure Rests" -version: "dev" +version: "v4" --- The {% include link elem="multiRest" %} (multiple measure rest) element is used to encode multiple measures of rest. It is commonly used in performer parts, but due to the problem of synchronicity with other staves, it is never found in scores. A numeric value, stored in the **@num** attribute, indicates the number of resting measures. The various visual forms displayed below are not captured by {% include link elem="multiRest" %}, but may be created by rendering software. diff --git a/_guidelines-dev/04-cmn/01-cmnbasics/04-cmnnoteschords/02-cmnrests/03-cmnrestsmspace.md b/_guidelines-v4/04-cmn/01-cmnbasics/04-cmnnoteschords/02-cmnrests/03-cmnrestsmspace.md similarity index 97% rename from _guidelines-dev/04-cmn/01-cmnbasics/04-cmnnoteschords/02-cmnrests/03-cmnrestsmspace.md rename to _guidelines-v4/04-cmn/01-cmnbasics/04-cmnnoteschords/02-cmnrests/03-cmnrestsmspace.md index 4542f806bd1..cf09ad12aeb 100644 --- a/_guidelines-dev/04-cmn/01-cmnbasics/04-cmnnoteschords/02-cmnrests/03-cmnrestsmspace.md +++ b/_guidelines-v4/04-cmn/01-cmnbasics/04-cmnnoteschords/02-cmnrests/03-cmnrestsmspace.md @@ -1,7 +1,7 @@ --- sectionid: cmnRestsMSpace title: "Empty Measures" -version: "dev" +version: "v4" --- The {% include link elem="mSpace" %} (measure space) element is closely related to the {% include link elem="space" %} and {% include link elem="mRest" %} elements. It is used to explicitly indicate that a layer has no content but that no information is missing from the encoding. diff --git a/_guidelines-dev/04-cmn/01-cmnbasics/05-cmntstamp.md b/_guidelines-v4/04-cmn/01-cmnbasics/05-cmntstamp.md similarity index 99% rename from _guidelines-dev/04-cmn/01-cmnbasics/05-cmntstamp.md rename to _guidelines-v4/04-cmn/01-cmnbasics/05-cmntstamp.md index a1bc7580745..620c6f22c79 100644 --- a/_guidelines-dev/04-cmn/01-cmnbasics/05-cmntstamp.md +++ b/_guidelines-v4/04-cmn/01-cmnbasics/05-cmntstamp.md @@ -1,7 +1,7 @@ --- sectionid: cmnTstamp title: "Timestamps and Durations" -version: "dev" +version: "v4" --- MEI offers multiple ways of defining onsets and offsets of timed musical events such as notes and slurs. The most common and most musician-friendly approach to this is through the use of a combination of the attributes **@tstamp** and **@dur**, which are made available by the attribute classes {% include link att="att.timestamp.logical" %} (inherited by {% include link att="att.controlEvent" %}) and {% include link att="att.timestamp2.logical" %}, both from the shared module. diff --git a/_guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent.md b/_guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent.md similarity index 95% rename from _guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent.md rename to _guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent.md index b00cd3200b1..2bdbe69c8b3 100644 --- a/_guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent.md +++ b/_guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent.md @@ -1,7 +1,7 @@ --- sectionid: cmnAdditionalMeasureContent title: "Advanced CMN Features" -version: "dev" +version: "v4" --- Over time, in addition to the basic features of note, chord, and rest, many other symbols have been added to CMN. The following section describes some of these symbols and introduces their handling in MEI. diff --git a/_guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/01-cmnbeams.md b/_guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/01-cmnbeams.md similarity index 99% rename from _guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/01-cmnbeams.md rename to _guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/01-cmnbeams.md index fadc1231eeb..4059a33f343 100644 --- a/_guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/01-cmnbeams.md +++ b/_guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/01-cmnbeams.md @@ -1,7 +1,7 @@ --- sectionid: cmnBeams title: "Beams" -version: "dev" +version: "v4" --- A very common feature of music from the CMN repertoire is the beaming of eighth or shorter notes. MEI provides two elements for the explicit encoding of features joined by beams. diff --git a/_guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/02-cmnslurties.md b/_guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/02-cmnslurties.md similarity index 99% rename from _guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/02-cmnslurties.md rename to _guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/02-cmnslurties.md index afe7da53ad4..629edd4a4ba 100644 --- a/_guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/02-cmnslurties.md +++ b/_guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/02-cmnslurties.md @@ -1,7 +1,7 @@ --- sectionid: cmnSlurTies title: "Ties, Slurs and Phrase Marks" -version: "dev" +version: "v4" --- One of the most specific features of CMN is the use of ‘curved lines’ which connect notes. These lines are used to indicate various musical features, depending on their context. diff --git a/_guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/03-cmndynam.md b/_guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/03-cmndynam.md similarity index 99% rename from _guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/03-cmndynam.md rename to _guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/03-cmndynam.md index c7a3b13bbf5..33ed85bcc23 100644 --- a/_guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/03-cmndynam.md +++ b/_guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/03-cmndynam.md @@ -1,7 +1,7 @@ --- sectionid: cmnDynam title: "Dynamics in CMN" -version: "dev" +version: "v4" --- Common Music Notation provides two different methodologies for expressing the volume of a note, phrase, section, etc. The first is a verbal instruction providing such information in human language, possibly in an abbreviated form. An example is the word *piano*, indicating a quiet volume, often abbreviated as *p*. In MEI, verbal instructions like this are encoded using the {% include link elem="dynam" %} element from the Shared module (see chapter {% include link id="shared" %}): diff --git a/_guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/04-cmntuplets.md b/_guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/04-cmntuplets.md similarity index 99% rename from _guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/04-cmntuplets.md rename to _guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/04-cmntuplets.md index d3755e572c9..33ed4ad5bba 100644 --- a/_guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/04-cmntuplets.md +++ b/_guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/04-cmntuplets.md @@ -1,7 +1,7 @@ --- sectionid: cmnTuplets title: "Tuplets" -version: "dev" +version: "v4" --- Tuplets indicate a localized change of meter; that is, a given duration in the regular meter is divided between a group of notes with irregular (according to the current meter) rhythmic values. The most common tuplet is a so-called ‘triplet’, in which three notes take the time normally occupied by two. diff --git a/_guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/05-cmnartic.md b/_guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/05-cmnartic.md similarity index 97% rename from _guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/05-cmnartic.md rename to _guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/05-cmnartic.md index 5c669ba8e7a..99f01337475 100644 --- a/_guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/05-cmnartic.md +++ b/_guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/05-cmnartic.md @@ -1,7 +1,7 @@ --- sectionid: cmnArtic title: "Articulation and Performance Instructions in CMN" -version: "dev" +version: "v4" --- This section introduces elements and attributes which may hold CMN-specific performance instructions. The functionality described herein is related to the **@artic** attribute and {% include link elem="artic" %} element introduced in {% include link id="shared" %}. The following elements are relevant in this context: diff --git a/_guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/05-cmnartic/01-cmnarpeggliss.md b/_guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/05-cmnartic/01-cmnarpeggliss.md similarity index 99% rename from _guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/05-cmnartic/01-cmnarpeggliss.md rename to _guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/05-cmnartic/01-cmnarpeggliss.md index 58fdf84e0ef..5048e084e72 100644 --- a/_guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/05-cmnartic/01-cmnarpeggliss.md +++ b/_guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/05-cmnartic/01-cmnarpeggliss.md @@ -1,7 +1,7 @@ --- sectionid: cmnArpegGliss title: "Arpeggio and Glissando" -version: "dev" +version: "v4" --- In CMN, the notes of a chord are sometimes performed successively rather than simultaneously. This behavior, called arpeggiation, is normally indicated using a wavy line preceding the chord. MEI offers the {% include link elem="arpeg" %} element to describe arpeggios. This element is a member of the {% include link model="model.controlEventLike" %} class and, like other members of this class, uses the **@staff**, **@layer** and **@tstamp** or the **@startid** and **@endid** attributes to connect it to the affected chord. diff --git a/_guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/05-cmnartic/02-cmnbend.md b/_guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/05-cmnartic/02-cmnbend.md similarity index 97% rename from _guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/05-cmnartic/02-cmnbend.md rename to _guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/05-cmnartic/02-cmnbend.md index 6495be2e95d..4d51b9f5096 100644 --- a/_guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/05-cmnartic/02-cmnbend.md +++ b/_guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/05-cmnartic/02-cmnbend.md @@ -1,7 +1,7 @@ --- sectionid: cmnBend title: "Bend" -version: "dev" +version: "v4" --- A bend is a variation in pitch (often microtonal) upwards or downwards during the course of a note. Typically, the performer attacks the note at ‘true’ pitch, changes the intonation, then returns to true pitch. The {% include link elem="bend" %} element can also be used for so-called scoop, plop, falloff, and doit performance effects. It should *not* be used for laissez vibrer (l.v.) indications. As with other control events, the starting point of the bend may be indicated by either a tstamp, tstamp.ges, tstamp.real or startid attribute. It is a semantic error not to specify a starting attribute. diff --git a/_guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/05-cmnartic/03-cmntrem.md b/_guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/05-cmnartic/03-cmntrem.md similarity index 99% rename from _guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/05-cmnartic/03-cmntrem.md rename to _guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/05-cmnartic/03-cmntrem.md index 6f4262d6c80..9ccf43f19e7 100644 --- a/_guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/05-cmnartic/03-cmntrem.md +++ b/_guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/05-cmnartic/03-cmntrem.md @@ -1,7 +1,7 @@ --- sectionid: cmnTrem title: "Tremolandi" -version: "dev" +version: "v4" --- CMN has two slightly different concepts which are both called tremolo. The first is a rapid repetition of a single pitch or chord, whereas the second is a rapid alternation between two different notes or chords. In addition, either species of tremolo may be measured or unmeasured. A measured tremolo is an abbreviation for written-out notation; that is, the tremolo is intended to be perceived as notes with distinct rhythmic values. On the other hand, in an unmeasured tremolo no specific number of alternations is intended. diff --git a/_guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/05-cmnartic/04-cmnfermata.md b/_guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/05-cmnartic/04-cmnfermata.md similarity index 99% rename from _guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/05-cmnartic/04-cmnfermata.md rename to _guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/05-cmnartic/04-cmnfermata.md index 12df93afd50..5acf0ae5060 100644 --- a/_guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/05-cmnartic/04-cmnfermata.md +++ b/_guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/05-cmnartic/04-cmnfermata.md @@ -1,7 +1,7 @@ --- sectionid: cmnFermata title: "Fermata" -version: "dev" +version: "v4" --- A very common feature of music notation from the CMN period is the so-called ‘fermata’. It is usually written as a dot above or below an arc. It may stand above or below the staff it affects. If this symbol is used, its ‘open’ side always faces the staff. A fermata indicates that the note or rest under it should be held longer than its written duration would normally require. Sometimes, a fermata occurs over a barline to indicate the end of a phrase or section. diff --git a/_guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/05-cmnartic/05-cmnoctave.md b/_guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/05-cmnartic/05-cmnoctave.md similarity index 98% rename from _guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/05-cmnartic/05-cmnoctave.md rename to _guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/05-cmnartic/05-cmnoctave.md index 78d1d576bf1..bd86403426b 100644 --- a/_guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/05-cmnartic/05-cmnoctave.md +++ b/_guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/05-cmnartic/05-cmnoctave.md @@ -1,7 +1,7 @@ --- sectionid: cmnOctave title: "Octave Shift" -version: "dev" +version: "v4" --- An indication that a passage should be performed one or more octaves above or below its written pitch is represented by the {% include link elem="octave" %} element. diff --git a/_guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/06-cmninstr.md b/_guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/06-cmninstr.md similarity index 94% rename from _guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/06-cmninstr.md rename to _guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/06-cmninstr.md index 3b708a99a39..1f052063968 100644 --- a/_guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/06-cmninstr.md +++ b/_guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/06-cmninstr.md @@ -1,7 +1,7 @@ --- sectionid: cmnInstr title: "Instrument-specific Symbols in CMN" -version: "dev" +version: "v4" --- CMN contains a number of symbols which are closely related to a specific instrument. MEI offers elements for three of these symbols, namely breath marks, harp pedal diagrams, and piano pedals. diff --git a/_guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/06-cmninstr/01-cmnbreath.md b/_guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/06-cmninstr/01-cmnbreath.md similarity index 98% rename from _guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/06-cmninstr/01-cmnbreath.md rename to _guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/06-cmninstr/01-cmnbreath.md index b2e801369ae..07b446f5d26 100644 --- a/_guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/06-cmninstr/01-cmnbreath.md +++ b/_guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/06-cmninstr/01-cmnbreath.md @@ -1,7 +1,7 @@ --- sectionid: cmnBreath title: "Breath Marks" -version: "dev" +version: "v4" --- A breath mark indicates a point at which the performer of a wind instrument or singer may breathe. It is sometimes also used to indicate a short pause or break for instruments *not* requiring breath, which allows it to also serve as a guide to phrasing. In MEI, breath marks are encoded using the {% include link elem="breath" %} element, which is a member of {% include link model="model.controlEventLike" %}. It is a semantic error not to specify a starting point attribute. diff --git a/_guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/06-cmninstr/02-cmnharp.md b/_guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/06-cmninstr/02-cmnharp.md similarity index 99% rename from _guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/06-cmninstr/02-cmnharp.md rename to _guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/06-cmninstr/02-cmnharp.md index 22a884b14e4..732828b2f9a 100644 --- a/_guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/06-cmninstr/02-cmnharp.md +++ b/_guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/06-cmninstr/02-cmnharp.md @@ -1,7 +1,7 @@ --- sectionid: cmnHarp title: "Harp Pedals" -version: "dev" +version: "v4" --- Modern harps have seven pedals which allow adjustment of their strings to different pitches. The settings for these pedals occur at the beginning of the harp notation and/or whenever it is necessary to change the harp's tuning. These settings may be rendered using letter pitches (in the order of the pedals from left to right) or in a diagrammatic fashion, such as the form invented by Carlos Salzedo. diff --git a/_guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/06-cmninstr/03-cmnpedal.md b/_guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/06-cmninstr/03-cmnpedal.md similarity index 98% rename from _guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/06-cmninstr/03-cmnpedal.md rename to _guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/06-cmninstr/03-cmnpedal.md index 731020c671c..cf32de9c016 100644 --- a/_guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/06-cmninstr/03-cmnpedal.md +++ b/_guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/06-cmninstr/03-cmnpedal.md @@ -1,7 +1,7 @@ --- sectionid: cmnPedal title: "Piano Pedal" -version: "dev" +version: "v4" --- Music for piano also often includes indications of the use of pedals. In MEI, these symbols are encoded using the {% include link elem="pedal" %} element. As a member of the {% include link model="model.controlEventLike" %} class, it is located within {% include link elem="measure" %} and refers to a staff, layer and timestamp using the **@staff**, **@layer** and **@tstamp** attributes. Alternatively, the **@startid** attribute may be used to identify a {% include link elem="note" %} or {% include link elem="chord" %} to which the mark should be assigned. diff --git a/_guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/07-cmnossia.md b/_guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/07-cmnossia.md similarity index 99% rename from _guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/07-cmnossia.md rename to _guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/07-cmnossia.md index 0feed56b3bd..efadc04fbb8 100644 --- a/_guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/07-cmnossia.md +++ b/_guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/07-cmnossia.md @@ -1,7 +1,7 @@ --- sectionid: cmnOssia title: "Ossia" -version: "dev" +version: "v4" --- The term ossia, Italian for "or", denotes an alternative for a certain passage which is provided by the composer *without any preference* of one alternative over another. An ossia often provides a simpler (easier to perform) version of the original content. Another frequent use case for ossia is the provision of indications about performance practice, such as an alternative version with ornamentation written out in full. In all cases, it is up to the performer to choose between the alternatives. diff --git a/_guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/08-cmndir.md b/_guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/08-cmndir.md similarity index 99% rename from _guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/08-cmndir.md rename to _guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/08-cmndir.md index 458071899e6..1a642e03f47 100644 --- a/_guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/08-cmndir.md +++ b/_guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/08-cmndir.md @@ -1,7 +1,7 @@ --- sectionid: cmnDir title: "Directions and Rehearsal marks" -version: "dev" +version: "v4" --- In CMN scores, there is often a large number of natural language instructions. Some of them concern the loudness and the speed of the performance, in which case MEI offers the elements {% include link elem="dynam" %} (described at {% include link id="cmnDynam" %}) and {% include link elem="tempo" %}. In other cases, however, they provide other instructions for the performer. Instead of providing separate elements for all possible types of such directions, MEI offers the generic {% include link elem="dir" %} element. Although this element is not CMN specific (it is defined in {% include link id="shared" %}), it is especially important in this repertoire. diff --git a/_guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/09-cmnrep.md b/_guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/09-cmnrep.md similarity index 97% rename from _guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/09-cmnrep.md rename to _guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/09-cmnrep.md index 8fc98f9f83d..30788933c36 100644 --- a/_guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/09-cmnrep.md +++ b/_guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/09-cmnrep.md @@ -1,7 +1,7 @@ --- sectionid: cmnRep title: "Repetition in CMN" -version: "dev" +version: "v4" --- Repetition is a characteristic feature of music. Many musical forms rely on repetition (sometimes with modification) of distinct sections of the music. Repetition in this sense can be thought of as ‘structural’. At the same time, composers and engravers of music often use local symbols for repeating smaller portions of music instead of writing them in full more than once. In this case, the repetition is better defined as a species of abbreviation. diff --git a/_guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/09-cmnrep/01-cmnrepstruct.md b/_guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/09-cmnrep/01-cmnrepstruct.md similarity index 95% rename from _guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/09-cmnrep/01-cmnrepstruct.md rename to _guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/09-cmnrep/01-cmnrepstruct.md index 243999af09c..e6d135cd416 100644 --- a/_guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/09-cmnrep/01-cmnrepstruct.md +++ b/_guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/09-cmnrep/01-cmnrepstruct.md @@ -1,7 +1,7 @@ --- sectionid: cmnRepStruct title: "Structural Repetition" -version: "dev" +version: "v4" --- Large-scale structural repetition, utilizing {% include link elem="section" %} and {% include link elem="expansion" %} elements, is discussed in section {% include link id="sharedMdivContent" %}. This section will focus on repetition within sections. diff --git a/_guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/09-cmnrep/02-cmnrepsym.md b/_guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/09-cmnrep/02-cmnrepsym.md similarity index 99% rename from _guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/09-cmnrep/02-cmnrepsym.md rename to _guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/09-cmnrep/02-cmnrepsym.md index 910af29cdcf..261aa1eb675 100644 --- a/_guidelines-dev/04-cmn/02-cmnadditionalmeasurecontent/09-cmnrep/02-cmnrepsym.md +++ b/_guidelines-v4/04-cmn/02-cmnadditionalmeasurecontent/09-cmnrep/02-cmnrepsym.md @@ -1,7 +1,7 @@ --- sectionid: cmnRepSym title: "Measure-Level Repetition Symbols" -version: "dev" +version: "v4" --- In addition to repetition at the section level, CMN includes a number of different symbols for measure-level repetitions. Many of these symbols are found in manuscripts and may be regarded as personal conventions of their respective authors. Some signs, however, have been widely adopted. For example, it is common to indicate the repetition of a single beat or an entire measure with one or more diagonal lines, sometimes with dots at the upper left and lower right, much like a percent sign. The illustration below contains the most common signs: diff --git a/_guidelines-dev/05-mensural.md b/_guidelines-v4/05-mensural.md similarity index 99% rename from _guidelines-dev/05-mensural.md rename to _guidelines-v4/05-mensural.md index 901161bd9a4..753e0bbabff 100644 --- a/_guidelines-dev/05-mensural.md +++ b/_guidelines-v4/05-mensural.md @@ -1,7 +1,7 @@ --- layout: sidebar sidebar: s1 -version: "dev" +version: "v4" title: "Mensural Notation" sectionid: "mensural" --- diff --git a/_guidelines-dev/05-mensural/01-mensuralnotes.md b/_guidelines-v4/05-mensural/01-mensuralnotes.md similarity index 95% rename from _guidelines-dev/05-mensural/01-mensuralnotes.md rename to _guidelines-v4/05-mensural/01-mensuralnotes.md index 3a172889886..924c1c61bb1 100644 --- a/_guidelines-dev/05-mensural/01-mensuralnotes.md +++ b/_guidelines-v4/05-mensural/01-mensuralnotes.md @@ -1,7 +1,7 @@ --- sectionid: mensuralNotes title: "Note and Rest Values" -version: "dev" +version: "v4" --- When the mensural module is included, **@dur** on {% include link elem="note" %}, {% include link elem="rest" %}, and other elements can take the following values: diff --git a/_guidelines-dev/05-mensural/01-mensuralnotes/01-mensuralrules.md b/_guidelines-v4/05-mensural/01-mensuralnotes/01-mensuralrules.md similarity index 98% rename from _guidelines-dev/05-mensural/01-mensuralnotes/01-mensuralrules.md rename to _guidelines-v4/05-mensural/01-mensuralnotes/01-mensuralrules.md index 27fddbefdba..7dce743844c 100644 --- a/_guidelines-dev/05-mensural/01-mensuralnotes/01-mensuralrules.md +++ b/_guidelines-v4/05-mensural/01-mensuralnotes/01-mensuralrules.md @@ -1,7 +1,7 @@ --- sectionid: mensuralRules title: "Actual Duration with Alterations and Imperfections" -version: "dev" +version: "v4" --- In ternary divisions, the dichotomy between the duration sign of the notes and their actual duration requires specific attention. The rules of mensural notation can require the alteration or the imperfection of a note; that is, an increase or reduction in its performed duration. In these cases, if the encoding is intended to be suitable for more than just graphically representing the notation, encoding only the duration of the sign can quickly become insufficient. It that case, it is recommended to encode the sign in the **@dur** attribute and its performed duration using the **@num** and **@numbase** attributes. diff --git a/_guidelines-dev/05-mensural/02-mensuralsigns.md b/_guidelines-v4/05-mensural/02-mensuralsigns.md similarity index 98% rename from _guidelines-dev/05-mensural/02-mensuralsigns.md rename to _guidelines-v4/05-mensural/02-mensuralsigns.md index 52ff004b68e..a6c2cd88ad3 100644 --- a/_guidelines-dev/05-mensural/02-mensuralsigns.md +++ b/_guidelines-v4/05-mensural/02-mensuralsigns.md @@ -1,7 +1,7 @@ --- sectionid: mensuralSigns title: "Mensuration Signs" -version: "dev" +version: "v4" --- Using the mensural module, mensuration signs can be indicated with the attributes available on the {% include link elem="scoreDef" %} and {% include link elem="staffDef" %} elements. Mensuration signs encoded using attributes on {% include link elem="scoreDef" %} are regarded as default values which may be overridden by values attached to individual {% include link elem="staffDef" %} elements. diff --git a/_guidelines-dev/05-mensural/03-mensuralproportions.md b/_guidelines-v4/05-mensural/03-mensuralproportions.md similarity index 96% rename from _guidelines-dev/05-mensural/03-mensuralproportions.md rename to _guidelines-v4/05-mensural/03-mensuralproportions.md index 6e36aa5867c..24853a28881 100644 --- a/_guidelines-dev/05-mensural/03-mensuralproportions.md +++ b/_guidelines-v4/05-mensural/03-mensuralproportions.md @@ -1,7 +1,7 @@ --- sectionid: mensuralProportions title: "Proportions" -version: "dev" +version: "v4" --- Proportions can also be indicated within the {% include link elem="staffDef" %} element. The **@num** and **@numbase** attributes are available for encoding the numerator and the denominator of the proportion respectively. There is also a {% include link elem="proport" %} element that can be used as an alternative. diff --git a/_guidelines-dev/05-mensural/04-mensuralligatures.md b/_guidelines-v4/05-mensural/04-mensuralligatures.md similarity index 98% rename from _guidelines-dev/05-mensural/04-mensuralligatures.md rename to _guidelines-v4/05-mensural/04-mensuralligatures.md index 95b14813002..e92986764c1 100644 --- a/_guidelines-dev/05-mensural/04-mensuralligatures.md +++ b/_guidelines-v4/05-mensural/04-mensuralligatures.md @@ -1,7 +1,7 @@ --- sectionid: mensuralLigatures title: "Ligatures" -version: "dev" +version: "v4" --- Ligatures can be encoded using the {% include link elem="ligature" %} element. The **@form** attribute is available for specifying if the ligature is recta or obliqua. diff --git a/_guidelines-dev/05-mensural/05-mensuraldata.md b/_guidelines-v4/05-mensural/05-mensuraldata.md similarity index 98% rename from _guidelines-dev/05-mensural/05-mensuraldata.md rename to _guidelines-v4/05-mensural/05-mensuraldata.md index aa713522531..9ac3bc024e1 100644 --- a/_guidelines-dev/05-mensural/05-mensuraldata.md +++ b/_guidelines-v4/05-mensural/05-mensuraldata.md @@ -1,7 +1,7 @@ --- sectionid: mensuralData title: "Music Data Organization" -version: "dev" +version: "v4" --- The data organization based on {% include link elem="measure" %} elements that usually prevails in MEI is not appropriate for mensural notation because most music until 1600 was written in a non-measured manner. Even though it is not defined by the mensural module, a more suitable alternate data organization without measures is available: {% include link elem="staff" %} elements may occur directly within the {% include link elem="section" %} element without being organized into measures first. The organization of events (notes, rests, etc.) within the {% include link elem="staff" %} and {% include link elem="layer" %} elements remains unchanged. diff --git a/_guidelines-dev/06-neumes.md b/_guidelines-v4/06-neumes.md similarity index 92% rename from _guidelines-dev/06-neumes.md rename to _guidelines-v4/06-neumes.md index 90b9fc7a251..b78ccb6563a 100644 --- a/_guidelines-dev/06-neumes.md +++ b/_guidelines-v4/06-neumes.md @@ -1,7 +1,7 @@ --- layout: sidebar sidebar: s1 -version: "dev" +version: "v4" title: "Neume Notation" sectionid: "neumes" --- diff --git a/_guidelines-dev/06-neumes/01-neumesoverview.md b/_guidelines-v4/06-neumes/01-neumesoverview.md similarity index 94% rename from _guidelines-dev/06-neumes/01-neumesoverview.md rename to _guidelines-v4/06-neumes/01-neumesoverview.md index 19a2ca0e24d..1ec68c4730b 100644 --- a/_guidelines-dev/06-neumes/01-neumesoverview.md +++ b/_guidelines-v4/06-neumes/01-neumesoverview.md @@ -1,7 +1,7 @@ --- sectionid: neumesOverview title: "Overview of the Neumes Module" -version: "dev" +version: "v4" --- The module described in this chapter makes available the following components: diff --git a/_guidelines-dev/06-neumes/02-neumesbackground.md b/_guidelines-v4/06-neumes/02-neumesbackground.md similarity index 98% rename from _guidelines-dev/06-neumes/02-neumesbackground.md rename to _guidelines-v4/06-neumes/02-neumesbackground.md index d95ced52d80..97c72ace480 100644 --- a/_guidelines-dev/06-neumes/02-neumesbackground.md +++ b/_guidelines-v4/06-neumes/02-neumesbackground.md @@ -1,7 +1,7 @@ --- sectionid: neumesBackground title: "Module Background" -version: "dev" +version: "v4" --- Neume encoding in MEI was initially developed as part of the Hildegard von Bingen project at the University of Tübingen. MEI was chosen as the basic representation format after a [comparison of existing music encoding formats](http://www.dimused.uni-tuebingen.de/tuebingen_phase1_e.php){:.link_ref}. The initial work on this module was performed by Gregor Schräder [(Ein XML-Datenformat zur Repräsentation kritischer Musikedition unter besonderer Berücksichtigung von Neumennotation)](http://www.dimused.uni-tuebingen.de/downloads/studienarbeit.pdf){:.link_ref}, supervised by Prof. Stefan Morent. diff --git a/_guidelines-dev/06-neumes/03-neumesnotation.md b/_guidelines-v4/06-neumes/03-neumesnotation.md similarity index 99% rename from _guidelines-dev/06-neumes/03-neumesnotation.md rename to _guidelines-v4/06-neumes/03-neumesnotation.md index f7896fc48cb..18ce1ff95c1 100644 --- a/_guidelines-dev/06-neumes/03-neumesnotation.md +++ b/_guidelines-v4/06-neumes/03-neumesnotation.md @@ -1,7 +1,7 @@ --- sectionid: neumesNotation title: "Neume Notation" -version: "dev" +version: "v4" --- Most neume notation is used to set music to an existing text. The syllable is the fundamental unit of structure, with the neumes themselves serving as a means of "sonifying" the text. A syllable may be expressed via one or more neumes, with the particular neume shape chosen depending on the pitch contour that is being employed and the desired interpretation. For example, two pitches in rising succession might be encoded as a "podatus" (sometimes also called a "pes"), or it might be encoded as two separate punctums, depending on whether it should be sung smoothly connected or with a slight amount of space between the notes. diff --git a/_guidelines-dev/06-neumes/04-neumesexamples.md b/_guidelines-v4/06-neumes/04-neumesexamples.md similarity index 92% rename from _guidelines-dev/06-neumes/04-neumesexamples.md rename to _guidelines-v4/06-neumes/04-neumesexamples.md index 4b7980b10af..771cbba53d0 100644 --- a/_guidelines-dev/06-neumes/04-neumesexamples.md +++ b/_guidelines-v4/06-neumes/04-neumesexamples.md @@ -1,7 +1,7 @@ --- sectionid: neumesExamples title: "Examples" -version: "dev" +version: "v4" --- Some of these examples are excerpts from works of Hildegard von Bingen, with the encoding performed by Stefan Morent and Gregor Schräder. diff --git a/_guidelines-dev/06-neumes/04-neumesexamples/01-neumesbasicencoding.md b/_guidelines-v4/06-neumes/04-neumesexamples/01-neumesbasicencoding.md similarity index 96% rename from _guidelines-dev/06-neumes/04-neumesexamples/01-neumesbasicencoding.md rename to _guidelines-v4/06-neumes/04-neumesexamples/01-neumesbasicencoding.md index d23173bc06e..55381abfb09 100644 --- a/_guidelines-dev/06-neumes/04-neumesexamples/01-neumesbasicencoding.md +++ b/_guidelines-v4/06-neumes/04-neumesexamples/01-neumesbasicencoding.md @@ -1,7 +1,7 @@ --- sectionid: neumesBasicEncoding title: "Basic Encoding" -version: "dev" +version: "v4" --- The example illustrates the most basic encoding of neume notation. Encoded here is the opening of Hildegarde's "O Splendidissima Gemma" with the text "O splendidissima". Information about the staff has been omitted for brevity, but it was originally encoded on a 5-line staff with two clefs, a "C" and a "F" on lines 5 and 3, respectively. diff --git a/_guidelines-dev/06-neumes/04-neumesexamples/02-neumesencodingvariants.md b/_guidelines-v4/06-neumes/04-neumesexamples/02-neumesencodingvariants.md similarity index 94% rename from _guidelines-dev/06-neumes/04-neumesexamples/02-neumesencodingvariants.md rename to _guidelines-v4/06-neumes/04-neumesexamples/02-neumesencodingvariants.md index 4a8acf72510..3daf0649235 100644 --- a/_guidelines-dev/06-neumes/04-neumesexamples/02-neumesencodingvariants.md +++ b/_guidelines-v4/06-neumes/04-neumesexamples/02-neumesencodingvariants.md @@ -1,7 +1,7 @@ --- sectionid: neumesEncodingVariants title: "Encoding Variants" -version: "dev" +version: "v4" --- Variant readings across sources may be encoded. In this example, source "D" has a punctum on the syllable "so" that is not present in source "R". diff --git a/_guidelines-dev/06-neumes/04-neumesexamples/03-neumessuppliednotes.md b/_guidelines-v4/06-neumes/04-neumesexamples/03-neumessuppliednotes.md similarity index 96% rename from _guidelines-dev/06-neumes/04-neumesexamples/03-neumessuppliednotes.md rename to _guidelines-v4/06-neumes/04-neumesexamples/03-neumessuppliednotes.md index 10710ae41f6..338c4cd8efc 100644 --- a/_guidelines-dev/06-neumes/04-neumesexamples/03-neumessuppliednotes.md +++ b/_guidelines-v4/06-neumes/04-neumesexamples/03-neumessuppliednotes.md @@ -1,7 +1,7 @@ --- sectionid: neumesSuppliedNotes title: "Supplied Notes" -version: "dev" +version: "v4" --- In the case of neume notation where no absolute pitch is indicated, you may use the {% include link elem="supplied" %} element to indicate an editorially-added pitch. This element's **@source** attribute may be used to supply a reference to a source with the absolute pitch provided. diff --git a/_guidelines-dev/07-analysis.md b/_guidelines-v4/07-analysis.md similarity index 98% rename from _guidelines-dev/07-analysis.md rename to _guidelines-v4/07-analysis.md index ab68cd7b9b1..b40b1763f6a 100644 --- a/_guidelines-dev/07-analysis.md +++ b/_guidelines-v4/07-analysis.md @@ -1,7 +1,7 @@ --- layout: sidebar sidebar: s1 -version: "dev" +version: "v4" title: "Analytical Information" sectionid: "analysis" --- diff --git a/_guidelines-dev/07-analysis/01-analysisdescribingrelationships.md b/_guidelines-v4/07-analysis/01-analysisdescribingrelationships.md similarity index 99% rename from _guidelines-dev/07-analysis/01-analysisdescribingrelationships.md rename to _guidelines-v4/07-analysis/01-analysisdescribingrelationships.md index 8c9d94c975c..56c2e642ef7 100644 --- a/_guidelines-dev/07-analysis/01-analysisdescribingrelationships.md +++ b/_guidelines-v4/07-analysis/01-analysisdescribingrelationships.md @@ -1,7 +1,7 @@ --- sectionid: analysisDescribingRelationships title: "General Relationships Between Elements" -version: "dev" +version: "v4" --- The relationships between event elements, such as note, chord, and rest, are the basic material of musical analysis; the attributes described below ensure a closed network of these relations and provide the opportunity to record data useful for common analytical tasks. In the context of a formal analysis, for instance, the attributes presented here can be useful in the capture information about the structure of a musical work. diff --git a/_guidelines-dev/07-analysis/02-analysisspecificattrs.md b/_guidelines-v4/07-analysis/02-analysisspecificattrs.md similarity index 97% rename from _guidelines-dev/07-analysis/02-analysisspecificattrs.md rename to _guidelines-v4/07-analysis/02-analysisspecificattrs.md index 0dcfc5c4e4f..363242eecf0 100644 --- a/_guidelines-dev/07-analysis/02-analysisspecificattrs.md +++ b/_guidelines-v4/07-analysis/02-analysisspecificattrs.md @@ -1,7 +1,7 @@ --- sectionid: analysisSpecificAttrs title: "Event-Specific Analytical Information" -version: "dev" +version: "v4" --- In addition to the common analytical attributes, the analysis module also offers other, more specific attributes on certain musical elements: diff --git a/_guidelines-dev/07-analysis/02-analysisspecificattrs/01-analysismelodicintervals.md b/_guidelines-v4/07-analysis/02-analysisspecificattrs/01-analysismelodicintervals.md similarity index 98% rename from _guidelines-dev/07-analysis/02-analysisspecificattrs/01-analysismelodicintervals.md rename to _guidelines-v4/07-analysis/02-analysisspecificattrs/01-analysismelodicintervals.md index b3fc9d5534f..b3f62400e93 100644 --- a/_guidelines-dev/07-analysis/02-analysisspecificattrs/01-analysismelodicintervals.md +++ b/_guidelines-v4/07-analysis/02-analysisspecificattrs/01-analysismelodicintervals.md @@ -1,7 +1,7 @@ --- sectionid: analysisMelodicIntervals title: "Melodic Intervals" -version: "dev" +version: "v4" --- The**@intm** attribute offers several methods for encoding the melodic interval from a preceding pitch. First, Parsons Code allows for description of the contour of the melody in very general terms; that is, as up, down, or same note. Parsons Code is helpful for identifying musical works with clearly defined melodies and analyzing the relationship between successive notes of monophonic tunes. For more information about the Parsons Code, please see the "The Directory of Tunes and Musical Themes" by Denys Parsons (2002). The next example shows interval relationships indicated by the Parsons Code: diff --git a/_guidelines-dev/07-analysis/02-analysisspecificattrs/02-analysismelodicfunction.md b/_guidelines-v4/07-analysis/02-analysisspecificattrs/02-analysismelodicfunction.md similarity index 96% rename from _guidelines-dev/07-analysis/02-analysisspecificattrs/02-analysismelodicfunction.md rename to _guidelines-v4/07-analysis/02-analysisspecificattrs/02-analysismelodicfunction.md index 73156d14815..fb981d4105c 100644 --- a/_guidelines-dev/07-analysis/02-analysisspecificattrs/02-analysismelodicfunction.md +++ b/_guidelines-v4/07-analysis/02-analysisspecificattrs/02-analysismelodicfunction.md @@ -1,7 +1,7 @@ --- sectionid: analysisMelodicFunction title: "Melodic Function" -version: "dev" +version: "v4" --- The **@mfunc** attribute describes melodic function of a {% include link elem="note" %} or neume using the Humdrum **embel syntax. In the following example, the note B is labeled as a lower neighbor while all other notes are labeled as chord tones: diff --git a/_guidelines-dev/07-analysis/02-analysisspecificattrs/03-analysisharmonicintervals.md b/_guidelines-v4/07-analysis/02-analysisspecificattrs/03-analysisharmonicintervals.md similarity index 98% rename from _guidelines-dev/07-analysis/02-analysisspecificattrs/03-analysisharmonicintervals.md rename to _guidelines-v4/07-analysis/02-analysisspecificattrs/03-analysisharmonicintervals.md index 2eaf7df738c..7b1c940299e 100644 --- a/_guidelines-dev/07-analysis/02-analysisspecificattrs/03-analysisharmonicintervals.md +++ b/_guidelines-v4/07-analysis/02-analysisspecificattrs/03-analysisharmonicintervals.md @@ -1,7 +1,7 @@ --- sectionid: analysisHarmonicIntervals title: "Harmonic Intervals" -version: "dev" +version: "v4" --- {% include desc atts="att.intervalHarmonic/inth" %} diff --git a/_guidelines-dev/07-analysis/02-analysisspecificattrs/04-analysisscaledegrees.md b/_guidelines-v4/07-analysis/02-analysisspecificattrs/04-analysisscaledegrees.md similarity index 98% rename from _guidelines-dev/07-analysis/02-analysisspecificattrs/04-analysisscaledegrees.md rename to _guidelines-v4/07-analysis/02-analysisspecificattrs/04-analysisscaledegrees.md index bd1a993889a..3da55406597 100644 --- a/_guidelines-dev/07-analysis/02-analysisspecificattrs/04-analysisscaledegrees.md +++ b/_guidelines-v4/07-analysis/02-analysisspecificattrs/04-analysisscaledegrees.md @@ -1,7 +1,7 @@ --- sectionid: analysisScaleDegrees title: "Scale Degrees" -version: "dev" +version: "v4" --- {% include desc atts="att.harmonicFunction/deg" %} diff --git a/_guidelines-dev/07-analysis/02-analysisspecificattrs/05-analysispitchclass.md b/_guidelines-v4/07-analysis/02-analysisspecificattrs/05-analysispitchclass.md similarity index 99% rename from _guidelines-dev/07-analysis/02-analysisspecificattrs/05-analysispitchclass.md rename to _guidelines-v4/07-analysis/02-analysisspecificattrs/05-analysispitchclass.md index ac9182dbfe7..a2f20680c4f 100644 --- a/_guidelines-dev/07-analysis/02-analysisspecificattrs/05-analysispitchclass.md +++ b/_guidelines-v4/07-analysis/02-analysisspecificattrs/05-analysispitchclass.md @@ -1,7 +1,7 @@ --- sectionid: analysisPitchClass title: "Pitch Class" -version: "dev" +version: "v4" --- The **@pclass** attribute can be used to encode information about the pitch class to which a note belongs. The attribute's value must be an integer less than or equal to 11. It is only allowed on the {% include link elem="note" %} element. The **@pclass** attribute comes from "musical set theory" elaborated first by Howard Hanson and Allen Forte as a new method for organizing tones. It provides a concept for categorizing musical objects (notes) and describing their relationships. It is a kind of grouping and combining, mostly developed in connection with atonal music. However, the concept of set theory is general and can also be applied to tonal music. A pitch class means the summary of every pitch with specific characteristics that means a pitch class set is an unordered collection of pitches, e.g., every pitch with the name C. diff --git a/_guidelines-dev/07-analysis/02-analysisspecificattrs/06-analysissolmization.md b/_guidelines-v4/07-analysis/02-analysisspecificattrs/06-analysissolmization.md similarity index 98% rename from _guidelines-dev/07-analysis/02-analysisspecificattrs/06-analysissolmization.md rename to _guidelines-v4/07-analysis/02-analysisspecificattrs/06-analysissolmization.md index 84cc30a39eb..c99a98c4ffb 100644 --- a/_guidelines-dev/07-analysis/02-analysisspecificattrs/06-analysissolmization.md +++ b/_guidelines-v4/07-analysis/02-analysisspecificattrs/06-analysissolmization.md @@ -1,7 +1,7 @@ --- sectionid: analysisSolmization title: "Solmization" -version: "dev" +version: "v4" --- Solmization is a system which associates a syllable with each note of a musical scale. There are various forms of solmization used throughout the world. In Europe and North America, solfège is the most common practice. In this system, the seven syllables for a major scale are do, re, mi, fa, so, la and ti. In the ‘fixed-do’ system, the syllable "do" is always associated with the pitch "c", while in the ‘movable-do’ system, "do" is associated with the tonic note. The **@psolfa** attribute is only allowed on {% include link elem="note" %} and {% include link elem="nc" %} elements. Its value is unconstrained in order to accommodate various solmization systems. diff --git a/_guidelines-dev/07-analysis/03-analysismetricalconformance.md b/_guidelines-v4/07-analysis/03-analysismetricalconformance.md similarity index 99% rename from _guidelines-dev/07-analysis/03-analysismetricalconformance.md rename to _guidelines-v4/07-analysis/03-analysismetricalconformance.md index b517db9273a..302284f9eb0 100644 --- a/_guidelines-dev/07-analysis/03-analysismetricalconformance.md +++ b/_guidelines-v4/07-analysis/03-analysismetricalconformance.md @@ -1,7 +1,7 @@ --- sectionid: analysisMetricalConformance title: "Metrical Conformance" -version: "dev" +version: "v4" --- It is often helpful to record whether a given staff, layer, or measure obeys the meter established for it. The following attributes are provided for this purpose: diff --git a/_guidelines-dev/08-cmnornaments.md b/_guidelines-v4/08-cmnornaments.md similarity index 98% rename from _guidelines-dev/08-cmnornaments.md rename to _guidelines-v4/08-cmnornaments.md index f93947c0660..049b8bea8ef 100644 --- a/_guidelines-dev/08-cmnornaments.md +++ b/_guidelines-v4/08-cmnornaments.md @@ -1,7 +1,7 @@ --- layout: sidebar sidebar: s1 -version: "dev" +version: "v4" title: "Common Music Notation Ornaments" sectionid: "cmnOrnaments" --- diff --git a/_guidelines-dev/08-cmnornaments/01-cmnornamentsall.md b/_guidelines-v4/08-cmnornaments/01-cmnornamentsall.md similarity index 99% rename from _guidelines-dev/08-cmnornaments/01-cmnornamentsall.md rename to _guidelines-v4/08-cmnornaments/01-cmnornamentsall.md index 76b46827760..eeb01101ae1 100644 --- a/_guidelines-dev/08-cmnornaments/01-cmnornamentsall.md +++ b/_guidelines-v4/08-cmnornaments/01-cmnornamentsall.md @@ -1,7 +1,7 @@ --- sectionid: cmnOrnamentsAll title: "Encoding Common To All Ornaments" -version: "dev" +version: "v4" --- When encoding CMN, ornaments should be encoded within a {% include link elem="measure" %}, following the {% include link elem="staff" %} elements, and connected to events on the staff via attributes. The **@startid** attribute is used to refer to the **@xml:id** of the starting note. Additionally, if the ornament involves more than one events on the staff, the **@endid** attribute can be used to anchor the ornament to a concluding event. diff --git a/_guidelines-dev/08-cmnornaments/01-cmnornamentsall/01-cmnornamentsoverride.md b/_guidelines-v4/08-cmnornaments/01-cmnornamentsall/01-cmnornamentsoverride.md similarity index 98% rename from _guidelines-dev/08-cmnornaments/01-cmnornamentsall/01-cmnornamentsoverride.md rename to _guidelines-v4/08-cmnornaments/01-cmnornamentsall/01-cmnornamentsoverride.md index 1151336ff62..9aa2d50b63c 100644 --- a/_guidelines-dev/08-cmnornaments/01-cmnornamentsall/01-cmnornamentsoverride.md +++ b/_guidelines-v4/08-cmnornaments/01-cmnornamentsall/01-cmnornamentsoverride.md @@ -1,7 +1,7 @@ --- sectionid: cmnOrnamentsOverride title: "Overriding Default Resolutions" -version: "dev" +version: "v4" --- The symbols and sounded resolutions suggested for each ornament in this chapter are to be considered defaults. Nevertheless, because of the great historical and geographical variance in the notation of ornaments, the encoder is given methods to override the default resolutions. diff --git a/_guidelines-dev/08-cmnornaments/02-cmnornamentsmordents.md b/_guidelines-v4/08-cmnornaments/02-cmnornamentsmordents.md similarity index 99% rename from _guidelines-dev/08-cmnornaments/02-cmnornamentsmordents.md rename to _guidelines-v4/08-cmnornaments/02-cmnornamentsmordents.md index 59c350bae86..3acd7649680 100644 --- a/_guidelines-dev/08-cmnornaments/02-cmnornamentsmordents.md +++ b/_guidelines-v4/08-cmnornaments/02-cmnornamentsmordents.md @@ -1,7 +1,7 @@ --- sectionid: cmnOrnamentsMordents title: "Mordents" -version: "dev" +version: "v4" --- A mordent is an ornament that involves an auxiliary note a step above or below the principal note. The presence of a mordent is encoded with the {% include link elem="mordent" %} element and its attributes: diff --git a/_guidelines-dev/08-cmnornaments/03-cmnornamentstrills.md b/_guidelines-v4/08-cmnornaments/03-cmnornamentstrills.md similarity index 99% rename from _guidelines-dev/08-cmnornaments/03-cmnornamentstrills.md rename to _guidelines-v4/08-cmnornaments/03-cmnornamentstrills.md index 1186d232b0e..6cd91f1cc24 100644 --- a/_guidelines-dev/08-cmnornaments/03-cmnornamentstrills.md +++ b/_guidelines-v4/08-cmnornaments/03-cmnornamentstrills.md @@ -1,7 +1,7 @@ --- sectionid: cmnOrnamentsTrills title: "Trills" -version: "dev" +version: "v4" --- Trills are a type of ornament that consists of a rapid alternation of a note with one a semitone or tone above. A trill is encoded with the {% include link elem="trill" %} element and its attributes: diff --git a/_guidelines-dev/08-cmnornaments/03-cmnornamentstrills/01-cmnornamentstrillsspecial.md b/_guidelines-v4/08-cmnornaments/03-cmnornamentstrills/01-cmnornamentstrillsspecial.md similarity index 99% rename from _guidelines-dev/08-cmnornaments/03-cmnornamentstrills/01-cmnornamentstrillsspecial.md rename to _guidelines-v4/08-cmnornaments/03-cmnornamentstrills/01-cmnornamentstrillsspecial.md index 19aff1e8ef3..f7023237d2e 100644 --- a/_guidelines-dev/08-cmnornaments/03-cmnornamentstrills/01-cmnornamentstrillsspecial.md +++ b/_guidelines-v4/08-cmnornaments/03-cmnornamentstrills/01-cmnornamentstrillsspecial.md @@ -1,7 +1,7 @@ --- sectionid: cmnOrnamentsTrillsSpecial title: "Special Cases" -version: "dev" +version: "v4" --- Symbols and abbreviations for trills have changed and evolved considerably throughout history. Strategies to clarify the encoding and interpretation of ornaments have been discussed in section {% include link id="cmnOrnamentsOverride" %} above. However, in order to aid the encoder in making educated choices in the encoding of non-standard trills, this section shows two examples diverging from modern standard use. diff --git a/_guidelines-dev/08-cmnornaments/04-cmnornamentsturns.md b/_guidelines-v4/08-cmnornaments/04-cmnornamentsturns.md similarity index 99% rename from _guidelines-dev/08-cmnornaments/04-cmnornamentsturns.md rename to _guidelines-v4/08-cmnornaments/04-cmnornamentsturns.md index c21c5d403bf..60a968477a7 100644 --- a/_guidelines-dev/08-cmnornaments/04-cmnornamentsturns.md +++ b/_guidelines-v4/08-cmnornaments/04-cmnornamentsturns.md @@ -1,7 +1,7 @@ --- sectionid: cmnOrnamentsTurns title: "Turns" -version: "dev" +version: "v4" --- A turn is an ornament that typically consists of four notes: the upper neighbor of the principal note, the principal note, the lower neighbor, and the principal note again. diff --git a/_guidelines-dev/08-cmnornaments/05-cmnornamentsother.md b/_guidelines-v4/08-cmnornaments/05-cmnornamentsother.md similarity index 98% rename from _guidelines-dev/08-cmnornaments/05-cmnornamentsother.md rename to _guidelines-v4/08-cmnornaments/05-cmnornamentsother.md index 33c3768ab58..6aa923a171f 100644 --- a/_guidelines-dev/08-cmnornaments/05-cmnornamentsother.md +++ b/_guidelines-v4/08-cmnornaments/05-cmnornamentsother.md @@ -1,7 +1,7 @@ --- sectionid: cmnOrnamentsOther title: "Other Ornaments" -version: "dev" +version: "v4" --- CMN ornaments that are not mordents, trills, or turns can be encoded with a generic {% include link elem="ornam" %}. diff --git a/_guidelines-dev/08-cmnornaments/06-cmnornamentsmultiple.md b/_guidelines-v4/08-cmnornaments/06-cmnornamentsmultiple.md similarity index 98% rename from _guidelines-dev/08-cmnornaments/06-cmnornamentsmultiple.md rename to _guidelines-v4/08-cmnornaments/06-cmnornamentsmultiple.md index 4057c9d90fc..3a0ce9b0660 100644 --- a/_guidelines-dev/08-cmnornaments/06-cmnornamentsmultiple.md +++ b/_guidelines-v4/08-cmnornaments/06-cmnornamentsmultiple.md @@ -1,7 +1,7 @@ --- sectionid: cmnOrnamentsMultiple title: "Ornaments in Combinations" -version: "dev" +version: "v4" --- Particularly in baroque keyboard music, but also in the early classical period, various combinations of ornaments can be found. Despite being written vertically above the same note, they are to be performed in sequence. diff --git a/_guidelines-dev/09-corpus.md b/_guidelines-v4/09-corpus.md similarity index 99% rename from _guidelines-dev/09-corpus.md rename to _guidelines-v4/09-corpus.md index c347f6fd635..6dd99a64563 100644 --- a/_guidelines-dev/09-corpus.md +++ b/_guidelines-v4/09-corpus.md @@ -1,7 +1,7 @@ --- layout: sidebar sidebar: s1 -version: "dev" +version: "v4" title: "Musical Corpora" sectionid: "corpus" --- diff --git a/_guidelines-dev/09-corpus/01-corpusmoduleoverview.md b/_guidelines-v4/09-corpus/01-corpusmoduleoverview.md similarity index 99% rename from _guidelines-dev/09-corpus/01-corpusmoduleoverview.md rename to _guidelines-v4/09-corpus/01-corpusmoduleoverview.md index cca670d95f7..fb4eb86a346 100644 --- a/_guidelines-dev/09-corpus/01-corpusmoduleoverview.md +++ b/_guidelines-v4/09-corpus/01-corpusmoduleoverview.md @@ -1,7 +1,7 @@ --- sectionid: corpusModuleOverview title: "Corpus Module Overview" -version: "dev" +version: "v4" --- The meiCorpus module defines a single element: diff --git a/_guidelines-dev/09-corpus/02-corpuscombiningheaders.md b/_guidelines-v4/09-corpus/02-corpuscombiningheaders.md similarity index 99% rename from _guidelines-dev/09-corpus/02-corpuscombiningheaders.md rename to _guidelines-v4/09-corpus/02-corpuscombiningheaders.md index 36f1d0edefb..2bd3d006c72 100644 --- a/_guidelines-dev/09-corpus/02-corpuscombiningheaders.md +++ b/_guidelines-v4/09-corpus/02-corpuscombiningheaders.md @@ -1,7 +1,7 @@ --- sectionid: corpusCombiningHeaders title: "Combining Corpus and Text Headers" -version: "dev" +version: "v4" --- An MEI-conformant document may have more than one header only in the case of a TEI corpus, which must have a header in its own right, as well as the obligatory header for each text. Every element specified in a corpus-header is understood as if it appeared within every text header in the corpus. An element specified in a text header but not in the corpus header supplements the specification for that text alone. If any element is specified in both corpus and text headers, the corpus header element is over-ridden for that text alone. diff --git a/_guidelines-dev/09-corpus/03-corpusrecommendations.md b/_guidelines-v4/09-corpus/03-corpusrecommendations.md similarity index 99% rename from _guidelines-dev/09-corpus/03-corpusrecommendations.md rename to _guidelines-v4/09-corpus/03-corpusrecommendations.md index b6574137d4d..bb88bc5e097 100644 --- a/_guidelines-dev/09-corpus/03-corpusrecommendations.md +++ b/_guidelines-v4/09-corpus/03-corpusrecommendations.md @@ -1,7 +1,7 @@ --- sectionid: corpusRecommendations title: "Recommendations for the Encoding of Large Corpora" -version: "dev" +version: "v4" --- These Guidelines include proposals for the identification and encoding of a far greater variety of textual features and characteristics than is likely to be either feasible or desirable in any one corpus, however large and ambitious. For most large-scale corpus projects, it will therefore be necessary to determine a subset of recommended elements appropriate to the anticipated needs of the project; these mechanisms include the ability to exclude selected element types, add new element types, and change the names of existing elements. diff --git a/_guidelines-dev/10-critapp.md b/_guidelines-v4/10-critapp.md similarity index 97% rename from _guidelines-dev/10-critapp.md rename to _guidelines-v4/10-critapp.md index 3521141c749..0c16f9f439e 100644 --- a/_guidelines-dev/10-critapp.md +++ b/_guidelines-v4/10-critapp.md @@ -1,7 +1,7 @@ --- layout: sidebar sidebar: s1 -version: "dev" +version: "v4" title: "Critical Apparatus" sectionid: "critApp" --- diff --git a/_guidelines-dev/10-critapp/01-critappelements.md b/_guidelines-v4/10-critapp/01-critappelements.md similarity index 99% rename from _guidelines-dev/10-critapp/01-critappelements.md rename to _guidelines-v4/10-critapp/01-critappelements.md index b904d1fe532..200c60a95fa 100644 --- a/_guidelines-dev/10-critapp/01-critappelements.md +++ b/_guidelines-v4/10-critapp/01-critappelements.md @@ -1,7 +1,7 @@ --- sectionid: critAppElements title: "General Usage" -version: "dev" +version: "v4" --- The following elements are defined in the critApp Module: diff --git a/_guidelines-dev/10-critapp/02-critappincontent.md b/_guidelines-v4/10-critapp/02-critappincontent.md similarity index 98% rename from _guidelines-dev/10-critapp/02-critappincontent.md rename to _guidelines-v4/10-critapp/02-critappincontent.md index 8e9d9e320fd..564cd8843eb 100644 --- a/_guidelines-dev/10-critapp/02-critappincontent.md +++ b/_guidelines-v4/10-critapp/02-critappincontent.md @@ -1,7 +1,7 @@ --- sectionid: critAppInContent title: "Variants in Musical Content" -version: "dev" +version: "v4" --- The {% include link elem="app" %} element may be used to accommodate textual variation at nearly any point in a musical text. For example, it may be used to indicate minor differences such as stem directions: diff --git a/_guidelines-dev/10-critapp/03-critappindefs.md b/_guidelines-v4/10-critapp/03-critappindefs.md similarity index 99% rename from _guidelines-dev/10-critapp/03-critappindefs.md rename to _guidelines-v4/10-critapp/03-critappindefs.md index 250147015b8..624dea6c317 100644 --- a/_guidelines-dev/10-critapp/03-critappindefs.md +++ b/_guidelines-v4/10-critapp/03-critappindefs.md @@ -1,7 +1,7 @@ --- sectionid: critAppInDefs title: "Variants in Score Definitions" -version: "dev" +version: "v4" --- In addition to its use for differentiation of the musical content of multiple sources, {% include link elem="app" %} may also be utilized to describe the layout of different scores, even when the musical content itself remains the same. An example of this is two sources that have the same content, but a different ordering of staves on which the content is written. By definition, the order of staves is derived from the order of {% include link elem="staffDef" %} elements in {% include link elem="scoreDef" %}, not from the order of {% include link elem="staff" %} elements within a {% include link elem="measure" %}. The {% include link elem="staff" %} element in a measure points to its corresponding {% include link elem="staffDef" %} using either 1) the same value for **@n** on both elements, or 2) a value in **@def** which is an explicit reference to a particular {% include link elem="staffDef" %} using its **@xml:id** value. diff --git a/_guidelines-dev/10-critapp/04-critappnesting.md b/_guidelines-v4/10-critapp/04-critappnesting.md similarity index 97% rename from _guidelines-dev/10-critapp/04-critappnesting.md rename to _guidelines-v4/10-critapp/04-critappnesting.md index edd041f8891..84e2b5457b0 100644 --- a/_guidelines-dev/10-critapp/04-critappnesting.md +++ b/_guidelines-v4/10-critapp/04-critappnesting.md @@ -1,7 +1,7 @@ --- sectionid: critAppNesting title: "Nesting Apparati" -version: "dev" +version: "v4" --- In some situations, musical sources will agree at one level while differing at a lower level. For these cases, {% include link elem="app" %} elements may be nested to any level necessary. In the following example, there are three sources, two of which agree on the addition of a measure, but differ in the content of the added measure: diff --git a/_guidelines-dev/11-edittrans.md b/_guidelines-v4/11-edittrans.md similarity index 99% rename from _guidelines-dev/11-edittrans.md rename to _guidelines-v4/11-edittrans.md index d9eb7a7c71c..bb6e20f0648 100644 --- a/_guidelines-dev/11-edittrans.md +++ b/_guidelines-v4/11-edittrans.md @@ -1,7 +1,7 @@ --- layout: sidebar sidebar: s1 -version: "dev" +version: "v4" title: "Editorial Markup" sectionid: "editTrans" --- diff --git a/_guidelines-dev/11-edittrans/01-edittransabbrev.md b/_guidelines-v4/11-edittrans/01-edittransabbrev.md similarity index 99% rename from _guidelines-dev/11-edittrans/01-edittransabbrev.md rename to _guidelines-v4/11-edittrans/01-edittransabbrev.md index 3eec1da0212..0a056a5fd3e 100644 --- a/_guidelines-dev/11-edittrans/01-edittransabbrev.md +++ b/_guidelines-v4/11-edittrans/01-edittransabbrev.md @@ -1,7 +1,7 @@ --- sectionid: edittransAbbrev title: "Abbreviations" -version: "dev" +version: "v4" --- MEI offers methods for marking abbreviations in prose, as in the following example: diff --git a/_guidelines-dev/11-edittrans/01-edittransabbrev/01-edittranscpmark.md b/_guidelines-v4/11-edittrans/01-edittransabbrev/01-edittranscpmark.md similarity index 99% rename from _guidelines-dev/11-edittrans/01-edittransabbrev/01-edittranscpmark.md rename to _guidelines-v4/11-edittrans/01-edittransabbrev/01-edittranscpmark.md index 25bfc6c9a54..91ea4491db4 100644 --- a/_guidelines-dev/11-edittrans/01-edittransabbrev/01-edittranscpmark.md +++ b/_guidelines-v4/11-edittrans/01-edittransabbrev/01-edittranscpmark.md @@ -1,7 +1,7 @@ --- sectionid: edittranscpMark title: " Instructions" -version: "dev" +version: "v4" --- Many musical scores make use of various kinds of shorthand notation which omit some parts of the score that have already been written elsewhere. Typical exampleS for this are symbols that indicate repetition of the preceding measure or beat. In MEI, these symbols can be encoded using the {% include link elem="mRpt" %} and {% include link elem="beatRpt" %} elements respectively. Often, similar graphical symbols (often one or two slashes, "//") are used to mean that the current staff should have the same or similar content as another staff. diff --git a/_guidelines-dev/11-edittrans/02-edittranserrors.md b/_guidelines-v4/11-edittrans/02-edittranserrors.md similarity index 99% rename from _guidelines-dev/11-edittrans/02-edittranserrors.md rename to _guidelines-v4/11-edittrans/02-edittranserrors.md index 2fa8a7ba5a1..26814881df7 100644 --- a/_guidelines-dev/11-edittrans/02-edittranserrors.md +++ b/_guidelines-v4/11-edittrans/02-edittranserrors.md @@ -1,7 +1,7 @@ --- sectionid: edittransErrors title: "Apparent Errors" -version: "dev" +version: "v4" --- When the source material to be encoded is manifestly faulty, an encoder or transcriber may elect simply to correct it without comment, although for scholarly purposes it will often be more generally useful to record both the correction and the original state of the text. The elements described here enable all three approaches, and allows the last to be done is such a way as make it easy for software to present either the original or the correction. diff --git a/_guidelines-dev/11-edittrans/03-edittransreg.md b/_guidelines-v4/11-edittrans/03-edittransreg.md similarity index 99% rename from _guidelines-dev/11-edittrans/03-edittransreg.md rename to _guidelines-v4/11-edittrans/03-edittransreg.md index ed7b97cc6fb..727966bd47e 100644 --- a/_guidelines-dev/11-edittrans/03-edittransreg.md +++ b/_guidelines-v4/11-edittrans/03-edittransreg.md @@ -1,7 +1,7 @@ --- sectionid: edittransReg title: "Regularization and Normalization" -version: "dev" +version: "v4" --- When the musical source makes extensive use of unusual symbol shapes or non-standard notation features, it may be desirable for a number of reasons to regularize it; that is, provide ‘standard’ or ‘regularized’ forms that are equivalent to the non-standard forms. diff --git a/_guidelines-dev/11-edittrans/04-edittransadddelomissions.md b/_guidelines-v4/11-edittrans/04-edittransadddelomissions.md similarity index 97% rename from _guidelines-dev/11-edittrans/04-edittransadddelomissions.md rename to _guidelines-v4/11-edittrans/04-edittransadddelomissions.md index 15ca2022975..15067415531 100644 --- a/_guidelines-dev/11-edittrans/04-edittransadddelomissions.md +++ b/_guidelines-v4/11-edittrans/04-edittransadddelomissions.md @@ -1,7 +1,7 @@ --- sectionid: edittransAddDelOmissions title: "Additions, Deletions, and Omissions" -version: "dev" +version: "v4" --- The following elements are used to indicate when single notational symbols have been omitted from, added to, or marked for deletion from, a musical text. Like the other editorial elements described in this chapter, they allow for a wide range of editorial practices: diff --git a/_guidelines-dev/11-edittrans/04-edittransadddelomissions/01-edittransomission.md b/_guidelines-v4/11-edittrans/04-edittransadddelomissions/01-edittransomission.md similarity index 99% rename from _guidelines-dev/11-edittrans/04-edittransadddelomissions/01-edittransomission.md rename to _guidelines-v4/11-edittrans/04-edittransadddelomissions/01-edittransomission.md index d2c637be134..524270bacb1 100644 --- a/_guidelines-dev/11-edittrans/04-edittransadddelomissions/01-edittransomission.md +++ b/_guidelines-v4/11-edittrans/04-edittransadddelomissions/01-edittransomission.md @@ -1,7 +1,7 @@ --- sectionid: edittransOmission title: "Omissions, Unclear Readings, Damage, and Supplied Readings" -version: "dev" +version: "v4" --- Encoders may choose to omit parts of the source for reasons ranging from illegibility, (making transcription difficult or impossible), to editorial policy, e.g., systematic exclusion of poetry or prose from an encoding. The full details of the policy decisions concerned should be documented in the MEI header (see section {% include link id="headerEncodingDescription" %}). Each place in the text at which omission has taken place should be marked with a {% include link elem="gap" %} element, optionally with further information about the reason for the omission, its extent, and the person or agency responsible for it, as in the following examples: diff --git a/_guidelines-dev/11-edittrans/04-edittransadddelomissions/02-edittransadddel.md b/_guidelines-v4/11-edittrans/04-edittransadddelomissions/02-edittransadddel.md similarity index 98% rename from _guidelines-dev/11-edittrans/04-edittransadddelomissions/02-edittransadddel.md rename to _guidelines-v4/11-edittrans/04-edittransadddelomissions/02-edittransadddel.md index fb09c4af8cf..951557a9f23 100644 --- a/_guidelines-dev/11-edittrans/04-edittransadddelomissions/02-edittransadddel.md +++ b/_guidelines-v4/11-edittrans/04-edittransadddelomissions/02-edittransadddel.md @@ -1,7 +1,7 @@ --- sectionid: edittransAddDel title: "Additions and Deletions" -version: "dev" +version: "v4" --- The {% include link elem="add" %} and {% include link elem="del" %} elements may be used to record where material has been added or deleted in the source material. diff --git a/_guidelines-dev/11-edittrans/04-edittransadddelomissions/03-edittranssubst.md b/_guidelines-v4/11-edittrans/04-edittransadddelomissions/03-edittranssubst.md similarity index 99% rename from _guidelines-dev/11-edittrans/04-edittransadddelomissions/03-edittranssubst.md rename to _guidelines-v4/11-edittrans/04-edittransadddelomissions/03-edittranssubst.md index a6961d0882a..2516beacce7 100644 --- a/_guidelines-dev/11-edittrans/04-edittransadddelomissions/03-edittranssubst.md +++ b/_guidelines-v4/11-edittrans/04-edittransadddelomissions/03-edittranssubst.md @@ -1,7 +1,7 @@ --- sectionid: edittransSubst title: "Substitutions, Restorations, and Handshifts" -version: "dev" +version: "v4" --- When several interventions to the musical text are to be regarded as a single action, they may be grouped using the {% include link elem="subst" %} element. The most common combination is a replacement of portions of the musical text using both the {% include link elem="add" %} and {% include link elem="del" %} element, as seen in the following example: diff --git a/_guidelines-dev/12-facsimiles.md b/_guidelines-v4/12-facsimiles.md similarity index 97% rename from _guidelines-dev/12-facsimiles.md rename to _guidelines-v4/12-facsimiles.md index 3636549c2d5..5bf427ef57d 100644 --- a/_guidelines-dev/12-facsimiles.md +++ b/_guidelines-v4/12-facsimiles.md @@ -1,7 +1,7 @@ --- layout: sidebar sidebar: s1 -version: "dev" +version: "v4" title: "Facsimiles" sectionid: "facsimiles" --- diff --git a/_guidelines-dev/12-facsimiles/01-facsimileelements.md b/_guidelines-v4/12-facsimiles/01-facsimileelements.md similarity index 99% rename from _guidelines-dev/12-facsimiles/01-facsimileelements.md rename to _guidelines-v4/12-facsimiles/01-facsimileelements.md index 53afa18baba..ac96dc0b0d1 100644 --- a/_guidelines-dev/12-facsimiles/01-facsimileelements.md +++ b/_guidelines-v4/12-facsimiles/01-facsimileelements.md @@ -1,7 +1,7 @@ --- sectionid: facsimileElements title: "Elements of the Facsimile Module" -version: "dev" +version: "v4" --- This module makes available the following elements for encoding facsimiles: diff --git a/_guidelines-dev/13-figtable.md b/_guidelines-v4/13-figtable.md similarity index 98% rename from _guidelines-dev/13-figtable.md rename to _guidelines-v4/13-figtable.md index 1f6a6e6037c..805530f3c57 100644 --- a/_guidelines-dev/13-figtable.md +++ b/_guidelines-v4/13-figtable.md @@ -1,7 +1,7 @@ --- layout: sidebar sidebar: s1 -version: "dev" +version: "v4" title: "Figures and Tables" sectionid: "figTable" --- diff --git a/_guidelines-dev/13-figtable/01-figtablefigures.md b/_guidelines-v4/13-figtable/01-figtablefigures.md similarity index 98% rename from _guidelines-dev/13-figtable/01-figtablefigures.md rename to _guidelines-v4/13-figtable/01-figtablefigures.md index b974a6955e6..c6649181f17 100644 --- a/_guidelines-dev/13-figtable/01-figtablefigures.md +++ b/_guidelines-v4/13-figtable/01-figtablefigures.md @@ -1,7 +1,7 @@ --- sectionid: figTableFigures title: "Figures" -version: "dev" +version: "v4" --- The {% include link elem="fig" %} element groups elements representing or containing graphic information such as an illustration or figure. This element is modelled on the figure element in the Text Encoding Initiative (TEI). The {% include link elem="fig" %} element is used to contain images, captions, and textual descriptions of the pictures. The images themselves are specified using the {% include link elem="graphic" %} element, whose **@target** attribute provides the location of an image. For example: diff --git a/_guidelines-dev/13-figtable/01-figtablefigures/01-figtablecaptionsdescriptions.md b/_guidelines-v4/13-figtable/01-figtablefigures/01-figtablecaptionsdescriptions.md similarity index 98% rename from _guidelines-dev/13-figtable/01-figtablefigures/01-figtablecaptionsdescriptions.md rename to _guidelines-v4/13-figtable/01-figtablefigures/01-figtablecaptionsdescriptions.md index 5e106432a01..7dbc280fe52 100644 --- a/_guidelines-dev/13-figtable/01-figtablefigures/01-figtablecaptionsdescriptions.md +++ b/_guidelines-v4/13-figtable/01-figtablefigures/01-figtablecaptionsdescriptions.md @@ -1,7 +1,7 @@ --- sectionid: figTableCaptionsDescriptions title: "Figure Captions and Descriptions" -version: "dev" +version: "v4" --- The element {% include link elem="caption" %} may be used to transcribe (or supply) a title or descriptive heading for the graphic itself, as in the following example: diff --git a/_guidelines-dev/13-figtable/01-figtablefigures/02-figtableimages.md b/_guidelines-v4/13-figtable/01-figtablefigures/02-figtableimages.md similarity index 99% rename from _guidelines-dev/13-figtable/01-figtablefigures/02-figtableimages.md rename to _guidelines-v4/13-figtable/01-figtablefigures/02-figtableimages.md index e9626a7ba45..ff165dc7f57 100644 --- a/_guidelines-dev/13-figtable/01-figtablefigures/02-figtableimages.md +++ b/_guidelines-v4/13-figtable/01-figtablefigures/02-figtableimages.md @@ -1,7 +1,7 @@ --- sectionid: figTableImages title: "Images" -version: "dev" +version: "v4" --- The {% include link elem="graphic" %} element indicates the location of an inline graphic, illustration, or figure. As noted above, there exists a wide variety of different graphics formats, and the following list is in no way exhaustive. Moreover, inclusion of any format in this list should not be taken as indicating endorsement by the MEI of this format or any products associated with it. Some of the formats listed here are proprietary to a greater or lesser extent and cannot therefore be regarded as standards in any meaningful sense. They are, however, widely used by many different vendors. The following formats are widely used at the present time, and are likely to remain supported by more than one vendor's software: diff --git a/_guidelines-dev/13-figtable/01-figtablefigures/02-figtableimages/01-figtablevectorgraphicformats.md b/_guidelines-v4/13-figtable/01-figtablefigures/02-figtableimages/01-figtablevectorgraphicformats.md similarity index 98% rename from _guidelines-dev/13-figtable/01-figtablefigures/02-figtableimages/01-figtablevectorgraphicformats.md rename to _guidelines-v4/13-figtable/01-figtablefigures/02-figtableimages/01-figtablevectorgraphicformats.md index 63e2c02e11a..85ce94bdb14 100644 --- a/_guidelines-dev/13-figtable/01-figtablefigures/02-figtableimages/01-figtablevectorgraphicformats.md +++ b/_guidelines-v4/13-figtable/01-figtablefigures/02-figtableimages/01-figtablevectorgraphicformats.md @@ -1,7 +1,7 @@ --- sectionid: figTableVectorGraphicFormats title: "Vector Graphic Formats" -version: "dev" +version: "v4" --- {:.gloss} diff --git a/_guidelines-dev/13-figtable/01-figtablefigures/02-figtableimages/02-figtablerastergraphicformats.md b/_guidelines-v4/13-figtable/01-figtablefigures/02-figtableimages/02-figtablerastergraphicformats.md similarity index 99% rename from _guidelines-dev/13-figtable/01-figtablefigures/02-figtableimages/02-figtablerastergraphicformats.md rename to _guidelines-v4/13-figtable/01-figtablefigures/02-figtableimages/02-figtablerastergraphicformats.md index ee1e719f610..f8e1c0d7bec 100644 --- a/_guidelines-dev/13-figtable/01-figtablefigures/02-figtableimages/02-figtablerastergraphicformats.md +++ b/_guidelines-v4/13-figtable/01-figtablefigures/02-figtableimages/02-figtablerastergraphicformats.md @@ -1,7 +1,7 @@ --- sectionid: figTableRasterGraphicFormats title: "Raster Graphic Formats" -version: "dev" +version: "v4" --- {:.gloss} diff --git a/_guidelines-dev/13-figtable/01-figtablefigures/02-figtableimages/03-figtablephotographicandmotionvideoformats.md b/_guidelines-v4/13-figtable/01-figtablefigures/02-figtableimages/03-figtablephotographicandmotionvideoformats.md similarity index 98% rename from _guidelines-dev/13-figtable/01-figtablefigures/02-figtableimages/03-figtablephotographicandmotionvideoformats.md rename to _guidelines-v4/13-figtable/01-figtablefigures/02-figtableimages/03-figtablephotographicandmotionvideoformats.md index abb2e5480c9..c327e349be0 100644 --- a/_guidelines-dev/13-figtable/01-figtablefigures/02-figtableimages/03-figtablephotographicandmotionvideoformats.md +++ b/_guidelines-v4/13-figtable/01-figtablefigures/02-figtableimages/03-figtablephotographicandmotionvideoformats.md @@ -1,7 +1,7 @@ --- sectionid: figTablePhotographicAndMotionVideoFormats title: "Photographic and Motion Video Formats" -version: "dev" +version: "v4" --- {:.gloss} diff --git a/_guidelines-dev/13-figtable/02-figtabletables.md b/_guidelines-v4/13-figtable/02-figtabletables.md similarity index 98% rename from _guidelines-dev/13-figtable/02-figtabletables.md rename to _guidelines-v4/13-figtable/02-figtabletables.md index 46d4914cb7f..e43f8c96b4e 100644 --- a/_guidelines-dev/13-figtable/02-figtabletables.md +++ b/_guidelines-v4/13-figtable/02-figtabletables.md @@ -1,7 +1,7 @@ --- sectionid: figTableTables title: "Tables" -version: "dev" +version: "v4" --- The element {% include link elem="table" %} contains text displayed in tabular form, i.e., in rows and columns. A table is the least ‘graphic’ of the elements discussed in this chapter. Almost any text structure can be presented as a series of rows and columns: one might, for example, choose to show a glossary or other form of list in tabular form, without necessarily regarding it as a table. When tabular presentation is regarded as of less intrinsic importance, it is correspondingly simpler to encode descriptive or functional information about the contents of the table, for example to identify one cell as containing a name and another as containing a date, though the two methods may be combined. diff --git a/_guidelines-dev/13-figtable/02-figtabletables/01-figtabletablerows.md b/_guidelines-v4/13-figtable/02-figtabletables/01-figtabletablerows.md similarity index 96% rename from _guidelines-dev/13-figtable/02-figtabletables/01-figtabletablerows.md rename to _guidelines-v4/13-figtable/02-figtabletables/01-figtabletablerows.md index da6c4466498..90c0851b0a3 100644 --- a/_guidelines-dev/13-figtable/02-figtabletables/01-figtabletablerows.md +++ b/_guidelines-v4/13-figtable/02-figtabletables/01-figtabletablerows.md @@ -1,7 +1,7 @@ --- sectionid: figTableTableRows title: "Rows" -version: "dev" +version: "v4" --- The {% include link elem="tr" %} (table row) element is a formatting element that contains one or more {% include link elem="td" %} or {% include link elem="th" %} elements (cells) in a {% include link elem="table" %}. A cell is the intersection of a row and a column. The precise rendition of the table and its cells should be specified in a style steet. diff --git a/_guidelines-dev/13-figtable/02-figtabletables/02-figtabletablecells.md b/_guidelines-v4/13-figtable/02-figtabletables/02-figtabletablecells.md similarity index 98% rename from _guidelines-dev/13-figtable/02-figtabletables/02-figtabletablecells.md rename to _guidelines-v4/13-figtable/02-figtabletables/02-figtabletablecells.md index 80d813bbe5c..baa26b2ea38 100644 --- a/_guidelines-dev/13-figtable/02-figtabletables/02-figtabletablecells.md +++ b/_guidelines-v4/13-figtable/02-figtabletables/02-figtabletablecells.md @@ -1,7 +1,7 @@ --- sectionid: figTableTableCells title: "Cells" -version: "dev" +version: "v4" --- The {% include link elem="td" %} (table data) element designates a table cell that contains data as opposed to a cell that contains column or row heading information. The **@colspan** and **@rowspan** attributes provide tabular rendering information. They indicate that a particular cell or row of a table spans more than one row or column. diff --git a/_guidelines-dev/14-harmony.md b/_guidelines-v4/14-harmony.md similarity index 96% rename from _guidelines-dev/14-harmony.md rename to _guidelines-v4/14-harmony.md index 76d5f5b4519..ba365785859 100644 --- a/_guidelines-dev/14-harmony.md +++ b/_guidelines-v4/14-harmony.md @@ -1,7 +1,7 @@ --- layout: sidebar sidebar: s1 -version: "dev" +version: "v4" title: "Harmony" sectionid: "harmony" --- diff --git a/_guidelines-dev/14-harmony/01-harmonydetails.md b/_guidelines-v4/14-harmony/01-harmonydetails.md similarity index 98% rename from _guidelines-dev/14-harmony/01-harmonydetails.md rename to _guidelines-v4/14-harmony/01-harmonydetails.md index 857091a6729..80d2373f02a 100644 --- a/_guidelines-dev/14-harmony/01-harmonydetails.md +++ b/_guidelines-v4/14-harmony/01-harmonydetails.md @@ -1,7 +1,7 @@ --- sectionid: harmonyDetails title: "Indications of Harmony" -version: "dev" +version: "v4" --- On the most basic level, chords in the musical text can be encoded using the {% include link elem="chord" %} element: diff --git a/_guidelines-dev/14-harmony/01-harmonydetails/01-harmonymetadatainscoredef.md b/_guidelines-v4/14-harmony/01-harmonydetails/01-harmonymetadatainscoredef.md similarity index 99% rename from _guidelines-dev/14-harmony/01-harmonydetails/01-harmonymetadatainscoredef.md rename to _guidelines-v4/14-harmony/01-harmonydetails/01-harmonymetadatainscoredef.md index 56a65c249fc..62b854d9d68 100644 --- a/_guidelines-dev/14-harmony/01-harmonydetails/01-harmonymetadatainscoredef.md +++ b/_guidelines-v4/14-harmony/01-harmonydetails/01-harmonymetadatainscoredef.md @@ -1,7 +1,7 @@ --- sectionid: harmonyMetadataInscoreDef title: "Interpreted Chord Data in scoreDef" -version: "dev" +version: "v4" --- An harmonic label, such as "7", may occur many times throughout an MEI instance. Where the goal is diplomatic transcription, simply recording the uninterpreted label is sufficient. Recording the precise meaning of such a label requires storing an interpretation. But, including the interpretation at every point of occurrence of the label would swell the size of the file and complicate the markup for those users who are not interested in the interpretation. Therefore, MEI separates the encoding of harmonic labels from the encoding of the interpretation of those labels. diff --git a/_guidelines-dev/14-harmony/01-harmonydetails/02-harmonytablaturegrids.md b/_guidelines-v4/14-harmony/01-harmonydetails/02-harmonytablaturegrids.md similarity index 98% rename from _guidelines-dev/14-harmony/01-harmonydetails/02-harmonytablaturegrids.md rename to _guidelines-v4/14-harmony/01-harmonydetails/02-harmonytablaturegrids.md index fb4bbb18870..093ac464bd1 100644 --- a/_guidelines-dev/14-harmony/01-harmonydetails/02-harmonytablaturegrids.md +++ b/_guidelines-v4/14-harmony/01-harmonydetails/02-harmonytablaturegrids.md @@ -1,7 +1,7 @@ --- sectionid: harmonyTablatureGrids title: "Chord Tablature Grids" -version: "dev" +version: "v4" --- The **@pos** attribute on {% include link elem="chordDef" %}, the **@fing** and **@fret** attributes on {% include link elem="chordMember" %}, and the {% include link elem="barre" %} element child of {% include link elem="chordDef" %} are provided in order to create displayable and performable chord tablature grids for guitar and other fretted string instruments. The fret at which a finger should be placed is recorded in the **@fret** attribute, while **@fing** indicates which finger, if any, should be used to play an individual string. The values x and o are used to indicate muffled and open strings, respectively. diff --git a/_guidelines-dev/14-harmony/01-harmonydetails/03-harmonymusictext.md b/_guidelines-v4/14-harmony/01-harmonydetails/03-harmonymusictext.md similarity index 99% rename from _guidelines-dev/14-harmony/01-harmonydetails/03-harmonymusictext.md rename to _guidelines-v4/14-harmony/01-harmonydetails/03-harmonymusictext.md index d9fb26c56c5..d1e6f2c4c0c 100644 --- a/_guidelines-dev/14-harmony/01-harmonydetails/03-harmonymusictext.md +++ b/_guidelines-v4/14-harmony/01-harmonydetails/03-harmonymusictext.md @@ -1,7 +1,7 @@ --- sectionid: harmonyMusicText title: "Indications of Harmony in the Music Text" -version: "dev" +version: "v4" --- With regard to indications of harmony, MEI attempts to strike a balance between very precise (interpreted) and very loose (uninterpreted) markup needs. Therefore, various kinds of harmonic labels are accommodated by the {% include link elem="harm" %} element. While some are more structured than others, in the final analyis they all function as *labels*. Therefore, MEI provides only a single element for the capture of harmonic indications of all kinds: diff --git a/_guidelines-dev/14-harmony/01-harmonydetails/03-harmonymusictext/01-harmonyfigbass.md b/_guidelines-v4/14-harmony/01-harmonydetails/03-harmonymusictext/01-harmonyfigbass.md similarity index 99% rename from _guidelines-dev/14-harmony/01-harmonydetails/03-harmonymusictext/01-harmonyfigbass.md rename to _guidelines-v4/14-harmony/01-harmonydetails/03-harmonymusictext/01-harmonyfigbass.md index 1d6bd8bcdde..216ba613d06 100644 --- a/_guidelines-dev/14-harmony/01-harmonydetails/03-harmonymusictext/01-harmonyfigbass.md +++ b/_guidelines-v4/14-harmony/01-harmonydetails/03-harmonymusictext/01-harmonyfigbass.md @@ -1,7 +1,7 @@ --- sectionid: harmonyFigbass title: "Figured Bass" -version: "dev" +version: "v4" --- Figured bass is a specialized form of harmonic indication. In order to support the capture of the semantics of figured bass, and not just its visual representation, MEI provides the following elements: diff --git a/_guidelines-dev/15-lyricsdesc.md b/_guidelines-v4/15-lyricsdesc.md similarity index 98% rename from _guidelines-dev/15-lyricsdesc.md rename to _guidelines-v4/15-lyricsdesc.md index c4cd21a1a3e..632ca631e0b 100644 --- a/_guidelines-dev/15-lyricsdesc.md +++ b/_guidelines-v4/15-lyricsdesc.md @@ -1,7 +1,7 @@ --- layout: sidebar sidebar: s1 -version: "dev" +version: "v4" title: "Vocal Text" sectionid: "lyricsDesc" --- diff --git a/_guidelines-dev/15-lyricsdesc/01-lyricssyl.md b/_guidelines-v4/15-lyricsdesc/01-lyricssyl.md similarity index 99% rename from _guidelines-dev/15-lyricsdesc/01-lyricssyl.md rename to _guidelines-v4/15-lyricsdesc/01-lyricssyl.md index 5f5b5c8cabe..c3b31ca971a 100644 --- a/_guidelines-dev/15-lyricsdesc/01-lyricssyl.md +++ b/_guidelines-v4/15-lyricsdesc/01-lyricssyl.md @@ -1,7 +1,7 @@ --- sectionid: lyricsSyl title: "Lyric Syllables" -version: "dev" +version: "v4" --- By ‘lyric syllable’, these guidelines mean a word or portion of a word that is to be performed vocally. Each syllable is encoded with the {% include link elem="syl" %} element, with which it is also possible to specify the position of the syllable in a word, the type of connectors between syllables, alignment adjustments, and the formatting for each syllable. These are the key components: diff --git a/_guidelines-dev/15-lyricsdesc/02-lyricsinevents.md b/_guidelines-v4/15-lyricsdesc/02-lyricsinevents.md similarity index 99% rename from _guidelines-dev/15-lyricsdesc/02-lyricsinevents.md rename to _guidelines-v4/15-lyricsdesc/02-lyricsinevents.md index 0ee4c5566cb..161266e7685 100644 --- a/_guidelines-dev/15-lyricsdesc/02-lyricsinevents.md +++ b/_guidelines-v4/15-lyricsdesc/02-lyricsinevents.md @@ -1,7 +1,7 @@ --- sectionid: lyricsInEvents title: "Vocally Performed Text Encoded Within Notes" -version: "dev" +version: "v4" --- Each lyric syllable can be encoded directly within an associated note, either by using the **@syl** attribute on {% include link elem="note" %} or the {% include link elem="verse" %} element. diff --git a/_guidelines-dev/15-lyricsdesc/03-lyricsafterevents.md b/_guidelines-v4/15-lyricsdesc/03-lyricsafterevents.md similarity index 99% rename from _guidelines-dev/15-lyricsdesc/03-lyricsafterevents.md rename to _guidelines-v4/15-lyricsdesc/03-lyricsafterevents.md index 55e5abed501..07703d24535 100644 --- a/_guidelines-dev/15-lyricsdesc/03-lyricsafterevents.md +++ b/_guidelines-v4/15-lyricsdesc/03-lyricsafterevents.md @@ -1,7 +1,7 @@ --- sectionid: lyricsAfterEvents title: "Vocally Performed Text Encoded Separately" -version: "dev" +version: "v4" --- Vocally performed text may also be encoded separately from the notes with the {% include link elem="lg" %} element. These are the main components: diff --git a/_guidelines-dev/16-midiguidelines.md b/_guidelines-v4/16-midiguidelines.md similarity index 98% rename from _guidelines-dev/16-midiguidelines.md rename to _guidelines-v4/16-midiguidelines.md index 166ba3ec149..ad7f96a7ca6 100644 --- a/_guidelines-dev/16-midiguidelines.md +++ b/_guidelines-v4/16-midiguidelines.md @@ -1,7 +1,7 @@ --- layout: sidebar sidebar: s1 -version: "dev" +version: "v4" title: "Musical Instrument Digital Interface (MIDI)" sectionid: "midiGuidelines" --- diff --git a/_guidelines-dev/16-midiguidelines/01-midi.scoredefppq.md b/_guidelines-v4/16-midiguidelines/01-midi.scoredefppq.md similarity index 98% rename from _guidelines-dev/16-midiguidelines/01-midi.scoredefppq.md rename to _guidelines-v4/16-midiguidelines/01-midi.scoredefppq.md index 9e8cb5423e7..44baedb3421 100644 --- a/_guidelines-dev/16-midiguidelines/01-midi.scoredefppq.md +++ b/_guidelines-v4/16-midiguidelines/01-midi.scoredefppq.md @@ -1,7 +1,7 @@ --- sectionid: midi.scoreDefppq title: "PPQ in scoreDef and staffDef" -version: "dev" +version: "v4" --- To define the MIDI resolution of a score, the **@ppq** attribute may be used on the {% include link elem="scoreDef" %} element. This value can be used to interpret the values found in the **@dur.ges** attribute on elements in the {% include link att="att.duration.gestural" %} class. diff --git a/_guidelines-dev/16-midiguidelines/02-midiinstruments.md b/_guidelines-v4/16-midiguidelines/02-midiinstruments.md similarity index 98% rename from _guidelines-dev/16-midiguidelines/02-midiinstruments.md rename to _guidelines-v4/16-midiguidelines/02-midiinstruments.md index 7e4e893b769..4cbf59afcf4 100644 --- a/_guidelines-dev/16-midiguidelines/02-midiinstruments.md +++ b/_guidelines-v4/16-midiguidelines/02-midiinstruments.md @@ -1,7 +1,7 @@ --- sectionid: midiInstruments title: "Recording General MIDI Instrumentation" -version: "dev" +version: "v4" --- The {% include link elem="instrDef" %} element can be used to record MIDI instrument names or numbers using the **@midi.instrname** and **@midi.instrnum** attributes. The **@midi.instrname** attribute must contain an instrument name from the list provided by the data.MIDINAMES data type. By default, data.MIDINAMES contains General MIDI Instrument designations. diff --git a/_guidelines-dev/16-midiguidelines/03-mididata.md b/_guidelines-v4/16-midiguidelines/03-mididata.md similarity index 99% rename from _guidelines-dev/16-midiguidelines/03-mididata.md rename to _guidelines-v4/16-midiguidelines/03-mididata.md index 18fc660728c..af1f1303712 100644 --- a/_guidelines-dev/16-midiguidelines/03-mididata.md +++ b/_guidelines-v4/16-midiguidelines/03-mididata.md @@ -1,7 +1,7 @@ --- sectionid: midiData title: "Recording MIDI Event Data" -version: "dev" +version: "v4" --- MIDI messages are encapsulated in the {% include link elem="midi" %} element, which is typically used in contexts like {% include link elem="layer" %} and {% include link elem="measure" %}. In earlier versions of MEI, the {% include link elem="noteOn" %} and {% include link elem="noteOff" %} elements were used to record MIDI note on/off events. The use of these elements is now discouraged in favor of using the {% include link elem="note" %} element directly. MIDI duration should be recorded using the **@dur.ges** attribute, and MIDI pitch information should be recorded using the **@pnum** attribute. diff --git a/_guidelines-dev/16-midiguidelines/04-midinoncmn.md b/_guidelines-v4/16-midiguidelines/04-midinoncmn.md similarity index 97% rename from _guidelines-dev/16-midiguidelines/04-midinoncmn.md rename to _guidelines-v4/16-midiguidelines/04-midinoncmn.md index 53e257b569b..adc7093e510 100644 --- a/_guidelines-dev/16-midiguidelines/04-midinoncmn.md +++ b/_guidelines-v4/16-midiguidelines/04-midinoncmn.md @@ -1,7 +1,7 @@ --- sectionid: midiNonCMN title: "MIDI in Mensural and Neume Notation" -version: "dev" +version: "v4" --- In mensural, neume, and other historical or non-Western repertoires, there is often no measure-based time stamp with which to associate MIDI controller data. Therefore, in these notations MIDI controller data is assumed to be associated with the event that immediately follows in the same layer. Thus, a crescendo in mensural notation may be encoded like so: diff --git a/_guidelines-dev/17-namesdates.md b/_guidelines-v4/17-namesdates.md similarity index 99% rename from _guidelines-dev/17-namesdates.md rename to _guidelines-v4/17-namesdates.md index e1d2900cbef..da6d3b4383c 100644 --- a/_guidelines-dev/17-namesdates.md +++ b/_guidelines-v4/17-namesdates.md @@ -1,7 +1,7 @@ --- layout: sidebar sidebar: s1 -version: "dev" +version: "v4" title: "Names and Dates" sectionid: "namesDates" --- diff --git a/_guidelines-dev/17-namesdates/01-namesdatesbasic.md b/_guidelines-v4/17-namesdates/01-namesdatesbasic.md similarity index 99% rename from _guidelines-dev/17-namesdates/01-namesdatesbasic.md rename to _guidelines-v4/17-namesdates/01-namesdatesbasic.md index fb1db7afacf..6b1291a1424 100644 --- a/_guidelines-dev/17-namesdates/01-namesdatesbasic.md +++ b/_guidelines-v4/17-namesdates/01-namesdatesbasic.md @@ -1,7 +1,7 @@ --- sectionid: namesdatesBasic title: "Basic Elements for Names and Dates" -version: "dev" +version: "v4" --- The basic elements for capturing names and dates are defined in the shared module: diff --git a/_guidelines-dev/17-namesdates/02-namesdatesspecialized.md b/_guidelines-v4/17-namesdates/02-namesdatesspecialized.md similarity index 95% rename from _guidelines-dev/17-namesdates/02-namesdatesspecialized.md rename to _guidelines-v4/17-namesdates/02-namesdatesspecialized.md index 83a4af2e101..915590c06b0 100644 --- a/_guidelines-dev/17-namesdates/02-namesdatesspecialized.md +++ b/_guidelines-v4/17-namesdates/02-namesdatesspecialized.md @@ -1,7 +1,7 @@ --- sectionid: namesdatesSpecialized title: "Specialized Name and Date Elements" -version: "dev" +version: "v4" --- In addition to the generic {% include link elem="name" %} and {% include link elem="date" %} elements provided by the shared module, the namesDates module provides for the markup of the specialized cases described below. diff --git a/_guidelines-dev/17-namesdates/02-namesdatesspecialized/01-namesdatescorpnames.md b/_guidelines-v4/17-namesdates/02-namesdatesspecialized/01-namesdatescorpnames.md similarity index 99% rename from _guidelines-dev/17-namesdates/02-namesdatesspecialized/01-namesdatescorpnames.md rename to _guidelines-v4/17-namesdates/02-namesdatesspecialized/01-namesdatescorpnames.md index 4499333be43..8ebee6f1d93 100644 --- a/_guidelines-dev/17-namesdates/02-namesdatesspecialized/01-namesdatescorpnames.md +++ b/_guidelines-v4/17-namesdates/02-namesdatesspecialized/01-namesdatescorpnames.md @@ -1,7 +1,7 @@ --- sectionid: namesdatesCorpNames title: "Corporate Names" -version: "dev" +version: "v4" --- {% include desc elem="corpName" %} diff --git a/_guidelines-dev/17-namesdates/02-namesdatesspecialized/02-namesdatesgeognames.md b/_guidelines-v4/17-namesdates/02-namesdatesspecialized/02-namesdatesgeognames.md similarity index 99% rename from _guidelines-dev/17-namesdates/02-namesdatesspecialized/02-namesdatesgeognames.md rename to _guidelines-v4/17-namesdates/02-namesdatesspecialized/02-namesdatesgeognames.md index 2c4f9ecd89c..0e7e635246f 100644 --- a/_guidelines-dev/17-namesdates/02-namesdatesspecialized/02-namesdatesgeognames.md +++ b/_guidelines-v4/17-namesdates/02-namesdatesspecialized/02-namesdatesgeognames.md @@ -1,7 +1,7 @@ --- sectionid: namesdatesGeogNames title: "Geographic Names" -version: "dev" +version: "v4" --- {% include desc elem="geogName" %} diff --git a/_guidelines-dev/17-namesdates/02-namesdatesspecialized/03-namesdatesperiodnames.md b/_guidelines-v4/17-namesdates/02-namesdatesspecialized/03-namesdatesperiodnames.md similarity index 98% rename from _guidelines-dev/17-namesdates/02-namesdatesspecialized/03-namesdatesperiodnames.md rename to _guidelines-v4/17-namesdates/02-namesdatesspecialized/03-namesdatesperiodnames.md index 7d0aa94db14..41ea401482e 100644 --- a/_guidelines-dev/17-namesdates/02-namesdatesspecialized/03-namesdatesperiodnames.md +++ b/_guidelines-v4/17-namesdates/02-namesdatesspecialized/03-namesdatesperiodnames.md @@ -1,7 +1,7 @@ --- sectionid: namesdatesPeriodNames title: "Time Period Names" -version: "dev" +version: "v4" --- {% include desc elem="periodName" %} diff --git a/_guidelines-dev/17-namesdates/02-namesdatesspecialized/04-namesdatespersnames.md b/_guidelines-v4/17-namesdates/02-namesdatesspecialized/04-namesdatespersnames.md similarity index 99% rename from _guidelines-dev/17-namesdates/02-namesdatesspecialized/04-namesdatespersnames.md rename to _guidelines-v4/17-namesdates/02-namesdatesspecialized/04-namesdatespersnames.md index c7d9b755ecc..1357b8cb51f 100644 --- a/_guidelines-dev/17-namesdates/02-namesdatesspecialized/04-namesdatespersnames.md +++ b/_guidelines-v4/17-namesdates/02-namesdatesspecialized/04-namesdatespersnames.md @@ -1,7 +1,7 @@ --- sectionid: namesdatesPersNames title: "Personal Names" -version: "dev" +version: "v4" --- {% include desc elem="persName" %} diff --git a/_guidelines-dev/17-namesdates/02-namesdatesspecialized/05-namesdatesstylenames.md b/_guidelines-v4/17-namesdates/02-namesdatesspecialized/05-namesdatesstylenames.md similarity index 99% rename from _guidelines-dev/17-namesdates/02-namesdatesspecialized/05-namesdatesstylenames.md rename to _guidelines-v4/17-namesdates/02-namesdatesspecialized/05-namesdatesstylenames.md index f5fcb128153..c79377efc73 100644 --- a/_guidelines-dev/17-namesdates/02-namesdatesspecialized/05-namesdatesstylenames.md +++ b/_guidelines-v4/17-namesdates/02-namesdatesspecialized/05-namesdatesstylenames.md @@ -1,7 +1,7 @@ --- sectionid: namesdatesStyleNames title: "Style Names" -version: "dev" +version: "v4" --- {% include desc elem="styleName" %} diff --git a/_guidelines-dev/18-performances.md b/_guidelines-v4/18-performances.md similarity index 96% rename from _guidelines-dev/18-performances.md rename to _guidelines-v4/18-performances.md index 4fa2782de25..6b5731ea9e4 100644 --- a/_guidelines-dev/18-performances.md +++ b/_guidelines-v4/18-performances.md @@ -1,7 +1,7 @@ --- layout: sidebar sidebar: s1 -version: "dev" +version: "v4" title: "Performances" sectionid: "performances" --- diff --git a/_guidelines-dev/18-performances/01-perfelements.md b/_guidelines-v4/18-performances/01-perfelements.md similarity index 99% rename from _guidelines-dev/18-performances/01-perfelements.md rename to _guidelines-v4/18-performances/01-perfelements.md index cd5bdee6334..a18721a71d7 100644 --- a/_guidelines-dev/18-performances/01-perfelements.md +++ b/_guidelines-v4/18-performances/01-perfelements.md @@ -1,7 +1,7 @@ --- sectionid: perfElements title: "Overview" -version: "dev" +version: "v4" --- The following elements are available to encode information about a recorded performance: diff --git a/_guidelines-dev/19-ptrref.md b/_guidelines-v4/19-ptrref.md similarity index 91% rename from _guidelines-dev/19-ptrref.md rename to _guidelines-v4/19-ptrref.md index 1015d8c0db2..1df90d840a9 100644 --- a/_guidelines-dev/19-ptrref.md +++ b/_guidelines-v4/19-ptrref.md @@ -1,7 +1,7 @@ --- layout: sidebar sidebar: s1 -version: "dev" +version: "v4" title: "Pointers and References" sectionid: "ptrRef" --- diff --git a/_guidelines-dev/19-ptrref/01-ptrrefmodule.md b/_guidelines-v4/19-ptrref/01-ptrrefmodule.md similarity index 99% rename from _guidelines-dev/19-ptrref/01-ptrrefmodule.md rename to _guidelines-v4/19-ptrref/01-ptrrefmodule.md index 6ae9ee794d8..c8c4a48992d 100644 --- a/_guidelines-dev/19-ptrref/01-ptrrefmodule.md +++ b/_guidelines-v4/19-ptrref/01-ptrrefmodule.md @@ -1,7 +1,7 @@ --- sectionid: ptrrefModule title: "Links" -version: "dev" +version: "v4" --- An element is a ‘link’ when it has an attribute whose value is a reference to the ID of one or more other elements. The links discussed in this chapter are the {% include link elem="ptr" %} and the {% include link elem="ref" %} elements. These elements indicate an association between themselves (or one of their ancestors) and one or more other entities, either inside the same document or elsewhere. An association between two elements in the same document is said to be an ‘internal’ link, while an association that involves an entity outside the current document is called an ‘external’ link. However, either element can be used for either purpose. diff --git a/_guidelines-dev/19-ptrref/01-ptrrefmodule/01-ptrrefdifference.md b/_guidelines-v4/19-ptrref/01-ptrrefmodule/01-ptrrefdifference.md similarity index 99% rename from _guidelines-dev/19-ptrref/01-ptrrefmodule/01-ptrrefdifference.md rename to _guidelines-v4/19-ptrref/01-ptrrefmodule/01-ptrrefdifference.md index 1062307f3e7..a7037a47af0 100644 --- a/_guidelines-dev/19-ptrref/01-ptrrefmodule/01-ptrrefdifference.md +++ b/_guidelines-v4/19-ptrref/01-ptrrefmodule/01-ptrrefdifference.md @@ -1,7 +1,7 @@ --- sectionid: ptrRefDifference title: "Difference between Pointers and References" -version: "dev" +version: "v4" --- The {% include link elem="ptr" %} element is an empty linking element that uses only attributes to provide for movement from one place to another. Unlike the {% include link elem="ref" %} element, it cannot contain text or sub-elements to describe the referenced object. Its primary function is simply to point to another location. The next example shows targets that are page numbers; or more precisely, the targets are page break elements bearing these identifiers: diff --git a/_guidelines-dev/20-tablature.md b/_guidelines-v4/20-tablature.md similarity index 92% rename from _guidelines-dev/20-tablature.md rename to _guidelines-v4/20-tablature.md index 26a1bb1c365..c658a50153e 100644 --- a/_guidelines-dev/20-tablature.md +++ b/_guidelines-v4/20-tablature.md @@ -1,7 +1,7 @@ --- layout: sidebar sidebar: s1 -version: "dev" +version: "v4" title: "Tablature Notation" sectionid: "tablature" --- diff --git a/_guidelines-dev/20-tablature/01-tablatureoverview.md b/_guidelines-v4/20-tablature/01-tablatureoverview.md similarity index 99% rename from _guidelines-dev/20-tablature/01-tablatureoverview.md rename to _guidelines-v4/20-tablature/01-tablatureoverview.md index dddc172732b..ba74812a24a 100644 --- a/_guidelines-dev/20-tablature/01-tablatureoverview.md +++ b/_guidelines-v4/20-tablature/01-tablatureoverview.md @@ -1,7 +1,7 @@ --- sectionid: tablatureOverview title: "Overview of the Tablature Module" -version: "dev" +version: "v4" --- The tablature module is used to record basic tablature notation. It is designed primarily for guitar and similar plucked-string instruments. diff --git a/_guidelines-dev/21-text.md b/_guidelines-v4/21-text.md similarity index 98% rename from _guidelines-dev/21-text.md rename to _guidelines-v4/21-text.md index 94affdcfecd..bba6f55f1b1 100644 --- a/_guidelines-dev/21-text.md +++ b/_guidelines-v4/21-text.md @@ -1,7 +1,7 @@ --- layout: sidebar sidebar: s1 -version: "dev" +version: "v4" title: "Text in MEI" sectionid: "text" --- diff --git a/_guidelines-dev/21-text/01-textdivisions.md b/_guidelines-v4/21-text/01-textdivisions.md similarity index 99% rename from _guidelines-dev/21-text/01-textdivisions.md rename to _guidelines-v4/21-text/01-textdivisions.md index 7daf0c0a867..9ab1667fa89 100644 --- a/_guidelines-dev/21-text/01-textdivisions.md +++ b/_guidelines-v4/21-text/01-textdivisions.md @@ -1,7 +1,7 @@ --- sectionid: textDivisions title: "Organizing Text into Divisions" -version: "dev" +version: "v4" --- Text can be organized in different parts, for example in chapters or sections. The {% include link elem="div" %} element is used to encode such structural divisions. diff --git a/_guidelines-dev/21-text/02-textprose.md b/_guidelines-v4/21-text/02-textprose.md similarity index 98% rename from _guidelines-dev/21-text/02-textprose.md rename to _guidelines-v4/21-text/02-textprose.md index eadb7402461..eb8055025a9 100644 --- a/_guidelines-dev/21-text/02-textprose.md +++ b/_guidelines-v4/21-text/02-textprose.md @@ -1,7 +1,7 @@ --- sectionid: textProse title: "Paragraphs" -version: "dev" +version: "v4" --- Paragraphs are fundamental to prose text and typically group one or more sentences that form a logical passage. A paragraph is usually typographically distinct: The text begins on a new line and the first letter of the content is often indented, enlarged, or both. diff --git a/_guidelines-dev/21-text/03-textlists.md b/_guidelines-v4/21-text/03-textlists.md similarity index 98% rename from _guidelines-dev/21-text/03-textlists.md rename to _guidelines-v4/21-text/03-textlists.md index fc0423de9e4..59794fd9ec7 100644 --- a/_guidelines-dev/21-text/03-textlists.md +++ b/_guidelines-v4/21-text/03-textlists.md @@ -1,7 +1,7 @@ --- sectionid: textLists title: "Lists" -version: "dev" +version: "v4" --- When a text contains lists, they can be encoded with the following elements: diff --git a/_guidelines-dev/21-text/04-textquote.md b/_guidelines-v4/21-text/04-textquote.md similarity index 97% rename from _guidelines-dev/21-text/04-textquote.md rename to _guidelines-v4/21-text/04-textquote.md index 386bc2424da..11e2b7be912 100644 --- a/_guidelines-dev/21-text/04-textquote.md +++ b/_guidelines-v4/21-text/04-textquote.md @@ -1,7 +1,7 @@ --- sectionid: textQuote title: "Quotation" -version: "dev" +version: "v4" --- It is common, in many types of texts, to find quotations. A quotation is typically attributed to another text other than the one being encoded. Often, the quoted material is typographically distinct from the surrounding text; i.e., surrounded by so-called ‘quote marks’ or rendered as a separate block of text. The {% include link elem="quote" %} element is used to mark this function: diff --git a/_guidelines-dev/21-text/05-textpoetry.md b/_guidelines-v4/21-text/05-textpoetry.md similarity index 98% rename from _guidelines-dev/21-text/05-textpoetry.md rename to _guidelines-v4/21-text/05-textpoetry.md index 283c30bde23..bd7c4171932 100644 --- a/_guidelines-dev/21-text/05-textpoetry.md +++ b/_guidelines-v4/21-text/05-textpoetry.md @@ -1,7 +1,7 @@ --- sectionid: textPoetry title: "Poetry" -version: "dev" +version: "v4" --- This {% include link elem="lg" %} (line group) element is used generically to encode any section of text that is organized as a group of lines. Following the recommendations of the Text Encoding Initiative, it is recommended to use it, along with the following elements, for marking up poetry: diff --git a/_guidelines-dev/21-text/06-textfrontback.md b/_guidelines-v4/21-text/06-textfrontback.md similarity index 92% rename from _guidelines-dev/21-text/06-textfrontback.md rename to _guidelines-v4/21-text/06-textfrontback.md index c05d67e3367..cd8e008d9aa 100644 --- a/_guidelines-dev/21-text/06-textfrontback.md +++ b/_guidelines-v4/21-text/06-textfrontback.md @@ -1,7 +1,7 @@ --- sectionid: textFrontBack title: "Paratext" -version: "dev" +version: "v4" --- This section introduces paratextual material, such as title pages, prefaces, indexes and other text that precedes or follows the actual score. diff --git a/_guidelines-dev/21-text/06-textfrontback/01-textfront.md b/_guidelines-v4/21-text/06-textfrontback/01-textfront.md similarity index 99% rename from _guidelines-dev/21-text/06-textfrontback/01-textfront.md rename to _guidelines-v4/21-text/06-textfrontback/01-textfront.md index a50c2b63f46..c90145c4337 100644 --- a/_guidelines-dev/21-text/06-textfrontback/01-textfront.md +++ b/_guidelines-v4/21-text/06-textfrontback/01-textfront.md @@ -1,7 +1,7 @@ --- sectionid: textFront title: "Front Matter" -version: "dev" +version: "v4" --- By ‘front matter’ these Guidelines mean distinct sections of a text (usually, but not necessarily, a printed one), prefixed to it by way of introduction or identification as a part of its production. Features such as title pages or prefaces are clear examples; a less definite case might be the prologue attached to a dramatic work. The front matter of an encoded text should not be confused with the MEI header described in chapter {% include link id="header" %}, which provides metadata for the entire file. diff --git a/_guidelines-dev/21-text/06-textfrontback/02-texttitlepages.md b/_guidelines-v4/21-text/06-textfrontback/02-texttitlepages.md similarity index 99% rename from _guidelines-dev/21-text/06-textfrontback/02-texttitlepages.md rename to _guidelines-v4/21-text/06-textfrontback/02-texttitlepages.md index 6fc1545bf82..f343a62cdc1 100644 --- a/_guidelines-dev/21-text/06-textfrontback/02-texttitlepages.md +++ b/_guidelines-v4/21-text/06-textfrontback/02-texttitlepages.md @@ -1,7 +1,7 @@ --- sectionid: textTitlePages title: "Title Pages" -version: "dev" +version: "v4" --- Detailed analysis of the title page and other preliminaries of older printed books and manuscripts is of major importance in descriptive bibliography and the cataloging of printed books; such analysis, however, requires a more detailed approach than the general one described here. The following elements are suggested as a means of encoding the major features of most title pages for faithful rendition: diff --git a/_guidelines-dev/21-text/07-textback.md b/_guidelines-v4/21-text/07-textback.md similarity index 99% rename from _guidelines-dev/21-text/07-textback.md rename to _guidelines-v4/21-text/07-textback.md index d162535464f..167e312444c 100644 --- a/_guidelines-dev/21-text/07-textback.md +++ b/_guidelines-v4/21-text/07-textback.md @@ -1,7 +1,7 @@ --- sectionid: textBack title: "Back Matter" -version: "dev" +version: "v4" --- Conventions vary as to which elements are grouped as back matter and which as front. For example, some books place the table of contents at the front, and others at the back. For this reason, the content models of the {% include link elem="front" %} and {% include link elem="back" %} elements are identical. diff --git a/_guidelines-dev/22-usersymbols.md b/_guidelines-v4/22-usersymbols.md similarity index 93% rename from _guidelines-dev/22-usersymbols.md rename to _guidelines-v4/22-usersymbols.md index baeb0223af0..31030f72cba 100644 --- a/_guidelines-dev/22-usersymbols.md +++ b/_guidelines-v4/22-usersymbols.md @@ -1,7 +1,7 @@ --- layout: sidebar sidebar: s1 -version: "dev" +version: "v4" title: "User-defined Symbols" sectionid: "userSymbols" --- diff --git a/_guidelines-dev/22-usersymbols/01-usersymbolsoverview.md b/_guidelines-v4/22-usersymbols/01-usersymbolsoverview.md similarity index 91% rename from _guidelines-dev/22-usersymbols/01-usersymbolsoverview.md rename to _guidelines-v4/22-usersymbols/01-usersymbolsoverview.md index b2306a229dc..97d592167ca 100644 --- a/_guidelines-dev/22-usersymbols/01-usersymbolsoverview.md +++ b/_guidelines-v4/22-usersymbols/01-usersymbolsoverview.md @@ -1,7 +1,7 @@ --- sectionid: usersymbolsOverview title: "Overview of the User Symbols Module" -version: "dev" +version: "v4" --- The module described in this chapter makes available the following components: diff --git a/_guidelines-dev/22-usersymbols/01-usersymbolsoverview/01-usersymbolselements.md b/_guidelines-v4/22-usersymbols/01-usersymbolsoverview/01-usersymbolselements.md similarity index 94% rename from _guidelines-dev/22-usersymbols/01-usersymbolsoverview/01-usersymbolselements.md rename to _guidelines-v4/22-usersymbols/01-usersymbolsoverview/01-usersymbolselements.md index 643bdd30923..ad9927f0e56 100644 --- a/_guidelines-dev/22-usersymbols/01-usersymbolsoverview/01-usersymbolselements.md +++ b/_guidelines-v4/22-usersymbols/01-usersymbolsoverview/01-usersymbolselements.md @@ -1,7 +1,7 @@ --- sectionid: usersymbolsElements title: "Elements" -version: "dev" +version: "v4" --- {% include desc elem="anchoredText" %} diff --git a/_guidelines-dev/22-usersymbols/01-usersymbolsoverview/02-usersymbolsattributeclasses.md b/_guidelines-v4/22-usersymbols/01-usersymbolsoverview/02-usersymbolsattributeclasses.md similarity index 89% rename from _guidelines-dev/22-usersymbols/01-usersymbolsoverview/02-usersymbolsattributeclasses.md rename to _guidelines-v4/22-usersymbols/01-usersymbolsoverview/02-usersymbolsattributeclasses.md index 958bd164af7..a764a206ae6 100644 --- a/_guidelines-dev/22-usersymbols/01-usersymbolsoverview/02-usersymbolsattributeclasses.md +++ b/_guidelines-v4/22-usersymbols/01-usersymbolsoverview/02-usersymbolsattributeclasses.md @@ -1,7 +1,7 @@ --- sectionid: usersymbolsAttributeClasses title: "Attribute Classes" -version: "dev" +version: "v4" --- No attribute classes are defined in this module. diff --git a/_guidelines-dev/22-usersymbols/01-usersymbolsoverview/03-usersymbolsmodelclasses.md b/_guidelines-v4/22-usersymbols/01-usersymbolsoverview/03-usersymbolsmodelclasses.md similarity index 93% rename from _guidelines-dev/22-usersymbols/01-usersymbolsoverview/03-usersymbolsmodelclasses.md rename to _guidelines-v4/22-usersymbols/01-usersymbolsoverview/03-usersymbolsmodelclasses.md index 2d097bc9a91..832dae37a07 100644 --- a/_guidelines-dev/22-usersymbols/01-usersymbolsoverview/03-usersymbolsmodelclasses.md +++ b/_guidelines-v4/22-usersymbols/01-usersymbolsoverview/03-usersymbolsmodelclasses.md @@ -1,7 +1,7 @@ --- sectionid: usersymbolsModelClasses title: "Model Classes" -version: "dev" +version: "v4" --- The usersymbols module defines the following model classes: diff --git a/_guidelines-dev/22-usersymbols/02-usersymbolsmoduleuses.md b/_guidelines-v4/22-usersymbols/02-usersymbolsmoduleuses.md similarity index 98% rename from _guidelines-dev/22-usersymbols/02-usersymbolsmoduleuses.md rename to _guidelines-v4/22-usersymbols/02-usersymbolsmoduleuses.md index f1f845b22e7..4228652d95d 100644 --- a/_guidelines-dev/22-usersymbols/02-usersymbolsmoduleuses.md +++ b/_guidelines-v4/22-usersymbols/02-usersymbolsmoduleuses.md @@ -1,7 +1,7 @@ --- sectionid: usersymbolsModuleUses title: "Uses of the Usersymbols Module" -version: "dev" +version: "v4" --- The elements provided by the usersymbols module may be used in two ways: diff --git a/_guidelines-dev/22-usersymbols/02-usersymbolsmoduleuses/01-usersymbolsreusablesymbols.md b/_guidelines-v4/22-usersymbols/02-usersymbolsmoduleuses/01-usersymbolsreusablesymbols.md similarity index 98% rename from _guidelines-dev/22-usersymbols/02-usersymbolsmoduleuses/01-usersymbolsreusablesymbols.md rename to _guidelines-v4/22-usersymbols/02-usersymbolsmoduleuses/01-usersymbolsreusablesymbols.md index 23b92ba62d4..fe9dc2a67ac 100644 --- a/_guidelines-dev/22-usersymbols/02-usersymbolsmoduleuses/01-usersymbolsreusablesymbols.md +++ b/_guidelines-v4/22-usersymbols/02-usersymbolsmoduleuses/01-usersymbolsreusablesymbols.md @@ -1,7 +1,7 @@ --- sectionid: usersymbolsReusableSymbols title: "Defining Reusable Symbols" -version: "dev" +version: "v4" --- The {% include link elem="symbolDef" %} element uses SVG markup or the aforementioned graphic primitives to describe a symbol. A symbol definition may also use symbols defined by other {% include link elem="symbolDef" %} elements by employing the {% include link elem="symbol" %} element. diff --git a/_guidelines-dev/22-usersymbols/02-usersymbolsmoduleuses/02-usersymbolssemanticimplications.md b/_guidelines-v4/22-usersymbols/02-usersymbolsmoduleuses/02-usersymbolssemanticimplications.md similarity index 98% rename from _guidelines-dev/22-usersymbols/02-usersymbolsmoduleuses/02-usersymbolssemanticimplications.md rename to _guidelines-v4/22-usersymbols/02-usersymbolsmoduleuses/02-usersymbolssemanticimplications.md index d1b03545d65..44f10833249 100644 --- a/_guidelines-dev/22-usersymbols/02-usersymbolsmoduleuses/02-usersymbolssemanticimplications.md +++ b/_guidelines-v4/22-usersymbols/02-usersymbolsmoduleuses/02-usersymbolssemanticimplications.md @@ -1,7 +1,7 @@ --- sectionid: usersymbolsSemanticImplications title: "Elements Without Semantic Implications" -version: "dev" +version: "v4" --- The graphics primitives and symbols can be used directly in the music to describe text and lines on a purely graphical level, without implying a specific logical meaning. If possible, however, more meaningful elements should be used. This means for example, "a tempo" or "da capo" should in general not be put inside {% include link elem="anchoredText" %}. Instead, {% include link elem="tempo" %} and {% include link elem="dir" %} should be used. Likewise, slurs and ties should be encoded using their respective elements, not using {% include link elem="curve" %}, and for glissandi, {% include link elem="gliss" %} should be used instead of {% include link elem="line" %}. diff --git a/_guidelines-dev/22-usersymbols/02-usersymbolsmoduleuses/03-usersymbolsgraphicalrendition.md b/_guidelines-v4/22-usersymbols/02-usersymbolsmoduleuses/03-usersymbolsgraphicalrendition.md similarity index 98% rename from _guidelines-dev/22-usersymbols/02-usersymbolsmoduleuses/03-usersymbolsgraphicalrendition.md rename to _guidelines-v4/22-usersymbols/02-usersymbolsmoduleuses/03-usersymbolsgraphicalrendition.md index 829669814fd..5f27f1f6249 100644 --- a/_guidelines-dev/22-usersymbols/02-usersymbolsmoduleuses/03-usersymbolsgraphicalrendition.md +++ b/_guidelines-v4/22-usersymbols/02-usersymbolsmoduleuses/03-usersymbolsgraphicalrendition.md @@ -1,7 +1,7 @@ --- sectionid: usersymbolsGraphicalRendition title: "Defining a Specific Graphical Rendition for a Semantic Element" -version: "dev" +version: "v4" --- Usersymbols can define the rendition of different elements in two ways. Some elements, for example {% include link elem="dir" %} and {% include link elem="tempo" %}, can have user symbol elements as content. In the following example, the content of {% include link elem="dir" %} is used to provide pictograms of percussion instruments. diff --git a/_guidelines-dev/22-usersymbols/03-usersymbolspositioningcoordinates.md b/_guidelines-v4/22-usersymbols/03-usersymbolspositioningcoordinates.md similarity index 85% rename from _guidelines-dev/22-usersymbols/03-usersymbolspositioningcoordinates.md rename to _guidelines-v4/22-usersymbols/03-usersymbolspositioningcoordinates.md index 8c77a42790a..c965b041575 100644 --- a/_guidelines-dev/22-usersymbols/03-usersymbolspositioningcoordinates.md +++ b/_guidelines-v4/22-usersymbols/03-usersymbolspositioningcoordinates.md @@ -1,5 +1,5 @@ --- sectionid: usersymbolsPositioningCoordinates title: "Positioning and Coordinates" -version: "dev" +version: "v4" --- diff --git a/_guidelines-dev/22-usersymbols/03-usersymbolspositioningcoordinates/01-usersymbolscoordinatesystem.md b/_guidelines-v4/22-usersymbols/03-usersymbolspositioningcoordinates/01-usersymbolscoordinatesystem.md similarity index 95% rename from _guidelines-dev/22-usersymbols/03-usersymbolspositioningcoordinates/01-usersymbolscoordinatesystem.md rename to _guidelines-v4/22-usersymbols/03-usersymbolspositioningcoordinates/01-usersymbolscoordinatesystem.md index 1ba4f55662b..02b826d6ed8 100644 --- a/_guidelines-dev/22-usersymbols/03-usersymbolspositioningcoordinates/01-usersymbolscoordinatesystem.md +++ b/_guidelines-v4/22-usersymbols/03-usersymbolspositioningcoordinates/01-usersymbolscoordinatesystem.md @@ -1,7 +1,7 @@ --- sectionid: usersymbolsCoordinateSystem title: "Axis Orientation" -version: "dev" +version: "v4" --- MEI uses the classic axis directions where the x-axis points from left to right and the y-axis points from bottom up. (This is compatible with PostScript's axis orientation, while SVG's y-axis points in the opposite direction.) diff --git a/_guidelines-dev/22-usersymbols/03-usersymbolspositioningcoordinates/02-usersymbolsunits.md b/_guidelines-v4/22-usersymbols/03-usersymbolspositioningcoordinates/02-usersymbolsunits.md similarity index 97% rename from _guidelines-dev/22-usersymbols/03-usersymbolspositioningcoordinates/02-usersymbolsunits.md rename to _guidelines-v4/22-usersymbols/03-usersymbolspositioningcoordinates/02-usersymbolsunits.md index fc163787ceb..9c8a5aa07e1 100644 --- a/_guidelines-dev/22-usersymbols/03-usersymbolspositioningcoordinates/02-usersymbolsunits.md +++ b/_guidelines-v4/22-usersymbols/03-usersymbolspositioningcoordinates/02-usersymbolsunits.md @@ -1,7 +1,7 @@ --- sectionid: usersymbolsUnits title: "Units" -version: "dev" +version: "v4" --- There are two types of units used by MEI: Staff units (data.MEASUREMENT) and units of the output coordinate system. Units of the output coordinate system can be translated to physical real world distances by means of the **@vu.height** and **@page.scale** of a {% include link elem="scoreDef" %} element. Real world units are multiplied by the value of **@page.scale** to get the corresponding value in output coordinate units. diff --git a/_guidelines-dev/22-usersymbols/03-usersymbolspositioningcoordinates/03-usersymbolspositioning.md b/_guidelines-v4/22-usersymbols/03-usersymbolspositioningcoordinates/03-usersymbolspositioning.md similarity index 99% rename from _guidelines-dev/22-usersymbols/03-usersymbolspositioningcoordinates/03-usersymbolspositioning.md rename to _guidelines-v4/22-usersymbols/03-usersymbolspositioningcoordinates/03-usersymbolspositioning.md index fa60eff04f1..2b7c137a18e 100644 --- a/_guidelines-dev/22-usersymbols/03-usersymbolspositioningcoordinates/03-usersymbolspositioning.md +++ b/_guidelines-v4/22-usersymbols/03-usersymbolspositioningcoordinates/03-usersymbolspositioning.md @@ -1,7 +1,7 @@ --- sectionid: usersymbolsPositioning title: "Positioning" -version: "dev" +version: "v4" --- An element may be positioned using either absolute or relative coordinates. If absolute start point coordinates are specified using **@x**/**@y** coordinates (or their relatives **@x2**/**@y2** for endpoints) they take precedence over relative positions specified by **@ho**/**@vo**/**@to** (or **@startho**/**@startvo**/**@startto**). Analogously, **@x2**/**@y2** override **@endho****@endvo**/**@endto**. diff --git a/_guidelines-dev/22-usersymbols/03-usersymbolspositioningcoordinates/04-usersymbolscurveshape.md b/_guidelines-v4/22-usersymbols/03-usersymbolspositioningcoordinates/04-usersymbolscurveshape.md similarity index 99% rename from _guidelines-dev/22-usersymbols/03-usersymbolspositioningcoordinates/04-usersymbolscurveshape.md rename to _guidelines-v4/22-usersymbols/03-usersymbolspositioningcoordinates/04-usersymbolscurveshape.md index a149efaecde..1e6587a22cc 100644 --- a/_guidelines-dev/22-usersymbols/03-usersymbolspositioningcoordinates/04-usersymbolscurveshape.md +++ b/_guidelines-v4/22-usersymbols/03-usersymbolspositioningcoordinates/04-usersymbolscurveshape.md @@ -1,7 +1,7 @@ --- sectionid: usersymbolsCurveShape title: "Curve Shape" -version: "dev" +version: "v4" --- If neither a **@bezier** nor **@bulge** attribute is present, the renderer determines a suitable shape. However, if **@curvedir** is present, the curve must respect the curvature direction specified there. diff --git a/_guidelines-dev/22-usersymbols/04-usersymbolslinerendition.md b/_guidelines-v4/22-usersymbols/04-usersymbolslinerendition.md similarity index 98% rename from _guidelines-dev/22-usersymbols/04-usersymbolslinerendition.md rename to _guidelines-v4/22-usersymbols/04-usersymbolslinerendition.md index 94ee30d073a..8bfa05f228c 100644 --- a/_guidelines-dev/22-usersymbols/04-usersymbolslinerendition.md +++ b/_guidelines-v4/22-usersymbols/04-usersymbolslinerendition.md @@ -1,7 +1,7 @@ --- sectionid: usersymbolsLineRendition title: "Line Rendition" -version: "dev" +version: "v4" --- The **@form** attribute of lines may take the following values: diff --git a/_guidelines-dev/22-usersymbols/05-usersymbolslimitations.md b/_guidelines-v4/22-usersymbols/05-usersymbolslimitations.md similarity index 95% rename from _guidelines-dev/22-usersymbols/05-usersymbolslimitations.md rename to _guidelines-v4/22-usersymbols/05-usersymbolslimitations.md index a6756c09077..cfe26a6cfee 100644 --- a/_guidelines-dev/22-usersymbols/05-usersymbolslimitations.md +++ b/_guidelines-v4/22-usersymbols/05-usersymbolslimitations.md @@ -1,7 +1,7 @@ --- sectionid: usersymbolsLimitations title: "Limitations" -version: "dev" +version: "v4" --- The usersymbols module does not currently support continuous composite lines or filled areas. As mentioned above, the rendition of lines is highly implementation dependent. Coordinate system transforms are restricted to scaling using **@scale**. diff --git a/_guidelines-dev/23-linkalign.md b/_guidelines-v4/23-linkalign.md similarity index 95% rename from _guidelines-dev/23-linkalign.md rename to _guidelines-v4/23-linkalign.md index 6792d4e7830..386211ccf95 100644 --- a/_guidelines-dev/23-linkalign.md +++ b/_guidelines-v4/23-linkalign.md @@ -1,7 +1,7 @@ --- layout: sidebar sidebar: s1 -version: "dev" +version: "v4" title: "Linking and Alignment" sectionid: "linkAlign" --- diff --git a/_guidelines-dev/23-linkalign/01-linkalignoverview.md b/_guidelines-v4/23-linkalign/01-linkalignoverview.md similarity index 91% rename from _guidelines-dev/23-linkalign/01-linkalignoverview.md rename to _guidelines-v4/23-linkalign/01-linkalignoverview.md index 7340354b39f..db6f1c0a337 100644 --- a/_guidelines-dev/23-linkalign/01-linkalignoverview.md +++ b/_guidelines-v4/23-linkalign/01-linkalignoverview.md @@ -1,7 +1,7 @@ --- sectionid: linkalignOverview title: "Overview of the Linkalign Module" -version: "dev" +version: "v4" --- The module described in this chapter makes available the following components: diff --git a/_guidelines-dev/23-linkalign/01-linkalignoverview/01-linkalignelements.md b/_guidelines-v4/23-linkalign/01-linkalignoverview/01-linkalignelements.md similarity index 85% rename from _guidelines-dev/23-linkalign/01-linkalignoverview/01-linkalignelements.md rename to _guidelines-v4/23-linkalign/01-linkalignoverview/01-linkalignelements.md index 4f9703c9d9d..9170e3d6a61 100644 --- a/_guidelines-dev/23-linkalign/01-linkalignoverview/01-linkalignelements.md +++ b/_guidelines-v4/23-linkalign/01-linkalignoverview/01-linkalignelements.md @@ -1,7 +1,7 @@ --- sectionid: linkalignElements title: "Elements" -version: "dev" +version: "v4" --- {% include desc elem="when" %} diff --git a/_guidelines-dev/23-linkalign/02-linkalignexamples.md b/_guidelines-v4/23-linkalign/02-linkalignexamples.md similarity index 98% rename from _guidelines-dev/23-linkalign/02-linkalignexamples.md rename to _guidelines-v4/23-linkalign/02-linkalignexamples.md index 43985625e31..5bbc42c5a3e 100644 --- a/_guidelines-dev/23-linkalign/02-linkalignexamples.md +++ b/_guidelines-v4/23-linkalign/02-linkalignexamples.md @@ -1,7 +1,7 @@ --- sectionid: linkalignExamples title: "Linking and Alignment Examples" -version: "dev" +version: "v4" --- The {% include link elem="when" %} element specifies timestamped locations on the referenced media file. These may be defined using either an absolute time stamp (specified in ISO 24-hour time format, HH:MM:SS.ss), or using a combination of the **@interval**, **@inttype**, and **@since** attributes. diff --git a/_includes/content.html b/_includes/content.html index be41e01459d..b4dc32e4e3f 100644 --- a/_includes/content.html +++ b/_includes/content.html @@ -27,7 +27,7 @@ {%- if l == "0" %}{% assign l = level | split:'-' | first | slice:1,2 -%} {%- else %}{% assign l = level | split:'-' | first | slice:0,2 %}{% endif -%} {{ l }}.{%- endfor -%}{{ " " }}{{ doc.title }} - {% if page.version == "dev" %} + {% if page.version == site.versions.editable %} Edit this section {% endif %} diff --git a/_includes/dev/build.txt b/_includes/v4/build.txt similarity index 100% rename from _includes/dev/build.txt rename to _includes/v4/build.txt diff --git a/_includes/dev/desc/abbr.txt b/_includes/v4/desc/abbr.txt similarity index 100% rename from _includes/dev/desc/abbr.txt rename to _includes/v4/desc/abbr.txt diff --git a/_includes/dev/desc/abbr/expan.txt b/_includes/v4/desc/abbr/expan.txt similarity index 100% rename from _includes/dev/desc/abbr/expan.txt rename to _includes/v4/desc/abbr/expan.txt diff --git a/_includes/dev/desc/accessrestrict.txt b/_includes/v4/desc/accessrestrict.txt similarity index 100% rename from _includes/dev/desc/accessrestrict.txt rename to _includes/v4/desc/accessrestrict.txt diff --git a/_includes/dev/desc/accid.txt b/_includes/v4/desc/accid.txt similarity index 100% rename from _includes/dev/desc/accid.txt rename to _includes/v4/desc/accid.txt diff --git a/_includes/dev/desc/accmat.txt b/_includes/v4/desc/accmat.txt similarity index 100% rename from _includes/dev/desc/accmat.txt rename to _includes/v4/desc/accmat.txt diff --git a/_includes/dev/desc/acquisition.txt b/_includes/v4/desc/acquisition.txt similarity index 100% rename from _includes/dev/desc/acquisition.txt rename to _includes/v4/desc/acquisition.txt diff --git a/_includes/dev/desc/actor.txt b/_includes/v4/desc/actor.txt similarity index 100% rename from _includes/dev/desc/actor.txt rename to _includes/v4/desc/actor.txt diff --git a/_includes/dev/desc/add.txt b/_includes/v4/desc/add.txt similarity index 100% rename from _includes/dev/desc/add.txt rename to _includes/v4/desc/add.txt diff --git a/_includes/dev/desc/add/place.txt b/_includes/v4/desc/add/place.txt similarity index 100% rename from _includes/dev/desc/add/place.txt rename to _includes/v4/desc/add/place.txt diff --git a/_includes/dev/desc/adddesc.txt b/_includes/v4/desc/adddesc.txt similarity index 100% rename from _includes/dev/desc/adddesc.txt rename to _includes/v4/desc/adddesc.txt diff --git a/_includes/dev/desc/addname.txt b/_includes/v4/desc/addname.txt similarity index 100% rename from _includes/dev/desc/addname.txt rename to _includes/v4/desc/addname.txt diff --git a/_includes/dev/desc/address.txt b/_includes/v4/desc/address.txt similarity index 100% rename from _includes/dev/desc/address.txt rename to _includes/v4/desc/address.txt diff --git a/_includes/dev/desc/addrline.txt b/_includes/v4/desc/addrline.txt similarity index 100% rename from _includes/dev/desc/addrline.txt rename to _includes/v4/desc/addrline.txt diff --git a/_includes/dev/desc/altid.txt b/_includes/v4/desc/altid.txt similarity index 100% rename from _includes/dev/desc/altid.txt rename to _includes/v4/desc/altid.txt diff --git a/_includes/dev/desc/ambitus.txt b/_includes/v4/desc/ambitus.txt similarity index 100% rename from _includes/dev/desc/ambitus.txt rename to _includes/v4/desc/ambitus.txt diff --git a/_includes/dev/desc/ambnote.txt b/_includes/v4/desc/ambnote.txt similarity index 100% rename from _includes/dev/desc/ambnote.txt rename to _includes/v4/desc/ambnote.txt diff --git a/_includes/dev/desc/analytic.txt b/_includes/v4/desc/analytic.txt similarity index 100% rename from _includes/dev/desc/analytic.txt rename to _includes/v4/desc/analytic.txt diff --git a/_includes/dev/desc/anchoredtext.txt b/_includes/v4/desc/anchoredtext.txt similarity index 100% rename from _includes/dev/desc/anchoredtext.txt rename to _includes/v4/desc/anchoredtext.txt diff --git a/_includes/dev/desc/annot.txt b/_includes/v4/desc/annot.txt similarity index 100% rename from _includes/dev/desc/annot.txt rename to _includes/v4/desc/annot.txt diff --git a/_includes/dev/desc/app.txt b/_includes/v4/desc/app.txt similarity index 100% rename from _includes/dev/desc/app.txt rename to _includes/v4/desc/app.txt diff --git a/_includes/dev/desc/appinfo.txt b/_includes/v4/desc/appinfo.txt similarity index 100% rename from _includes/dev/desc/appinfo.txt rename to _includes/v4/desc/appinfo.txt diff --git a/_includes/dev/desc/application.txt b/_includes/v4/desc/application.txt similarity index 100% rename from _includes/dev/desc/application.txt rename to _includes/v4/desc/application.txt diff --git a/_includes/dev/desc/application/version.txt b/_includes/v4/desc/application/version.txt similarity index 100% rename from _includes/dev/desc/application/version.txt rename to _includes/v4/desc/application/version.txt diff --git a/_includes/dev/desc/argument.txt b/_includes/v4/desc/argument.txt similarity index 100% rename from _includes/dev/desc/argument.txt rename to _includes/v4/desc/argument.txt diff --git a/_includes/dev/desc/arpeg.txt b/_includes/v4/desc/arpeg.txt similarity index 100% rename from _includes/dev/desc/arpeg.txt rename to _includes/v4/desc/arpeg.txt diff --git a/_includes/dev/desc/arranger.txt b/_includes/v4/desc/arranger.txt similarity index 100% rename from _includes/dev/desc/arranger.txt rename to _includes/v4/desc/arranger.txt diff --git a/_includes/dev/desc/artic.txt b/_includes/v4/desc/artic.txt similarity index 100% rename from _includes/dev/desc/artic.txt rename to _includes/v4/desc/artic.txt diff --git a/_includes/dev/desc/att.accid.anl.txt b/_includes/v4/desc/att.accid.anl.txt similarity index 100% rename from _includes/dev/desc/att.accid.anl.txt rename to _includes/v4/desc/att.accid.anl.txt diff --git a/_includes/dev/desc/att.accid.ges.txt b/_includes/v4/desc/att.accid.ges.txt similarity index 100% rename from _includes/dev/desc/att.accid.ges.txt rename to _includes/v4/desc/att.accid.ges.txt diff --git a/_includes/dev/desc/att.accid.log.txt b/_includes/v4/desc/att.accid.log.txt similarity index 100% rename from _includes/dev/desc/att.accid.log.txt rename to _includes/v4/desc/att.accid.log.txt diff --git a/_includes/dev/desc/att.accid.log/func.txt b/_includes/v4/desc/att.accid.log/func.txt similarity index 100% rename from _includes/dev/desc/att.accid.log/func.txt rename to _includes/v4/desc/att.accid.log/func.txt diff --git a/_includes/dev/desc/att.accid.vis.txt b/_includes/v4/desc/att.accid.vis.txt similarity index 100% rename from _includes/dev/desc/att.accid.vis.txt rename to _includes/v4/desc/att.accid.vis.txt diff --git a/_includes/dev/desc/att.accidental.gestural.txt b/_includes/v4/desc/att.accidental.gestural.txt similarity index 100% rename from _includes/dev/desc/att.accidental.gestural.txt rename to _includes/v4/desc/att.accidental.gestural.txt diff --git a/_includes/dev/desc/att.accidental.gestural/accid.ges.txt b/_includes/v4/desc/att.accidental.gestural/accid.ges.txt similarity index 100% rename from _includes/dev/desc/att.accidental.gestural/accid.ges.txt rename to _includes/v4/desc/att.accidental.gestural/accid.ges.txt diff --git a/_includes/dev/desc/att.accidental.txt b/_includes/v4/desc/att.accidental.txt similarity index 100% rename from _includes/dev/desc/att.accidental.txt rename to _includes/v4/desc/att.accidental.txt diff --git a/_includes/dev/desc/att.accidental/accid.txt b/_includes/v4/desc/att.accidental/accid.txt similarity index 100% rename from _includes/dev/desc/att.accidental/accid.txt rename to _includes/v4/desc/att.accidental/accid.txt diff --git a/_includes/dev/desc/att.agentident.txt b/_includes/v4/desc/att.agentident.txt similarity index 100% rename from _includes/dev/desc/att.agentident.txt rename to _includes/v4/desc/att.agentident.txt diff --git a/_includes/dev/desc/att.agentident/agent.txt b/_includes/v4/desc/att.agentident/agent.txt similarity index 100% rename from _includes/dev/desc/att.agentident/agent.txt rename to _includes/v4/desc/att.agentident/agent.txt diff --git a/_includes/dev/desc/att.alignment.txt b/_includes/v4/desc/att.alignment.txt similarity index 100% rename from _includes/dev/desc/att.alignment.txt rename to _includes/v4/desc/att.alignment.txt diff --git a/_includes/dev/desc/att.alignment/when.txt b/_includes/v4/desc/att.alignment/when.txt similarity index 100% rename from _includes/dev/desc/att.alignment/when.txt rename to _includes/v4/desc/att.alignment/when.txt diff --git a/_includes/dev/desc/att.altsym.txt b/_includes/v4/desc/att.altsym.txt similarity index 100% rename from _includes/dev/desc/att.altsym.txt rename to _includes/v4/desc/att.altsym.txt diff --git a/_includes/dev/desc/att.altsym/altsym.txt b/_includes/v4/desc/att.altsym/altsym.txt similarity index 100% rename from _includes/dev/desc/att.altsym/altsym.txt rename to _includes/v4/desc/att.altsym/altsym.txt diff --git a/_includes/dev/desc/att.ambitus.anl.txt b/_includes/v4/desc/att.ambitus.anl.txt similarity index 100% rename from _includes/dev/desc/att.ambitus.anl.txt rename to _includes/v4/desc/att.ambitus.anl.txt diff --git a/_includes/dev/desc/att.ambitus.ges.txt b/_includes/v4/desc/att.ambitus.ges.txt similarity index 100% rename from _includes/dev/desc/att.ambitus.ges.txt rename to _includes/v4/desc/att.ambitus.ges.txt diff --git a/_includes/dev/desc/att.ambitus.log.txt b/_includes/v4/desc/att.ambitus.log.txt similarity index 100% rename from _includes/dev/desc/att.ambitus.log.txt rename to _includes/v4/desc/att.ambitus.log.txt diff --git a/_includes/dev/desc/att.ambitus.vis.txt b/_includes/v4/desc/att.ambitus.vis.txt similarity index 100% rename from _includes/dev/desc/att.ambitus.vis.txt rename to _includes/v4/desc/att.ambitus.vis.txt diff --git a/_includes/dev/desc/att.ambnote.anl.txt b/_includes/v4/desc/att.ambnote.anl.txt similarity index 100% rename from _includes/dev/desc/att.ambnote.anl.txt rename to _includes/v4/desc/att.ambnote.anl.txt diff --git a/_includes/dev/desc/att.ambnote.ges.txt b/_includes/v4/desc/att.ambnote.ges.txt similarity index 100% rename from _includes/dev/desc/att.ambnote.ges.txt rename to _includes/v4/desc/att.ambnote.ges.txt diff --git a/_includes/dev/desc/att.ambnote.log.txt b/_includes/v4/desc/att.ambnote.log.txt similarity index 100% rename from _includes/dev/desc/att.ambnote.log.txt rename to _includes/v4/desc/att.ambnote.log.txt diff --git a/_includes/dev/desc/att.ambnote.vis.txt b/_includes/v4/desc/att.ambnote.vis.txt similarity index 100% rename from _includes/dev/desc/att.ambnote.vis.txt rename to _includes/v4/desc/att.ambnote.vis.txt diff --git a/_includes/dev/desc/att.anchoredtext.anl.txt b/_includes/v4/desc/att.anchoredtext.anl.txt similarity index 100% rename from _includes/dev/desc/att.anchoredtext.anl.txt rename to _includes/v4/desc/att.anchoredtext.anl.txt diff --git a/_includes/dev/desc/att.anchoredtext.ges.txt b/_includes/v4/desc/att.anchoredtext.ges.txt similarity index 100% rename from _includes/dev/desc/att.anchoredtext.ges.txt rename to _includes/v4/desc/att.anchoredtext.ges.txt diff --git a/_includes/dev/desc/att.anchoredtext.log.txt b/_includes/v4/desc/att.anchoredtext.log.txt similarity index 100% rename from _includes/dev/desc/att.anchoredtext.log.txt rename to _includes/v4/desc/att.anchoredtext.log.txt diff --git a/_includes/dev/desc/att.anchoredtext.log/func.txt b/_includes/v4/desc/att.anchoredtext.log/func.txt similarity index 100% rename from _includes/dev/desc/att.anchoredtext.log/func.txt rename to _includes/v4/desc/att.anchoredtext.log/func.txt diff --git a/_includes/dev/desc/att.anchoredtext.vis.txt b/_includes/v4/desc/att.anchoredtext.vis.txt similarity index 100% rename from _includes/dev/desc/att.anchoredtext.vis.txt rename to _includes/v4/desc/att.anchoredtext.vis.txt diff --git a/_includes/dev/desc/att.annot.anl.txt b/_includes/v4/desc/att.annot.anl.txt similarity index 100% rename from _includes/dev/desc/att.annot.anl.txt rename to _includes/v4/desc/att.annot.anl.txt diff --git a/_includes/dev/desc/att.annot.ges.txt b/_includes/v4/desc/att.annot.ges.txt similarity index 100% rename from _includes/dev/desc/att.annot.ges.txt rename to _includes/v4/desc/att.annot.ges.txt diff --git a/_includes/dev/desc/att.annot.log.txt b/_includes/v4/desc/att.annot.log.txt similarity index 100% rename from _includes/dev/desc/att.annot.log.txt rename to _includes/v4/desc/att.annot.log.txt diff --git a/_includes/dev/desc/att.annot.vis.txt b/_includes/v4/desc/att.annot.vis.txt similarity index 100% rename from _includes/dev/desc/att.annot.vis.txt rename to _includes/v4/desc/att.annot.vis.txt diff --git a/_includes/dev/desc/att.annot.vis/place.txt b/_includes/v4/desc/att.annot.vis/place.txt similarity index 100% rename from _includes/dev/desc/att.annot.vis/place.txt rename to _includes/v4/desc/att.annot.vis/place.txt diff --git a/_includes/dev/desc/att.arpeg.anl.txt b/_includes/v4/desc/att.arpeg.anl.txt similarity index 100% rename from _includes/dev/desc/att.arpeg.anl.txt rename to _includes/v4/desc/att.arpeg.anl.txt diff --git a/_includes/dev/desc/att.arpeg.ges.txt b/_includes/v4/desc/att.arpeg.ges.txt similarity index 100% rename from _includes/dev/desc/att.arpeg.ges.txt rename to _includes/v4/desc/att.arpeg.ges.txt diff --git a/_includes/dev/desc/att.arpeg.log.txt b/_includes/v4/desc/att.arpeg.log.txt similarity index 100% rename from _includes/dev/desc/att.arpeg.log.txt rename to _includes/v4/desc/att.arpeg.log.txt diff --git a/_includes/dev/desc/att.arpeg.log/order.txt b/_includes/v4/desc/att.arpeg.log/order.txt similarity index 100% rename from _includes/dev/desc/att.arpeg.log/order.txt rename to _includes/v4/desc/att.arpeg.log/order.txt diff --git a/_includes/dev/desc/att.arpeg.vis.txt b/_includes/v4/desc/att.arpeg.vis.txt similarity index 100% rename from _includes/dev/desc/att.arpeg.vis.txt rename to _includes/v4/desc/att.arpeg.vis.txt diff --git a/_includes/dev/desc/att.arpeg.vis/arrow.color.txt b/_includes/v4/desc/att.arpeg.vis/arrow.color.txt similarity index 100% rename from _includes/dev/desc/att.arpeg.vis/arrow.color.txt rename to _includes/v4/desc/att.arpeg.vis/arrow.color.txt diff --git a/_includes/dev/desc/att.arpeg.vis/arrow.fillcolor.txt b/_includes/v4/desc/att.arpeg.vis/arrow.fillcolor.txt similarity index 100% rename from _includes/dev/desc/att.arpeg.vis/arrow.fillcolor.txt rename to _includes/v4/desc/att.arpeg.vis/arrow.fillcolor.txt diff --git a/_includes/dev/desc/att.arpeg.vis/arrow.shape.txt b/_includes/v4/desc/att.arpeg.vis/arrow.shape.txt similarity index 100% rename from _includes/dev/desc/att.arpeg.vis/arrow.shape.txt rename to _includes/v4/desc/att.arpeg.vis/arrow.shape.txt diff --git a/_includes/dev/desc/att.arpeg.vis/arrow.size.txt b/_includes/v4/desc/att.arpeg.vis/arrow.size.txt similarity index 100% rename from _includes/dev/desc/att.arpeg.vis/arrow.size.txt rename to _includes/v4/desc/att.arpeg.vis/arrow.size.txt diff --git a/_includes/dev/desc/att.arpeg.vis/arrow.txt b/_includes/v4/desc/att.arpeg.vis/arrow.txt similarity index 100% rename from _includes/dev/desc/att.arpeg.vis/arrow.txt rename to _includes/v4/desc/att.arpeg.vis/arrow.txt diff --git a/_includes/dev/desc/att.arpeg.vis/line.form.txt b/_includes/v4/desc/att.arpeg.vis/line.form.txt similarity index 100% rename from _includes/dev/desc/att.arpeg.vis/line.form.txt rename to _includes/v4/desc/att.arpeg.vis/line.form.txt diff --git a/_includes/dev/desc/att.arpeg.vis/line.width.txt b/_includes/v4/desc/att.arpeg.vis/line.width.txt similarity index 100% rename from _includes/dev/desc/att.arpeg.vis/line.width.txt rename to _includes/v4/desc/att.arpeg.vis/line.width.txt diff --git a/_includes/dev/desc/att.artic.anl.txt b/_includes/v4/desc/att.artic.anl.txt similarity index 100% rename from _includes/dev/desc/att.artic.anl.txt rename to _includes/v4/desc/att.artic.anl.txt diff --git a/_includes/dev/desc/att.artic.ges.txt b/_includes/v4/desc/att.artic.ges.txt similarity index 100% rename from _includes/dev/desc/att.artic.ges.txt rename to _includes/v4/desc/att.artic.ges.txt diff --git a/_includes/dev/desc/att.artic.log.txt b/_includes/v4/desc/att.artic.log.txt similarity index 100% rename from _includes/dev/desc/att.artic.log.txt rename to _includes/v4/desc/att.artic.log.txt diff --git a/_includes/dev/desc/att.artic.vis.txt b/_includes/v4/desc/att.artic.vis.txt similarity index 100% rename from _includes/dev/desc/att.artic.vis.txt rename to _includes/v4/desc/att.artic.vis.txt diff --git a/_includes/dev/desc/att.articulation.gestural.txt b/_includes/v4/desc/att.articulation.gestural.txt similarity index 100% rename from _includes/dev/desc/att.articulation.gestural.txt rename to _includes/v4/desc/att.articulation.gestural.txt diff --git a/_includes/dev/desc/att.articulation.gestural/artic.ges.txt b/_includes/v4/desc/att.articulation.gestural/artic.ges.txt similarity index 100% rename from _includes/dev/desc/att.articulation.gestural/artic.ges.txt rename to _includes/v4/desc/att.articulation.gestural/artic.ges.txt diff --git a/_includes/dev/desc/att.articulation.txt b/_includes/v4/desc/att.articulation.txt similarity index 100% rename from _includes/dev/desc/att.articulation.txt rename to _includes/v4/desc/att.articulation.txt diff --git a/_includes/dev/desc/att.articulation/artic.txt b/_includes/v4/desc/att.articulation/artic.txt similarity index 100% rename from _includes/dev/desc/att.articulation/artic.txt rename to _includes/v4/desc/att.articulation/artic.txt diff --git a/_includes/dev/desc/att.attacca.anl.txt b/_includes/v4/desc/att.attacca.anl.txt similarity index 100% rename from _includes/dev/desc/att.attacca.anl.txt rename to _includes/v4/desc/att.attacca.anl.txt diff --git a/_includes/dev/desc/att.attacca.ges.txt b/_includes/v4/desc/att.attacca.ges.txt similarity index 100% rename from _includes/dev/desc/att.attacca.ges.txt rename to _includes/v4/desc/att.attacca.ges.txt diff --git a/_includes/dev/desc/att.attacca.log.txt b/_includes/v4/desc/att.attacca.log.txt similarity index 100% rename from _includes/dev/desc/att.attacca.log.txt rename to _includes/v4/desc/att.attacca.log.txt diff --git a/_includes/dev/desc/att.attacca.log/target.txt b/_includes/v4/desc/att.attacca.log/target.txt similarity index 100% rename from _includes/dev/desc/att.attacca.log/target.txt rename to _includes/v4/desc/att.attacca.log/target.txt diff --git a/_includes/dev/desc/att.attacca.vis.txt b/_includes/v4/desc/att.attacca.vis.txt similarity index 100% rename from _includes/dev/desc/att.attacca.vis.txt rename to _includes/v4/desc/att.attacca.vis.txt diff --git a/_includes/dev/desc/att.audience.txt b/_includes/v4/desc/att.audience.txt similarity index 100% rename from _includes/dev/desc/att.audience.txt rename to _includes/v4/desc/att.audience.txt diff --git a/_includes/dev/desc/att.audience/audience.txt b/_includes/v4/desc/att.audience/audience.txt similarity index 100% rename from _includes/dev/desc/att.audience/audience.txt rename to _includes/v4/desc/att.audience/audience.txt diff --git a/_includes/dev/desc/att.augmentdots.txt b/_includes/v4/desc/att.augmentdots.txt similarity index 100% rename from _includes/dev/desc/att.augmentdots.txt rename to _includes/v4/desc/att.augmentdots.txt diff --git a/_includes/dev/desc/att.augmentdots/dots.txt b/_includes/v4/desc/att.augmentdots/dots.txt similarity index 100% rename from _includes/dev/desc/att.augmentdots/dots.txt rename to _includes/v4/desc/att.augmentdots/dots.txt diff --git a/_includes/dev/desc/att.authorized.txt b/_includes/v4/desc/att.authorized.txt similarity index 100% rename from _includes/dev/desc/att.authorized.txt rename to _includes/v4/desc/att.authorized.txt diff --git a/_includes/dev/desc/att.authorized/auth.txt b/_includes/v4/desc/att.authorized/auth.txt similarity index 100% rename from _includes/dev/desc/att.authorized/auth.txt rename to _includes/v4/desc/att.authorized/auth.txt diff --git a/_includes/dev/desc/att.authorized/auth.uri.txt b/_includes/v4/desc/att.authorized/auth.uri.txt similarity index 100% rename from _includes/dev/desc/att.authorized/auth.uri.txt rename to _includes/v4/desc/att.authorized/auth.uri.txt diff --git a/_includes/dev/desc/att.barline.anl.txt b/_includes/v4/desc/att.barline.anl.txt similarity index 100% rename from _includes/dev/desc/att.barline.anl.txt rename to _includes/v4/desc/att.barline.anl.txt diff --git a/_includes/dev/desc/att.barline.ges.txt b/_includes/v4/desc/att.barline.ges.txt similarity index 100% rename from _includes/dev/desc/att.barline.ges.txt rename to _includes/v4/desc/att.barline.ges.txt diff --git a/_includes/dev/desc/att.barline.log.txt b/_includes/v4/desc/att.barline.log.txt similarity index 100% rename from _includes/dev/desc/att.barline.log.txt rename to _includes/v4/desc/att.barline.log.txt diff --git a/_includes/dev/desc/att.barline.log/form.txt b/_includes/v4/desc/att.barline.log/form.txt similarity index 100% rename from _includes/dev/desc/att.barline.log/form.txt rename to _includes/v4/desc/att.barline.log/form.txt diff --git a/_includes/dev/desc/att.barline.vis.txt b/_includes/v4/desc/att.barline.vis.txt similarity index 100% rename from _includes/dev/desc/att.barline.vis.txt rename to _includes/v4/desc/att.barline.vis.txt diff --git a/_includes/dev/desc/att.barline.vis/len.txt b/_includes/v4/desc/att.barline.vis/len.txt similarity index 100% rename from _includes/dev/desc/att.barline.vis/len.txt rename to _includes/v4/desc/att.barline.vis/len.txt diff --git a/_includes/dev/desc/att.barline.vis/method.txt b/_includes/v4/desc/att.barline.vis/method.txt similarity index 100% rename from _includes/dev/desc/att.barline.vis/method.txt rename to _includes/v4/desc/att.barline.vis/method.txt diff --git a/_includes/dev/desc/att.barline.vis/place.txt b/_includes/v4/desc/att.barline.vis/place.txt similarity index 100% rename from _includes/dev/desc/att.barline.vis/place.txt rename to _includes/v4/desc/att.barline.vis/place.txt diff --git a/_includes/dev/desc/att.barplacement.txt b/_includes/v4/desc/att.barplacement.txt similarity index 100% rename from _includes/dev/desc/att.barplacement.txt rename to _includes/v4/desc/att.barplacement.txt diff --git a/_includes/dev/desc/att.barplacement/barlinelen.txt b/_includes/v4/desc/att.barplacement/barlinelen.txt similarity index 100% rename from _includes/dev/desc/att.barplacement/barlinelen.txt rename to _includes/v4/desc/att.barplacement/barlinelen.txt diff --git a/_includes/dev/desc/att.barplacement/barplace.txt b/_includes/v4/desc/att.barplacement/barplace.txt similarity index 100% rename from _includes/dev/desc/att.barplacement/barplace.txt rename to _includes/v4/desc/att.barplacement/barplace.txt diff --git a/_includes/dev/desc/att.barplacement/taktplace.txt b/_includes/v4/desc/att.barplacement/taktplace.txt similarity index 100% rename from _includes/dev/desc/att.barplacement/taktplace.txt rename to _includes/v4/desc/att.barplacement/taktplace.txt diff --git a/_includes/dev/desc/att.barring.txt b/_includes/v4/desc/att.barring.txt similarity index 100% rename from _includes/dev/desc/att.barring.txt rename to _includes/v4/desc/att.barring.txt diff --git a/_includes/dev/desc/att.barring/bar.len.txt b/_includes/v4/desc/att.barring/bar.len.txt similarity index 100% rename from _includes/dev/desc/att.barring/bar.len.txt rename to _includes/v4/desc/att.barring/bar.len.txt diff --git a/_includes/dev/desc/att.barring/bar.method.txt b/_includes/v4/desc/att.barring/bar.method.txt similarity index 100% rename from _includes/dev/desc/att.barring/bar.method.txt rename to _includes/v4/desc/att.barring/bar.method.txt diff --git a/_includes/dev/desc/att.barring/bar.place.txt b/_includes/v4/desc/att.barring/bar.place.txt similarity index 100% rename from _includes/dev/desc/att.barring/bar.place.txt rename to _includes/v4/desc/att.barring/bar.place.txt diff --git a/_includes/dev/desc/att.basic.txt b/_includes/v4/desc/att.basic.txt similarity index 100% rename from _includes/dev/desc/att.basic.txt rename to _includes/v4/desc/att.basic.txt diff --git a/_includes/dev/desc/att.basic/xml---base.txt b/_includes/v4/desc/att.basic/xml---base.txt similarity index 100% rename from _includes/dev/desc/att.basic/xml---base.txt rename to _includes/v4/desc/att.basic/xml---base.txt diff --git a/_includes/dev/desc/att.beam.anl.txt b/_includes/v4/desc/att.beam.anl.txt similarity index 100% rename from _includes/dev/desc/att.beam.anl.txt rename to _includes/v4/desc/att.beam.anl.txt diff --git a/_includes/dev/desc/att.beam.ges.txt b/_includes/v4/desc/att.beam.ges.txt similarity index 100% rename from _includes/dev/desc/att.beam.ges.txt rename to _includes/v4/desc/att.beam.ges.txt diff --git a/_includes/dev/desc/att.beam.log.txt b/_includes/v4/desc/att.beam.log.txt similarity index 100% rename from _includes/dev/desc/att.beam.log.txt rename to _includes/v4/desc/att.beam.log.txt diff --git a/_includes/dev/desc/att.beam.vis.txt b/_includes/v4/desc/att.beam.vis.txt similarity index 100% rename from _includes/dev/desc/att.beam.vis.txt rename to _includes/v4/desc/att.beam.vis.txt diff --git a/_includes/dev/desc/att.beamedwith.txt b/_includes/v4/desc/att.beamedwith.txt similarity index 100% rename from _includes/dev/desc/att.beamedwith.txt rename to _includes/v4/desc/att.beamedwith.txt diff --git a/_includes/dev/desc/att.beamedwith/beam.with.txt b/_includes/v4/desc/att.beamedwith/beam.with.txt similarity index 100% rename from _includes/dev/desc/att.beamedwith/beam.with.txt rename to _includes/v4/desc/att.beamedwith/beam.with.txt diff --git a/_includes/dev/desc/att.beaming.log.txt b/_includes/v4/desc/att.beaming.log.txt similarity index 100% rename from _includes/dev/desc/att.beaming.log.txt rename to _includes/v4/desc/att.beaming.log.txt diff --git a/_includes/dev/desc/att.beaming.log/beam.group.txt b/_includes/v4/desc/att.beaming.log/beam.group.txt similarity index 100% rename from _includes/dev/desc/att.beaming.log/beam.group.txt rename to _includes/v4/desc/att.beaming.log/beam.group.txt diff --git a/_includes/dev/desc/att.beaming.log/beam.rests.txt b/_includes/v4/desc/att.beaming.log/beam.rests.txt similarity index 100% rename from _includes/dev/desc/att.beaming.log/beam.rests.txt rename to _includes/v4/desc/att.beaming.log/beam.rests.txt diff --git a/_includes/dev/desc/att.beaming.vis.txt b/_includes/v4/desc/att.beaming.vis.txt similarity index 100% rename from _includes/dev/desc/att.beaming.vis.txt rename to _includes/v4/desc/att.beaming.vis.txt diff --git a/_includes/dev/desc/att.beaming.vis/beam.color.txt b/_includes/v4/desc/att.beaming.vis/beam.color.txt similarity index 100% rename from _includes/dev/desc/att.beaming.vis/beam.color.txt rename to _includes/v4/desc/att.beaming.vis/beam.color.txt diff --git a/_includes/dev/desc/att.beaming.vis/beam.rend.txt b/_includes/v4/desc/att.beaming.vis/beam.rend.txt similarity index 100% rename from _includes/dev/desc/att.beaming.vis/beam.rend.txt rename to _includes/v4/desc/att.beaming.vis/beam.rend.txt diff --git a/_includes/dev/desc/att.beaming.vis/beam.slope.txt b/_includes/v4/desc/att.beaming.vis/beam.slope.txt similarity index 100% rename from _includes/dev/desc/att.beaming.vis/beam.slope.txt rename to _includes/v4/desc/att.beaming.vis/beam.slope.txt diff --git a/_includes/dev/desc/att.beampresent.txt b/_includes/v4/desc/att.beampresent.txt similarity index 100% rename from _includes/dev/desc/att.beampresent.txt rename to _includes/v4/desc/att.beampresent.txt diff --git a/_includes/dev/desc/att.beampresent/beam.txt b/_includes/v4/desc/att.beampresent/beam.txt similarity index 100% rename from _includes/dev/desc/att.beampresent/beam.txt rename to _includes/v4/desc/att.beampresent/beam.txt diff --git a/_includes/dev/desc/att.beamrend.txt b/_includes/v4/desc/att.beamrend.txt similarity index 100% rename from _includes/dev/desc/att.beamrend.txt rename to _includes/v4/desc/att.beamrend.txt diff --git a/_includes/dev/desc/att.beamrend/form.txt b/_includes/v4/desc/att.beamrend/form.txt similarity index 100% rename from _includes/dev/desc/att.beamrend/form.txt rename to _includes/v4/desc/att.beamrend/form.txt diff --git a/_includes/dev/desc/att.beamrend/place.txt b/_includes/v4/desc/att.beamrend/place.txt similarity index 100% rename from _includes/dev/desc/att.beamrend/place.txt rename to _includes/v4/desc/att.beamrend/place.txt diff --git a/_includes/dev/desc/att.beamrend/slash.txt b/_includes/v4/desc/att.beamrend/slash.txt similarity index 100% rename from _includes/dev/desc/att.beamrend/slash.txt rename to _includes/v4/desc/att.beamrend/slash.txt diff --git a/_includes/dev/desc/att.beamrend/slope.txt b/_includes/v4/desc/att.beamrend/slope.txt similarity index 100% rename from _includes/dev/desc/att.beamrend/slope.txt rename to _includes/v4/desc/att.beamrend/slope.txt diff --git a/_includes/dev/desc/att.beamsecondary.txt b/_includes/v4/desc/att.beamsecondary.txt similarity index 100% rename from _includes/dev/desc/att.beamsecondary.txt rename to _includes/v4/desc/att.beamsecondary.txt diff --git a/_includes/dev/desc/att.beamsecondary/breaksec.txt b/_includes/v4/desc/att.beamsecondary/breaksec.txt similarity index 100% rename from _includes/dev/desc/att.beamsecondary/breaksec.txt rename to _includes/v4/desc/att.beamsecondary/breaksec.txt diff --git a/_includes/dev/desc/att.beamspan.anl.txt b/_includes/v4/desc/att.beamspan.anl.txt similarity index 100% rename from _includes/dev/desc/att.beamspan.anl.txt rename to _includes/v4/desc/att.beamspan.anl.txt diff --git a/_includes/dev/desc/att.beamspan.ges.txt b/_includes/v4/desc/att.beamspan.ges.txt similarity index 100% rename from _includes/dev/desc/att.beamspan.ges.txt rename to _includes/v4/desc/att.beamspan.ges.txt diff --git a/_includes/dev/desc/att.beamspan.log.txt b/_includes/v4/desc/att.beamspan.log.txt similarity index 100% rename from _includes/dev/desc/att.beamspan.log.txt rename to _includes/v4/desc/att.beamspan.log.txt diff --git a/_includes/dev/desc/att.beamspan.vis.txt b/_includes/v4/desc/att.beamspan.vis.txt similarity index 100% rename from _includes/dev/desc/att.beamspan.vis.txt rename to _includes/v4/desc/att.beamspan.vis.txt diff --git a/_includes/dev/desc/att.beatrpt.anl.txt b/_includes/v4/desc/att.beatrpt.anl.txt similarity index 100% rename from _includes/dev/desc/att.beatrpt.anl.txt rename to _includes/v4/desc/att.beatrpt.anl.txt diff --git a/_includes/dev/desc/att.beatrpt.ges.txt b/_includes/v4/desc/att.beatrpt.ges.txt similarity index 100% rename from _includes/dev/desc/att.beatrpt.ges.txt rename to _includes/v4/desc/att.beatrpt.ges.txt diff --git a/_includes/dev/desc/att.beatrpt.log.txt b/_includes/v4/desc/att.beatrpt.log.txt similarity index 100% rename from _includes/dev/desc/att.beatrpt.log.txt rename to _includes/v4/desc/att.beatrpt.log.txt diff --git a/_includes/dev/desc/att.beatrpt.log/beatdef.txt b/_includes/v4/desc/att.beatrpt.log/beatdef.txt similarity index 100% rename from _includes/dev/desc/att.beatrpt.log/beatdef.txt rename to _includes/v4/desc/att.beatrpt.log/beatdef.txt diff --git a/_includes/dev/desc/att.beatrpt.vis.txt b/_includes/v4/desc/att.beatrpt.vis.txt similarity index 100% rename from _includes/dev/desc/att.beatrpt.vis.txt rename to _includes/v4/desc/att.beatrpt.vis.txt diff --git a/_includes/dev/desc/att.beatrpt.vis/slash.txt b/_includes/v4/desc/att.beatrpt.vis/slash.txt similarity index 100% rename from _includes/dev/desc/att.beatrpt.vis/slash.txt rename to _includes/v4/desc/att.beatrpt.vis/slash.txt diff --git a/_includes/dev/desc/att.bend.anl.txt b/_includes/v4/desc/att.bend.anl.txt similarity index 100% rename from _includes/dev/desc/att.bend.anl.txt rename to _includes/v4/desc/att.bend.anl.txt diff --git a/_includes/dev/desc/att.bend.ges.txt b/_includes/v4/desc/att.bend.ges.txt similarity index 100% rename from _includes/dev/desc/att.bend.ges.txt rename to _includes/v4/desc/att.bend.ges.txt diff --git a/_includes/dev/desc/att.bend.ges/amount.txt b/_includes/v4/desc/att.bend.ges/amount.txt similarity index 100% rename from _includes/dev/desc/att.bend.ges/amount.txt rename to _includes/v4/desc/att.bend.ges/amount.txt diff --git a/_includes/dev/desc/att.bend.log.txt b/_includes/v4/desc/att.bend.log.txt similarity index 100% rename from _includes/dev/desc/att.bend.log.txt rename to _includes/v4/desc/att.bend.log.txt diff --git a/_includes/dev/desc/att.bend.vis.txt b/_includes/v4/desc/att.bend.vis.txt similarity index 100% rename from _includes/dev/desc/att.bend.vis.txt rename to _includes/v4/desc/att.bend.vis.txt diff --git a/_includes/dev/desc/att.bibl.txt b/_includes/v4/desc/att.bibl.txt similarity index 100% rename from _includes/dev/desc/att.bibl.txt rename to _includes/v4/desc/att.bibl.txt diff --git a/_includes/dev/desc/att.bibl/analog.txt b/_includes/v4/desc/att.bibl/analog.txt similarity index 100% rename from _includes/dev/desc/att.bibl/analog.txt rename to _includes/v4/desc/att.bibl/analog.txt diff --git a/_includes/dev/desc/att.bifoliumsurfaces.txt b/_includes/v4/desc/att.bifoliumsurfaces.txt similarity index 100% rename from _includes/dev/desc/att.bifoliumsurfaces.txt rename to _includes/v4/desc/att.bifoliumsurfaces.txt diff --git a/_includes/dev/desc/att.bifoliumsurfaces/inner.recto.txt b/_includes/v4/desc/att.bifoliumsurfaces/inner.recto.txt similarity index 100% rename from _includes/dev/desc/att.bifoliumsurfaces/inner.recto.txt rename to _includes/v4/desc/att.bifoliumsurfaces/inner.recto.txt diff --git a/_includes/dev/desc/att.bifoliumsurfaces/inner.verso.txt b/_includes/v4/desc/att.bifoliumsurfaces/inner.verso.txt similarity index 100% rename from _includes/dev/desc/att.bifoliumsurfaces/inner.verso.txt rename to _includes/v4/desc/att.bifoliumsurfaces/inner.verso.txt diff --git a/_includes/dev/desc/att.bifoliumsurfaces/outer.recto.txt b/_includes/v4/desc/att.bifoliumsurfaces/outer.recto.txt similarity index 100% rename from _includes/dev/desc/att.bifoliumsurfaces/outer.recto.txt rename to _includes/v4/desc/att.bifoliumsurfaces/outer.recto.txt diff --git a/_includes/dev/desc/att.bifoliumsurfaces/outer.verso.txt b/_includes/v4/desc/att.bifoliumsurfaces/outer.verso.txt similarity index 100% rename from _includes/dev/desc/att.bifoliumsurfaces/outer.verso.txt rename to _includes/v4/desc/att.bifoliumsurfaces/outer.verso.txt diff --git a/_includes/dev/desc/att.bracketspan.anl.txt b/_includes/v4/desc/att.bracketspan.anl.txt similarity index 100% rename from _includes/dev/desc/att.bracketspan.anl.txt rename to _includes/v4/desc/att.bracketspan.anl.txt diff --git a/_includes/dev/desc/att.bracketspan.ges.txt b/_includes/v4/desc/att.bracketspan.ges.txt similarity index 100% rename from _includes/dev/desc/att.bracketspan.ges.txt rename to _includes/v4/desc/att.bracketspan.ges.txt diff --git a/_includes/dev/desc/att.bracketspan.log.txt b/_includes/v4/desc/att.bracketspan.log.txt similarity index 100% rename from _includes/dev/desc/att.bracketspan.log.txt rename to _includes/v4/desc/att.bracketspan.log.txt diff --git a/_includes/dev/desc/att.bracketspan.vis.txt b/_includes/v4/desc/att.bracketspan.vis.txt similarity index 100% rename from _includes/dev/desc/att.bracketspan.vis.txt rename to _includes/v4/desc/att.bracketspan.vis.txt diff --git a/_includes/dev/desc/att.breath.anl.txt b/_includes/v4/desc/att.breath.anl.txt similarity index 100% rename from _includes/dev/desc/att.breath.anl.txt rename to _includes/v4/desc/att.breath.anl.txt diff --git a/_includes/dev/desc/att.breath.ges.txt b/_includes/v4/desc/att.breath.ges.txt similarity index 100% rename from _includes/dev/desc/att.breath.ges.txt rename to _includes/v4/desc/att.breath.ges.txt diff --git a/_includes/dev/desc/att.breath.log.txt b/_includes/v4/desc/att.breath.log.txt similarity index 100% rename from _includes/dev/desc/att.breath.log.txt rename to _includes/v4/desc/att.breath.log.txt diff --git a/_includes/dev/desc/att.breath.vis.txt b/_includes/v4/desc/att.breath.vis.txt similarity index 100% rename from _includes/dev/desc/att.breath.vis.txt rename to _includes/v4/desc/att.breath.vis.txt diff --git a/_includes/dev/desc/att.btrem.anl.txt b/_includes/v4/desc/att.btrem.anl.txt similarity index 100% rename from _includes/dev/desc/att.btrem.anl.txt rename to _includes/v4/desc/att.btrem.anl.txt diff --git a/_includes/dev/desc/att.btrem.ges.txt b/_includes/v4/desc/att.btrem.ges.txt similarity index 100% rename from _includes/dev/desc/att.btrem.ges.txt rename to _includes/v4/desc/att.btrem.ges.txt diff --git a/_includes/dev/desc/att.btrem.log.txt b/_includes/v4/desc/att.btrem.log.txt similarity index 100% rename from _includes/dev/desc/att.btrem.log.txt rename to _includes/v4/desc/att.btrem.log.txt diff --git a/_includes/dev/desc/att.btrem.log/form.txt b/_includes/v4/desc/att.btrem.log/form.txt similarity index 100% rename from _includes/dev/desc/att.btrem.log/form.txt rename to _includes/v4/desc/att.btrem.log/form.txt diff --git a/_includes/dev/desc/att.btrem.vis.txt b/_includes/v4/desc/att.btrem.vis.txt similarity index 100% rename from _includes/dev/desc/att.btrem.vis.txt rename to _includes/v4/desc/att.btrem.vis.txt diff --git a/_includes/dev/desc/att.caesura.anl.txt b/_includes/v4/desc/att.caesura.anl.txt similarity index 100% rename from _includes/dev/desc/att.caesura.anl.txt rename to _includes/v4/desc/att.caesura.anl.txt diff --git a/_includes/dev/desc/att.caesura.ges.txt b/_includes/v4/desc/att.caesura.ges.txt similarity index 100% rename from _includes/dev/desc/att.caesura.ges.txt rename to _includes/v4/desc/att.caesura.ges.txt diff --git a/_includes/dev/desc/att.caesura.log.txt b/_includes/v4/desc/att.caesura.log.txt similarity index 100% rename from _includes/dev/desc/att.caesura.log.txt rename to _includes/v4/desc/att.caesura.log.txt diff --git a/_includes/dev/desc/att.caesura.vis.txt b/_includes/v4/desc/att.caesura.vis.txt similarity index 100% rename from _includes/dev/desc/att.caesura.vis.txt rename to _includes/v4/desc/att.caesura.vis.txt diff --git a/_includes/dev/desc/att.calendared.txt b/_includes/v4/desc/att.calendared.txt similarity index 100% rename from _includes/dev/desc/att.calendared.txt rename to _includes/v4/desc/att.calendared.txt diff --git a/_includes/dev/desc/att.calendared/calendar.txt b/_includes/v4/desc/att.calendared/calendar.txt similarity index 100% rename from _includes/dev/desc/att.calendared/calendar.txt rename to _includes/v4/desc/att.calendared/calendar.txt diff --git a/_includes/dev/desc/att.canonical.txt b/_includes/v4/desc/att.canonical.txt similarity index 100% rename from _includes/dev/desc/att.canonical.txt rename to _includes/v4/desc/att.canonical.txt diff --git a/_includes/dev/desc/att.canonical/codedval.txt b/_includes/v4/desc/att.canonical/codedval.txt similarity index 100% rename from _includes/dev/desc/att.canonical/codedval.txt rename to _includes/v4/desc/att.canonical/codedval.txt diff --git a/_includes/dev/desc/att.channelized.txt b/_includes/v4/desc/att.channelized.txt similarity index 100% rename from _includes/dev/desc/att.channelized.txt rename to _includes/v4/desc/att.channelized.txt diff --git a/_includes/dev/desc/att.channelized/midi.channel.txt b/_includes/v4/desc/att.channelized/midi.channel.txt similarity index 100% rename from _includes/dev/desc/att.channelized/midi.channel.txt rename to _includes/v4/desc/att.channelized/midi.channel.txt diff --git a/_includes/dev/desc/att.channelized/midi.duty.txt b/_includes/v4/desc/att.channelized/midi.duty.txt similarity index 100% rename from _includes/dev/desc/att.channelized/midi.duty.txt rename to _includes/v4/desc/att.channelized/midi.duty.txt diff --git a/_includes/dev/desc/att.channelized/midi.port.txt b/_includes/v4/desc/att.channelized/midi.port.txt similarity index 100% rename from _includes/dev/desc/att.channelized/midi.port.txt rename to _includes/v4/desc/att.channelized/midi.port.txt diff --git a/_includes/dev/desc/att.channelized/midi.track.txt b/_includes/v4/desc/att.channelized/midi.track.txt similarity index 100% rename from _includes/dev/desc/att.channelized/midi.track.txt rename to _includes/v4/desc/att.channelized/midi.track.txt diff --git a/_includes/dev/desc/att.chord.anl.cmn.txt b/_includes/v4/desc/att.chord.anl.cmn.txt similarity index 100% rename from _includes/dev/desc/att.chord.anl.cmn.txt rename to _includes/v4/desc/att.chord.anl.cmn.txt diff --git a/_includes/dev/desc/att.chord.anl.txt b/_includes/v4/desc/att.chord.anl.txt similarity index 100% rename from _includes/dev/desc/att.chord.anl.txt rename to _includes/v4/desc/att.chord.anl.txt diff --git a/_includes/dev/desc/att.chord.ges.cmn.txt b/_includes/v4/desc/att.chord.ges.cmn.txt similarity index 100% rename from _includes/dev/desc/att.chord.ges.cmn.txt rename to _includes/v4/desc/att.chord.ges.cmn.txt diff --git a/_includes/dev/desc/att.chord.ges.txt b/_includes/v4/desc/att.chord.ges.txt similarity index 100% rename from _includes/dev/desc/att.chord.ges.txt rename to _includes/v4/desc/att.chord.ges.txt diff --git a/_includes/dev/desc/att.chord.log.cmn.txt b/_includes/v4/desc/att.chord.log.cmn.txt similarity index 100% rename from _includes/dev/desc/att.chord.log.cmn.txt rename to _includes/v4/desc/att.chord.log.cmn.txt diff --git a/_includes/dev/desc/att.chord.log.txt b/_includes/v4/desc/att.chord.log.txt similarity index 100% rename from _includes/dev/desc/att.chord.log.txt rename to _includes/v4/desc/att.chord.log.txt diff --git a/_includes/dev/desc/att.chord.vis.cmn.txt b/_includes/v4/desc/att.chord.vis.cmn.txt similarity index 100% rename from _includes/dev/desc/att.chord.vis.cmn.txt rename to _includes/v4/desc/att.chord.vis.cmn.txt diff --git a/_includes/dev/desc/att.chord.vis.txt b/_includes/v4/desc/att.chord.vis.txt similarity index 100% rename from _includes/dev/desc/att.chord.vis.txt rename to _includes/v4/desc/att.chord.vis.txt diff --git a/_includes/dev/desc/att.chord.vis/cluster.txt b/_includes/v4/desc/att.chord.vis/cluster.txt similarity index 100% rename from _includes/dev/desc/att.chord.vis/cluster.txt rename to _includes/v4/desc/att.chord.vis/cluster.txt diff --git a/_includes/dev/desc/att.chorddef.anl.txt b/_includes/v4/desc/att.chorddef.anl.txt similarity index 100% rename from _includes/dev/desc/att.chorddef.anl.txt rename to _includes/v4/desc/att.chorddef.anl.txt diff --git a/_includes/dev/desc/att.chorddef.ges.txt b/_includes/v4/desc/att.chorddef.ges.txt similarity index 100% rename from _includes/dev/desc/att.chorddef.ges.txt rename to _includes/v4/desc/att.chorddef.ges.txt diff --git a/_includes/dev/desc/att.chorddef.log.txt b/_includes/v4/desc/att.chorddef.log.txt similarity index 100% rename from _includes/dev/desc/att.chorddef.log.txt rename to _includes/v4/desc/att.chorddef.log.txt diff --git a/_includes/dev/desc/att.chorddef.log/pos.txt b/_includes/v4/desc/att.chorddef.log/pos.txt similarity index 100% rename from _includes/dev/desc/att.chorddef.log/pos.txt rename to _includes/v4/desc/att.chorddef.log/pos.txt diff --git a/_includes/dev/desc/att.chorddef.vis.txt b/_includes/v4/desc/att.chorddef.vis.txt similarity index 100% rename from _includes/dev/desc/att.chorddef.vis.txt rename to _includes/v4/desc/att.chorddef.vis.txt diff --git a/_includes/dev/desc/att.chordmember.anl.txt b/_includes/v4/desc/att.chordmember.anl.txt similarity index 100% rename from _includes/dev/desc/att.chordmember.anl.txt rename to _includes/v4/desc/att.chordmember.anl.txt diff --git a/_includes/dev/desc/att.chordmember.ges.txt b/_includes/v4/desc/att.chordmember.ges.txt similarity index 100% rename from _includes/dev/desc/att.chordmember.ges.txt rename to _includes/v4/desc/att.chordmember.ges.txt diff --git a/_includes/dev/desc/att.chordmember.log.txt b/_includes/v4/desc/att.chordmember.log.txt similarity index 100% rename from _includes/dev/desc/att.chordmember.log.txt rename to _includes/v4/desc/att.chordmember.log.txt diff --git a/_includes/dev/desc/att.chordmember.log/fing.txt b/_includes/v4/desc/att.chordmember.log/fing.txt similarity index 100% rename from _includes/dev/desc/att.chordmember.log/fing.txt rename to _includes/v4/desc/att.chordmember.log/fing.txt diff --git a/_includes/dev/desc/att.chordmember.log/fret.txt b/_includes/v4/desc/att.chordmember.log/fret.txt similarity index 100% rename from _includes/dev/desc/att.chordmember.log/fret.txt rename to _includes/v4/desc/att.chordmember.log/fret.txt diff --git a/_includes/dev/desc/att.chordmember.log/string.txt b/_includes/v4/desc/att.chordmember.log/string.txt similarity index 100% rename from _includes/dev/desc/att.chordmember.log/string.txt rename to _includes/v4/desc/att.chordmember.log/string.txt diff --git a/_includes/dev/desc/att.chordmember.vis.txt b/_includes/v4/desc/att.chordmember.vis.txt similarity index 100% rename from _includes/dev/desc/att.chordmember.vis.txt rename to _includes/v4/desc/att.chordmember.vis.txt diff --git a/_includes/dev/desc/att.classed.txt b/_includes/v4/desc/att.classed.txt similarity index 100% rename from _includes/dev/desc/att.classed.txt rename to _includes/v4/desc/att.classed.txt diff --git a/_includes/dev/desc/att.classed/class.txt b/_includes/v4/desc/att.classed/class.txt similarity index 100% rename from _includes/dev/desc/att.classed/class.txt rename to _includes/v4/desc/att.classed/class.txt diff --git a/_includes/dev/desc/att.clef.anl.txt b/_includes/v4/desc/att.clef.anl.txt similarity index 100% rename from _includes/dev/desc/att.clef.anl.txt rename to _includes/v4/desc/att.clef.anl.txt diff --git a/_includes/dev/desc/att.clef.ges.txt b/_includes/v4/desc/att.clef.ges.txt similarity index 100% rename from _includes/dev/desc/att.clef.ges.txt rename to _includes/v4/desc/att.clef.ges.txt diff --git a/_includes/dev/desc/att.clef.log.txt b/_includes/v4/desc/att.clef.log.txt similarity index 100% rename from _includes/dev/desc/att.clef.log.txt rename to _includes/v4/desc/att.clef.log.txt diff --git a/_includes/dev/desc/att.clef.log/cautionary.txt b/_includes/v4/desc/att.clef.log/cautionary.txt similarity index 100% rename from _includes/dev/desc/att.clef.log/cautionary.txt rename to _includes/v4/desc/att.clef.log/cautionary.txt diff --git a/_includes/dev/desc/att.clef.vis.txt b/_includes/v4/desc/att.clef.vis.txt similarity index 100% rename from _includes/dev/desc/att.clef.vis.txt rename to _includes/v4/desc/att.clef.vis.txt diff --git a/_includes/dev/desc/att.cleffing.log.txt b/_includes/v4/desc/att.cleffing.log.txt similarity index 100% rename from _includes/dev/desc/att.cleffing.log.txt rename to _includes/v4/desc/att.cleffing.log.txt diff --git a/_includes/dev/desc/att.cleffing.log/clef.dis.place.txt b/_includes/v4/desc/att.cleffing.log/clef.dis.place.txt similarity index 100% rename from _includes/dev/desc/att.cleffing.log/clef.dis.place.txt rename to _includes/v4/desc/att.cleffing.log/clef.dis.place.txt diff --git a/_includes/dev/desc/att.cleffing.log/clef.dis.txt b/_includes/v4/desc/att.cleffing.log/clef.dis.txt similarity index 100% rename from _includes/dev/desc/att.cleffing.log/clef.dis.txt rename to _includes/v4/desc/att.cleffing.log/clef.dis.txt diff --git a/_includes/dev/desc/att.cleffing.log/clef.line.txt b/_includes/v4/desc/att.cleffing.log/clef.line.txt similarity index 100% rename from _includes/dev/desc/att.cleffing.log/clef.line.txt rename to _includes/v4/desc/att.cleffing.log/clef.line.txt diff --git a/_includes/dev/desc/att.cleffing.log/clef.shape.txt b/_includes/v4/desc/att.cleffing.log/clef.shape.txt similarity index 100% rename from _includes/dev/desc/att.cleffing.log/clef.shape.txt rename to _includes/v4/desc/att.cleffing.log/clef.shape.txt diff --git a/_includes/dev/desc/att.cleffing.vis.txt b/_includes/v4/desc/att.cleffing.vis.txt similarity index 100% rename from _includes/dev/desc/att.cleffing.vis.txt rename to _includes/v4/desc/att.cleffing.vis.txt diff --git a/_includes/dev/desc/att.cleffing.vis/clef.color.txt b/_includes/v4/desc/att.cleffing.vis/clef.color.txt similarity index 100% rename from _includes/dev/desc/att.cleffing.vis/clef.color.txt rename to _includes/v4/desc/att.cleffing.vis/clef.color.txt diff --git a/_includes/dev/desc/att.cleffing.vis/clef.visible.txt b/_includes/v4/desc/att.cleffing.vis/clef.visible.txt similarity index 100% rename from _includes/dev/desc/att.cleffing.vis/clef.visible.txt rename to _includes/v4/desc/att.cleffing.vis/clef.visible.txt diff --git a/_includes/dev/desc/att.clefgrp.anl.txt b/_includes/v4/desc/att.clefgrp.anl.txt similarity index 100% rename from _includes/dev/desc/att.clefgrp.anl.txt rename to _includes/v4/desc/att.clefgrp.anl.txt diff --git a/_includes/dev/desc/att.clefgrp.ges.txt b/_includes/v4/desc/att.clefgrp.ges.txt similarity index 100% rename from _includes/dev/desc/att.clefgrp.ges.txt rename to _includes/v4/desc/att.clefgrp.ges.txt diff --git a/_includes/dev/desc/att.clefgrp.log.txt b/_includes/v4/desc/att.clefgrp.log.txt similarity index 100% rename from _includes/dev/desc/att.clefgrp.log.txt rename to _includes/v4/desc/att.clefgrp.log.txt diff --git a/_includes/dev/desc/att.clefgrp.vis.txt b/_includes/v4/desc/att.clefgrp.vis.txt similarity index 100% rename from _includes/dev/desc/att.clefgrp.vis.txt rename to _includes/v4/desc/att.clefgrp.vis.txt diff --git a/_includes/dev/desc/att.clefshape.txt b/_includes/v4/desc/att.clefshape.txt similarity index 100% rename from _includes/dev/desc/att.clefshape.txt rename to _includes/v4/desc/att.clefshape.txt diff --git a/_includes/dev/desc/att.clefshape/shape.txt b/_includes/v4/desc/att.clefshape/shape.txt similarity index 100% rename from _includes/dev/desc/att.clefshape/shape.txt rename to _includes/v4/desc/att.clefshape/shape.txt diff --git a/_includes/dev/desc/att.color.txt b/_includes/v4/desc/att.color.txt similarity index 100% rename from _includes/dev/desc/att.color.txt rename to _includes/v4/desc/att.color.txt diff --git a/_includes/dev/desc/att.color/color.txt b/_includes/v4/desc/att.color/color.txt similarity index 100% rename from _includes/dev/desc/att.color/color.txt rename to _includes/v4/desc/att.color/color.txt diff --git a/_includes/dev/desc/att.coloration.txt b/_includes/v4/desc/att.coloration.txt similarity index 100% rename from _includes/dev/desc/att.coloration.txt rename to _includes/v4/desc/att.coloration.txt diff --git a/_includes/dev/desc/att.coloration/colored.txt b/_includes/v4/desc/att.coloration/colored.txt similarity index 100% rename from _includes/dev/desc/att.coloration/colored.txt rename to _includes/v4/desc/att.coloration/colored.txt diff --git a/_includes/dev/desc/att.common.txt b/_includes/v4/desc/att.common.txt similarity index 100% rename from _includes/dev/desc/att.common.txt rename to _includes/v4/desc/att.common.txt diff --git a/_includes/dev/desc/att.componenttype.txt b/_includes/v4/desc/att.componenttype.txt similarity index 100% rename from _includes/dev/desc/att.componenttype.txt rename to _includes/v4/desc/att.componenttype.txt diff --git a/_includes/dev/desc/att.componenttype/comptype.txt b/_includes/v4/desc/att.componenttype/comptype.txt similarity index 100% rename from _includes/dev/desc/att.componenttype/comptype.txt rename to _includes/v4/desc/att.componenttype/comptype.txt diff --git a/_includes/dev/desc/att.controlevent.txt b/_includes/v4/desc/att.controlevent.txt similarity index 100% rename from _includes/dev/desc/att.controlevent.txt rename to _includes/v4/desc/att.controlevent.txt diff --git a/_includes/dev/desc/att.coordinated.txt b/_includes/v4/desc/att.coordinated.txt similarity index 100% rename from _includes/dev/desc/att.coordinated.txt rename to _includes/v4/desc/att.coordinated.txt diff --git a/_includes/dev/desc/att.coordinated/lrx.txt b/_includes/v4/desc/att.coordinated/lrx.txt similarity index 100% rename from _includes/dev/desc/att.coordinated/lrx.txt rename to _includes/v4/desc/att.coordinated/lrx.txt diff --git a/_includes/dev/desc/att.coordinated/lry.txt b/_includes/v4/desc/att.coordinated/lry.txt similarity index 100% rename from _includes/dev/desc/att.coordinated/lry.txt rename to _includes/v4/desc/att.coordinated/lry.txt diff --git a/_includes/dev/desc/att.coordinated/ulx.txt b/_includes/v4/desc/att.coordinated/ulx.txt similarity index 100% rename from _includes/dev/desc/att.coordinated/ulx.txt rename to _includes/v4/desc/att.coordinated/ulx.txt diff --git a/_includes/dev/desc/att.coordinated/uly.txt b/_includes/v4/desc/att.coordinated/uly.txt similarity index 100% rename from _includes/dev/desc/att.coordinated/uly.txt rename to _includes/v4/desc/att.coordinated/uly.txt diff --git a/_includes/dev/desc/att.cpmark.anl.txt b/_includes/v4/desc/att.cpmark.anl.txt similarity index 100% rename from _includes/dev/desc/att.cpmark.anl.txt rename to _includes/v4/desc/att.cpmark.anl.txt diff --git a/_includes/dev/desc/att.cpmark.ges.txt b/_includes/v4/desc/att.cpmark.ges.txt similarity index 100% rename from _includes/dev/desc/att.cpmark.ges.txt rename to _includes/v4/desc/att.cpmark.ges.txt diff --git a/_includes/dev/desc/att.cpmark.log.txt b/_includes/v4/desc/att.cpmark.log.txt similarity index 100% rename from _includes/dev/desc/att.cpmark.log.txt rename to _includes/v4/desc/att.cpmark.log.txt diff --git a/_includes/dev/desc/att.cpmark.vis.txt b/_includes/v4/desc/att.cpmark.vis.txt similarity index 100% rename from _includes/dev/desc/att.cpmark.vis.txt rename to _includes/v4/desc/att.cpmark.vis.txt diff --git a/_includes/dev/desc/att.crit.txt b/_includes/v4/desc/att.crit.txt similarity index 100% rename from _includes/dev/desc/att.crit.txt rename to _includes/v4/desc/att.crit.txt diff --git a/_includes/dev/desc/att.crit/cause.txt b/_includes/v4/desc/att.crit/cause.txt similarity index 100% rename from _includes/dev/desc/att.crit/cause.txt rename to _includes/v4/desc/att.crit/cause.txt diff --git a/_includes/dev/desc/att.cue.txt b/_includes/v4/desc/att.cue.txt similarity index 100% rename from _includes/dev/desc/att.cue.txt rename to _includes/v4/desc/att.cue.txt diff --git a/_includes/dev/desc/att.cue/cue.txt b/_includes/v4/desc/att.cue/cue.txt similarity index 100% rename from _includes/dev/desc/att.cue/cue.txt rename to _includes/v4/desc/att.cue/cue.txt diff --git a/_includes/dev/desc/att.curvature.txt b/_includes/v4/desc/att.curvature.txt similarity index 100% rename from _includes/dev/desc/att.curvature.txt rename to _includes/v4/desc/att.curvature.txt diff --git a/_includes/dev/desc/att.curvature/bezier.txt b/_includes/v4/desc/att.curvature/bezier.txt similarity index 100% rename from _includes/dev/desc/att.curvature/bezier.txt rename to _includes/v4/desc/att.curvature/bezier.txt diff --git a/_includes/dev/desc/att.curvature/bulge.txt b/_includes/v4/desc/att.curvature/bulge.txt similarity index 100% rename from _includes/dev/desc/att.curvature/bulge.txt rename to _includes/v4/desc/att.curvature/bulge.txt diff --git a/_includes/dev/desc/att.curvature/curvedir.txt b/_includes/v4/desc/att.curvature/curvedir.txt similarity index 100% rename from _includes/dev/desc/att.curvature/curvedir.txt rename to _includes/v4/desc/att.curvature/curvedir.txt diff --git a/_includes/dev/desc/att.curve.anl.txt b/_includes/v4/desc/att.curve.anl.txt similarity index 100% rename from _includes/dev/desc/att.curve.anl.txt rename to _includes/v4/desc/att.curve.anl.txt diff --git a/_includes/dev/desc/att.curve.ges.txt b/_includes/v4/desc/att.curve.ges.txt similarity index 100% rename from _includes/dev/desc/att.curve.ges.txt rename to _includes/v4/desc/att.curve.ges.txt diff --git a/_includes/dev/desc/att.curve.log.txt b/_includes/v4/desc/att.curve.log.txt similarity index 100% rename from _includes/dev/desc/att.curve.log.txt rename to _includes/v4/desc/att.curve.log.txt diff --git a/_includes/dev/desc/att.curve.log/func.txt b/_includes/v4/desc/att.curve.log/func.txt similarity index 100% rename from _includes/dev/desc/att.curve.log/func.txt rename to _includes/v4/desc/att.curve.log/func.txt diff --git a/_includes/dev/desc/att.curve.vis.txt b/_includes/v4/desc/att.curve.vis.txt similarity index 100% rename from _includes/dev/desc/att.curve.vis.txt rename to _includes/v4/desc/att.curve.vis.txt diff --git a/_includes/dev/desc/att.curverend.txt b/_includes/v4/desc/att.curverend.txt similarity index 100% rename from _includes/dev/desc/att.curverend.txt rename to _includes/v4/desc/att.curverend.txt diff --git a/_includes/dev/desc/att.curverend/lform.txt b/_includes/v4/desc/att.curverend/lform.txt similarity index 100% rename from _includes/dev/desc/att.curverend/lform.txt rename to _includes/v4/desc/att.curverend/lform.txt diff --git a/_includes/dev/desc/att.curverend/lwidth.txt b/_includes/v4/desc/att.curverend/lwidth.txt similarity index 100% rename from _includes/dev/desc/att.curverend/lwidth.txt rename to _includes/v4/desc/att.curverend/lwidth.txt diff --git a/_includes/dev/desc/att.custos.anl.txt b/_includes/v4/desc/att.custos.anl.txt similarity index 100% rename from _includes/dev/desc/att.custos.anl.txt rename to _includes/v4/desc/att.custos.anl.txt diff --git a/_includes/dev/desc/att.custos.ges.txt b/_includes/v4/desc/att.custos.ges.txt similarity index 100% rename from _includes/dev/desc/att.custos.ges.txt rename to _includes/v4/desc/att.custos.ges.txt diff --git a/_includes/dev/desc/att.custos.log.txt b/_includes/v4/desc/att.custos.log.txt similarity index 100% rename from _includes/dev/desc/att.custos.log.txt rename to _includes/v4/desc/att.custos.log.txt diff --git a/_includes/dev/desc/att.custos.log/target.txt b/_includes/v4/desc/att.custos.log/target.txt similarity index 100% rename from _includes/dev/desc/att.custos.log/target.txt rename to _includes/v4/desc/att.custos.log/target.txt diff --git a/_includes/dev/desc/att.custos.vis.txt b/_includes/v4/desc/att.custos.vis.txt similarity index 100% rename from _includes/dev/desc/att.custos.vis.txt rename to _includes/v4/desc/att.custos.vis.txt diff --git a/_includes/dev/desc/att.cutout.txt b/_includes/v4/desc/att.cutout.txt similarity index 100% rename from _includes/dev/desc/att.cutout.txt rename to _includes/v4/desc/att.cutout.txt diff --git a/_includes/dev/desc/att.cutout/cutout.txt b/_includes/v4/desc/att.cutout/cutout.txt similarity index 100% rename from _includes/dev/desc/att.cutout/cutout.txt rename to _includes/v4/desc/att.cutout/cutout.txt diff --git a/_includes/dev/desc/att.datable.txt b/_includes/v4/desc/att.datable.txt similarity index 100% rename from _includes/dev/desc/att.datable.txt rename to _includes/v4/desc/att.datable.txt diff --git a/_includes/dev/desc/att.datable/enddate.txt b/_includes/v4/desc/att.datable/enddate.txt similarity index 100% rename from _includes/dev/desc/att.datable/enddate.txt rename to _includes/v4/desc/att.datable/enddate.txt diff --git a/_includes/dev/desc/att.datable/isodate.txt b/_includes/v4/desc/att.datable/isodate.txt similarity index 100% rename from _includes/dev/desc/att.datable/isodate.txt rename to _includes/v4/desc/att.datable/isodate.txt diff --git a/_includes/dev/desc/att.datable/notafter.txt b/_includes/v4/desc/att.datable/notafter.txt similarity index 100% rename from _includes/dev/desc/att.datable/notafter.txt rename to _includes/v4/desc/att.datable/notafter.txt diff --git a/_includes/dev/desc/att.datable/notbefore.txt b/_includes/v4/desc/att.datable/notbefore.txt similarity index 100% rename from _includes/dev/desc/att.datable/notbefore.txt rename to _includes/v4/desc/att.datable/notbefore.txt diff --git a/_includes/dev/desc/att.datable/startdate.txt b/_includes/v4/desc/att.datable/startdate.txt similarity index 100% rename from _includes/dev/desc/att.datable/startdate.txt rename to _includes/v4/desc/att.datable/startdate.txt diff --git a/_includes/dev/desc/att.datapointing.txt b/_includes/v4/desc/att.datapointing.txt similarity index 100% rename from _includes/dev/desc/att.datapointing.txt rename to _includes/v4/desc/att.datapointing.txt diff --git a/_includes/dev/desc/att.datapointing/data.txt b/_includes/v4/desc/att.datapointing/data.txt similarity index 100% rename from _includes/dev/desc/att.datapointing/data.txt rename to _includes/v4/desc/att.datapointing/data.txt diff --git a/_includes/dev/desc/att.dimensions.txt b/_includes/v4/desc/att.dimensions.txt similarity index 100% rename from _includes/dev/desc/att.dimensions.txt rename to _includes/v4/desc/att.dimensions.txt diff --git a/_includes/dev/desc/att.dir.anl.txt b/_includes/v4/desc/att.dir.anl.txt similarity index 100% rename from _includes/dev/desc/att.dir.anl.txt rename to _includes/v4/desc/att.dir.anl.txt diff --git a/_includes/dev/desc/att.dir.ges.txt b/_includes/v4/desc/att.dir.ges.txt similarity index 100% rename from _includes/dev/desc/att.dir.ges.txt rename to _includes/v4/desc/att.dir.ges.txt diff --git a/_includes/dev/desc/att.dir.log.txt b/_includes/v4/desc/att.dir.log.txt similarity index 100% rename from _includes/dev/desc/att.dir.log.txt rename to _includes/v4/desc/att.dir.log.txt diff --git a/_includes/dev/desc/att.dir.vis.txt b/_includes/v4/desc/att.dir.vis.txt similarity index 100% rename from _includes/dev/desc/att.dir.vis.txt rename to _includes/v4/desc/att.dir.vis.txt diff --git a/_includes/dev/desc/att.distances.txt b/_includes/v4/desc/att.distances.txt similarity index 100% rename from _includes/dev/desc/att.distances.txt rename to _includes/v4/desc/att.distances.txt diff --git a/_includes/dev/desc/att.distances/dynam.dist.txt b/_includes/v4/desc/att.distances/dynam.dist.txt similarity index 100% rename from _includes/dev/desc/att.distances/dynam.dist.txt rename to _includes/v4/desc/att.distances/dynam.dist.txt diff --git a/_includes/dev/desc/att.distances/harm.dist.txt b/_includes/v4/desc/att.distances/harm.dist.txt similarity index 100% rename from _includes/dev/desc/att.distances/harm.dist.txt rename to _includes/v4/desc/att.distances/harm.dist.txt diff --git a/_includes/dev/desc/att.distances/text.dist.txt b/_includes/v4/desc/att.distances/text.dist.txt similarity index 100% rename from _includes/dev/desc/att.distances/text.dist.txt rename to _includes/v4/desc/att.distances/text.dist.txt diff --git a/_includes/dev/desc/att.dot.anl.txt b/_includes/v4/desc/att.dot.anl.txt similarity index 100% rename from _includes/dev/desc/att.dot.anl.txt rename to _includes/v4/desc/att.dot.anl.txt diff --git a/_includes/dev/desc/att.dot.ges.txt b/_includes/v4/desc/att.dot.ges.txt similarity index 100% rename from _includes/dev/desc/att.dot.ges.txt rename to _includes/v4/desc/att.dot.ges.txt diff --git a/_includes/dev/desc/att.dot.log.txt b/_includes/v4/desc/att.dot.log.txt similarity index 100% rename from _includes/dev/desc/att.dot.log.txt rename to _includes/v4/desc/att.dot.log.txt diff --git a/_includes/dev/desc/att.dot.log/form.txt b/_includes/v4/desc/att.dot.log/form.txt similarity index 100% rename from _includes/dev/desc/att.dot.log/form.txt rename to _includes/v4/desc/att.dot.log/form.txt diff --git a/_includes/dev/desc/att.dot.vis.txt b/_includes/v4/desc/att.dot.vis.txt similarity index 100% rename from _includes/dev/desc/att.dot.vis.txt rename to _includes/v4/desc/att.dot.vis.txt diff --git a/_includes/dev/desc/att.duration.additive.txt b/_includes/v4/desc/att.duration.additive.txt similarity index 100% rename from _includes/dev/desc/att.duration.additive.txt rename to _includes/v4/desc/att.duration.additive.txt diff --git a/_includes/dev/desc/att.duration.additive/dur.txt b/_includes/v4/desc/att.duration.additive/dur.txt similarity index 100% rename from _includes/dev/desc/att.duration.additive/dur.txt rename to _includes/v4/desc/att.duration.additive/dur.txt diff --git a/_includes/dev/desc/att.duration.default.txt b/_includes/v4/desc/att.duration.default.txt similarity index 100% rename from _includes/dev/desc/att.duration.default.txt rename to _includes/v4/desc/att.duration.default.txt diff --git a/_includes/dev/desc/att.duration.default/dur.default.txt b/_includes/v4/desc/att.duration.default/dur.default.txt similarity index 100% rename from _includes/dev/desc/att.duration.default/dur.default.txt rename to _includes/v4/desc/att.duration.default/dur.default.txt diff --git a/_includes/dev/desc/att.duration.default/num.default.txt b/_includes/v4/desc/att.duration.default/num.default.txt similarity index 100% rename from _includes/dev/desc/att.duration.default/num.default.txt rename to _includes/v4/desc/att.duration.default/num.default.txt diff --git a/_includes/dev/desc/att.duration.default/numbase.default.txt b/_includes/v4/desc/att.duration.default/numbase.default.txt similarity index 100% rename from _includes/dev/desc/att.duration.default/numbase.default.txt rename to _includes/v4/desc/att.duration.default/numbase.default.txt diff --git a/_includes/dev/desc/att.duration.gestural.txt b/_includes/v4/desc/att.duration.gestural.txt similarity index 100% rename from _includes/dev/desc/att.duration.gestural.txt rename to _includes/v4/desc/att.duration.gestural.txt diff --git a/_includes/dev/desc/att.duration.gestural/dots.ges.txt b/_includes/v4/desc/att.duration.gestural/dots.ges.txt similarity index 100% rename from _includes/dev/desc/att.duration.gestural/dots.ges.txt rename to _includes/v4/desc/att.duration.gestural/dots.ges.txt diff --git a/_includes/dev/desc/att.duration.gestural/dur.ges.txt b/_includes/v4/desc/att.duration.gestural/dur.ges.txt similarity index 100% rename from _includes/dev/desc/att.duration.gestural/dur.ges.txt rename to _includes/v4/desc/att.duration.gestural/dur.ges.txt diff --git a/_includes/dev/desc/att.duration.gestural/dur.metrical.txt b/_includes/v4/desc/att.duration.gestural/dur.metrical.txt similarity index 100% rename from _includes/dev/desc/att.duration.gestural/dur.metrical.txt rename to _includes/v4/desc/att.duration.gestural/dur.metrical.txt diff --git a/_includes/dev/desc/att.duration.gestural/dur.ppq.txt b/_includes/v4/desc/att.duration.gestural/dur.ppq.txt similarity index 100% rename from _includes/dev/desc/att.duration.gestural/dur.ppq.txt rename to _includes/v4/desc/att.duration.gestural/dur.ppq.txt diff --git a/_includes/dev/desc/att.duration.gestural/dur.real.txt b/_includes/v4/desc/att.duration.gestural/dur.real.txt similarity index 100% rename from _includes/dev/desc/att.duration.gestural/dur.real.txt rename to _includes/v4/desc/att.duration.gestural/dur.real.txt diff --git a/_includes/dev/desc/att.duration.gestural/dur.recip.txt b/_includes/v4/desc/att.duration.gestural/dur.recip.txt similarity index 100% rename from _includes/dev/desc/att.duration.gestural/dur.recip.txt rename to _includes/v4/desc/att.duration.gestural/dur.recip.txt diff --git a/_includes/dev/desc/att.duration.logical.txt b/_includes/v4/desc/att.duration.logical.txt similarity index 100% rename from _includes/dev/desc/att.duration.logical.txt rename to _includes/v4/desc/att.duration.logical.txt diff --git a/_includes/dev/desc/att.duration.logical/dur.txt b/_includes/v4/desc/att.duration.logical/dur.txt similarity index 100% rename from _includes/dev/desc/att.duration.logical/dur.txt rename to _includes/v4/desc/att.duration.logical/dur.txt diff --git a/_includes/dev/desc/att.duration.ratio.txt b/_includes/v4/desc/att.duration.ratio.txt similarity index 100% rename from _includes/dev/desc/att.duration.ratio.txt rename to _includes/v4/desc/att.duration.ratio.txt diff --git a/_includes/dev/desc/att.duration.ratio/num.txt b/_includes/v4/desc/att.duration.ratio/num.txt similarity index 100% rename from _includes/dev/desc/att.duration.ratio/num.txt rename to _includes/v4/desc/att.duration.ratio/num.txt diff --git a/_includes/dev/desc/att.duration.ratio/numbase.txt b/_includes/v4/desc/att.duration.ratio/numbase.txt similarity index 100% rename from _includes/dev/desc/att.duration.ratio/numbase.txt rename to _includes/v4/desc/att.duration.ratio/numbase.txt diff --git a/_includes/dev/desc/att.dynam.anl.txt b/_includes/v4/desc/att.dynam.anl.txt similarity index 100% rename from _includes/dev/desc/att.dynam.anl.txt rename to _includes/v4/desc/att.dynam.anl.txt diff --git a/_includes/dev/desc/att.dynam.ges.txt b/_includes/v4/desc/att.dynam.ges.txt similarity index 100% rename from _includes/dev/desc/att.dynam.ges.txt rename to _includes/v4/desc/att.dynam.ges.txt diff --git a/_includes/dev/desc/att.dynam.log.txt b/_includes/v4/desc/att.dynam.log.txt similarity index 100% rename from _includes/dev/desc/att.dynam.log.txt rename to _includes/v4/desc/att.dynam.log.txt diff --git a/_includes/dev/desc/att.dynam.vis.txt b/_includes/v4/desc/att.dynam.vis.txt similarity index 100% rename from _includes/dev/desc/att.dynam.vis.txt rename to _includes/v4/desc/att.dynam.vis.txt diff --git a/_includes/dev/desc/att.edit.txt b/_includes/v4/desc/att.edit.txt similarity index 100% rename from _includes/dev/desc/att.edit.txt rename to _includes/v4/desc/att.edit.txt diff --git a/_includes/dev/desc/att.enclosingchars.txt b/_includes/v4/desc/att.enclosingchars.txt similarity index 100% rename from _includes/dev/desc/att.enclosingchars.txt rename to _includes/v4/desc/att.enclosingchars.txt diff --git a/_includes/dev/desc/att.enclosingchars/enclose.txt b/_includes/v4/desc/att.enclosingchars/enclose.txt similarity index 100% rename from _includes/dev/desc/att.enclosingchars/enclose.txt rename to _includes/v4/desc/att.enclosingchars/enclose.txt diff --git a/_includes/dev/desc/att.ending.anl.txt b/_includes/v4/desc/att.ending.anl.txt similarity index 100% rename from _includes/dev/desc/att.ending.anl.txt rename to _includes/v4/desc/att.ending.anl.txt diff --git a/_includes/dev/desc/att.ending.ges.txt b/_includes/v4/desc/att.ending.ges.txt similarity index 100% rename from _includes/dev/desc/att.ending.ges.txt rename to _includes/v4/desc/att.ending.ges.txt diff --git a/_includes/dev/desc/att.ending.log.txt b/_includes/v4/desc/att.ending.log.txt similarity index 100% rename from _includes/dev/desc/att.ending.log.txt rename to _includes/v4/desc/att.ending.log.txt diff --git a/_includes/dev/desc/att.ending.vis.txt b/_includes/v4/desc/att.ending.vis.txt similarity index 100% rename from _includes/dev/desc/att.ending.vis.txt rename to _includes/v4/desc/att.ending.vis.txt diff --git a/_includes/dev/desc/att.endings.txt b/_includes/v4/desc/att.endings.txt similarity index 100% rename from _includes/dev/desc/att.endings.txt rename to _includes/v4/desc/att.endings.txt diff --git a/_includes/dev/desc/att.endings/ending.rend.txt b/_includes/v4/desc/att.endings/ending.rend.txt similarity index 100% rename from _includes/dev/desc/att.endings/ending.rend.txt rename to _includes/v4/desc/att.endings/ending.rend.txt diff --git a/_includes/dev/desc/att.episema.anl.txt b/_includes/v4/desc/att.episema.anl.txt similarity index 100% rename from _includes/dev/desc/att.episema.anl.txt rename to _includes/v4/desc/att.episema.anl.txt diff --git a/_includes/dev/desc/att.episema.ges.txt b/_includes/v4/desc/att.episema.ges.txt similarity index 100% rename from _includes/dev/desc/att.episema.ges.txt rename to _includes/v4/desc/att.episema.ges.txt diff --git a/_includes/dev/desc/att.episema.log.txt b/_includes/v4/desc/att.episema.log.txt similarity index 100% rename from _includes/dev/desc/att.episema.log.txt rename to _includes/v4/desc/att.episema.log.txt diff --git a/_includes/dev/desc/att.episema.vis.txt b/_includes/v4/desc/att.episema.vis.txt similarity index 100% rename from _includes/dev/desc/att.episema.vis.txt rename to _includes/v4/desc/att.episema.vis.txt diff --git a/_includes/dev/desc/att.episema.vis/form.txt b/_includes/v4/desc/att.episema.vis/form.txt similarity index 100% rename from _includes/dev/desc/att.episema.vis/form.txt rename to _includes/v4/desc/att.episema.vis/form.txt diff --git a/_includes/dev/desc/att.episema.vis/place.txt b/_includes/v4/desc/att.episema.vis/place.txt similarity index 100% rename from _includes/dev/desc/att.episema.vis/place.txt rename to _includes/v4/desc/att.episema.vis/place.txt diff --git a/_includes/dev/desc/att.event.txt b/_includes/v4/desc/att.event.txt similarity index 100% rename from _includes/dev/desc/att.event.txt rename to _includes/v4/desc/att.event.txt diff --git a/_includes/dev/desc/att.evidence.txt b/_includes/v4/desc/att.evidence.txt similarity index 100% rename from _includes/dev/desc/att.evidence.txt rename to _includes/v4/desc/att.evidence.txt diff --git a/_includes/dev/desc/att.evidence/cert.txt b/_includes/v4/desc/att.evidence/cert.txt similarity index 100% rename from _includes/dev/desc/att.evidence/cert.txt rename to _includes/v4/desc/att.evidence/cert.txt diff --git a/_includes/dev/desc/att.evidence/evidence.txt b/_includes/v4/desc/att.evidence/evidence.txt similarity index 100% rename from _includes/dev/desc/att.evidence/evidence.txt rename to _includes/v4/desc/att.evidence/evidence.txt diff --git a/_includes/dev/desc/att.expandable.txt b/_includes/v4/desc/att.expandable.txt similarity index 100% rename from _includes/dev/desc/att.expandable.txt rename to _includes/v4/desc/att.expandable.txt diff --git a/_includes/dev/desc/att.expandable/expand.txt b/_includes/v4/desc/att.expandable/expand.txt similarity index 100% rename from _includes/dev/desc/att.expandable/expand.txt rename to _includes/v4/desc/att.expandable/expand.txt diff --git a/_includes/dev/desc/att.extender.txt b/_includes/v4/desc/att.extender.txt similarity index 100% rename from _includes/dev/desc/att.extender.txt rename to _includes/v4/desc/att.extender.txt diff --git a/_includes/dev/desc/att.extender/extender.txt b/_includes/v4/desc/att.extender/extender.txt similarity index 100% rename from _includes/dev/desc/att.extender/extender.txt rename to _includes/v4/desc/att.extender/extender.txt diff --git a/_includes/dev/desc/att.extent.txt b/_includes/v4/desc/att.extent.txt similarity index 100% rename from _includes/dev/desc/att.extent.txt rename to _includes/v4/desc/att.extent.txt diff --git a/_includes/dev/desc/att.extent/extent.txt b/_includes/v4/desc/att.extent/extent.txt similarity index 100% rename from _includes/dev/desc/att.extent/extent.txt rename to _includes/v4/desc/att.extent/extent.txt diff --git a/_includes/dev/desc/att.extsym.txt b/_includes/v4/desc/att.extsym.txt similarity index 100% rename from _includes/dev/desc/att.extsym.txt rename to _includes/v4/desc/att.extsym.txt diff --git a/_includes/dev/desc/att.extsym/glyph.auth.txt b/_includes/v4/desc/att.extsym/glyph.auth.txt similarity index 100% rename from _includes/dev/desc/att.extsym/glyph.auth.txt rename to _includes/v4/desc/att.extsym/glyph.auth.txt diff --git a/_includes/dev/desc/att.extsym/glyph.name.txt b/_includes/v4/desc/att.extsym/glyph.name.txt similarity index 100% rename from _includes/dev/desc/att.extsym/glyph.name.txt rename to _includes/v4/desc/att.extsym/glyph.name.txt diff --git a/_includes/dev/desc/att.extsym/glyph.num.txt b/_includes/v4/desc/att.extsym/glyph.num.txt similarity index 100% rename from _includes/dev/desc/att.extsym/glyph.num.txt rename to _includes/v4/desc/att.extsym/glyph.num.txt diff --git a/_includes/dev/desc/att.extsym/glyph.uri.txt b/_includes/v4/desc/att.extsym/glyph.uri.txt similarity index 100% rename from _includes/dev/desc/att.extsym/glyph.uri.txt rename to _includes/v4/desc/att.extsym/glyph.uri.txt diff --git a/_includes/dev/desc/att.f.anl.txt b/_includes/v4/desc/att.f.anl.txt similarity index 100% rename from _includes/dev/desc/att.f.anl.txt rename to _includes/v4/desc/att.f.anl.txt diff --git a/_includes/dev/desc/att.f.ges.txt b/_includes/v4/desc/att.f.ges.txt similarity index 100% rename from _includes/dev/desc/att.f.ges.txt rename to _includes/v4/desc/att.f.ges.txt diff --git a/_includes/dev/desc/att.f.log.txt b/_includes/v4/desc/att.f.log.txt similarity index 100% rename from _includes/dev/desc/att.f.log.txt rename to _includes/v4/desc/att.f.log.txt diff --git a/_includes/dev/desc/att.f.vis.txt b/_includes/v4/desc/att.f.vis.txt similarity index 100% rename from _includes/dev/desc/att.f.vis.txt rename to _includes/v4/desc/att.f.vis.txt diff --git a/_includes/dev/desc/att.facsimile.txt b/_includes/v4/desc/att.facsimile.txt similarity index 100% rename from _includes/dev/desc/att.facsimile.txt rename to _includes/v4/desc/att.facsimile.txt diff --git a/_includes/dev/desc/att.facsimile/facs.txt b/_includes/v4/desc/att.facsimile/facs.txt similarity index 100% rename from _includes/dev/desc/att.facsimile/facs.txt rename to _includes/v4/desc/att.facsimile/facs.txt diff --git a/_includes/dev/desc/att.fermata.anl.txt b/_includes/v4/desc/att.fermata.anl.txt similarity index 100% rename from _includes/dev/desc/att.fermata.anl.txt rename to _includes/v4/desc/att.fermata.anl.txt diff --git a/_includes/dev/desc/att.fermata.ges.txt b/_includes/v4/desc/att.fermata.ges.txt similarity index 100% rename from _includes/dev/desc/att.fermata.ges.txt rename to _includes/v4/desc/att.fermata.ges.txt diff --git a/_includes/dev/desc/att.fermata.log.txt b/_includes/v4/desc/att.fermata.log.txt similarity index 100% rename from _includes/dev/desc/att.fermata.log.txt rename to _includes/v4/desc/att.fermata.log.txt diff --git a/_includes/dev/desc/att.fermata.vis.txt b/_includes/v4/desc/att.fermata.vis.txt similarity index 100% rename from _includes/dev/desc/att.fermata.vis.txt rename to _includes/v4/desc/att.fermata.vis.txt diff --git a/_includes/dev/desc/att.fermata.vis/form.txt b/_includes/v4/desc/att.fermata.vis/form.txt similarity index 100% rename from _includes/dev/desc/att.fermata.vis/form.txt rename to _includes/v4/desc/att.fermata.vis/form.txt diff --git a/_includes/dev/desc/att.fermata.vis/shape.txt b/_includes/v4/desc/att.fermata.vis/shape.txt similarity index 100% rename from _includes/dev/desc/att.fermata.vis/shape.txt rename to _includes/v4/desc/att.fermata.vis/shape.txt diff --git a/_includes/dev/desc/att.fermatapresent.txt b/_includes/v4/desc/att.fermatapresent.txt similarity index 100% rename from _includes/dev/desc/att.fermatapresent.txt rename to _includes/v4/desc/att.fermatapresent.txt diff --git a/_includes/dev/desc/att.fermatapresent/fermata.txt b/_includes/v4/desc/att.fermatapresent/fermata.txt similarity index 100% rename from _includes/dev/desc/att.fermatapresent/fermata.txt rename to _includes/v4/desc/att.fermatapresent/fermata.txt diff --git a/_includes/dev/desc/att.filing.txt b/_includes/v4/desc/att.filing.txt similarity index 100% rename from _includes/dev/desc/att.filing.txt rename to _includes/v4/desc/att.filing.txt diff --git a/_includes/dev/desc/att.filing/nonfiling.txt b/_includes/v4/desc/att.filing/nonfiling.txt similarity index 100% rename from _includes/dev/desc/att.filing/nonfiling.txt rename to _includes/v4/desc/att.filing/nonfiling.txt diff --git a/_includes/dev/desc/att.fing.anl.txt b/_includes/v4/desc/att.fing.anl.txt similarity index 100% rename from _includes/dev/desc/att.fing.anl.txt rename to _includes/v4/desc/att.fing.anl.txt diff --git a/_includes/dev/desc/att.fing.ges.txt b/_includes/v4/desc/att.fing.ges.txt similarity index 100% rename from _includes/dev/desc/att.fing.ges.txt rename to _includes/v4/desc/att.fing.ges.txt diff --git a/_includes/dev/desc/att.fing.log.txt b/_includes/v4/desc/att.fing.log.txt similarity index 100% rename from _includes/dev/desc/att.fing.log.txt rename to _includes/v4/desc/att.fing.log.txt diff --git a/_includes/dev/desc/att.fing.vis.txt b/_includes/v4/desc/att.fing.vis.txt similarity index 100% rename from _includes/dev/desc/att.fing.vis.txt rename to _includes/v4/desc/att.fing.vis.txt diff --git a/_includes/dev/desc/att.finggrp.anl.txt b/_includes/v4/desc/att.finggrp.anl.txt similarity index 100% rename from _includes/dev/desc/att.finggrp.anl.txt rename to _includes/v4/desc/att.finggrp.anl.txt diff --git a/_includes/dev/desc/att.finggrp.ges.txt b/_includes/v4/desc/att.finggrp.ges.txt similarity index 100% rename from _includes/dev/desc/att.finggrp.ges.txt rename to _includes/v4/desc/att.finggrp.ges.txt diff --git a/_includes/dev/desc/att.finggrp.log.txt b/_includes/v4/desc/att.finggrp.log.txt similarity index 100% rename from _includes/dev/desc/att.finggrp.log.txt rename to _includes/v4/desc/att.finggrp.log.txt diff --git a/_includes/dev/desc/att.finggrp.log/form.txt b/_includes/v4/desc/att.finggrp.log/form.txt similarity index 100% rename from _includes/dev/desc/att.finggrp.log/form.txt rename to _includes/v4/desc/att.finggrp.log/form.txt diff --git a/_includes/dev/desc/att.finggrp.vis.txt b/_includes/v4/desc/att.finggrp.vis.txt similarity index 100% rename from _includes/dev/desc/att.finggrp.vis.txt rename to _includes/v4/desc/att.finggrp.vis.txt diff --git a/_includes/dev/desc/att.finggrp.vis/orient.txt b/_includes/v4/desc/att.finggrp.vis/orient.txt similarity index 100% rename from _includes/dev/desc/att.finggrp.vis/orient.txt rename to _includes/v4/desc/att.finggrp.vis/orient.txt diff --git a/_includes/dev/desc/att.foliumsurfaces.txt b/_includes/v4/desc/att.foliumsurfaces.txt similarity index 100% rename from _includes/dev/desc/att.foliumsurfaces.txt rename to _includes/v4/desc/att.foliumsurfaces.txt diff --git a/_includes/dev/desc/att.foliumsurfaces/recto.txt b/_includes/v4/desc/att.foliumsurfaces/recto.txt similarity index 100% rename from _includes/dev/desc/att.foliumsurfaces/recto.txt rename to _includes/v4/desc/att.foliumsurfaces/recto.txt diff --git a/_includes/dev/desc/att.foliumsurfaces/verso.txt b/_includes/v4/desc/att.foliumsurfaces/verso.txt similarity index 100% rename from _includes/dev/desc/att.foliumsurfaces/verso.txt rename to _includes/v4/desc/att.foliumsurfaces/verso.txt diff --git a/_includes/dev/desc/att.ftrem.anl.txt b/_includes/v4/desc/att.ftrem.anl.txt similarity index 100% rename from _includes/dev/desc/att.ftrem.anl.txt rename to _includes/v4/desc/att.ftrem.anl.txt diff --git a/_includes/dev/desc/att.ftrem.ges.txt b/_includes/v4/desc/att.ftrem.ges.txt similarity index 100% rename from _includes/dev/desc/att.ftrem.ges.txt rename to _includes/v4/desc/att.ftrem.ges.txt diff --git a/_includes/dev/desc/att.ftrem.log.txt b/_includes/v4/desc/att.ftrem.log.txt similarity index 100% rename from _includes/dev/desc/att.ftrem.log.txt rename to _includes/v4/desc/att.ftrem.log.txt diff --git a/_includes/dev/desc/att.ftrem.log/form.txt b/_includes/v4/desc/att.ftrem.log/form.txt similarity index 100% rename from _includes/dev/desc/att.ftrem.log/form.txt rename to _includes/v4/desc/att.ftrem.log/form.txt diff --git a/_includes/dev/desc/att.ftrem.vis.txt b/_includes/v4/desc/att.ftrem.vis.txt similarity index 100% rename from _includes/dev/desc/att.ftrem.vis.txt rename to _includes/v4/desc/att.ftrem.vis.txt diff --git a/_includes/dev/desc/att.ftrem.vis/beams.float.txt b/_includes/v4/desc/att.ftrem.vis/beams.float.txt similarity index 100% rename from _includes/dev/desc/att.ftrem.vis/beams.float.txt rename to _includes/v4/desc/att.ftrem.vis/beams.float.txt diff --git a/_includes/dev/desc/att.ftrem.vis/beams.txt b/_includes/v4/desc/att.ftrem.vis/beams.txt similarity index 100% rename from _includes/dev/desc/att.ftrem.vis/beams.txt rename to _includes/v4/desc/att.ftrem.vis/beams.txt diff --git a/_includes/dev/desc/att.ftrem.vis/float.gap.txt b/_includes/v4/desc/att.ftrem.vis/float.gap.txt similarity index 100% rename from _includes/dev/desc/att.ftrem.vis/float.gap.txt rename to _includes/v4/desc/att.ftrem.vis/float.gap.txt diff --git a/_includes/dev/desc/att.geneticstate.txt b/_includes/v4/desc/att.geneticstate.txt similarity index 100% rename from _includes/dev/desc/att.geneticstate.txt rename to _includes/v4/desc/att.geneticstate.txt diff --git a/_includes/dev/desc/att.geneticstate/instant.txt b/_includes/v4/desc/att.geneticstate/instant.txt similarity index 100% rename from _includes/dev/desc/att.geneticstate/instant.txt rename to _includes/v4/desc/att.geneticstate/instant.txt diff --git a/_includes/dev/desc/att.geneticstate/state.txt b/_includes/v4/desc/att.geneticstate/state.txt similarity index 100% rename from _includes/dev/desc/att.geneticstate/state.txt rename to _includes/v4/desc/att.geneticstate/state.txt diff --git a/_includes/dev/desc/att.gliss.anl.txt b/_includes/v4/desc/att.gliss.anl.txt similarity index 100% rename from _includes/dev/desc/att.gliss.anl.txt rename to _includes/v4/desc/att.gliss.anl.txt diff --git a/_includes/dev/desc/att.gliss.ges.txt b/_includes/v4/desc/att.gliss.ges.txt similarity index 100% rename from _includes/dev/desc/att.gliss.ges.txt rename to _includes/v4/desc/att.gliss.ges.txt diff --git a/_includes/dev/desc/att.gliss.log.txt b/_includes/v4/desc/att.gliss.log.txt similarity index 100% rename from _includes/dev/desc/att.gliss.log.txt rename to _includes/v4/desc/att.gliss.log.txt diff --git a/_includes/dev/desc/att.gliss.vis.txt b/_includes/v4/desc/att.gliss.vis.txt similarity index 100% rename from _includes/dev/desc/att.gliss.vis.txt rename to _includes/v4/desc/att.gliss.vis.txt diff --git a/_includes/dev/desc/att.glisspresent.txt b/_includes/v4/desc/att.glisspresent.txt similarity index 100% rename from _includes/dev/desc/att.glisspresent.txt rename to _includes/v4/desc/att.glisspresent.txt diff --git a/_includes/dev/desc/att.glisspresent/gliss.txt b/_includes/v4/desc/att.glisspresent/gliss.txt similarity index 100% rename from _includes/dev/desc/att.glisspresent/gliss.txt rename to _includes/v4/desc/att.glisspresent/gliss.txt diff --git a/_includes/dev/desc/att.graced.txt b/_includes/v4/desc/att.graced.txt similarity index 100% rename from _includes/dev/desc/att.graced.txt rename to _includes/v4/desc/att.graced.txt diff --git a/_includes/dev/desc/att.graced/grace.time.txt b/_includes/v4/desc/att.graced/grace.time.txt similarity index 100% rename from _includes/dev/desc/att.graced/grace.time.txt rename to _includes/v4/desc/att.graced/grace.time.txt diff --git a/_includes/dev/desc/att.graced/grace.txt b/_includes/v4/desc/att.graced/grace.txt similarity index 100% rename from _includes/dev/desc/att.graced/grace.txt rename to _includes/v4/desc/att.graced/grace.txt diff --git a/_includes/dev/desc/att.gracegrp.anl.txt b/_includes/v4/desc/att.gracegrp.anl.txt similarity index 100% rename from _includes/dev/desc/att.gracegrp.anl.txt rename to _includes/v4/desc/att.gracegrp.anl.txt diff --git a/_includes/dev/desc/att.gracegrp.ges.txt b/_includes/v4/desc/att.gracegrp.ges.txt similarity index 100% rename from _includes/dev/desc/att.gracegrp.ges.txt rename to _includes/v4/desc/att.gracegrp.ges.txt diff --git a/_includes/dev/desc/att.gracegrp.log.txt b/_includes/v4/desc/att.gracegrp.log.txt similarity index 100% rename from _includes/dev/desc/att.gracegrp.log.txt rename to _includes/v4/desc/att.gracegrp.log.txt diff --git a/_includes/dev/desc/att.gracegrp.log/attach.txt b/_includes/v4/desc/att.gracegrp.log/attach.txt similarity index 100% rename from _includes/dev/desc/att.gracegrp.log/attach.txt rename to _includes/v4/desc/att.gracegrp.log/attach.txt diff --git a/_includes/dev/desc/att.gracegrp.vis.txt b/_includes/v4/desc/att.gracegrp.vis.txt similarity index 100% rename from _includes/dev/desc/att.gracegrp.vis.txt rename to _includes/v4/desc/att.gracegrp.vis.txt diff --git a/_includes/dev/desc/att.grpsym.anl.txt b/_includes/v4/desc/att.grpsym.anl.txt similarity index 100% rename from _includes/dev/desc/att.grpsym.anl.txt rename to _includes/v4/desc/att.grpsym.anl.txt diff --git a/_includes/dev/desc/att.grpsym.ges.txt b/_includes/v4/desc/att.grpsym.ges.txt similarity index 100% rename from _includes/dev/desc/att.grpsym.ges.txt rename to _includes/v4/desc/att.grpsym.ges.txt diff --git a/_includes/dev/desc/att.grpsym.log.txt b/_includes/v4/desc/att.grpsym.log.txt similarity index 100% rename from _includes/dev/desc/att.grpsym.log.txt rename to _includes/v4/desc/att.grpsym.log.txt diff --git a/_includes/dev/desc/att.grpsym.log/level.txt b/_includes/v4/desc/att.grpsym.log/level.txt similarity index 100% rename from _includes/dev/desc/att.grpsym.log/level.txt rename to _includes/v4/desc/att.grpsym.log/level.txt diff --git a/_includes/dev/desc/att.grpsym.vis.txt b/_includes/v4/desc/att.grpsym.vis.txt similarity index 100% rename from _includes/dev/desc/att.grpsym.vis.txt rename to _includes/v4/desc/att.grpsym.vis.txt diff --git a/_includes/dev/desc/att.hairpin.anl.txt b/_includes/v4/desc/att.hairpin.anl.txt similarity index 100% rename from _includes/dev/desc/att.hairpin.anl.txt rename to _includes/v4/desc/att.hairpin.anl.txt diff --git a/_includes/dev/desc/att.hairpin.ges.txt b/_includes/v4/desc/att.hairpin.ges.txt similarity index 100% rename from _includes/dev/desc/att.hairpin.ges.txt rename to _includes/v4/desc/att.hairpin.ges.txt diff --git a/_includes/dev/desc/att.hairpin.log.txt b/_includes/v4/desc/att.hairpin.log.txt similarity index 100% rename from _includes/dev/desc/att.hairpin.log.txt rename to _includes/v4/desc/att.hairpin.log.txt diff --git a/_includes/dev/desc/att.hairpin.log/form.txt b/_includes/v4/desc/att.hairpin.log/form.txt similarity index 100% rename from _includes/dev/desc/att.hairpin.log/form.txt rename to _includes/v4/desc/att.hairpin.log/form.txt diff --git a/_includes/dev/desc/att.hairpin.log/niente.txt b/_includes/v4/desc/att.hairpin.log/niente.txt similarity index 100% rename from _includes/dev/desc/att.hairpin.log/niente.txt rename to _includes/v4/desc/att.hairpin.log/niente.txt diff --git a/_includes/dev/desc/att.hairpin.vis.txt b/_includes/v4/desc/att.hairpin.vis.txt similarity index 100% rename from _includes/dev/desc/att.hairpin.vis.txt rename to _includes/v4/desc/att.hairpin.vis.txt diff --git a/_includes/dev/desc/att.hairpin.vis/opening.txt b/_includes/v4/desc/att.hairpin.vis/opening.txt similarity index 100% rename from _includes/dev/desc/att.hairpin.vis/opening.txt rename to _includes/v4/desc/att.hairpin.vis/opening.txt diff --git a/_includes/dev/desc/att.halfmrpt.anl.txt b/_includes/v4/desc/att.halfmrpt.anl.txt similarity index 100% rename from _includes/dev/desc/att.halfmrpt.anl.txt rename to _includes/v4/desc/att.halfmrpt.anl.txt diff --git a/_includes/dev/desc/att.halfmrpt.ges.txt b/_includes/v4/desc/att.halfmrpt.ges.txt similarity index 100% rename from _includes/dev/desc/att.halfmrpt.ges.txt rename to _includes/v4/desc/att.halfmrpt.ges.txt diff --git a/_includes/dev/desc/att.halfmrpt.log.txt b/_includes/v4/desc/att.halfmrpt.log.txt similarity index 100% rename from _includes/dev/desc/att.halfmrpt.log.txt rename to _includes/v4/desc/att.halfmrpt.log.txt diff --git a/_includes/dev/desc/att.halfmrpt.vis.txt b/_includes/v4/desc/att.halfmrpt.vis.txt similarity index 100% rename from _includes/dev/desc/att.halfmrpt.vis.txt rename to _includes/v4/desc/att.halfmrpt.vis.txt diff --git a/_includes/dev/desc/att.handident.txt b/_includes/v4/desc/att.handident.txt similarity index 100% rename from _includes/dev/desc/att.handident.txt rename to _includes/v4/desc/att.handident.txt diff --git a/_includes/dev/desc/att.handident/hand.txt b/_includes/v4/desc/att.handident/hand.txt similarity index 100% rename from _includes/dev/desc/att.handident/hand.txt rename to _includes/v4/desc/att.handident/hand.txt diff --git a/_includes/dev/desc/att.harm.anl.txt b/_includes/v4/desc/att.harm.anl.txt similarity index 100% rename from _includes/dev/desc/att.harm.anl.txt rename to _includes/v4/desc/att.harm.anl.txt diff --git a/_includes/dev/desc/att.harm.anl/form.txt b/_includes/v4/desc/att.harm.anl/form.txt similarity index 100% rename from _includes/dev/desc/att.harm.anl/form.txt rename to _includes/v4/desc/att.harm.anl/form.txt diff --git a/_includes/dev/desc/att.harm.ges.txt b/_includes/v4/desc/att.harm.ges.txt similarity index 100% rename from _includes/dev/desc/att.harm.ges.txt rename to _includes/v4/desc/att.harm.ges.txt diff --git a/_includes/dev/desc/att.harm.log.txt b/_includes/v4/desc/att.harm.log.txt similarity index 100% rename from _includes/dev/desc/att.harm.log.txt rename to _includes/v4/desc/att.harm.log.txt diff --git a/_includes/dev/desc/att.harm.log/chordref.txt b/_includes/v4/desc/att.harm.log/chordref.txt similarity index 100% rename from _includes/dev/desc/att.harm.log/chordref.txt rename to _includes/v4/desc/att.harm.log/chordref.txt diff --git a/_includes/dev/desc/att.harm.vis.txt b/_includes/v4/desc/att.harm.vis.txt similarity index 100% rename from _includes/dev/desc/att.harm.vis.txt rename to _includes/v4/desc/att.harm.vis.txt diff --git a/_includes/dev/desc/att.harm.vis/rendgrid.txt b/_includes/v4/desc/att.harm.vis/rendgrid.txt similarity index 100% rename from _includes/dev/desc/att.harm.vis/rendgrid.txt rename to _includes/v4/desc/att.harm.vis/rendgrid.txt diff --git a/_includes/dev/desc/att.harmonicfunction.txt b/_includes/v4/desc/att.harmonicfunction.txt similarity index 100% rename from _includes/dev/desc/att.harmonicfunction.txt rename to _includes/v4/desc/att.harmonicfunction.txt diff --git a/_includes/dev/desc/att.harmonicfunction/deg.txt b/_includes/v4/desc/att.harmonicfunction/deg.txt similarity index 100% rename from _includes/dev/desc/att.harmonicfunction/deg.txt rename to _includes/v4/desc/att.harmonicfunction/deg.txt diff --git a/_includes/dev/desc/att.harppedal.anl.txt b/_includes/v4/desc/att.harppedal.anl.txt similarity index 100% rename from _includes/dev/desc/att.harppedal.anl.txt rename to _includes/v4/desc/att.harppedal.anl.txt diff --git a/_includes/dev/desc/att.harppedal.ges.txt b/_includes/v4/desc/att.harppedal.ges.txt similarity index 100% rename from _includes/dev/desc/att.harppedal.ges.txt rename to _includes/v4/desc/att.harppedal.ges.txt diff --git a/_includes/dev/desc/att.harppedal.log.txt b/_includes/v4/desc/att.harppedal.log.txt similarity index 100% rename from _includes/dev/desc/att.harppedal.log.txt rename to _includes/v4/desc/att.harppedal.log.txt diff --git a/_includes/dev/desc/att.harppedal.log/a.txt b/_includes/v4/desc/att.harppedal.log/a.txt similarity index 100% rename from _includes/dev/desc/att.harppedal.log/a.txt rename to _includes/v4/desc/att.harppedal.log/a.txt diff --git a/_includes/dev/desc/att.harppedal.log/b.txt b/_includes/v4/desc/att.harppedal.log/b.txt similarity index 100% rename from _includes/dev/desc/att.harppedal.log/b.txt rename to _includes/v4/desc/att.harppedal.log/b.txt diff --git a/_includes/dev/desc/att.harppedal.log/c.txt b/_includes/v4/desc/att.harppedal.log/c.txt similarity index 100% rename from _includes/dev/desc/att.harppedal.log/c.txt rename to _includes/v4/desc/att.harppedal.log/c.txt diff --git a/_includes/dev/desc/att.harppedal.log/d.txt b/_includes/v4/desc/att.harppedal.log/d.txt similarity index 100% rename from _includes/dev/desc/att.harppedal.log/d.txt rename to _includes/v4/desc/att.harppedal.log/d.txt diff --git a/_includes/dev/desc/att.harppedal.log/e.txt b/_includes/v4/desc/att.harppedal.log/e.txt similarity index 100% rename from _includes/dev/desc/att.harppedal.log/e.txt rename to _includes/v4/desc/att.harppedal.log/e.txt diff --git a/_includes/dev/desc/att.harppedal.log/f.txt b/_includes/v4/desc/att.harppedal.log/f.txt similarity index 100% rename from _includes/dev/desc/att.harppedal.log/f.txt rename to _includes/v4/desc/att.harppedal.log/f.txt diff --git a/_includes/dev/desc/att.harppedal.log/g.txt b/_includes/v4/desc/att.harppedal.log/g.txt similarity index 100% rename from _includes/dev/desc/att.harppedal.log/g.txt rename to _includes/v4/desc/att.harppedal.log/g.txt diff --git a/_includes/dev/desc/att.harppedal.vis.txt b/_includes/v4/desc/att.harppedal.vis.txt similarity index 100% rename from _includes/dev/desc/att.harppedal.vis.txt rename to _includes/v4/desc/att.harppedal.vis.txt diff --git a/_includes/dev/desc/att.height.txt b/_includes/v4/desc/att.height.txt similarity index 100% rename from _includes/dev/desc/att.height.txt rename to _includes/v4/desc/att.height.txt diff --git a/_includes/dev/desc/att.height/height.txt b/_includes/v4/desc/att.height/height.txt similarity index 100% rename from _includes/dev/desc/att.height/height.txt rename to _includes/v4/desc/att.height/height.txt diff --git a/_includes/dev/desc/att.hispantick.anl.txt b/_includes/v4/desc/att.hispantick.anl.txt similarity index 100% rename from _includes/dev/desc/att.hispantick.anl.txt rename to _includes/v4/desc/att.hispantick.anl.txt diff --git a/_includes/dev/desc/att.hispantick.ges.txt b/_includes/v4/desc/att.hispantick.ges.txt similarity index 100% rename from _includes/dev/desc/att.hispantick.ges.txt rename to _includes/v4/desc/att.hispantick.ges.txt diff --git a/_includes/dev/desc/att.hispantick.log.txt b/_includes/v4/desc/att.hispantick.log.txt similarity index 100% rename from _includes/dev/desc/att.hispantick.log.txt rename to _includes/v4/desc/att.hispantick.log.txt diff --git a/_includes/dev/desc/att.hispantick.vis.txt b/_includes/v4/desc/att.hispantick.vis.txt similarity index 100% rename from _includes/dev/desc/att.hispantick.vis.txt rename to _includes/v4/desc/att.hispantick.vis.txt diff --git a/_includes/dev/desc/att.hispantick.vis/place.txt b/_includes/v4/desc/att.hispantick.vis/place.txt similarity index 100% rename from _includes/dev/desc/att.hispantick.vis/place.txt rename to _includes/v4/desc/att.hispantick.vis/place.txt diff --git a/_includes/dev/desc/att.hispantick.vis/tilt.txt b/_includes/v4/desc/att.hispantick.vis/tilt.txt similarity index 100% rename from _includes/dev/desc/att.hispantick.vis/tilt.txt rename to _includes/v4/desc/att.hispantick.vis/tilt.txt diff --git a/_includes/dev/desc/att.horizontalalign.txt b/_includes/v4/desc/att.horizontalalign.txt similarity index 100% rename from _includes/dev/desc/att.horizontalalign.txt rename to _includes/v4/desc/att.horizontalalign.txt diff --git a/_includes/dev/desc/att.horizontalalign/halign.txt b/_includes/v4/desc/att.horizontalalign/halign.txt similarity index 100% rename from _includes/dev/desc/att.horizontalalign/halign.txt rename to _includes/v4/desc/att.horizontalalign/halign.txt diff --git a/_includes/dev/desc/att.id.txt b/_includes/v4/desc/att.id.txt similarity index 100% rename from _includes/dev/desc/att.id.txt rename to _includes/v4/desc/att.id.txt diff --git a/_includes/dev/desc/att.id/xml---id.txt b/_includes/v4/desc/att.id/xml---id.txt similarity index 100% rename from _includes/dev/desc/att.id/xml---id.txt rename to _includes/v4/desc/att.id/xml---id.txt diff --git a/_includes/dev/desc/att.instrdef.anl.txt b/_includes/v4/desc/att.instrdef.anl.txt similarity index 100% rename from _includes/dev/desc/att.instrdef.anl.txt rename to _includes/v4/desc/att.instrdef.anl.txt diff --git a/_includes/dev/desc/att.instrdef.ges.txt b/_includes/v4/desc/att.instrdef.ges.txt similarity index 100% rename from _includes/dev/desc/att.instrdef.ges.txt rename to _includes/v4/desc/att.instrdef.ges.txt diff --git a/_includes/dev/desc/att.instrdef.log.txt b/_includes/v4/desc/att.instrdef.log.txt similarity index 100% rename from _includes/dev/desc/att.instrdef.log.txt rename to _includes/v4/desc/att.instrdef.log.txt diff --git a/_includes/dev/desc/att.instrdef.vis.txt b/_includes/v4/desc/att.instrdef.vis.txt similarity index 100% rename from _includes/dev/desc/att.instrdef.vis.txt rename to _includes/v4/desc/att.instrdef.vis.txt diff --git a/_includes/dev/desc/att.instrumentident.txt b/_includes/v4/desc/att.instrumentident.txt similarity index 100% rename from _includes/dev/desc/att.instrumentident.txt rename to _includes/v4/desc/att.instrumentident.txt diff --git a/_includes/dev/desc/att.instrumentident/instr.txt b/_includes/v4/desc/att.instrumentident/instr.txt similarity index 100% rename from _includes/dev/desc/att.instrumentident/instr.txt rename to _includes/v4/desc/att.instrumentident/instr.txt diff --git a/_includes/dev/desc/att.internetmedia.txt b/_includes/v4/desc/att.internetmedia.txt similarity index 100% rename from _includes/dev/desc/att.internetmedia.txt rename to _includes/v4/desc/att.internetmedia.txt diff --git a/_includes/dev/desc/att.internetmedia/mimetype.txt b/_includes/v4/desc/att.internetmedia/mimetype.txt similarity index 100% rename from _includes/dev/desc/att.internetmedia/mimetype.txt rename to _includes/v4/desc/att.internetmedia/mimetype.txt diff --git a/_includes/dev/desc/att.intervalharmonic.txt b/_includes/v4/desc/att.intervalharmonic.txt similarity index 100% rename from _includes/dev/desc/att.intervalharmonic.txt rename to _includes/v4/desc/att.intervalharmonic.txt diff --git a/_includes/dev/desc/att.intervalharmonic/inth.txt b/_includes/v4/desc/att.intervalharmonic/inth.txt similarity index 100% rename from _includes/dev/desc/att.intervalharmonic/inth.txt rename to _includes/v4/desc/att.intervalharmonic/inth.txt diff --git a/_includes/dev/desc/att.intervallicdesc.txt b/_includes/v4/desc/att.intervallicdesc.txt similarity index 100% rename from _includes/dev/desc/att.intervallicdesc.txt rename to _includes/v4/desc/att.intervallicdesc.txt diff --git a/_includes/dev/desc/att.intervalmelodic.txt b/_includes/v4/desc/att.intervalmelodic.txt similarity index 100% rename from _includes/dev/desc/att.intervalmelodic.txt rename to _includes/v4/desc/att.intervalmelodic.txt diff --git a/_includes/dev/desc/att.intervalmelodic/intm.txt b/_includes/v4/desc/att.intervalmelodic/intm.txt similarity index 100% rename from _includes/dev/desc/att.intervalmelodic/intm.txt rename to _includes/v4/desc/att.intervalmelodic/intm.txt diff --git a/_includes/dev/desc/att.joined.txt b/_includes/v4/desc/att.joined.txt similarity index 100% rename from _includes/dev/desc/att.joined.txt rename to _includes/v4/desc/att.joined.txt diff --git a/_includes/dev/desc/att.joined/join.txt b/_includes/v4/desc/att.joined/join.txt similarity index 100% rename from _includes/dev/desc/att.joined/join.txt rename to _includes/v4/desc/att.joined/join.txt diff --git a/_includes/dev/desc/att.keyaccid.anl.txt b/_includes/v4/desc/att.keyaccid.anl.txt similarity index 100% rename from _includes/dev/desc/att.keyaccid.anl.txt rename to _includes/v4/desc/att.keyaccid.anl.txt diff --git a/_includes/dev/desc/att.keyaccid.ges.txt b/_includes/v4/desc/att.keyaccid.ges.txt similarity index 100% rename from _includes/dev/desc/att.keyaccid.ges.txt rename to _includes/v4/desc/att.keyaccid.ges.txt diff --git a/_includes/dev/desc/att.keyaccid.log.txt b/_includes/v4/desc/att.keyaccid.log.txt similarity index 100% rename from _includes/dev/desc/att.keyaccid.log.txt rename to _includes/v4/desc/att.keyaccid.log.txt diff --git a/_includes/dev/desc/att.keyaccid.vis.txt b/_includes/v4/desc/att.keyaccid.vis.txt similarity index 100% rename from _includes/dev/desc/att.keyaccid.vis.txt rename to _includes/v4/desc/att.keyaccid.vis.txt diff --git a/_includes/dev/desc/att.keysig.anl.txt b/_includes/v4/desc/att.keysig.anl.txt similarity index 100% rename from _includes/dev/desc/att.keysig.anl.txt rename to _includes/v4/desc/att.keysig.anl.txt diff --git a/_includes/dev/desc/att.keysig.anl/mode.txt b/_includes/v4/desc/att.keysig.anl/mode.txt similarity index 100% rename from _includes/dev/desc/att.keysig.anl/mode.txt rename to _includes/v4/desc/att.keysig.anl/mode.txt diff --git a/_includes/dev/desc/att.keysig.ges.txt b/_includes/v4/desc/att.keysig.ges.txt similarity index 100% rename from _includes/dev/desc/att.keysig.ges.txt rename to _includes/v4/desc/att.keysig.ges.txt diff --git a/_includes/dev/desc/att.keysig.log.txt b/_includes/v4/desc/att.keysig.log.txt similarity index 100% rename from _includes/dev/desc/att.keysig.log.txt rename to _includes/v4/desc/att.keysig.log.txt diff --git a/_includes/dev/desc/att.keysig.log/sig.txt b/_includes/v4/desc/att.keysig.log/sig.txt similarity index 100% rename from _includes/dev/desc/att.keysig.log/sig.txt rename to _includes/v4/desc/att.keysig.log/sig.txt diff --git a/_includes/dev/desc/att.keysig.vis.txt b/_includes/v4/desc/att.keysig.vis.txt similarity index 100% rename from _includes/dev/desc/att.keysig.vis.txt rename to _includes/v4/desc/att.keysig.vis.txt diff --git a/_includes/dev/desc/att.keysig.vis/sig.showchange.txt b/_includes/v4/desc/att.keysig.vis/sig.showchange.txt similarity index 100% rename from _includes/dev/desc/att.keysig.vis/sig.showchange.txt rename to _includes/v4/desc/att.keysig.vis/sig.showchange.txt diff --git a/_includes/dev/desc/att.keysigdefault.anl.txt b/_includes/v4/desc/att.keysigdefault.anl.txt similarity index 100% rename from _includes/dev/desc/att.keysigdefault.anl.txt rename to _includes/v4/desc/att.keysigdefault.anl.txt diff --git a/_includes/dev/desc/att.keysigdefault.anl/key.accid.txt b/_includes/v4/desc/att.keysigdefault.anl/key.accid.txt similarity index 100% rename from _includes/dev/desc/att.keysigdefault.anl/key.accid.txt rename to _includes/v4/desc/att.keysigdefault.anl/key.accid.txt diff --git a/_includes/dev/desc/att.keysigdefault.anl/key.mode.txt b/_includes/v4/desc/att.keysigdefault.anl/key.mode.txt similarity index 100% rename from _includes/dev/desc/att.keysigdefault.anl/key.mode.txt rename to _includes/v4/desc/att.keysigdefault.anl/key.mode.txt diff --git a/_includes/dev/desc/att.keysigdefault.anl/key.pname.txt b/_includes/v4/desc/att.keysigdefault.anl/key.pname.txt similarity index 100% rename from _includes/dev/desc/att.keysigdefault.anl/key.pname.txt rename to _includes/v4/desc/att.keysigdefault.anl/key.pname.txt diff --git a/_includes/dev/desc/att.keysigdefault.log.txt b/_includes/v4/desc/att.keysigdefault.log.txt similarity index 100% rename from _includes/dev/desc/att.keysigdefault.log.txt rename to _includes/v4/desc/att.keysigdefault.log.txt diff --git a/_includes/dev/desc/att.keysigdefault.log/key.sig.txt b/_includes/v4/desc/att.keysigdefault.log/key.sig.txt similarity index 100% rename from _includes/dev/desc/att.keysigdefault.log/key.sig.txt rename to _includes/v4/desc/att.keysigdefault.log/key.sig.txt diff --git a/_includes/dev/desc/att.keysigdefault.vis.txt b/_includes/v4/desc/att.keysigdefault.vis.txt similarity index 100% rename from _includes/dev/desc/att.keysigdefault.vis.txt rename to _includes/v4/desc/att.keysigdefault.vis.txt diff --git a/_includes/dev/desc/att.keysigdefault.vis/keysig.show.txt b/_includes/v4/desc/att.keysigdefault.vis/keysig.show.txt similarity index 100% rename from _includes/dev/desc/att.keysigdefault.vis/keysig.show.txt rename to _includes/v4/desc/att.keysigdefault.vis/keysig.show.txt diff --git a/_includes/dev/desc/att.keysigdefault.vis/keysig.showchange.txt b/_includes/v4/desc/att.keysigdefault.vis/keysig.showchange.txt similarity index 100% rename from _includes/dev/desc/att.keysigdefault.vis/keysig.showchange.txt rename to _includes/v4/desc/att.keysigdefault.vis/keysig.showchange.txt diff --git a/_includes/dev/desc/att.labelled.txt b/_includes/v4/desc/att.labelled.txt similarity index 100% rename from _includes/dev/desc/att.labelled.txt rename to _includes/v4/desc/att.labelled.txt diff --git a/_includes/dev/desc/att.labelled/label.txt b/_includes/v4/desc/att.labelled/label.txt similarity index 100% rename from _includes/dev/desc/att.labelled/label.txt rename to _includes/v4/desc/att.labelled/label.txt diff --git a/_includes/dev/desc/att.lang.txt b/_includes/v4/desc/att.lang.txt similarity index 100% rename from _includes/dev/desc/att.lang.txt rename to _includes/v4/desc/att.lang.txt diff --git a/_includes/dev/desc/att.lang/translit.txt b/_includes/v4/desc/att.lang/translit.txt similarity index 100% rename from _includes/dev/desc/att.lang/translit.txt rename to _includes/v4/desc/att.lang/translit.txt diff --git a/_includes/dev/desc/att.lang/xml---lang.txt b/_includes/v4/desc/att.lang/xml---lang.txt similarity index 100% rename from _includes/dev/desc/att.lang/xml---lang.txt rename to _includes/v4/desc/att.lang/xml---lang.txt diff --git a/_includes/dev/desc/att.layer.anl.txt b/_includes/v4/desc/att.layer.anl.txt similarity index 100% rename from _includes/dev/desc/att.layer.anl.txt rename to _includes/v4/desc/att.layer.anl.txt diff --git a/_includes/dev/desc/att.layer.ges.txt b/_includes/v4/desc/att.layer.ges.txt similarity index 100% rename from _includes/dev/desc/att.layer.ges.txt rename to _includes/v4/desc/att.layer.ges.txt diff --git a/_includes/dev/desc/att.layer.log.txt b/_includes/v4/desc/att.layer.log.txt similarity index 100% rename from _includes/dev/desc/att.layer.log.txt rename to _includes/v4/desc/att.layer.log.txt diff --git a/_includes/dev/desc/att.layer.log/def.txt b/_includes/v4/desc/att.layer.log/def.txt similarity index 100% rename from _includes/dev/desc/att.layer.log/def.txt rename to _includes/v4/desc/att.layer.log/def.txt diff --git a/_includes/dev/desc/att.layer.vis.txt b/_includes/v4/desc/att.layer.vis.txt similarity index 100% rename from _includes/dev/desc/att.layer.vis.txt rename to _includes/v4/desc/att.layer.vis.txt diff --git a/_includes/dev/desc/att.layerdef.anl.txt b/_includes/v4/desc/att.layerdef.anl.txt similarity index 100% rename from _includes/dev/desc/att.layerdef.anl.txt rename to _includes/v4/desc/att.layerdef.anl.txt diff --git a/_includes/dev/desc/att.layerdef.ges.txt b/_includes/v4/desc/att.layerdef.ges.txt similarity index 100% rename from _includes/dev/desc/att.layerdef.ges.txt rename to _includes/v4/desc/att.layerdef.ges.txt diff --git a/_includes/dev/desc/att.layerdef.log.cmn.txt b/_includes/v4/desc/att.layerdef.log.cmn.txt similarity index 100% rename from _includes/dev/desc/att.layerdef.log.cmn.txt rename to _includes/v4/desc/att.layerdef.log.cmn.txt diff --git a/_includes/dev/desc/att.layerdef.log.txt b/_includes/v4/desc/att.layerdef.log.txt similarity index 100% rename from _includes/dev/desc/att.layerdef.log.txt rename to _includes/v4/desc/att.layerdef.log.txt diff --git a/_includes/dev/desc/att.layerdef.vis.txt b/_includes/v4/desc/att.layerdef.vis.txt similarity index 100% rename from _includes/dev/desc/att.layerdef.vis.txt rename to _includes/v4/desc/att.layerdef.vis.txt diff --git a/_includes/dev/desc/att.layerident.txt b/_includes/v4/desc/att.layerident.txt similarity index 100% rename from _includes/dev/desc/att.layerident.txt rename to _includes/v4/desc/att.layerident.txt diff --git a/_includes/dev/desc/att.layerident/layer.txt b/_includes/v4/desc/att.layerident/layer.txt similarity index 100% rename from _includes/dev/desc/att.layerident/layer.txt rename to _includes/v4/desc/att.layerident/layer.txt diff --git a/_includes/dev/desc/att.ligature.anl.txt b/_includes/v4/desc/att.ligature.anl.txt similarity index 100% rename from _includes/dev/desc/att.ligature.anl.txt rename to _includes/v4/desc/att.ligature.anl.txt diff --git a/_includes/dev/desc/att.ligature.ges.txt b/_includes/v4/desc/att.ligature.ges.txt similarity index 100% rename from _includes/dev/desc/att.ligature.ges.txt rename to _includes/v4/desc/att.ligature.ges.txt diff --git a/_includes/dev/desc/att.ligature.log.txt b/_includes/v4/desc/att.ligature.log.txt similarity index 100% rename from _includes/dev/desc/att.ligature.log.txt rename to _includes/v4/desc/att.ligature.log.txt diff --git a/_includes/dev/desc/att.ligature.log/form.txt b/_includes/v4/desc/att.ligature.log/form.txt similarity index 100% rename from _includes/dev/desc/att.ligature.log/form.txt rename to _includes/v4/desc/att.ligature.log/form.txt diff --git a/_includes/dev/desc/att.ligature.vis.txt b/_includes/v4/desc/att.ligature.vis.txt similarity index 100% rename from _includes/dev/desc/att.ligature.vis.txt rename to _includes/v4/desc/att.ligature.vis.txt diff --git a/_includes/dev/desc/att.ligaturespan.anl.txt b/_includes/v4/desc/att.ligaturespan.anl.txt similarity index 100% rename from _includes/dev/desc/att.ligaturespan.anl.txt rename to _includes/v4/desc/att.ligaturespan.anl.txt diff --git a/_includes/dev/desc/att.ligaturespan.ges.txt b/_includes/v4/desc/att.ligaturespan.ges.txt similarity index 100% rename from _includes/dev/desc/att.ligaturespan.ges.txt rename to _includes/v4/desc/att.ligaturespan.ges.txt diff --git a/_includes/dev/desc/att.ligaturespan.log.txt b/_includes/v4/desc/att.ligaturespan.log.txt similarity index 100% rename from _includes/dev/desc/att.ligaturespan.log.txt rename to _includes/v4/desc/att.ligaturespan.log.txt diff --git a/_includes/dev/desc/att.ligaturespan.vis.txt b/_includes/v4/desc/att.ligaturespan.vis.txt similarity index 100% rename from _includes/dev/desc/att.ligaturespan.vis.txt rename to _includes/v4/desc/att.ligaturespan.vis.txt diff --git a/_includes/dev/desc/att.line.anl.txt b/_includes/v4/desc/att.line.anl.txt similarity index 100% rename from _includes/dev/desc/att.line.anl.txt rename to _includes/v4/desc/att.line.anl.txt diff --git a/_includes/dev/desc/att.line.ges.txt b/_includes/v4/desc/att.line.ges.txt similarity index 100% rename from _includes/dev/desc/att.line.ges.txt rename to _includes/v4/desc/att.line.ges.txt diff --git a/_includes/dev/desc/att.line.log.txt b/_includes/v4/desc/att.line.log.txt similarity index 100% rename from _includes/dev/desc/att.line.log.txt rename to _includes/v4/desc/att.line.log.txt diff --git a/_includes/dev/desc/att.line.log/func.txt b/_includes/v4/desc/att.line.log/func.txt similarity index 100% rename from _includes/dev/desc/att.line.log/func.txt rename to _includes/v4/desc/att.line.log/func.txt diff --git a/_includes/dev/desc/att.line.vis.txt b/_includes/v4/desc/att.line.vis.txt similarity index 100% rename from _includes/dev/desc/att.line.vis.txt rename to _includes/v4/desc/att.line.vis.txt diff --git a/_includes/dev/desc/att.line.vis/endsym.size.txt b/_includes/v4/desc/att.line.vis/endsym.size.txt similarity index 100% rename from _includes/dev/desc/att.line.vis/endsym.size.txt rename to _includes/v4/desc/att.line.vis/endsym.size.txt diff --git a/_includes/dev/desc/att.line.vis/endsym.txt b/_includes/v4/desc/att.line.vis/endsym.txt similarity index 100% rename from _includes/dev/desc/att.line.vis/endsym.txt rename to _includes/v4/desc/att.line.vis/endsym.txt diff --git a/_includes/dev/desc/att.line.vis/form.txt b/_includes/v4/desc/att.line.vis/form.txt similarity index 100% rename from _includes/dev/desc/att.line.vis/form.txt rename to _includes/v4/desc/att.line.vis/form.txt diff --git a/_includes/dev/desc/att.line.vis/startsym.size.txt b/_includes/v4/desc/att.line.vis/startsym.size.txt similarity index 100% rename from _includes/dev/desc/att.line.vis/startsym.size.txt rename to _includes/v4/desc/att.line.vis/startsym.size.txt diff --git a/_includes/dev/desc/att.line.vis/startsym.txt b/_includes/v4/desc/att.line.vis/startsym.txt similarity index 100% rename from _includes/dev/desc/att.line.vis/startsym.txt rename to _includes/v4/desc/att.line.vis/startsym.txt diff --git a/_includes/dev/desc/att.line.vis/width.txt b/_includes/v4/desc/att.line.vis/width.txt similarity index 100% rename from _includes/dev/desc/att.line.vis/width.txt rename to _includes/v4/desc/att.line.vis/width.txt diff --git a/_includes/dev/desc/att.lineloc.txt b/_includes/v4/desc/att.lineloc.txt similarity index 100% rename from _includes/dev/desc/att.lineloc.txt rename to _includes/v4/desc/att.lineloc.txt diff --git a/_includes/dev/desc/att.lineloc/line.txt b/_includes/v4/desc/att.lineloc/line.txt similarity index 100% rename from _includes/dev/desc/att.lineloc/line.txt rename to _includes/v4/desc/att.lineloc/line.txt diff --git a/_includes/dev/desc/att.linerend.base.txt b/_includes/v4/desc/att.linerend.base.txt similarity index 100% rename from _includes/dev/desc/att.linerend.base.txt rename to _includes/v4/desc/att.linerend.base.txt diff --git a/_includes/dev/desc/att.linerend.base/lform.txt b/_includes/v4/desc/att.linerend.base/lform.txt similarity index 100% rename from _includes/dev/desc/att.linerend.base/lform.txt rename to _includes/v4/desc/att.linerend.base/lform.txt diff --git a/_includes/dev/desc/att.linerend.base/lsegs.txt b/_includes/v4/desc/att.linerend.base/lsegs.txt similarity index 100% rename from _includes/dev/desc/att.linerend.base/lsegs.txt rename to _includes/v4/desc/att.linerend.base/lsegs.txt diff --git a/_includes/dev/desc/att.linerend.base/lwidth.txt b/_includes/v4/desc/att.linerend.base/lwidth.txt similarity index 100% rename from _includes/dev/desc/att.linerend.base/lwidth.txt rename to _includes/v4/desc/att.linerend.base/lwidth.txt diff --git a/_includes/dev/desc/att.linerend.txt b/_includes/v4/desc/att.linerend.txt similarity index 100% rename from _includes/dev/desc/att.linerend.txt rename to _includes/v4/desc/att.linerend.txt diff --git a/_includes/dev/desc/att.linerend/lendsym.size.txt b/_includes/v4/desc/att.linerend/lendsym.size.txt similarity index 100% rename from _includes/dev/desc/att.linerend/lendsym.size.txt rename to _includes/v4/desc/att.linerend/lendsym.size.txt diff --git a/_includes/dev/desc/att.linerend/lendsym.txt b/_includes/v4/desc/att.linerend/lendsym.txt similarity index 100% rename from _includes/dev/desc/att.linerend/lendsym.txt rename to _includes/v4/desc/att.linerend/lendsym.txt diff --git a/_includes/dev/desc/att.linerend/lstartsym.size.txt b/_includes/v4/desc/att.linerend/lstartsym.size.txt similarity index 100% rename from _includes/dev/desc/att.linerend/lstartsym.size.txt rename to _includes/v4/desc/att.linerend/lstartsym.size.txt diff --git a/_includes/dev/desc/att.linerend/lstartsym.txt b/_includes/v4/desc/att.linerend/lstartsym.txt similarity index 100% rename from _includes/dev/desc/att.linerend/lstartsym.txt rename to _includes/v4/desc/att.linerend/lstartsym.txt diff --git a/_includes/dev/desc/att.linking.txt b/_includes/v4/desc/att.linking.txt similarity index 100% rename from _includes/dev/desc/att.linking.txt rename to _includes/v4/desc/att.linking.txt diff --git a/_includes/dev/desc/att.linking/copyof.txt b/_includes/v4/desc/att.linking/copyof.txt similarity index 100% rename from _includes/dev/desc/att.linking/copyof.txt rename to _includes/v4/desc/att.linking/copyof.txt diff --git a/_includes/dev/desc/att.linking/corresp.txt b/_includes/v4/desc/att.linking/corresp.txt similarity index 100% rename from _includes/dev/desc/att.linking/corresp.txt rename to _includes/v4/desc/att.linking/corresp.txt diff --git a/_includes/dev/desc/att.linking/follows.txt b/_includes/v4/desc/att.linking/follows.txt similarity index 100% rename from _includes/dev/desc/att.linking/follows.txt rename to _includes/v4/desc/att.linking/follows.txt diff --git a/_includes/dev/desc/att.linking/next.txt b/_includes/v4/desc/att.linking/next.txt similarity index 100% rename from _includes/dev/desc/att.linking/next.txt rename to _includes/v4/desc/att.linking/next.txt diff --git a/_includes/dev/desc/att.linking/precedes.txt b/_includes/v4/desc/att.linking/precedes.txt similarity index 100% rename from _includes/dev/desc/att.linking/precedes.txt rename to _includes/v4/desc/att.linking/precedes.txt diff --git a/_includes/dev/desc/att.linking/prev.txt b/_includes/v4/desc/att.linking/prev.txt similarity index 100% rename from _includes/dev/desc/att.linking/prev.txt rename to _includes/v4/desc/att.linking/prev.txt diff --git a/_includes/dev/desc/att.linking/sameas.txt b/_includes/v4/desc/att.linking/sameas.txt similarity index 100% rename from _includes/dev/desc/att.linking/sameas.txt rename to _includes/v4/desc/att.linking/sameas.txt diff --git a/_includes/dev/desc/att.linking/synch.txt b/_includes/v4/desc/att.linking/synch.txt similarity index 100% rename from _includes/dev/desc/att.linking/synch.txt rename to _includes/v4/desc/att.linking/synch.txt diff --git a/_includes/dev/desc/att.liquescent.anl.txt b/_includes/v4/desc/att.liquescent.anl.txt similarity index 100% rename from _includes/dev/desc/att.liquescent.anl.txt rename to _includes/v4/desc/att.liquescent.anl.txt diff --git a/_includes/dev/desc/att.liquescent.ges.txt b/_includes/v4/desc/att.liquescent.ges.txt similarity index 100% rename from _includes/dev/desc/att.liquescent.ges.txt rename to _includes/v4/desc/att.liquescent.ges.txt diff --git a/_includes/dev/desc/att.liquescent.log.txt b/_includes/v4/desc/att.liquescent.log.txt similarity index 100% rename from _includes/dev/desc/att.liquescent.log.txt rename to _includes/v4/desc/att.liquescent.log.txt diff --git a/_includes/dev/desc/att.liquescent.vis.txt b/_includes/v4/desc/att.liquescent.vis.txt similarity index 100% rename from _includes/dev/desc/att.liquescent.vis.txt rename to _includes/v4/desc/att.liquescent.vis.txt diff --git a/_includes/dev/desc/att.liquescent.vis/curve.txt b/_includes/v4/desc/att.liquescent.vis/curve.txt similarity index 100% rename from _includes/dev/desc/att.liquescent.vis/curve.txt rename to _includes/v4/desc/att.liquescent.vis/curve.txt diff --git a/_includes/dev/desc/att.liquescent.vis/looped.txt b/_includes/v4/desc/att.liquescent.vis/looped.txt similarity index 100% rename from _includes/dev/desc/att.liquescent.vis/looped.txt rename to _includes/v4/desc/att.liquescent.vis/looped.txt diff --git a/_includes/dev/desc/att.lv.anl.txt b/_includes/v4/desc/att.lv.anl.txt similarity index 100% rename from _includes/dev/desc/att.lv.anl.txt rename to _includes/v4/desc/att.lv.anl.txt diff --git a/_includes/dev/desc/att.lv.ges.txt b/_includes/v4/desc/att.lv.ges.txt similarity index 100% rename from _includes/dev/desc/att.lv.ges.txt rename to _includes/v4/desc/att.lv.ges.txt diff --git a/_includes/dev/desc/att.lv.log.txt b/_includes/v4/desc/att.lv.log.txt similarity index 100% rename from _includes/dev/desc/att.lv.log.txt rename to _includes/v4/desc/att.lv.log.txt diff --git a/_includes/dev/desc/att.lv.vis.txt b/_includes/v4/desc/att.lv.vis.txt similarity index 100% rename from _includes/dev/desc/att.lv.vis.txt rename to _includes/v4/desc/att.lv.vis.txt diff --git a/_includes/dev/desc/att.lvpresent.txt b/_includes/v4/desc/att.lvpresent.txt similarity index 100% rename from _includes/dev/desc/att.lvpresent.txt rename to _includes/v4/desc/att.lvpresent.txt diff --git a/_includes/dev/desc/att.lvpresent/lv.txt b/_includes/v4/desc/att.lvpresent/lv.txt similarity index 100% rename from _includes/dev/desc/att.lvpresent/lv.txt rename to _includes/v4/desc/att.lvpresent/lv.txt diff --git a/_includes/dev/desc/att.lyrics.anl.txt b/_includes/v4/desc/att.lyrics.anl.txt similarity index 100% rename from _includes/dev/desc/att.lyrics.anl.txt rename to _includes/v4/desc/att.lyrics.anl.txt diff --git a/_includes/dev/desc/att.lyrics.ges.txt b/_includes/v4/desc/att.lyrics.ges.txt similarity index 100% rename from _includes/dev/desc/att.lyrics.ges.txt rename to _includes/v4/desc/att.lyrics.ges.txt diff --git a/_includes/dev/desc/att.lyrics.log.txt b/_includes/v4/desc/att.lyrics.log.txt similarity index 100% rename from _includes/dev/desc/att.lyrics.log.txt rename to _includes/v4/desc/att.lyrics.log.txt diff --git a/_includes/dev/desc/att.lyrics.vis.txt b/_includes/v4/desc/att.lyrics.vis.txt similarity index 100% rename from _includes/dev/desc/att.lyrics.vis.txt rename to _includes/v4/desc/att.lyrics.vis.txt diff --git a/_includes/dev/desc/att.lyricstyle.txt b/_includes/v4/desc/att.lyricstyle.txt similarity index 100% rename from _includes/dev/desc/att.lyricstyle.txt rename to _includes/v4/desc/att.lyricstyle.txt diff --git a/_includes/dev/desc/att.lyricstyle/lyric.align.txt b/_includes/v4/desc/att.lyricstyle/lyric.align.txt similarity index 100% rename from _includes/dev/desc/att.lyricstyle/lyric.align.txt rename to _includes/v4/desc/att.lyricstyle/lyric.align.txt diff --git a/_includes/dev/desc/att.lyricstyle/lyric.fam.txt b/_includes/v4/desc/att.lyricstyle/lyric.fam.txt similarity index 100% rename from _includes/dev/desc/att.lyricstyle/lyric.fam.txt rename to _includes/v4/desc/att.lyricstyle/lyric.fam.txt diff --git a/_includes/dev/desc/att.lyricstyle/lyric.name.txt b/_includes/v4/desc/att.lyricstyle/lyric.name.txt similarity index 100% rename from _includes/dev/desc/att.lyricstyle/lyric.name.txt rename to _includes/v4/desc/att.lyricstyle/lyric.name.txt diff --git a/_includes/dev/desc/att.lyricstyle/lyric.size.txt b/_includes/v4/desc/att.lyricstyle/lyric.size.txt similarity index 100% rename from _includes/dev/desc/att.lyricstyle/lyric.size.txt rename to _includes/v4/desc/att.lyricstyle/lyric.size.txt diff --git a/_includes/dev/desc/att.lyricstyle/lyric.style.txt b/_includes/v4/desc/att.lyricstyle/lyric.style.txt similarity index 100% rename from _includes/dev/desc/att.lyricstyle/lyric.style.txt rename to _includes/v4/desc/att.lyricstyle/lyric.style.txt diff --git a/_includes/dev/desc/att.lyricstyle/lyric.weight.txt b/_includes/v4/desc/att.lyricstyle/lyric.weight.txt similarity index 100% rename from _includes/dev/desc/att.lyricstyle/lyric.weight.txt rename to _includes/v4/desc/att.lyricstyle/lyric.weight.txt diff --git a/_includes/dev/desc/att.mdiv.anl.txt b/_includes/v4/desc/att.mdiv.anl.txt similarity index 100% rename from _includes/dev/desc/att.mdiv.anl.txt rename to _includes/v4/desc/att.mdiv.anl.txt diff --git a/_includes/dev/desc/att.mdiv.ges.txt b/_includes/v4/desc/att.mdiv.ges.txt similarity index 100% rename from _includes/dev/desc/att.mdiv.ges.txt rename to _includes/v4/desc/att.mdiv.ges.txt diff --git a/_includes/dev/desc/att.mdiv.ges/attacca.txt b/_includes/v4/desc/att.mdiv.ges/attacca.txt similarity index 100% rename from _includes/dev/desc/att.mdiv.ges/attacca.txt rename to _includes/v4/desc/att.mdiv.ges/attacca.txt diff --git a/_includes/dev/desc/att.mdiv.log.txt b/_includes/v4/desc/att.mdiv.log.txt similarity index 100% rename from _includes/dev/desc/att.mdiv.log.txt rename to _includes/v4/desc/att.mdiv.log.txt diff --git a/_includes/dev/desc/att.mdiv.vis.txt b/_includes/v4/desc/att.mdiv.vis.txt similarity index 100% rename from _includes/dev/desc/att.mdiv.vis.txt rename to _includes/v4/desc/att.mdiv.vis.txt diff --git a/_includes/dev/desc/att.measure.anl.txt b/_includes/v4/desc/att.measure.anl.txt similarity index 100% rename from _includes/dev/desc/att.measure.anl.txt rename to _includes/v4/desc/att.measure.anl.txt diff --git a/_includes/dev/desc/att.measure.ges.txt b/_includes/v4/desc/att.measure.ges.txt similarity index 100% rename from _includes/dev/desc/att.measure.ges.txt rename to _includes/v4/desc/att.measure.ges.txt diff --git a/_includes/dev/desc/att.measure.log.txt b/_includes/v4/desc/att.measure.log.txt similarity index 100% rename from _includes/dev/desc/att.measure.log.txt rename to _includes/v4/desc/att.measure.log.txt diff --git a/_includes/dev/desc/att.measure.log/left.txt b/_includes/v4/desc/att.measure.log/left.txt similarity index 100% rename from _includes/dev/desc/att.measure.log/left.txt rename to _includes/v4/desc/att.measure.log/left.txt diff --git a/_includes/dev/desc/att.measure.log/right.txt b/_includes/v4/desc/att.measure.log/right.txt similarity index 100% rename from _includes/dev/desc/att.measure.log/right.txt rename to _includes/v4/desc/att.measure.log/right.txt diff --git a/_includes/dev/desc/att.measure.vis.txt b/_includes/v4/desc/att.measure.vis.txt similarity index 100% rename from _includes/dev/desc/att.measure.vis.txt rename to _includes/v4/desc/att.measure.vis.txt diff --git a/_includes/dev/desc/att.measurement.txt b/_includes/v4/desc/att.measurement.txt similarity index 100% rename from _includes/dev/desc/att.measurement.txt rename to _includes/v4/desc/att.measurement.txt diff --git a/_includes/dev/desc/att.measurement/unit.txt b/_includes/v4/desc/att.measurement/unit.txt similarity index 100% rename from _includes/dev/desc/att.measurement/unit.txt rename to _includes/v4/desc/att.measurement/unit.txt diff --git a/_includes/dev/desc/att.measurenumbers.txt b/_includes/v4/desc/att.measurenumbers.txt similarity index 100% rename from _includes/dev/desc/att.measurenumbers.txt rename to _includes/v4/desc/att.measurenumbers.txt diff --git a/_includes/dev/desc/att.measurenumbers/mnum.visible.txt b/_includes/v4/desc/att.measurenumbers/mnum.visible.txt similarity index 100% rename from _includes/dev/desc/att.measurenumbers/mnum.visible.txt rename to _includes/v4/desc/att.measurenumbers/mnum.visible.txt diff --git a/_includes/dev/desc/att.mediabounds.txt b/_includes/v4/desc/att.mediabounds.txt similarity index 100% rename from _includes/dev/desc/att.mediabounds.txt rename to _includes/v4/desc/att.mediabounds.txt diff --git a/_includes/dev/desc/att.mediabounds/begin.txt b/_includes/v4/desc/att.mediabounds/begin.txt similarity index 100% rename from _includes/dev/desc/att.mediabounds/begin.txt rename to _includes/v4/desc/att.mediabounds/begin.txt diff --git a/_includes/dev/desc/att.mediabounds/betype.txt b/_includes/v4/desc/att.mediabounds/betype.txt similarity index 100% rename from _includes/dev/desc/att.mediabounds/betype.txt rename to _includes/v4/desc/att.mediabounds/betype.txt diff --git a/_includes/dev/desc/att.mediabounds/end.txt b/_includes/v4/desc/att.mediabounds/end.txt similarity index 100% rename from _includes/dev/desc/att.mediabounds/end.txt rename to _includes/v4/desc/att.mediabounds/end.txt diff --git a/_includes/dev/desc/att.medium.txt b/_includes/v4/desc/att.medium.txt similarity index 100% rename from _includes/dev/desc/att.medium.txt rename to _includes/v4/desc/att.medium.txt diff --git a/_includes/dev/desc/att.medium/medium.txt b/_includes/v4/desc/att.medium/medium.txt similarity index 100% rename from _includes/dev/desc/att.medium/medium.txt rename to _includes/v4/desc/att.medium/medium.txt diff --git a/_includes/dev/desc/att.meiversion.txt b/_includes/v4/desc/att.meiversion.txt similarity index 100% rename from _includes/dev/desc/att.meiversion.txt rename to _includes/v4/desc/att.meiversion.txt diff --git a/_includes/dev/desc/att.meiversion/meiversion.txt b/_includes/v4/desc/att.meiversion/meiversion.txt similarity index 100% rename from _includes/dev/desc/att.meiversion/meiversion.txt rename to _includes/v4/desc/att.meiversion/meiversion.txt diff --git a/_includes/dev/desc/att.melodicfunction.txt b/_includes/v4/desc/att.melodicfunction.txt similarity index 100% rename from _includes/dev/desc/att.melodicfunction.txt rename to _includes/v4/desc/att.melodicfunction.txt diff --git a/_includes/dev/desc/att.melodicfunction/mfunc.txt b/_includes/v4/desc/att.melodicfunction/mfunc.txt similarity index 100% rename from _includes/dev/desc/att.melodicfunction/mfunc.txt rename to _includes/v4/desc/att.melodicfunction/mfunc.txt diff --git a/_includes/dev/desc/att.mensur.anl.txt b/_includes/v4/desc/att.mensur.anl.txt similarity index 100% rename from _includes/dev/desc/att.mensur.anl.txt rename to _includes/v4/desc/att.mensur.anl.txt diff --git a/_includes/dev/desc/att.mensur.ges.txt b/_includes/v4/desc/att.mensur.ges.txt similarity index 100% rename from _includes/dev/desc/att.mensur.ges.txt rename to _includes/v4/desc/att.mensur.ges.txt diff --git a/_includes/dev/desc/att.mensur.log.txt b/_includes/v4/desc/att.mensur.log.txt similarity index 100% rename from _includes/dev/desc/att.mensur.log.txt rename to _includes/v4/desc/att.mensur.log.txt diff --git a/_includes/dev/desc/att.mensur.log/dot.txt b/_includes/v4/desc/att.mensur.log/dot.txt similarity index 100% rename from _includes/dev/desc/att.mensur.log/dot.txt rename to _includes/v4/desc/att.mensur.log/dot.txt diff --git a/_includes/dev/desc/att.mensur.log/sign.txt b/_includes/v4/desc/att.mensur.log/sign.txt similarity index 100% rename from _includes/dev/desc/att.mensur.log/sign.txt rename to _includes/v4/desc/att.mensur.log/sign.txt diff --git a/_includes/dev/desc/att.mensur.vis.txt b/_includes/v4/desc/att.mensur.vis.txt similarity index 100% rename from _includes/dev/desc/att.mensur.vis.txt rename to _includes/v4/desc/att.mensur.vis.txt diff --git a/_includes/dev/desc/att.mensur.vis/form.txt b/_includes/v4/desc/att.mensur.vis/form.txt similarity index 100% rename from _includes/dev/desc/att.mensur.vis/form.txt rename to _includes/v4/desc/att.mensur.vis/form.txt diff --git a/_includes/dev/desc/att.mensur.vis/orient.txt b/_includes/v4/desc/att.mensur.vis/orient.txt similarity index 100% rename from _includes/dev/desc/att.mensur.vis/orient.txt rename to _includes/v4/desc/att.mensur.vis/orient.txt diff --git a/_includes/dev/desc/att.mensural.log.txt b/_includes/v4/desc/att.mensural.log.txt similarity index 100% rename from _includes/dev/desc/att.mensural.log.txt rename to _includes/v4/desc/att.mensural.log.txt diff --git a/_includes/dev/desc/att.mensural.log/mensur.dot.txt b/_includes/v4/desc/att.mensural.log/mensur.dot.txt similarity index 100% rename from _includes/dev/desc/att.mensural.log/mensur.dot.txt rename to _includes/v4/desc/att.mensural.log/mensur.dot.txt diff --git a/_includes/dev/desc/att.mensural.log/mensur.sign.txt b/_includes/v4/desc/att.mensural.log/mensur.sign.txt similarity index 100% rename from _includes/dev/desc/att.mensural.log/mensur.sign.txt rename to _includes/v4/desc/att.mensural.log/mensur.sign.txt diff --git a/_includes/dev/desc/att.mensural.log/mensur.slash.txt b/_includes/v4/desc/att.mensural.log/mensur.slash.txt similarity index 100% rename from _includes/dev/desc/att.mensural.log/mensur.slash.txt rename to _includes/v4/desc/att.mensural.log/mensur.slash.txt diff --git a/_includes/dev/desc/att.mensural.log/proport.num.txt b/_includes/v4/desc/att.mensural.log/proport.num.txt similarity index 100% rename from _includes/dev/desc/att.mensural.log/proport.num.txt rename to _includes/v4/desc/att.mensural.log/proport.num.txt diff --git a/_includes/dev/desc/att.mensural.log/proport.numbase.txt b/_includes/v4/desc/att.mensural.log/proport.numbase.txt similarity index 100% rename from _includes/dev/desc/att.mensural.log/proport.numbase.txt rename to _includes/v4/desc/att.mensural.log/proport.numbase.txt diff --git a/_includes/dev/desc/att.mensural.shared.txt b/_includes/v4/desc/att.mensural.shared.txt similarity index 100% rename from _includes/dev/desc/att.mensural.shared.txt rename to _includes/v4/desc/att.mensural.shared.txt diff --git a/_includes/dev/desc/att.mensural.shared/modusmaior.txt b/_includes/v4/desc/att.mensural.shared/modusmaior.txt similarity index 100% rename from _includes/dev/desc/att.mensural.shared/modusmaior.txt rename to _includes/v4/desc/att.mensural.shared/modusmaior.txt diff --git a/_includes/dev/desc/att.mensural.shared/modusminor.txt b/_includes/v4/desc/att.mensural.shared/modusminor.txt similarity index 100% rename from _includes/dev/desc/att.mensural.shared/modusminor.txt rename to _includes/v4/desc/att.mensural.shared/modusminor.txt diff --git a/_includes/dev/desc/att.mensural.shared/prolatio.txt b/_includes/v4/desc/att.mensural.shared/prolatio.txt similarity index 100% rename from _includes/dev/desc/att.mensural.shared/prolatio.txt rename to _includes/v4/desc/att.mensural.shared/prolatio.txt diff --git a/_includes/dev/desc/att.mensural.shared/tempus.txt b/_includes/v4/desc/att.mensural.shared/tempus.txt similarity index 100% rename from _includes/dev/desc/att.mensural.shared/tempus.txt rename to _includes/v4/desc/att.mensural.shared/tempus.txt diff --git a/_includes/dev/desc/att.mensural.vis.txt b/_includes/v4/desc/att.mensural.vis.txt similarity index 100% rename from _includes/dev/desc/att.mensural.vis.txt rename to _includes/v4/desc/att.mensural.vis.txt diff --git a/_includes/dev/desc/att.mensural.vis/mensur.color.txt b/_includes/v4/desc/att.mensural.vis/mensur.color.txt similarity index 100% rename from _includes/dev/desc/att.mensural.vis/mensur.color.txt rename to _includes/v4/desc/att.mensural.vis/mensur.color.txt diff --git a/_includes/dev/desc/att.mensural.vis/mensur.form.txt b/_includes/v4/desc/att.mensural.vis/mensur.form.txt similarity index 100% rename from _includes/dev/desc/att.mensural.vis/mensur.form.txt rename to _includes/v4/desc/att.mensural.vis/mensur.form.txt diff --git a/_includes/dev/desc/att.mensural.vis/mensur.loc.txt b/_includes/v4/desc/att.mensural.vis/mensur.loc.txt similarity index 100% rename from _includes/dev/desc/att.mensural.vis/mensur.loc.txt rename to _includes/v4/desc/att.mensural.vis/mensur.loc.txt diff --git a/_includes/dev/desc/att.mensural.vis/mensur.orient.txt b/_includes/v4/desc/att.mensural.vis/mensur.orient.txt similarity index 100% rename from _includes/dev/desc/att.mensural.vis/mensur.orient.txt rename to _includes/v4/desc/att.mensural.vis/mensur.orient.txt diff --git a/_includes/dev/desc/att.mensural.vis/mensur.size.txt b/_includes/v4/desc/att.mensural.vis/mensur.size.txt similarity index 100% rename from _includes/dev/desc/att.mensural.vis/mensur.size.txt rename to _includes/v4/desc/att.mensural.vis/mensur.size.txt diff --git a/_includes/dev/desc/att.metadatapointing.txt b/_includes/v4/desc/att.metadatapointing.txt similarity index 100% rename from _includes/dev/desc/att.metadatapointing.txt rename to _includes/v4/desc/att.metadatapointing.txt diff --git a/_includes/dev/desc/att.metadatapointing/decls.txt b/_includes/v4/desc/att.metadatapointing/decls.txt similarity index 100% rename from _includes/dev/desc/att.metadatapointing/decls.txt rename to _includes/v4/desc/att.metadatapointing/decls.txt diff --git a/_includes/dev/desc/att.metamark.anl.txt b/_includes/v4/desc/att.metamark.anl.txt similarity index 100% rename from _includes/dev/desc/att.metamark.anl.txt rename to _includes/v4/desc/att.metamark.anl.txt diff --git a/_includes/dev/desc/att.metamark.ges.txt b/_includes/v4/desc/att.metamark.ges.txt similarity index 100% rename from _includes/dev/desc/att.metamark.ges.txt rename to _includes/v4/desc/att.metamark.ges.txt diff --git a/_includes/dev/desc/att.metamark.log.txt b/_includes/v4/desc/att.metamark.log.txt similarity index 100% rename from _includes/dev/desc/att.metamark.log.txt rename to _includes/v4/desc/att.metamark.log.txt diff --git a/_includes/dev/desc/att.metamark.vis.txt b/_includes/v4/desc/att.metamark.vis.txt similarity index 100% rename from _includes/dev/desc/att.metamark.vis.txt rename to _includes/v4/desc/att.metamark.vis.txt diff --git a/_includes/dev/desc/att.meterconformance.bar.txt b/_includes/v4/desc/att.meterconformance.bar.txt similarity index 100% rename from _includes/dev/desc/att.meterconformance.bar.txt rename to _includes/v4/desc/att.meterconformance.bar.txt diff --git a/_includes/dev/desc/att.meterconformance.bar/control.txt b/_includes/v4/desc/att.meterconformance.bar/control.txt similarity index 100% rename from _includes/dev/desc/att.meterconformance.bar/control.txt rename to _includes/v4/desc/att.meterconformance.bar/control.txt diff --git a/_includes/dev/desc/att.meterconformance.bar/metcon.txt b/_includes/v4/desc/att.meterconformance.bar/metcon.txt similarity index 100% rename from _includes/dev/desc/att.meterconformance.bar/metcon.txt rename to _includes/v4/desc/att.meterconformance.bar/metcon.txt diff --git a/_includes/dev/desc/att.meterconformance.txt b/_includes/v4/desc/att.meterconformance.txt similarity index 100% rename from _includes/dev/desc/att.meterconformance.txt rename to _includes/v4/desc/att.meterconformance.txt diff --git a/_includes/dev/desc/att.meterconformance/metcon.txt b/_includes/v4/desc/att.meterconformance/metcon.txt similarity index 100% rename from _includes/dev/desc/att.meterconformance/metcon.txt rename to _includes/v4/desc/att.meterconformance/metcon.txt diff --git a/_includes/dev/desc/att.metersig.anl.txt b/_includes/v4/desc/att.metersig.anl.txt similarity index 100% rename from _includes/dev/desc/att.metersig.anl.txt rename to _includes/v4/desc/att.metersig.anl.txt diff --git a/_includes/dev/desc/att.metersig.ges.txt b/_includes/v4/desc/att.metersig.ges.txt similarity index 100% rename from _includes/dev/desc/att.metersig.ges.txt rename to _includes/v4/desc/att.metersig.ges.txt diff --git a/_includes/dev/desc/att.metersig.log.txt b/_includes/v4/desc/att.metersig.log.txt similarity index 100% rename from _includes/dev/desc/att.metersig.log.txt rename to _includes/v4/desc/att.metersig.log.txt diff --git a/_includes/dev/desc/att.metersig.log/count.txt b/_includes/v4/desc/att.metersig.log/count.txt similarity index 100% rename from _includes/dev/desc/att.metersig.log/count.txt rename to _includes/v4/desc/att.metersig.log/count.txt diff --git a/_includes/dev/desc/att.metersig.log/sym.txt b/_includes/v4/desc/att.metersig.log/sym.txt similarity index 100% rename from _includes/dev/desc/att.metersig.log/sym.txt rename to _includes/v4/desc/att.metersig.log/sym.txt diff --git a/_includes/dev/desc/att.metersig.log/unit.txt b/_includes/v4/desc/att.metersig.log/unit.txt similarity index 100% rename from _includes/dev/desc/att.metersig.log/unit.txt rename to _includes/v4/desc/att.metersig.log/unit.txt diff --git a/_includes/dev/desc/att.metersig.vis.txt b/_includes/v4/desc/att.metersig.vis.txt similarity index 100% rename from _includes/dev/desc/att.metersig.vis.txt rename to _includes/v4/desc/att.metersig.vis.txt diff --git a/_includes/dev/desc/att.metersig.vis/form.txt b/_includes/v4/desc/att.metersig.vis/form.txt similarity index 100% rename from _includes/dev/desc/att.metersig.vis/form.txt rename to _includes/v4/desc/att.metersig.vis/form.txt diff --git a/_includes/dev/desc/att.metersigdefault.log.txt b/_includes/v4/desc/att.metersigdefault.log.txt similarity index 100% rename from _includes/dev/desc/att.metersigdefault.log.txt rename to _includes/v4/desc/att.metersigdefault.log.txt diff --git a/_includes/dev/desc/att.metersigdefault.log/meter.count.txt b/_includes/v4/desc/att.metersigdefault.log/meter.count.txt similarity index 100% rename from _includes/dev/desc/att.metersigdefault.log/meter.count.txt rename to _includes/v4/desc/att.metersigdefault.log/meter.count.txt diff --git a/_includes/dev/desc/att.metersigdefault.log/meter.sym.txt b/_includes/v4/desc/att.metersigdefault.log/meter.sym.txt similarity index 100% rename from _includes/dev/desc/att.metersigdefault.log/meter.sym.txt rename to _includes/v4/desc/att.metersigdefault.log/meter.sym.txt diff --git a/_includes/dev/desc/att.metersigdefault.log/meter.unit.txt b/_includes/v4/desc/att.metersigdefault.log/meter.unit.txt similarity index 100% rename from _includes/dev/desc/att.metersigdefault.log/meter.unit.txt rename to _includes/v4/desc/att.metersigdefault.log/meter.unit.txt diff --git a/_includes/dev/desc/att.metersigdefault.vis.txt b/_includes/v4/desc/att.metersigdefault.vis.txt similarity index 100% rename from _includes/dev/desc/att.metersigdefault.vis.txt rename to _includes/v4/desc/att.metersigdefault.vis.txt diff --git a/_includes/dev/desc/att.metersigdefault.vis/meter.form.txt b/_includes/v4/desc/att.metersigdefault.vis/meter.form.txt similarity index 100% rename from _includes/dev/desc/att.metersigdefault.vis/meter.form.txt rename to _includes/v4/desc/att.metersigdefault.vis/meter.form.txt diff --git a/_includes/dev/desc/att.metersigdefault.vis/meter.rend.txt b/_includes/v4/desc/att.metersigdefault.vis/meter.rend.txt similarity index 100% rename from _includes/dev/desc/att.metersigdefault.vis/meter.rend.txt rename to _includes/v4/desc/att.metersigdefault.vis/meter.rend.txt diff --git a/_includes/dev/desc/att.metersigdefault.vis/meter.showchange.txt b/_includes/v4/desc/att.metersigdefault.vis/meter.showchange.txt similarity index 100% rename from _includes/dev/desc/att.metersigdefault.vis/meter.showchange.txt rename to _includes/v4/desc/att.metersigdefault.vis/meter.showchange.txt diff --git a/_includes/dev/desc/att.metersiggrp.anl.txt b/_includes/v4/desc/att.metersiggrp.anl.txt similarity index 100% rename from _includes/dev/desc/att.metersiggrp.anl.txt rename to _includes/v4/desc/att.metersiggrp.anl.txt diff --git a/_includes/dev/desc/att.metersiggrp.ges.txt b/_includes/v4/desc/att.metersiggrp.ges.txt similarity index 100% rename from _includes/dev/desc/att.metersiggrp.ges.txt rename to _includes/v4/desc/att.metersiggrp.ges.txt diff --git a/_includes/dev/desc/att.metersiggrp.log.txt b/_includes/v4/desc/att.metersiggrp.log.txt similarity index 100% rename from _includes/dev/desc/att.metersiggrp.log.txt rename to _includes/v4/desc/att.metersiggrp.log.txt diff --git a/_includes/dev/desc/att.metersiggrp.log/func.txt b/_includes/v4/desc/att.metersiggrp.log/func.txt similarity index 100% rename from _includes/dev/desc/att.metersiggrp.log/func.txt rename to _includes/v4/desc/att.metersiggrp.log/func.txt diff --git a/_includes/dev/desc/att.metersiggrp.vis.txt b/_includes/v4/desc/att.metersiggrp.vis.txt similarity index 100% rename from _includes/dev/desc/att.metersiggrp.vis.txt rename to _includes/v4/desc/att.metersiggrp.vis.txt diff --git a/_includes/dev/desc/att.midi.anl.txt b/_includes/v4/desc/att.midi.anl.txt similarity index 100% rename from _includes/dev/desc/att.midi.anl.txt rename to _includes/v4/desc/att.midi.anl.txt diff --git a/_includes/dev/desc/att.midi.event.txt b/_includes/v4/desc/att.midi.event.txt similarity index 100% rename from _includes/dev/desc/att.midi.event.txt rename to _includes/v4/desc/att.midi.event.txt diff --git a/_includes/dev/desc/att.midi.ges.txt b/_includes/v4/desc/att.midi.ges.txt similarity index 100% rename from _includes/dev/desc/att.midi.ges.txt rename to _includes/v4/desc/att.midi.ges.txt diff --git a/_includes/dev/desc/att.midi.log.txt b/_includes/v4/desc/att.midi.log.txt similarity index 100% rename from _includes/dev/desc/att.midi.log.txt rename to _includes/v4/desc/att.midi.log.txt diff --git a/_includes/dev/desc/att.midi.vis.txt b/_includes/v4/desc/att.midi.vis.txt similarity index 100% rename from _includes/dev/desc/att.midi.vis.txt rename to _includes/v4/desc/att.midi.vis.txt diff --git a/_includes/dev/desc/att.midiinstrument.txt b/_includes/v4/desc/att.midiinstrument.txt similarity index 100% rename from _includes/dev/desc/att.midiinstrument.txt rename to _includes/v4/desc/att.midiinstrument.txt diff --git a/_includes/dev/desc/att.midiinstrument/midi.instrname.txt b/_includes/v4/desc/att.midiinstrument/midi.instrname.txt similarity index 100% rename from _includes/dev/desc/att.midiinstrument/midi.instrname.txt rename to _includes/v4/desc/att.midiinstrument/midi.instrname.txt diff --git a/_includes/dev/desc/att.midiinstrument/midi.instrnum.txt b/_includes/v4/desc/att.midiinstrument/midi.instrnum.txt similarity index 100% rename from _includes/dev/desc/att.midiinstrument/midi.instrnum.txt rename to _includes/v4/desc/att.midiinstrument/midi.instrnum.txt diff --git a/_includes/dev/desc/att.midiinstrument/midi.pan.txt b/_includes/v4/desc/att.midiinstrument/midi.pan.txt similarity index 100% rename from _includes/dev/desc/att.midiinstrument/midi.pan.txt rename to _includes/v4/desc/att.midiinstrument/midi.pan.txt diff --git a/_includes/dev/desc/att.midiinstrument/midi.patchname.txt b/_includes/v4/desc/att.midiinstrument/midi.patchname.txt similarity index 100% rename from _includes/dev/desc/att.midiinstrument/midi.patchname.txt rename to _includes/v4/desc/att.midiinstrument/midi.patchname.txt diff --git a/_includes/dev/desc/att.midiinstrument/midi.patchnum.txt b/_includes/v4/desc/att.midiinstrument/midi.patchnum.txt similarity index 100% rename from _includes/dev/desc/att.midiinstrument/midi.patchnum.txt rename to _includes/v4/desc/att.midiinstrument/midi.patchnum.txt diff --git a/_includes/dev/desc/att.midiinstrument/midi.volume.txt b/_includes/v4/desc/att.midiinstrument/midi.volume.txt similarity index 100% rename from _includes/dev/desc/att.midiinstrument/midi.volume.txt rename to _includes/v4/desc/att.midiinstrument/midi.volume.txt diff --git a/_includes/dev/desc/att.midinumber.txt b/_includes/v4/desc/att.midinumber.txt similarity index 100% rename from _includes/dev/desc/att.midinumber.txt rename to _includes/v4/desc/att.midinumber.txt diff --git a/_includes/dev/desc/att.midinumber/num.txt b/_includes/v4/desc/att.midinumber/num.txt similarity index 100% rename from _includes/dev/desc/att.midinumber/num.txt rename to _includes/v4/desc/att.midinumber/num.txt diff --git a/_includes/dev/desc/att.miditempo.txt b/_includes/v4/desc/att.miditempo.txt similarity index 100% rename from _includes/dev/desc/att.miditempo.txt rename to _includes/v4/desc/att.miditempo.txt diff --git a/_includes/dev/desc/att.miditempo/midi.bpm.txt b/_includes/v4/desc/att.miditempo/midi.bpm.txt similarity index 100% rename from _includes/dev/desc/att.miditempo/midi.bpm.txt rename to _includes/v4/desc/att.miditempo/midi.bpm.txt diff --git a/_includes/dev/desc/att.miditempo/midi.mspb.txt b/_includes/v4/desc/att.miditempo/midi.mspb.txt similarity index 100% rename from _includes/dev/desc/att.miditempo/midi.mspb.txt rename to _includes/v4/desc/att.miditempo/midi.mspb.txt diff --git a/_includes/dev/desc/att.midivalue.txt b/_includes/v4/desc/att.midivalue.txt similarity index 100% rename from _includes/dev/desc/att.midivalue.txt rename to _includes/v4/desc/att.midivalue.txt diff --git a/_includes/dev/desc/att.midivalue/val.txt b/_includes/v4/desc/att.midivalue/val.txt similarity index 100% rename from _includes/dev/desc/att.midivalue/val.txt rename to _includes/v4/desc/att.midivalue/val.txt diff --git a/_includes/dev/desc/att.midivalue2.txt b/_includes/v4/desc/att.midivalue2.txt similarity index 100% rename from _includes/dev/desc/att.midivalue2.txt rename to _includes/v4/desc/att.midivalue2.txt diff --git a/_includes/dev/desc/att.midivalue2/val2.txt b/_includes/v4/desc/att.midivalue2/val2.txt similarity index 100% rename from _includes/dev/desc/att.midivalue2/val2.txt rename to _includes/v4/desc/att.midivalue2/val2.txt diff --git a/_includes/dev/desc/att.midivelocity.txt b/_includes/v4/desc/att.midivelocity.txt similarity index 100% rename from _includes/dev/desc/att.midivelocity.txt rename to _includes/v4/desc/att.midivelocity.txt diff --git a/_includes/dev/desc/att.midivelocity/vel.txt b/_includes/v4/desc/att.midivelocity/vel.txt similarity index 100% rename from _includes/dev/desc/att.midivelocity/vel.txt rename to _includes/v4/desc/att.midivelocity/vel.txt diff --git a/_includes/dev/desc/att.mmtempo.txt b/_includes/v4/desc/att.mmtempo.txt similarity index 100% rename from _includes/dev/desc/att.mmtempo.txt rename to _includes/v4/desc/att.mmtempo.txt diff --git a/_includes/dev/desc/att.mmtempo/mm.dots.txt b/_includes/v4/desc/att.mmtempo/mm.dots.txt similarity index 100% rename from _includes/dev/desc/att.mmtempo/mm.dots.txt rename to _includes/v4/desc/att.mmtempo/mm.dots.txt diff --git a/_includes/dev/desc/att.mmtempo/mm.txt b/_includes/v4/desc/att.mmtempo/mm.txt similarity index 100% rename from _includes/dev/desc/att.mmtempo/mm.txt rename to _includes/v4/desc/att.mmtempo/mm.txt diff --git a/_includes/dev/desc/att.mmtempo/mm.unit.txt b/_includes/v4/desc/att.mmtempo/mm.unit.txt similarity index 100% rename from _includes/dev/desc/att.mmtempo/mm.unit.txt rename to _includes/v4/desc/att.mmtempo/mm.unit.txt diff --git a/_includes/dev/desc/att.mnum.anl.txt b/_includes/v4/desc/att.mnum.anl.txt similarity index 100% rename from _includes/dev/desc/att.mnum.anl.txt rename to _includes/v4/desc/att.mnum.anl.txt diff --git a/_includes/dev/desc/att.mnum.ges.txt b/_includes/v4/desc/att.mnum.ges.txt similarity index 100% rename from _includes/dev/desc/att.mnum.ges.txt rename to _includes/v4/desc/att.mnum.ges.txt diff --git a/_includes/dev/desc/att.mnum.log.txt b/_includes/v4/desc/att.mnum.log.txt similarity index 100% rename from _includes/dev/desc/att.mnum.log.txt rename to _includes/v4/desc/att.mnum.log.txt diff --git a/_includes/dev/desc/att.mnum.vis.txt b/_includes/v4/desc/att.mnum.vis.txt similarity index 100% rename from _includes/dev/desc/att.mnum.vis.txt rename to _includes/v4/desc/att.mnum.vis.txt diff --git a/_includes/dev/desc/att.mordent.anl.txt b/_includes/v4/desc/att.mordent.anl.txt similarity index 100% rename from _includes/dev/desc/att.mordent.anl.txt rename to _includes/v4/desc/att.mordent.anl.txt diff --git a/_includes/dev/desc/att.mordent.ges.txt b/_includes/v4/desc/att.mordent.ges.txt similarity index 100% rename from _includes/dev/desc/att.mordent.ges.txt rename to _includes/v4/desc/att.mordent.ges.txt diff --git a/_includes/dev/desc/att.mordent.log.txt b/_includes/v4/desc/att.mordent.log.txt similarity index 100% rename from _includes/dev/desc/att.mordent.log.txt rename to _includes/v4/desc/att.mordent.log.txt diff --git a/_includes/dev/desc/att.mordent.log/form.txt b/_includes/v4/desc/att.mordent.log/form.txt similarity index 100% rename from _includes/dev/desc/att.mordent.log/form.txt rename to _includes/v4/desc/att.mordent.log/form.txt diff --git a/_includes/dev/desc/att.mordent.log/long.txt b/_includes/v4/desc/att.mordent.log/long.txt similarity index 100% rename from _includes/dev/desc/att.mordent.log/long.txt rename to _includes/v4/desc/att.mordent.log/long.txt diff --git a/_includes/dev/desc/att.mordent.vis.txt b/_includes/v4/desc/att.mordent.vis.txt similarity index 100% rename from _includes/dev/desc/att.mordent.vis.txt rename to _includes/v4/desc/att.mordent.vis.txt diff --git a/_includes/dev/desc/att.mrest.anl.txt b/_includes/v4/desc/att.mrest.anl.txt similarity index 100% rename from _includes/dev/desc/att.mrest.anl.txt rename to _includes/v4/desc/att.mrest.anl.txt diff --git a/_includes/dev/desc/att.mrest.ges.txt b/_includes/v4/desc/att.mrest.ges.txt similarity index 100% rename from _includes/dev/desc/att.mrest.ges.txt rename to _includes/v4/desc/att.mrest.ges.txt diff --git a/_includes/dev/desc/att.mrest.log.txt b/_includes/v4/desc/att.mrest.log.txt similarity index 100% rename from _includes/dev/desc/att.mrest.log.txt rename to _includes/v4/desc/att.mrest.log.txt diff --git a/_includes/dev/desc/att.mrest.vis.txt b/_includes/v4/desc/att.mrest.vis.txt similarity index 100% rename from _includes/dev/desc/att.mrest.vis.txt rename to _includes/v4/desc/att.mrest.vis.txt diff --git a/_includes/dev/desc/att.mrpt.anl.txt b/_includes/v4/desc/att.mrpt.anl.txt similarity index 100% rename from _includes/dev/desc/att.mrpt.anl.txt rename to _includes/v4/desc/att.mrpt.anl.txt diff --git a/_includes/dev/desc/att.mrpt.ges.txt b/_includes/v4/desc/att.mrpt.ges.txt similarity index 100% rename from _includes/dev/desc/att.mrpt.ges.txt rename to _includes/v4/desc/att.mrpt.ges.txt diff --git a/_includes/dev/desc/att.mrpt.log.txt b/_includes/v4/desc/att.mrpt.log.txt similarity index 100% rename from _includes/dev/desc/att.mrpt.log.txt rename to _includes/v4/desc/att.mrpt.log.txt diff --git a/_includes/dev/desc/att.mrpt.vis.txt b/_includes/v4/desc/att.mrpt.vis.txt similarity index 100% rename from _includes/dev/desc/att.mrpt.vis.txt rename to _includes/v4/desc/att.mrpt.vis.txt diff --git a/_includes/dev/desc/att.mrpt2.anl.txt b/_includes/v4/desc/att.mrpt2.anl.txt similarity index 100% rename from _includes/dev/desc/att.mrpt2.anl.txt rename to _includes/v4/desc/att.mrpt2.anl.txt diff --git a/_includes/dev/desc/att.mrpt2.ges.txt b/_includes/v4/desc/att.mrpt2.ges.txt similarity index 100% rename from _includes/dev/desc/att.mrpt2.ges.txt rename to _includes/v4/desc/att.mrpt2.ges.txt diff --git a/_includes/dev/desc/att.mrpt2.log.txt b/_includes/v4/desc/att.mrpt2.log.txt similarity index 100% rename from _includes/dev/desc/att.mrpt2.log.txt rename to _includes/v4/desc/att.mrpt2.log.txt diff --git a/_includes/dev/desc/att.mrpt2.vis.txt b/_includes/v4/desc/att.mrpt2.vis.txt similarity index 100% rename from _includes/dev/desc/att.mrpt2.vis.txt rename to _includes/v4/desc/att.mrpt2.vis.txt diff --git a/_includes/dev/desc/att.mspace.anl.txt b/_includes/v4/desc/att.mspace.anl.txt similarity index 100% rename from _includes/dev/desc/att.mspace.anl.txt rename to _includes/v4/desc/att.mspace.anl.txt diff --git a/_includes/dev/desc/att.mspace.ges.txt b/_includes/v4/desc/att.mspace.ges.txt similarity index 100% rename from _includes/dev/desc/att.mspace.ges.txt rename to _includes/v4/desc/att.mspace.ges.txt diff --git a/_includes/dev/desc/att.mspace.log.txt b/_includes/v4/desc/att.mspace.log.txt similarity index 100% rename from _includes/dev/desc/att.mspace.log.txt rename to _includes/v4/desc/att.mspace.log.txt diff --git a/_includes/dev/desc/att.mspace.vis.txt b/_includes/v4/desc/att.mspace.vis.txt similarity index 100% rename from _includes/dev/desc/att.mspace.vis.txt rename to _includes/v4/desc/att.mspace.vis.txt diff --git a/_includes/dev/desc/att.multinummeasures.txt b/_includes/v4/desc/att.multinummeasures.txt similarity index 100% rename from _includes/dev/desc/att.multinummeasures.txt rename to _includes/v4/desc/att.multinummeasures.txt diff --git a/_includes/dev/desc/att.multinummeasures/multi.number.txt b/_includes/v4/desc/att.multinummeasures/multi.number.txt similarity index 100% rename from _includes/dev/desc/att.multinummeasures/multi.number.txt rename to _includes/v4/desc/att.multinummeasures/multi.number.txt diff --git a/_includes/dev/desc/att.multirest.anl.txt b/_includes/v4/desc/att.multirest.anl.txt similarity index 100% rename from _includes/dev/desc/att.multirest.anl.txt rename to _includes/v4/desc/att.multirest.anl.txt diff --git a/_includes/dev/desc/att.multirest.ges.txt b/_includes/v4/desc/att.multirest.ges.txt similarity index 100% rename from _includes/dev/desc/att.multirest.ges.txt rename to _includes/v4/desc/att.multirest.ges.txt diff --git a/_includes/dev/desc/att.multirest.log.txt b/_includes/v4/desc/att.multirest.log.txt similarity index 100% rename from _includes/dev/desc/att.multirest.log.txt rename to _includes/v4/desc/att.multirest.log.txt diff --git a/_includes/dev/desc/att.multirest.vis.txt b/_includes/v4/desc/att.multirest.vis.txt similarity index 100% rename from _includes/dev/desc/att.multirest.vis.txt rename to _includes/v4/desc/att.multirest.vis.txt diff --git a/_includes/dev/desc/att.multirest.vis/block.txt b/_includes/v4/desc/att.multirest.vis/block.txt similarity index 100% rename from _includes/dev/desc/att.multirest.vis/block.txt rename to _includes/v4/desc/att.multirest.vis/block.txt diff --git a/_includes/dev/desc/att.multirpt.anl.txt b/_includes/v4/desc/att.multirpt.anl.txt similarity index 100% rename from _includes/dev/desc/att.multirpt.anl.txt rename to _includes/v4/desc/att.multirpt.anl.txt diff --git a/_includes/dev/desc/att.multirpt.ges.txt b/_includes/v4/desc/att.multirpt.ges.txt similarity index 100% rename from _includes/dev/desc/att.multirpt.ges.txt rename to _includes/v4/desc/att.multirpt.ges.txt diff --git a/_includes/dev/desc/att.multirpt.log.txt b/_includes/v4/desc/att.multirpt.log.txt similarity index 100% rename from _includes/dev/desc/att.multirpt.log.txt rename to _includes/v4/desc/att.multirpt.log.txt diff --git a/_includes/dev/desc/att.multirpt.vis.txt b/_includes/v4/desc/att.multirpt.vis.txt similarity index 100% rename from _includes/dev/desc/att.multirpt.vis.txt rename to _includes/v4/desc/att.multirpt.vis.txt diff --git a/_includes/dev/desc/att.name.txt b/_includes/v4/desc/att.name.txt similarity index 100% rename from _includes/dev/desc/att.name.txt rename to _includes/v4/desc/att.name.txt diff --git a/_includes/dev/desc/att.name/nymref.txt b/_includes/v4/desc/att.name/nymref.txt similarity index 100% rename from _includes/dev/desc/att.name/nymref.txt rename to _includes/v4/desc/att.name/nymref.txt diff --git a/_includes/dev/desc/att.name/role.txt b/_includes/v4/desc/att.name/role.txt similarity index 100% rename from _includes/dev/desc/att.name/role.txt rename to _includes/v4/desc/att.name/role.txt diff --git a/_includes/dev/desc/att.nc.anl.txt b/_includes/v4/desc/att.nc.anl.txt similarity index 100% rename from _includes/dev/desc/att.nc.anl.txt rename to _includes/v4/desc/att.nc.anl.txt diff --git a/_includes/dev/desc/att.nc.ges.txt b/_includes/v4/desc/att.nc.ges.txt similarity index 100% rename from _includes/dev/desc/att.nc.ges.txt rename to _includes/v4/desc/att.nc.ges.txt diff --git a/_includes/dev/desc/att.nc.ges/oct.ges.txt b/_includes/v4/desc/att.nc.ges/oct.ges.txt similarity index 100% rename from _includes/dev/desc/att.nc.ges/oct.ges.txt rename to _includes/v4/desc/att.nc.ges/oct.ges.txt diff --git a/_includes/dev/desc/att.nc.ges/pname.ges.txt b/_includes/v4/desc/att.nc.ges/pname.ges.txt similarity index 100% rename from _includes/dev/desc/att.nc.ges/pname.ges.txt rename to _includes/v4/desc/att.nc.ges/pname.ges.txt diff --git a/_includes/dev/desc/att.nc.ges/pnum.txt b/_includes/v4/desc/att.nc.ges/pnum.txt similarity index 100% rename from _includes/dev/desc/att.nc.ges/pnum.txt rename to _includes/v4/desc/att.nc.ges/pnum.txt diff --git a/_includes/dev/desc/att.nc.log.txt b/_includes/v4/desc/att.nc.log.txt similarity index 100% rename from _includes/dev/desc/att.nc.log.txt rename to _includes/v4/desc/att.nc.log.txt diff --git a/_includes/dev/desc/att.nc.log/oct.txt b/_includes/v4/desc/att.nc.log/oct.txt similarity index 100% rename from _includes/dev/desc/att.nc.log/oct.txt rename to _includes/v4/desc/att.nc.log/oct.txt diff --git a/_includes/dev/desc/att.nc.log/pname.txt b/_includes/v4/desc/att.nc.log/pname.txt similarity index 100% rename from _includes/dev/desc/att.nc.log/pname.txt rename to _includes/v4/desc/att.nc.log/pname.txt diff --git a/_includes/dev/desc/att.nc.vis.txt b/_includes/v4/desc/att.nc.vis.txt similarity index 100% rename from _includes/dev/desc/att.nc.vis.txt rename to _includes/v4/desc/att.nc.vis.txt diff --git a/_includes/dev/desc/att.nc.vis/angled.txt b/_includes/v4/desc/att.nc.vis/angled.txt similarity index 100% rename from _includes/dev/desc/att.nc.vis/angled.txt rename to _includes/v4/desc/att.nc.vis/angled.txt diff --git a/_includes/dev/desc/att.nc.vis/con.txt b/_includes/v4/desc/att.nc.vis/con.txt similarity index 100% rename from _includes/dev/desc/att.nc.vis/con.txt rename to _includes/v4/desc/att.nc.vis/con.txt diff --git a/_includes/dev/desc/att.nc.vis/curved.txt b/_includes/v4/desc/att.nc.vis/curved.txt similarity index 100% rename from _includes/dev/desc/att.nc.vis/curved.txt rename to _includes/v4/desc/att.nc.vis/curved.txt diff --git a/_includes/dev/desc/att.nc.vis/diagonalright.txt b/_includes/v4/desc/att.nc.vis/diagonalright.txt similarity index 100% rename from _includes/dev/desc/att.nc.vis/diagonalright.txt rename to _includes/v4/desc/att.nc.vis/diagonalright.txt diff --git a/_includes/dev/desc/att.nc.vis/episema.txt b/_includes/v4/desc/att.nc.vis/episema.txt similarity index 100% rename from _includes/dev/desc/att.nc.vis/episema.txt rename to _includes/v4/desc/att.nc.vis/episema.txt diff --git a/_includes/dev/desc/att.nc.vis/extended.txt b/_includes/v4/desc/att.nc.vis/extended.txt similarity index 100% rename from _includes/dev/desc/att.nc.vis/extended.txt rename to _includes/v4/desc/att.nc.vis/extended.txt diff --git a/_includes/dev/desc/att.nc.vis/flat.txt b/_includes/v4/desc/att.nc.vis/flat.txt similarity index 100% rename from _includes/dev/desc/att.nc.vis/flat.txt rename to _includes/v4/desc/att.nc.vis/flat.txt diff --git a/_includes/dev/desc/att.nc.vis/jagged.txt b/_includes/v4/desc/att.nc.vis/jagged.txt similarity index 100% rename from _includes/dev/desc/att.nc.vis/jagged.txt rename to _includes/v4/desc/att.nc.vis/jagged.txt diff --git a/_includes/dev/desc/att.nc.vis/liquescent.txt b/_includes/v4/desc/att.nc.vis/liquescent.txt similarity index 100% rename from _includes/dev/desc/att.nc.vis/liquescent.txt rename to _includes/v4/desc/att.nc.vis/liquescent.txt diff --git a/_includes/dev/desc/att.nc.vis/long.txt b/_includes/v4/desc/att.nc.vis/long.txt similarity index 100% rename from _includes/dev/desc/att.nc.vis/long.txt rename to _includes/v4/desc/att.nc.vis/long.txt diff --git a/_includes/dev/desc/att.nc.vis/oriscus.txt b/_includes/v4/desc/att.nc.vis/oriscus.txt similarity index 100% rename from _includes/dev/desc/att.nc.vis/oriscus.txt rename to _includes/v4/desc/att.nc.vis/oriscus.txt diff --git a/_includes/dev/desc/att.nc.vis/quilisma.txt b/_includes/v4/desc/att.nc.vis/quilisma.txt similarity index 100% rename from _includes/dev/desc/att.nc.vis/quilisma.txt rename to _includes/v4/desc/att.nc.vis/quilisma.txt diff --git a/_includes/dev/desc/att.nc.vis/wavy.txt b/_includes/v4/desc/att.nc.vis/wavy.txt similarity index 100% rename from _includes/dev/desc/att.nc.vis/wavy.txt rename to _includes/v4/desc/att.nc.vis/wavy.txt diff --git a/_includes/dev/desc/att.ncform.txt b/_includes/v4/desc/att.ncform.txt similarity index 100% rename from _includes/dev/desc/att.ncform.txt rename to _includes/v4/desc/att.ncform.txt diff --git a/_includes/dev/desc/att.ncform/angled.txt b/_includes/v4/desc/att.ncform/angled.txt similarity index 100% rename from _includes/dev/desc/att.ncform/angled.txt rename to _includes/v4/desc/att.ncform/angled.txt diff --git a/_includes/dev/desc/att.ncform/con.txt b/_includes/v4/desc/att.ncform/con.txt similarity index 100% rename from _includes/dev/desc/att.ncform/con.txt rename to _includes/v4/desc/att.ncform/con.txt diff --git a/_includes/dev/desc/att.ncform/curve.txt b/_includes/v4/desc/att.ncform/curve.txt similarity index 100% rename from _includes/dev/desc/att.ncform/curve.txt rename to _includes/v4/desc/att.ncform/curve.txt diff --git a/_includes/dev/desc/att.ncform/hooked.txt b/_includes/v4/desc/att.ncform/hooked.txt similarity index 100% rename from _includes/dev/desc/att.ncform/hooked.txt rename to _includes/v4/desc/att.ncform/hooked.txt diff --git a/_includes/dev/desc/att.ncform/ligated.txt b/_includes/v4/desc/att.ncform/ligated.txt similarity index 100% rename from _includes/dev/desc/att.ncform/ligated.txt rename to _includes/v4/desc/att.ncform/ligated.txt diff --git a/_includes/dev/desc/att.ncform/rellen.txt b/_includes/v4/desc/att.ncform/rellen.txt similarity index 100% rename from _includes/dev/desc/att.ncform/rellen.txt rename to _includes/v4/desc/att.ncform/rellen.txt diff --git a/_includes/dev/desc/att.ncform/s-shape.txt b/_includes/v4/desc/att.ncform/s-shape.txt similarity index 100% rename from _includes/dev/desc/att.ncform/s-shape.txt rename to _includes/v4/desc/att.ncform/s-shape.txt diff --git a/_includes/dev/desc/att.ncform/tilt.txt b/_includes/v4/desc/att.ncform/tilt.txt similarity index 100% rename from _includes/dev/desc/att.ncform/tilt.txt rename to _includes/v4/desc/att.ncform/tilt.txt diff --git a/_includes/dev/desc/att.ncgrp.anl.txt b/_includes/v4/desc/att.ncgrp.anl.txt similarity index 100% rename from _includes/dev/desc/att.ncgrp.anl.txt rename to _includes/v4/desc/att.ncgrp.anl.txt diff --git a/_includes/dev/desc/att.ncgrp.ges.txt b/_includes/v4/desc/att.ncgrp.ges.txt similarity index 100% rename from _includes/dev/desc/att.ncgrp.ges.txt rename to _includes/v4/desc/att.ncgrp.ges.txt diff --git a/_includes/dev/desc/att.ncgrp.log.txt b/_includes/v4/desc/att.ncgrp.log.txt similarity index 100% rename from _includes/dev/desc/att.ncgrp.log.txt rename to _includes/v4/desc/att.ncgrp.log.txt diff --git a/_includes/dev/desc/att.ncgrp.vis.txt b/_includes/v4/desc/att.ncgrp.vis.txt similarity index 100% rename from _includes/dev/desc/att.ncgrp.vis.txt rename to _includes/v4/desc/att.ncgrp.vis.txt diff --git a/_includes/dev/desc/att.neume.anl.txt b/_includes/v4/desc/att.neume.anl.txt similarity index 100% rename from _includes/dev/desc/att.neume.anl.txt rename to _includes/v4/desc/att.neume.anl.txt diff --git a/_includes/dev/desc/att.neume.ges.txt b/_includes/v4/desc/att.neume.ges.txt similarity index 100% rename from _includes/dev/desc/att.neume.ges.txt rename to _includes/v4/desc/att.neume.ges.txt diff --git a/_includes/dev/desc/att.neume.log.txt b/_includes/v4/desc/att.neume.log.txt similarity index 100% rename from _includes/dev/desc/att.neume.log.txt rename to _includes/v4/desc/att.neume.log.txt diff --git a/_includes/dev/desc/att.neume.vis.txt b/_includes/v4/desc/att.neume.vis.txt similarity index 100% rename from _includes/dev/desc/att.neume.vis.txt rename to _includes/v4/desc/att.neume.vis.txt diff --git a/_includes/dev/desc/att.neume.vis/hispanicloop.txt b/_includes/v4/desc/att.neume.vis/hispanicloop.txt similarity index 100% rename from _includes/dev/desc/att.neume.vis/hispanicloop.txt rename to _includes/v4/desc/att.neume.vis/hispanicloop.txt diff --git a/_includes/dev/desc/att.neume.vis/significativeletters.txt b/_includes/v4/desc/att.neume.vis/significativeletters.txt similarity index 100% rename from _includes/dev/desc/att.neume.vis/significativeletters.txt rename to _includes/v4/desc/att.neume.vis/significativeletters.txt diff --git a/_includes/dev/desc/att.ninteger.txt b/_includes/v4/desc/att.ninteger.txt similarity index 100% rename from _includes/dev/desc/att.ninteger.txt rename to _includes/v4/desc/att.ninteger.txt diff --git a/_includes/dev/desc/att.ninteger/n.txt b/_includes/v4/desc/att.ninteger/n.txt similarity index 100% rename from _includes/dev/desc/att.ninteger/n.txt rename to _includes/v4/desc/att.ninteger/n.txt diff --git a/_includes/dev/desc/att.nnumberlike.txt b/_includes/v4/desc/att.nnumberlike.txt similarity index 100% rename from _includes/dev/desc/att.nnumberlike.txt rename to _includes/v4/desc/att.nnumberlike.txt diff --git a/_includes/dev/desc/att.nnumberlike/n.txt b/_includes/v4/desc/att.nnumberlike/n.txt similarity index 100% rename from _includes/dev/desc/att.nnumberlike/n.txt rename to _includes/v4/desc/att.nnumberlike/n.txt diff --git a/_includes/dev/desc/att.notationstyle.txt b/_includes/v4/desc/att.notationstyle.txt similarity index 100% rename from _includes/dev/desc/att.notationstyle.txt rename to _includes/v4/desc/att.notationstyle.txt diff --git a/_includes/dev/desc/att.notationstyle/music.name.txt b/_includes/v4/desc/att.notationstyle/music.name.txt similarity index 100% rename from _includes/dev/desc/att.notationstyle/music.name.txt rename to _includes/v4/desc/att.notationstyle/music.name.txt diff --git a/_includes/dev/desc/att.notationstyle/music.size.txt b/_includes/v4/desc/att.notationstyle/music.size.txt similarity index 100% rename from _includes/dev/desc/att.notationstyle/music.size.txt rename to _includes/v4/desc/att.notationstyle/music.size.txt diff --git a/_includes/dev/desc/att.notationtype.txt b/_includes/v4/desc/att.notationtype.txt similarity index 100% rename from _includes/dev/desc/att.notationtype.txt rename to _includes/v4/desc/att.notationtype.txt diff --git a/_includes/dev/desc/att.notationtype/notationsubtype.txt b/_includes/v4/desc/att.notationtype/notationsubtype.txt similarity index 100% rename from _includes/dev/desc/att.notationtype/notationsubtype.txt rename to _includes/v4/desc/att.notationtype/notationsubtype.txt diff --git a/_includes/dev/desc/att.notationtype/notationtype.txt b/_includes/v4/desc/att.notationtype/notationtype.txt similarity index 100% rename from _includes/dev/desc/att.notationtype/notationtype.txt rename to _includes/v4/desc/att.notationtype/notationtype.txt diff --git a/_includes/dev/desc/att.note.anl.cmn.txt b/_includes/v4/desc/att.note.anl.cmn.txt similarity index 100% rename from _includes/dev/desc/att.note.anl.cmn.txt rename to _includes/v4/desc/att.note.anl.cmn.txt diff --git a/_includes/dev/desc/att.note.anl.mensural.txt b/_includes/v4/desc/att.note.anl.mensural.txt similarity index 100% rename from _includes/dev/desc/att.note.anl.mensural.txt rename to _includes/v4/desc/att.note.anl.mensural.txt diff --git a/_includes/dev/desc/att.note.anl.mensural/lig.txt b/_includes/v4/desc/att.note.anl.mensural/lig.txt similarity index 100% rename from _includes/dev/desc/att.note.anl.mensural/lig.txt rename to _includes/v4/desc/att.note.anl.mensural/lig.txt diff --git a/_includes/dev/desc/att.note.anl.txt b/_includes/v4/desc/att.note.anl.txt similarity index 100% rename from _includes/dev/desc/att.note.anl.txt rename to _includes/v4/desc/att.note.anl.txt diff --git a/_includes/dev/desc/att.note.ges.mensural.txt b/_includes/v4/desc/att.note.ges.mensural.txt similarity index 100% rename from _includes/dev/desc/att.note.ges.mensural.txt rename to _includes/v4/desc/att.note.ges.mensural.txt diff --git a/_includes/dev/desc/att.note.ges.tablature.txt b/_includes/v4/desc/att.note.ges.tablature.txt similarity index 100% rename from _includes/dev/desc/att.note.ges.tablature.txt rename to _includes/v4/desc/att.note.ges.tablature.txt diff --git a/_includes/dev/desc/att.note.ges.tablature/tab.fret.txt b/_includes/v4/desc/att.note.ges.tablature/tab.fret.txt similarity index 100% rename from _includes/dev/desc/att.note.ges.tablature/tab.fret.txt rename to _includes/v4/desc/att.note.ges.tablature/tab.fret.txt diff --git a/_includes/dev/desc/att.note.ges.tablature/tab.string.txt b/_includes/v4/desc/att.note.ges.tablature/tab.string.txt similarity index 100% rename from _includes/dev/desc/att.note.ges.tablature/tab.string.txt rename to _includes/v4/desc/att.note.ges.tablature/tab.string.txt diff --git a/_includes/dev/desc/att.note.ges.txt b/_includes/v4/desc/att.note.ges.txt similarity index 100% rename from _includes/dev/desc/att.note.ges.txt rename to _includes/v4/desc/att.note.ges.txt diff --git a/_includes/dev/desc/att.note.ges/extremis.txt b/_includes/v4/desc/att.note.ges/extremis.txt similarity index 100% rename from _includes/dev/desc/att.note.ges/extremis.txt rename to _includes/v4/desc/att.note.ges/extremis.txt diff --git a/_includes/dev/desc/att.note.ges/oct.ges.txt b/_includes/v4/desc/att.note.ges/oct.ges.txt similarity index 100% rename from _includes/dev/desc/att.note.ges/oct.ges.txt rename to _includes/v4/desc/att.note.ges/oct.ges.txt diff --git a/_includes/dev/desc/att.note.ges/pname.ges.txt b/_includes/v4/desc/att.note.ges/pname.ges.txt similarity index 100% rename from _includes/dev/desc/att.note.ges/pname.ges.txt rename to _includes/v4/desc/att.note.ges/pname.ges.txt diff --git a/_includes/dev/desc/att.note.ges/pnum.txt b/_includes/v4/desc/att.note.ges/pnum.txt similarity index 100% rename from _includes/dev/desc/att.note.ges/pnum.txt rename to _includes/v4/desc/att.note.ges/pnum.txt diff --git a/_includes/dev/desc/att.note.log.cmn.txt b/_includes/v4/desc/att.note.log.cmn.txt similarity index 100% rename from _includes/dev/desc/att.note.log.cmn.txt rename to _includes/v4/desc/att.note.log.cmn.txt diff --git a/_includes/dev/desc/att.note.log.mensural.txt b/_includes/v4/desc/att.note.log.mensural.txt similarity index 100% rename from _includes/dev/desc/att.note.log.mensural.txt rename to _includes/v4/desc/att.note.log.mensural.txt diff --git a/_includes/dev/desc/att.note.log.txt b/_includes/v4/desc/att.note.log.txt similarity index 100% rename from _includes/dev/desc/att.note.log.txt rename to _includes/v4/desc/att.note.log.txt diff --git a/_includes/dev/desc/att.note.vis.cmn.txt b/_includes/v4/desc/att.note.vis.cmn.txt similarity index 100% rename from _includes/dev/desc/att.note.vis.cmn.txt rename to _includes/v4/desc/att.note.vis.cmn.txt diff --git a/_includes/dev/desc/att.note.vis.txt b/_includes/v4/desc/att.note.vis.txt similarity index 100% rename from _includes/dev/desc/att.note.vis.txt rename to _includes/v4/desc/att.note.vis.txt diff --git a/_includes/dev/desc/att.noteheads.txt b/_includes/v4/desc/att.noteheads.txt similarity index 100% rename from _includes/dev/desc/att.noteheads.txt rename to _includes/v4/desc/att.noteheads.txt diff --git a/_includes/dev/desc/att.noteheads/head.altsym.txt b/_includes/v4/desc/att.noteheads/head.altsym.txt similarity index 100% rename from _includes/dev/desc/att.noteheads/head.altsym.txt rename to _includes/v4/desc/att.noteheads/head.altsym.txt diff --git a/_includes/dev/desc/att.noteheads/head.auth.txt b/_includes/v4/desc/att.noteheads/head.auth.txt similarity index 100% rename from _includes/dev/desc/att.noteheads/head.auth.txt rename to _includes/v4/desc/att.noteheads/head.auth.txt diff --git a/_includes/dev/desc/att.noteheads/head.color.txt b/_includes/v4/desc/att.noteheads/head.color.txt similarity index 100% rename from _includes/dev/desc/att.noteheads/head.color.txt rename to _includes/v4/desc/att.noteheads/head.color.txt diff --git a/_includes/dev/desc/att.noteheads/head.fill.txt b/_includes/v4/desc/att.noteheads/head.fill.txt similarity index 100% rename from _includes/dev/desc/att.noteheads/head.fill.txt rename to _includes/v4/desc/att.noteheads/head.fill.txt diff --git a/_includes/dev/desc/att.noteheads/head.fillcolor.txt b/_includes/v4/desc/att.noteheads/head.fillcolor.txt similarity index 100% rename from _includes/dev/desc/att.noteheads/head.fillcolor.txt rename to _includes/v4/desc/att.noteheads/head.fillcolor.txt diff --git a/_includes/dev/desc/att.noteheads/head.mod.txt b/_includes/v4/desc/att.noteheads/head.mod.txt similarity index 100% rename from _includes/dev/desc/att.noteheads/head.mod.txt rename to _includes/v4/desc/att.noteheads/head.mod.txt diff --git a/_includes/dev/desc/att.noteheads/head.rotation.txt b/_includes/v4/desc/att.noteheads/head.rotation.txt similarity index 100% rename from _includes/dev/desc/att.noteheads/head.rotation.txt rename to _includes/v4/desc/att.noteheads/head.rotation.txt diff --git a/_includes/dev/desc/att.noteheads/head.shape.txt b/_includes/v4/desc/att.noteheads/head.shape.txt similarity index 100% rename from _includes/dev/desc/att.noteheads/head.shape.txt rename to _includes/v4/desc/att.noteheads/head.shape.txt diff --git a/_includes/dev/desc/att.noteheads/head.visible.txt b/_includes/v4/desc/att.noteheads/head.visible.txt similarity index 100% rename from _includes/dev/desc/att.noteheads/head.visible.txt rename to _includes/v4/desc/att.noteheads/head.visible.txt diff --git a/_includes/dev/desc/att.numbered.txt b/_includes/v4/desc/att.numbered.txt similarity index 100% rename from _includes/dev/desc/att.numbered.txt rename to _includes/v4/desc/att.numbered.txt diff --git a/_includes/dev/desc/att.numbered/num.txt b/_includes/v4/desc/att.numbered/num.txt similarity index 100% rename from _includes/dev/desc/att.numbered/num.txt rename to _includes/v4/desc/att.numbered/num.txt diff --git a/_includes/dev/desc/att.numberplacement.txt b/_includes/v4/desc/att.numberplacement.txt similarity index 100% rename from _includes/dev/desc/att.numberplacement.txt rename to _includes/v4/desc/att.numberplacement.txt diff --git a/_includes/dev/desc/att.numberplacement/num.place.txt b/_includes/v4/desc/att.numberplacement/num.place.txt similarity index 100% rename from _includes/dev/desc/att.numberplacement/num.place.txt rename to _includes/v4/desc/att.numberplacement/num.place.txt diff --git a/_includes/dev/desc/att.numberplacement/num.visible.txt b/_includes/v4/desc/att.numberplacement/num.visible.txt similarity index 100% rename from _includes/dev/desc/att.numberplacement/num.visible.txt rename to _includes/v4/desc/att.numberplacement/num.visible.txt diff --git a/_includes/dev/desc/att.octave.anl.txt b/_includes/v4/desc/att.octave.anl.txt similarity index 100% rename from _includes/dev/desc/att.octave.anl.txt rename to _includes/v4/desc/att.octave.anl.txt diff --git a/_includes/dev/desc/att.octave.ges.txt b/_includes/v4/desc/att.octave.ges.txt similarity index 100% rename from _includes/dev/desc/att.octave.ges.txt rename to _includes/v4/desc/att.octave.ges.txt diff --git a/_includes/dev/desc/att.octave.log.txt b/_includes/v4/desc/att.octave.log.txt similarity index 100% rename from _includes/dev/desc/att.octave.log.txt rename to _includes/v4/desc/att.octave.log.txt diff --git a/_includes/dev/desc/att.octave.log/coll.txt b/_includes/v4/desc/att.octave.log/coll.txt similarity index 100% rename from _includes/dev/desc/att.octave.log/coll.txt rename to _includes/v4/desc/att.octave.log/coll.txt diff --git a/_includes/dev/desc/att.octave.txt b/_includes/v4/desc/att.octave.txt similarity index 100% rename from _includes/dev/desc/att.octave.txt rename to _includes/v4/desc/att.octave.txt diff --git a/_includes/dev/desc/att.octave.vis.txt b/_includes/v4/desc/att.octave.vis.txt similarity index 100% rename from _includes/dev/desc/att.octave.vis.txt rename to _includes/v4/desc/att.octave.vis.txt diff --git a/_includes/dev/desc/att.octave/oct.txt b/_includes/v4/desc/att.octave/oct.txt similarity index 100% rename from _includes/dev/desc/att.octave/oct.txt rename to _includes/v4/desc/att.octave/oct.txt diff --git a/_includes/dev/desc/att.octavedefault.txt b/_includes/v4/desc/att.octavedefault.txt similarity index 100% rename from _includes/dev/desc/att.octavedefault.txt rename to _includes/v4/desc/att.octavedefault.txt diff --git a/_includes/dev/desc/att.octavedefault/oct.default.txt b/_includes/v4/desc/att.octavedefault/oct.default.txt similarity index 100% rename from _includes/dev/desc/att.octavedefault/oct.default.txt rename to _includes/v4/desc/att.octavedefault/oct.default.txt diff --git a/_includes/dev/desc/att.octavedisplacement.txt b/_includes/v4/desc/att.octavedisplacement.txt similarity index 100% rename from _includes/dev/desc/att.octavedisplacement.txt rename to _includes/v4/desc/att.octavedisplacement.txt diff --git a/_includes/dev/desc/att.octavedisplacement/dis.place.txt b/_includes/v4/desc/att.octavedisplacement/dis.place.txt similarity index 100% rename from _includes/dev/desc/att.octavedisplacement/dis.place.txt rename to _includes/v4/desc/att.octavedisplacement/dis.place.txt diff --git a/_includes/dev/desc/att.octavedisplacement/dis.txt b/_includes/v4/desc/att.octavedisplacement/dis.txt similarity index 100% rename from _includes/dev/desc/att.octavedisplacement/dis.txt rename to _includes/v4/desc/att.octavedisplacement/dis.txt diff --git a/_includes/dev/desc/att.onelinestaff.txt b/_includes/v4/desc/att.onelinestaff.txt similarity index 100% rename from _includes/dev/desc/att.onelinestaff.txt rename to _includes/v4/desc/att.onelinestaff.txt diff --git a/_includes/dev/desc/att.onelinestaff/ontheline.txt b/_includes/v4/desc/att.onelinestaff/ontheline.txt similarity index 100% rename from _includes/dev/desc/att.onelinestaff/ontheline.txt rename to _includes/v4/desc/att.onelinestaff/ontheline.txt diff --git a/_includes/dev/desc/att.optimization.txt b/_includes/v4/desc/att.optimization.txt similarity index 100% rename from _includes/dev/desc/att.optimization.txt rename to _includes/v4/desc/att.optimization.txt diff --git a/_includes/dev/desc/att.optimization/optimize.txt b/_includes/v4/desc/att.optimization/optimize.txt similarity index 100% rename from _includes/dev/desc/att.optimization/optimize.txt rename to _includes/v4/desc/att.optimization/optimize.txt diff --git a/_includes/dev/desc/att.origin.layerident.txt b/_includes/v4/desc/att.origin.layerident.txt similarity index 100% rename from _includes/dev/desc/att.origin.layerident.txt rename to _includes/v4/desc/att.origin.layerident.txt diff --git a/_includes/dev/desc/att.origin.layerident/origin.layer.txt b/_includes/v4/desc/att.origin.layerident/origin.layer.txt similarity index 100% rename from _includes/dev/desc/att.origin.layerident/origin.layer.txt rename to _includes/v4/desc/att.origin.layerident/origin.layer.txt diff --git a/_includes/dev/desc/att.origin.staffident.txt b/_includes/v4/desc/att.origin.staffident.txt similarity index 100% rename from _includes/dev/desc/att.origin.staffident.txt rename to _includes/v4/desc/att.origin.staffident.txt diff --git a/_includes/dev/desc/att.origin.staffident/origin.staff.txt b/_includes/v4/desc/att.origin.staffident/origin.staff.txt similarity index 100% rename from _includes/dev/desc/att.origin.staffident/origin.staff.txt rename to _includes/v4/desc/att.origin.staffident/origin.staff.txt diff --git a/_includes/dev/desc/att.origin.startendid.txt b/_includes/v4/desc/att.origin.startendid.txt similarity index 100% rename from _includes/dev/desc/att.origin.startendid.txt rename to _includes/v4/desc/att.origin.startendid.txt diff --git a/_includes/dev/desc/att.origin.startendid/origin.endid.txt b/_includes/v4/desc/att.origin.startendid/origin.endid.txt similarity index 100% rename from _includes/dev/desc/att.origin.startendid/origin.endid.txt rename to _includes/v4/desc/att.origin.startendid/origin.endid.txt diff --git a/_includes/dev/desc/att.origin.startendid/origin.startid.txt b/_includes/v4/desc/att.origin.startendid/origin.startid.txt similarity index 100% rename from _includes/dev/desc/att.origin.startendid/origin.startid.txt rename to _includes/v4/desc/att.origin.startendid/origin.startid.txt diff --git a/_includes/dev/desc/att.origin.timestamp.logical.txt b/_includes/v4/desc/att.origin.timestamp.logical.txt similarity index 100% rename from _includes/dev/desc/att.origin.timestamp.logical.txt rename to _includes/v4/desc/att.origin.timestamp.logical.txt diff --git a/_includes/dev/desc/att.origin.timestamp.logical/origin.tstamp.txt b/_includes/v4/desc/att.origin.timestamp.logical/origin.tstamp.txt similarity index 100% rename from _includes/dev/desc/att.origin.timestamp.logical/origin.tstamp.txt rename to _includes/v4/desc/att.origin.timestamp.logical/origin.tstamp.txt diff --git a/_includes/dev/desc/att.origin.timestamp.logical/origin.tstamp2.txt b/_includes/v4/desc/att.origin.timestamp.logical/origin.tstamp2.txt similarity index 100% rename from _includes/dev/desc/att.origin.timestamp.logical/origin.tstamp2.txt rename to _includes/v4/desc/att.origin.timestamp.logical/origin.tstamp2.txt diff --git a/_includes/dev/desc/att.oriscus.anl.txt b/_includes/v4/desc/att.oriscus.anl.txt similarity index 100% rename from _includes/dev/desc/att.oriscus.anl.txt rename to _includes/v4/desc/att.oriscus.anl.txt diff --git a/_includes/dev/desc/att.oriscus.ges.txt b/_includes/v4/desc/att.oriscus.ges.txt similarity index 100% rename from _includes/dev/desc/att.oriscus.ges.txt rename to _includes/v4/desc/att.oriscus.ges.txt diff --git a/_includes/dev/desc/att.oriscus.log.txt b/_includes/v4/desc/att.oriscus.log.txt similarity index 100% rename from _includes/dev/desc/att.oriscus.log.txt rename to _includes/v4/desc/att.oriscus.log.txt diff --git a/_includes/dev/desc/att.oriscus.vis.txt b/_includes/v4/desc/att.oriscus.vis.txt similarity index 100% rename from _includes/dev/desc/att.oriscus.vis.txt rename to _includes/v4/desc/att.oriscus.vis.txt diff --git a/_includes/dev/desc/att.ornam.anl.txt b/_includes/v4/desc/att.ornam.anl.txt similarity index 100% rename from _includes/dev/desc/att.ornam.anl.txt rename to _includes/v4/desc/att.ornam.anl.txt diff --git a/_includes/dev/desc/att.ornam.ges.txt b/_includes/v4/desc/att.ornam.ges.txt similarity index 100% rename from _includes/dev/desc/att.ornam.ges.txt rename to _includes/v4/desc/att.ornam.ges.txt diff --git a/_includes/dev/desc/att.ornam.log.txt b/_includes/v4/desc/att.ornam.log.txt similarity index 100% rename from _includes/dev/desc/att.ornam.log.txt rename to _includes/v4/desc/att.ornam.log.txt diff --git a/_includes/dev/desc/att.ornam.vis.txt b/_includes/v4/desc/att.ornam.vis.txt similarity index 100% rename from _includes/dev/desc/att.ornam.vis.txt rename to _includes/v4/desc/att.ornam.vis.txt diff --git a/_includes/dev/desc/att.ornamentaccid.txt b/_includes/v4/desc/att.ornamentaccid.txt similarity index 100% rename from _includes/dev/desc/att.ornamentaccid.txt rename to _includes/v4/desc/att.ornamentaccid.txt diff --git a/_includes/dev/desc/att.ornamentaccid/accidlower.txt b/_includes/v4/desc/att.ornamentaccid/accidlower.txt similarity index 100% rename from _includes/dev/desc/att.ornamentaccid/accidlower.txt rename to _includes/v4/desc/att.ornamentaccid/accidlower.txt diff --git a/_includes/dev/desc/att.ornamentaccid/accidupper.txt b/_includes/v4/desc/att.ornamentaccid/accidupper.txt similarity index 100% rename from _includes/dev/desc/att.ornamentaccid/accidupper.txt rename to _includes/v4/desc/att.ornamentaccid/accidupper.txt diff --git a/_includes/dev/desc/att.ornampresent.txt b/_includes/v4/desc/att.ornampresent.txt similarity index 100% rename from _includes/dev/desc/att.ornampresent.txt rename to _includes/v4/desc/att.ornampresent.txt diff --git a/_includes/dev/desc/att.ornampresent/ornam.txt b/_includes/v4/desc/att.ornampresent/ornam.txt similarity index 100% rename from _includes/dev/desc/att.ornampresent/ornam.txt rename to _includes/v4/desc/att.ornampresent/ornam.txt diff --git a/_includes/dev/desc/att.ossia.anl.txt b/_includes/v4/desc/att.ossia.anl.txt similarity index 100% rename from _includes/dev/desc/att.ossia.anl.txt rename to _includes/v4/desc/att.ossia.anl.txt diff --git a/_includes/dev/desc/att.ossia.ges.txt b/_includes/v4/desc/att.ossia.ges.txt similarity index 100% rename from _includes/dev/desc/att.ossia.ges.txt rename to _includes/v4/desc/att.ossia.ges.txt diff --git a/_includes/dev/desc/att.ossia.log.txt b/_includes/v4/desc/att.ossia.log.txt similarity index 100% rename from _includes/dev/desc/att.ossia.log.txt rename to _includes/v4/desc/att.ossia.log.txt diff --git a/_includes/dev/desc/att.ossia.vis.txt b/_includes/v4/desc/att.ossia.vis.txt similarity index 100% rename from _includes/dev/desc/att.ossia.vis.txt rename to _includes/v4/desc/att.ossia.vis.txt diff --git a/_includes/dev/desc/att.pad.anl.txt b/_includes/v4/desc/att.pad.anl.txt similarity index 100% rename from _includes/dev/desc/att.pad.anl.txt rename to _includes/v4/desc/att.pad.anl.txt diff --git a/_includes/dev/desc/att.pad.ges.txt b/_includes/v4/desc/att.pad.ges.txt similarity index 100% rename from _includes/dev/desc/att.pad.ges.txt rename to _includes/v4/desc/att.pad.ges.txt diff --git a/_includes/dev/desc/att.pad.log.txt b/_includes/v4/desc/att.pad.log.txt similarity index 100% rename from _includes/dev/desc/att.pad.log.txt rename to _includes/v4/desc/att.pad.log.txt diff --git a/_includes/dev/desc/att.pad.vis.txt b/_includes/v4/desc/att.pad.vis.txt similarity index 100% rename from _includes/dev/desc/att.pad.vis.txt rename to _includes/v4/desc/att.pad.vis.txt diff --git a/_includes/dev/desc/att.pages.txt b/_includes/v4/desc/att.pages.txt similarity index 100% rename from _includes/dev/desc/att.pages.txt rename to _includes/v4/desc/att.pages.txt diff --git a/_includes/dev/desc/att.pages/page.botmar.txt b/_includes/v4/desc/att.pages/page.botmar.txt similarity index 100% rename from _includes/dev/desc/att.pages/page.botmar.txt rename to _includes/v4/desc/att.pages/page.botmar.txt diff --git a/_includes/dev/desc/att.pages/page.height.txt b/_includes/v4/desc/att.pages/page.height.txt similarity index 100% rename from _includes/dev/desc/att.pages/page.height.txt rename to _includes/v4/desc/att.pages/page.height.txt diff --git a/_includes/dev/desc/att.pages/page.leftmar.txt b/_includes/v4/desc/att.pages/page.leftmar.txt similarity index 100% rename from _includes/dev/desc/att.pages/page.leftmar.txt rename to _includes/v4/desc/att.pages/page.leftmar.txt diff --git a/_includes/dev/desc/att.pages/page.panels.txt b/_includes/v4/desc/att.pages/page.panels.txt similarity index 100% rename from _includes/dev/desc/att.pages/page.panels.txt rename to _includes/v4/desc/att.pages/page.panels.txt diff --git a/_includes/dev/desc/att.pages/page.rightmar.txt b/_includes/v4/desc/att.pages/page.rightmar.txt similarity index 100% rename from _includes/dev/desc/att.pages/page.rightmar.txt rename to _includes/v4/desc/att.pages/page.rightmar.txt diff --git a/_includes/dev/desc/att.pages/page.scale.txt b/_includes/v4/desc/att.pages/page.scale.txt similarity index 100% rename from _includes/dev/desc/att.pages/page.scale.txt rename to _includes/v4/desc/att.pages/page.scale.txt diff --git a/_includes/dev/desc/att.pages/page.topmar.txt b/_includes/v4/desc/att.pages/page.topmar.txt similarity index 100% rename from _includes/dev/desc/att.pages/page.topmar.txt rename to _includes/v4/desc/att.pages/page.topmar.txt diff --git a/_includes/dev/desc/att.pages/page.width.txt b/_includes/v4/desc/att.pages/page.width.txt similarity index 100% rename from _includes/dev/desc/att.pages/page.width.txt rename to _includes/v4/desc/att.pages/page.width.txt diff --git a/_includes/dev/desc/att.part.anl.txt b/_includes/v4/desc/att.part.anl.txt similarity index 100% rename from _includes/dev/desc/att.part.anl.txt rename to _includes/v4/desc/att.part.anl.txt diff --git a/_includes/dev/desc/att.part.ges.txt b/_includes/v4/desc/att.part.ges.txt similarity index 100% rename from _includes/dev/desc/att.part.ges.txt rename to _includes/v4/desc/att.part.ges.txt diff --git a/_includes/dev/desc/att.part.log.txt b/_includes/v4/desc/att.part.log.txt similarity index 100% rename from _includes/dev/desc/att.part.log.txt rename to _includes/v4/desc/att.part.log.txt diff --git a/_includes/dev/desc/att.part.vis.txt b/_includes/v4/desc/att.part.vis.txt similarity index 100% rename from _includes/dev/desc/att.part.vis.txt rename to _includes/v4/desc/att.part.vis.txt diff --git a/_includes/dev/desc/att.partident.txt b/_includes/v4/desc/att.partident.txt similarity index 100% rename from _includes/dev/desc/att.partident.txt rename to _includes/v4/desc/att.partident.txt diff --git a/_includes/dev/desc/att.partident/part.txt b/_includes/v4/desc/att.partident/part.txt similarity index 100% rename from _includes/dev/desc/att.partident/part.txt rename to _includes/v4/desc/att.partident/part.txt diff --git a/_includes/dev/desc/att.partident/partstaff.txt b/_includes/v4/desc/att.partident/partstaff.txt similarity index 100% rename from _includes/dev/desc/att.partident/partstaff.txt rename to _includes/v4/desc/att.partident/partstaff.txt diff --git a/_includes/dev/desc/att.parts.anl.txt b/_includes/v4/desc/att.parts.anl.txt similarity index 100% rename from _includes/dev/desc/att.parts.anl.txt rename to _includes/v4/desc/att.parts.anl.txt diff --git a/_includes/dev/desc/att.parts.ges.txt b/_includes/v4/desc/att.parts.ges.txt similarity index 100% rename from _includes/dev/desc/att.parts.ges.txt rename to _includes/v4/desc/att.parts.ges.txt diff --git a/_includes/dev/desc/att.parts.log.txt b/_includes/v4/desc/att.parts.log.txt similarity index 100% rename from _includes/dev/desc/att.parts.log.txt rename to _includes/v4/desc/att.parts.log.txt diff --git a/_includes/dev/desc/att.parts.vis.txt b/_includes/v4/desc/att.parts.vis.txt similarity index 100% rename from _includes/dev/desc/att.parts.vis.txt rename to _includes/v4/desc/att.parts.vis.txt diff --git a/_includes/dev/desc/att.pb.anl.txt b/_includes/v4/desc/att.pb.anl.txt similarity index 100% rename from _includes/dev/desc/att.pb.anl.txt rename to _includes/v4/desc/att.pb.anl.txt diff --git a/_includes/dev/desc/att.pb.ges.txt b/_includes/v4/desc/att.pb.ges.txt similarity index 100% rename from _includes/dev/desc/att.pb.ges.txt rename to _includes/v4/desc/att.pb.ges.txt diff --git a/_includes/dev/desc/att.pb.log.txt b/_includes/v4/desc/att.pb.log.txt similarity index 100% rename from _includes/dev/desc/att.pb.log.txt rename to _includes/v4/desc/att.pb.log.txt diff --git a/_includes/dev/desc/att.pb.vis.txt b/_includes/v4/desc/att.pb.vis.txt similarity index 100% rename from _includes/dev/desc/att.pb.vis.txt rename to _includes/v4/desc/att.pb.vis.txt diff --git a/_includes/dev/desc/att.pb.vis/folium.txt b/_includes/v4/desc/att.pb.vis/folium.txt similarity index 100% rename from _includes/dev/desc/att.pb.vis/folium.txt rename to _includes/v4/desc/att.pb.vis/folium.txt diff --git a/_includes/dev/desc/att.pedal.anl.txt b/_includes/v4/desc/att.pedal.anl.txt similarity index 100% rename from _includes/dev/desc/att.pedal.anl.txt rename to _includes/v4/desc/att.pedal.anl.txt diff --git a/_includes/dev/desc/att.pedal.ges.txt b/_includes/v4/desc/att.pedal.ges.txt similarity index 100% rename from _includes/dev/desc/att.pedal.ges.txt rename to _includes/v4/desc/att.pedal.ges.txt diff --git a/_includes/dev/desc/att.pedal.log.txt b/_includes/v4/desc/att.pedal.log.txt similarity index 100% rename from _includes/dev/desc/att.pedal.log.txt rename to _includes/v4/desc/att.pedal.log.txt diff --git a/_includes/dev/desc/att.pedal.log/dir.txt b/_includes/v4/desc/att.pedal.log/dir.txt similarity index 100% rename from _includes/dev/desc/att.pedal.log/dir.txt rename to _includes/v4/desc/att.pedal.log/dir.txt diff --git a/_includes/dev/desc/att.pedal.log/func.txt b/_includes/v4/desc/att.pedal.log/func.txt similarity index 100% rename from _includes/dev/desc/att.pedal.log/func.txt rename to _includes/v4/desc/att.pedal.log/func.txt diff --git a/_includes/dev/desc/att.pedal.vis.txt b/_includes/v4/desc/att.pedal.vis.txt similarity index 100% rename from _includes/dev/desc/att.pedal.vis.txt rename to _includes/v4/desc/att.pedal.vis.txt diff --git a/_includes/dev/desc/att.pedal.vis/form.txt b/_includes/v4/desc/att.pedal.vis/form.txt similarity index 100% rename from _includes/dev/desc/att.pedal.vis/form.txt rename to _includes/v4/desc/att.pedal.vis/form.txt diff --git a/_includes/dev/desc/att.phrase.anl.txt b/_includes/v4/desc/att.phrase.anl.txt similarity index 100% rename from _includes/dev/desc/att.phrase.anl.txt rename to _includes/v4/desc/att.phrase.anl.txt diff --git a/_includes/dev/desc/att.phrase.ges.txt b/_includes/v4/desc/att.phrase.ges.txt similarity index 100% rename from _includes/dev/desc/att.phrase.ges.txt rename to _includes/v4/desc/att.phrase.ges.txt diff --git a/_includes/dev/desc/att.phrase.log.txt b/_includes/v4/desc/att.phrase.log.txt similarity index 100% rename from _includes/dev/desc/att.phrase.log.txt rename to _includes/v4/desc/att.phrase.log.txt diff --git a/_includes/dev/desc/att.phrase.vis.cmn.txt b/_includes/v4/desc/att.phrase.vis.cmn.txt similarity index 100% rename from _includes/dev/desc/att.phrase.vis.cmn.txt rename to _includes/v4/desc/att.phrase.vis.cmn.txt diff --git a/_includes/dev/desc/att.phrase.vis.txt b/_includes/v4/desc/att.phrase.vis.txt similarity index 100% rename from _includes/dev/desc/att.phrase.vis.txt rename to _includes/v4/desc/att.phrase.vis.txt diff --git a/_includes/dev/desc/att.pianopedals.txt b/_includes/v4/desc/att.pianopedals.txt similarity index 100% rename from _includes/dev/desc/att.pianopedals.txt rename to _includes/v4/desc/att.pianopedals.txt diff --git a/_includes/dev/desc/att.pianopedals/pedal.style.txt b/_includes/v4/desc/att.pianopedals/pedal.style.txt similarity index 100% rename from _includes/dev/desc/att.pianopedals/pedal.style.txt rename to _includes/v4/desc/att.pianopedals/pedal.style.txt diff --git a/_includes/dev/desc/att.pitch.txt b/_includes/v4/desc/att.pitch.txt similarity index 100% rename from _includes/dev/desc/att.pitch.txt rename to _includes/v4/desc/att.pitch.txt diff --git a/_includes/dev/desc/att.pitch/pname.txt b/_includes/v4/desc/att.pitch/pname.txt similarity index 100% rename from _includes/dev/desc/att.pitch/pname.txt rename to _includes/v4/desc/att.pitch/pname.txt diff --git a/_includes/dev/desc/att.pitchclass.txt b/_includes/v4/desc/att.pitchclass.txt similarity index 100% rename from _includes/dev/desc/att.pitchclass.txt rename to _includes/v4/desc/att.pitchclass.txt diff --git a/_includes/dev/desc/att.pitchclass/pclass.txt b/_includes/v4/desc/att.pitchclass/pclass.txt similarity index 100% rename from _includes/dev/desc/att.pitchclass/pclass.txt rename to _includes/v4/desc/att.pitchclass/pclass.txt diff --git a/_includes/dev/desc/att.pitched.txt b/_includes/v4/desc/att.pitched.txt similarity index 100% rename from _includes/dev/desc/att.pitched.txt rename to _includes/v4/desc/att.pitched.txt diff --git a/_includes/dev/desc/att.placement.txt b/_includes/v4/desc/att.placement.txt similarity index 100% rename from _includes/dev/desc/att.placement.txt rename to _includes/v4/desc/att.placement.txt diff --git a/_includes/dev/desc/att.placement/place.txt b/_includes/v4/desc/att.placement/place.txt similarity index 100% rename from _includes/dev/desc/att.placement/place.txt rename to _includes/v4/desc/att.placement/place.txt diff --git a/_includes/dev/desc/att.plist.txt b/_includes/v4/desc/att.plist.txt similarity index 100% rename from _includes/dev/desc/att.plist.txt rename to _includes/v4/desc/att.plist.txt diff --git a/_includes/dev/desc/att.plist/plist.txt b/_includes/v4/desc/att.plist/plist.txt similarity index 100% rename from _includes/dev/desc/att.plist/plist.txt rename to _includes/v4/desc/att.plist/plist.txt diff --git a/_includes/dev/desc/att.pointing.txt b/_includes/v4/desc/att.pointing.txt similarity index 100% rename from _includes/dev/desc/att.pointing.txt rename to _includes/v4/desc/att.pointing.txt diff --git a/_includes/dev/desc/att.pointing/target.txt b/_includes/v4/desc/att.pointing/target.txt similarity index 100% rename from _includes/dev/desc/att.pointing/target.txt rename to _includes/v4/desc/att.pointing/target.txt diff --git a/_includes/dev/desc/att.pointing/targettype.txt b/_includes/v4/desc/att.pointing/targettype.txt similarity index 100% rename from _includes/dev/desc/att.pointing/targettype.txt rename to _includes/v4/desc/att.pointing/targettype.txt diff --git a/_includes/dev/desc/att.pointing/xlink---actuate.txt b/_includes/v4/desc/att.pointing/xlink---actuate.txt similarity index 100% rename from _includes/dev/desc/att.pointing/xlink---actuate.txt rename to _includes/v4/desc/att.pointing/xlink---actuate.txt diff --git a/_includes/dev/desc/att.pointing/xlink---role.txt b/_includes/v4/desc/att.pointing/xlink---role.txt similarity index 100% rename from _includes/dev/desc/att.pointing/xlink---role.txt rename to _includes/v4/desc/att.pointing/xlink---role.txt diff --git a/_includes/dev/desc/att.pointing/xlink---show.txt b/_includes/v4/desc/att.pointing/xlink---show.txt similarity index 100% rename from _includes/dev/desc/att.pointing/xlink---show.txt rename to _includes/v4/desc/att.pointing/xlink---show.txt diff --git a/_includes/dev/desc/att.proport.anl.txt b/_includes/v4/desc/att.proport.anl.txt similarity index 100% rename from _includes/dev/desc/att.proport.anl.txt rename to _includes/v4/desc/att.proport.anl.txt diff --git a/_includes/dev/desc/att.proport.ges.txt b/_includes/v4/desc/att.proport.ges.txt similarity index 100% rename from _includes/dev/desc/att.proport.ges.txt rename to _includes/v4/desc/att.proport.ges.txt diff --git a/_includes/dev/desc/att.proport.log.txt b/_includes/v4/desc/att.proport.log.txt similarity index 100% rename from _includes/dev/desc/att.proport.log.txt rename to _includes/v4/desc/att.proport.log.txt diff --git a/_includes/dev/desc/att.proport.vis.txt b/_includes/v4/desc/att.proport.vis.txt similarity index 100% rename from _includes/dev/desc/att.proport.vis.txt rename to _includes/v4/desc/att.proport.vis.txt diff --git a/_includes/dev/desc/att.quantity.txt b/_includes/v4/desc/att.quantity.txt similarity index 100% rename from _includes/dev/desc/att.quantity.txt rename to _includes/v4/desc/att.quantity.txt diff --git a/_includes/dev/desc/att.quantity/quantity.txt b/_includes/v4/desc/att.quantity/quantity.txt similarity index 100% rename from _includes/dev/desc/att.quantity/quantity.txt rename to _includes/v4/desc/att.quantity/quantity.txt diff --git a/_includes/dev/desc/att.quilisma.anl.txt b/_includes/v4/desc/att.quilisma.anl.txt similarity index 100% rename from _includes/dev/desc/att.quilisma.anl.txt rename to _includes/v4/desc/att.quilisma.anl.txt diff --git a/_includes/dev/desc/att.quilisma.ges.txt b/_includes/v4/desc/att.quilisma.ges.txt similarity index 100% rename from _includes/dev/desc/att.quilisma.ges.txt rename to _includes/v4/desc/att.quilisma.ges.txt diff --git a/_includes/dev/desc/att.quilisma.log.txt b/_includes/v4/desc/att.quilisma.log.txt similarity index 100% rename from _includes/dev/desc/att.quilisma.log.txt rename to _includes/v4/desc/att.quilisma.log.txt diff --git a/_includes/dev/desc/att.quilisma.vis.txt b/_includes/v4/desc/att.quilisma.vis.txt similarity index 100% rename from _includes/dev/desc/att.quilisma.vis.txt rename to _includes/v4/desc/att.quilisma.vis.txt diff --git a/_includes/dev/desc/att.quilisma.vis/waves.txt b/_includes/v4/desc/att.quilisma.vis/waves.txt similarity index 100% rename from _includes/dev/desc/att.quilisma.vis/waves.txt rename to _includes/v4/desc/att.quilisma.vis/waves.txt diff --git a/_includes/dev/desc/att.ranging.txt b/_includes/v4/desc/att.ranging.txt similarity index 100% rename from _includes/dev/desc/att.ranging.txt rename to _includes/v4/desc/att.ranging.txt diff --git a/_includes/dev/desc/att.ranging/atleast.txt b/_includes/v4/desc/att.ranging/atleast.txt similarity index 100% rename from _includes/dev/desc/att.ranging/atleast.txt rename to _includes/v4/desc/att.ranging/atleast.txt diff --git a/_includes/dev/desc/att.ranging/atmost.txt b/_includes/v4/desc/att.ranging/atmost.txt similarity index 100% rename from _includes/dev/desc/att.ranging/atmost.txt rename to _includes/v4/desc/att.ranging/atmost.txt diff --git a/_includes/dev/desc/att.ranging/confidence.txt b/_includes/v4/desc/att.ranging/confidence.txt similarity index 100% rename from _includes/dev/desc/att.ranging/confidence.txt rename to _includes/v4/desc/att.ranging/confidence.txt diff --git a/_includes/dev/desc/att.ranging/max.txt b/_includes/v4/desc/att.ranging/max.txt similarity index 100% rename from _includes/dev/desc/att.ranging/max.txt rename to _includes/v4/desc/att.ranging/max.txt diff --git a/_includes/dev/desc/att.ranging/min.txt b/_includes/v4/desc/att.ranging/min.txt similarity index 100% rename from _includes/dev/desc/att.ranging/min.txt rename to _includes/v4/desc/att.ranging/min.txt diff --git a/_includes/dev/desc/att.rdg.anl.txt b/_includes/v4/desc/att.rdg.anl.txt similarity index 100% rename from _includes/dev/desc/att.rdg.anl.txt rename to _includes/v4/desc/att.rdg.anl.txt diff --git a/_includes/dev/desc/att.rdg.ges.txt b/_includes/v4/desc/att.rdg.ges.txt similarity index 100% rename from _includes/dev/desc/att.rdg.ges.txt rename to _includes/v4/desc/att.rdg.ges.txt diff --git a/_includes/dev/desc/att.rdg.log.txt b/_includes/v4/desc/att.rdg.log.txt similarity index 100% rename from _includes/dev/desc/att.rdg.log.txt rename to _includes/v4/desc/att.rdg.log.txt diff --git a/_includes/dev/desc/att.rdg.vis.txt b/_includes/v4/desc/att.rdg.vis.txt similarity index 100% rename from _includes/dev/desc/att.rdg.vis.txt rename to _includes/v4/desc/att.rdg.vis.txt diff --git a/_includes/dev/desc/att.reasonident.txt b/_includes/v4/desc/att.reasonident.txt similarity index 100% rename from _includes/dev/desc/att.reasonident.txt rename to _includes/v4/desc/att.reasonident.txt diff --git a/_includes/dev/desc/att.reasonident/reason.txt b/_includes/v4/desc/att.reasonident/reason.txt similarity index 100% rename from _includes/dev/desc/att.reasonident/reason.txt rename to _includes/v4/desc/att.reasonident/reason.txt diff --git a/_includes/dev/desc/att.recordtype.txt b/_includes/v4/desc/att.recordtype.txt similarity index 100% rename from _includes/dev/desc/att.recordtype.txt rename to _includes/v4/desc/att.recordtype.txt diff --git a/_includes/dev/desc/att.recordtype/recordtype.txt b/_includes/v4/desc/att.recordtype/recordtype.txt similarity index 100% rename from _includes/dev/desc/att.recordtype/recordtype.txt rename to _includes/v4/desc/att.recordtype/recordtype.txt diff --git a/_includes/dev/desc/att.refrain.anl.txt b/_includes/v4/desc/att.refrain.anl.txt similarity index 100% rename from _includes/dev/desc/att.refrain.anl.txt rename to _includes/v4/desc/att.refrain.anl.txt diff --git a/_includes/dev/desc/att.refrain.ges.txt b/_includes/v4/desc/att.refrain.ges.txt similarity index 100% rename from _includes/dev/desc/att.refrain.ges.txt rename to _includes/v4/desc/att.refrain.ges.txt diff --git a/_includes/dev/desc/att.refrain.log.txt b/_includes/v4/desc/att.refrain.log.txt similarity index 100% rename from _includes/dev/desc/att.refrain.log.txt rename to _includes/v4/desc/att.refrain.log.txt diff --git a/_includes/dev/desc/att.refrain.vis.txt b/_includes/v4/desc/att.refrain.vis.txt similarity index 100% rename from _includes/dev/desc/att.refrain.vis.txt rename to _includes/v4/desc/att.refrain.vis.txt diff --git a/_includes/dev/desc/att.regularized.txt b/_includes/v4/desc/att.regularized.txt similarity index 100% rename from _includes/dev/desc/att.regularized.txt rename to _includes/v4/desc/att.regularized.txt diff --git a/_includes/dev/desc/att.regularized/reg.txt b/_includes/v4/desc/att.regularized/reg.txt similarity index 100% rename from _includes/dev/desc/att.regularized/reg.txt rename to _includes/v4/desc/att.regularized/reg.txt diff --git a/_includes/dev/desc/att.regularmethod.txt b/_includes/v4/desc/att.regularmethod.txt similarity index 100% rename from _includes/dev/desc/att.regularmethod.txt rename to _includes/v4/desc/att.regularmethod.txt diff --git a/_includes/dev/desc/att.regularmethod/method.txt b/_includes/v4/desc/att.regularmethod/method.txt similarity index 100% rename from _includes/dev/desc/att.regularmethod/method.txt rename to _includes/v4/desc/att.regularmethod/method.txt diff --git a/_includes/dev/desc/att.reh.anl.txt b/_includes/v4/desc/att.reh.anl.txt similarity index 100% rename from _includes/dev/desc/att.reh.anl.txt rename to _includes/v4/desc/att.reh.anl.txt diff --git a/_includes/dev/desc/att.reh.ges.txt b/_includes/v4/desc/att.reh.ges.txt similarity index 100% rename from _includes/dev/desc/att.reh.ges.txt rename to _includes/v4/desc/att.reh.ges.txt diff --git a/_includes/dev/desc/att.reh.log.txt b/_includes/v4/desc/att.reh.log.txt similarity index 100% rename from _includes/dev/desc/att.reh.log.txt rename to _includes/v4/desc/att.reh.log.txt diff --git a/_includes/dev/desc/att.reh.vis.txt b/_includes/v4/desc/att.reh.vis.txt similarity index 100% rename from _includes/dev/desc/att.reh.vis.txt rename to _includes/v4/desc/att.reh.vis.txt diff --git a/_includes/dev/desc/att.rehearsal.txt b/_includes/v4/desc/att.rehearsal.txt similarity index 100% rename from _includes/dev/desc/att.rehearsal.txt rename to _includes/v4/desc/att.rehearsal.txt diff --git a/_includes/dev/desc/att.rehearsal/reh.enclose.txt b/_includes/v4/desc/att.rehearsal/reh.enclose.txt similarity index 100% rename from _includes/dev/desc/att.rehearsal/reh.enclose.txt rename to _includes/v4/desc/att.rehearsal/reh.enclose.txt diff --git a/_includes/dev/desc/att.responsibility.txt b/_includes/v4/desc/att.responsibility.txt similarity index 100% rename from _includes/dev/desc/att.responsibility.txt rename to _includes/v4/desc/att.responsibility.txt diff --git a/_includes/dev/desc/att.responsibility/resp.txt b/_includes/v4/desc/att.responsibility/resp.txt similarity index 100% rename from _includes/dev/desc/att.responsibility/resp.txt rename to _includes/v4/desc/att.responsibility/resp.txt diff --git a/_includes/dev/desc/att.rest.anl.cmn.txt b/_includes/v4/desc/att.rest.anl.cmn.txt similarity index 100% rename from _includes/dev/desc/att.rest.anl.cmn.txt rename to _includes/v4/desc/att.rest.anl.cmn.txt diff --git a/_includes/dev/desc/att.rest.anl.txt b/_includes/v4/desc/att.rest.anl.txt similarity index 100% rename from _includes/dev/desc/att.rest.anl.txt rename to _includes/v4/desc/att.rest.anl.txt diff --git a/_includes/dev/desc/att.rest.ges.mensural.txt b/_includes/v4/desc/att.rest.ges.mensural.txt similarity index 100% rename from _includes/dev/desc/att.rest.ges.mensural.txt rename to _includes/v4/desc/att.rest.ges.mensural.txt diff --git a/_includes/dev/desc/att.rest.ges.txt b/_includes/v4/desc/att.rest.ges.txt similarity index 100% rename from _includes/dev/desc/att.rest.ges.txt rename to _includes/v4/desc/att.rest.ges.txt diff --git a/_includes/dev/desc/att.rest.log.cmn.txt b/_includes/v4/desc/att.rest.log.cmn.txt similarity index 100% rename from _includes/dev/desc/att.rest.log.cmn.txt rename to _includes/v4/desc/att.rest.log.cmn.txt diff --git a/_includes/dev/desc/att.rest.log.txt b/_includes/v4/desc/att.rest.log.txt similarity index 100% rename from _includes/dev/desc/att.rest.log.txt rename to _includes/v4/desc/att.rest.log.txt diff --git a/_includes/dev/desc/att.rest.vis.cmn.txt b/_includes/v4/desc/att.rest.vis.cmn.txt similarity index 100% rename from _includes/dev/desc/att.rest.vis.cmn.txt rename to _includes/v4/desc/att.rest.vis.cmn.txt diff --git a/_includes/dev/desc/att.rest.vis.mensural.txt b/_includes/v4/desc/att.rest.vis.mensural.txt similarity index 100% rename from _includes/dev/desc/att.rest.vis.mensural.txt rename to _includes/v4/desc/att.rest.vis.mensural.txt diff --git a/_includes/dev/desc/att.rest.vis.mensural/spaces.txt b/_includes/v4/desc/att.rest.vis.mensural/spaces.txt similarity index 100% rename from _includes/dev/desc/att.rest.vis.mensural/spaces.txt rename to _includes/v4/desc/att.rest.vis.mensural/spaces.txt diff --git a/_includes/dev/desc/att.rest.vis.txt b/_includes/v4/desc/att.rest.vis.txt similarity index 100% rename from _includes/dev/desc/att.rest.vis.txt rename to _includes/v4/desc/att.rest.vis.txt diff --git a/_includes/dev/desc/att.sb.anl.txt b/_includes/v4/desc/att.sb.anl.txt similarity index 100% rename from _includes/dev/desc/att.sb.anl.txt rename to _includes/v4/desc/att.sb.anl.txt diff --git a/_includes/dev/desc/att.sb.ges.txt b/_includes/v4/desc/att.sb.ges.txt similarity index 100% rename from _includes/dev/desc/att.sb.ges.txt rename to _includes/v4/desc/att.sb.ges.txt diff --git a/_includes/dev/desc/att.sb.log.txt b/_includes/v4/desc/att.sb.log.txt similarity index 100% rename from _includes/dev/desc/att.sb.log.txt rename to _includes/v4/desc/att.sb.log.txt diff --git a/_includes/dev/desc/att.sb.vis.txt b/_includes/v4/desc/att.sb.vis.txt similarity index 100% rename from _includes/dev/desc/att.sb.vis.txt rename to _includes/v4/desc/att.sb.vis.txt diff --git a/_includes/dev/desc/att.sb.vis/form.txt b/_includes/v4/desc/att.sb.vis/form.txt similarity index 100% rename from _includes/dev/desc/att.sb.vis/form.txt rename to _includes/v4/desc/att.sb.vis/form.txt diff --git a/_includes/dev/desc/att.scalable.txt b/_includes/v4/desc/att.scalable.txt similarity index 100% rename from _includes/dev/desc/att.scalable.txt rename to _includes/v4/desc/att.scalable.txt diff --git a/_includes/dev/desc/att.scalable/scale.txt b/_includes/v4/desc/att.scalable/scale.txt similarity index 100% rename from _includes/dev/desc/att.scalable/scale.txt rename to _includes/v4/desc/att.scalable/scale.txt diff --git a/_includes/dev/desc/att.score.anl.txt b/_includes/v4/desc/att.score.anl.txt similarity index 100% rename from _includes/dev/desc/att.score.anl.txt rename to _includes/v4/desc/att.score.anl.txt diff --git a/_includes/dev/desc/att.score.ges.txt b/_includes/v4/desc/att.score.ges.txt similarity index 100% rename from _includes/dev/desc/att.score.ges.txt rename to _includes/v4/desc/att.score.ges.txt diff --git a/_includes/dev/desc/att.score.log.txt b/_includes/v4/desc/att.score.log.txt similarity index 100% rename from _includes/dev/desc/att.score.log.txt rename to _includes/v4/desc/att.score.log.txt diff --git a/_includes/dev/desc/att.score.vis.txt b/_includes/v4/desc/att.score.vis.txt similarity index 100% rename from _includes/dev/desc/att.score.vis.txt rename to _includes/v4/desc/att.score.vis.txt diff --git a/_includes/dev/desc/att.scoredef.anl.txt b/_includes/v4/desc/att.scoredef.anl.txt similarity index 100% rename from _includes/dev/desc/att.scoredef.anl.txt rename to _includes/v4/desc/att.scoredef.anl.txt diff --git a/_includes/dev/desc/att.scoredef.ges.txt b/_includes/v4/desc/att.scoredef.ges.txt similarity index 100% rename from _includes/dev/desc/att.scoredef.ges.txt rename to _includes/v4/desc/att.scoredef.ges.txt diff --git a/_includes/dev/desc/att.scoredef.ges/tune.hz.txt b/_includes/v4/desc/att.scoredef.ges/tune.hz.txt similarity index 100% rename from _includes/dev/desc/att.scoredef.ges/tune.hz.txt rename to _includes/v4/desc/att.scoredef.ges/tune.hz.txt diff --git a/_includes/dev/desc/att.scoredef.ges/tune.pname.txt b/_includes/v4/desc/att.scoredef.ges/tune.pname.txt similarity index 100% rename from _includes/dev/desc/att.scoredef.ges/tune.pname.txt rename to _includes/v4/desc/att.scoredef.ges/tune.pname.txt diff --git a/_includes/dev/desc/att.scoredef.ges/tune.temper.txt b/_includes/v4/desc/att.scoredef.ges/tune.temper.txt similarity index 100% rename from _includes/dev/desc/att.scoredef.ges/tune.temper.txt rename to _includes/v4/desc/att.scoredef.ges/tune.temper.txt diff --git a/_includes/dev/desc/att.scoredef.log.cmn.txt b/_includes/v4/desc/att.scoredef.log.cmn.txt similarity index 100% rename from _includes/dev/desc/att.scoredef.log.cmn.txt rename to _includes/v4/desc/att.scoredef.log.cmn.txt diff --git a/_includes/dev/desc/att.scoredef.log.mensural.txt b/_includes/v4/desc/att.scoredef.log.mensural.txt similarity index 100% rename from _includes/dev/desc/att.scoredef.log.mensural.txt rename to _includes/v4/desc/att.scoredef.log.mensural.txt diff --git a/_includes/dev/desc/att.scoredef.log.txt b/_includes/v4/desc/att.scoredef.log.txt similarity index 100% rename from _includes/dev/desc/att.scoredef.log.txt rename to _includes/v4/desc/att.scoredef.log.txt diff --git a/_includes/dev/desc/att.scoredef.vis.cmn.txt b/_includes/v4/desc/att.scoredef.vis.cmn.txt similarity index 100% rename from _includes/dev/desc/att.scoredef.vis.cmn.txt rename to _includes/v4/desc/att.scoredef.vis.cmn.txt diff --git a/_includes/dev/desc/att.scoredef.vis.cmn/grid.show.txt b/_includes/v4/desc/att.scoredef.vis.cmn/grid.show.txt similarity index 100% rename from _includes/dev/desc/att.scoredef.vis.cmn/grid.show.txt rename to _includes/v4/desc/att.scoredef.vis.cmn/grid.show.txt diff --git a/_includes/dev/desc/att.scoredef.vis.mensural.txt b/_includes/v4/desc/att.scoredef.vis.mensural.txt similarity index 100% rename from _includes/dev/desc/att.scoredef.vis.mensural.txt rename to _includes/v4/desc/att.scoredef.vis.mensural.txt diff --git a/_includes/dev/desc/att.scoredef.vis.txt b/_includes/v4/desc/att.scoredef.vis.txt similarity index 100% rename from _includes/dev/desc/att.scoredef.vis.txt rename to _includes/v4/desc/att.scoredef.vis.txt diff --git a/_includes/dev/desc/att.scoredef.vis/vu.height.txt b/_includes/v4/desc/att.scoredef.vis/vu.height.txt similarity index 100% rename from _includes/dev/desc/att.scoredef.vis/vu.height.txt rename to _includes/v4/desc/att.scoredef.vis/vu.height.txt diff --git a/_includes/dev/desc/att.section.anl.txt b/_includes/v4/desc/att.section.anl.txt similarity index 100% rename from _includes/dev/desc/att.section.anl.txt rename to _includes/v4/desc/att.section.anl.txt diff --git a/_includes/dev/desc/att.section.ges.txt b/_includes/v4/desc/att.section.ges.txt similarity index 100% rename from _includes/dev/desc/att.section.ges.txt rename to _includes/v4/desc/att.section.ges.txt diff --git a/_includes/dev/desc/att.section.ges/attacca.txt b/_includes/v4/desc/att.section.ges/attacca.txt similarity index 100% rename from _includes/dev/desc/att.section.ges/attacca.txt rename to _includes/v4/desc/att.section.ges/attacca.txt diff --git a/_includes/dev/desc/att.section.log.txt b/_includes/v4/desc/att.section.log.txt similarity index 100% rename from _includes/dev/desc/att.section.log.txt rename to _includes/v4/desc/att.section.log.txt diff --git a/_includes/dev/desc/att.section.vis.txt b/_includes/v4/desc/att.section.vis.txt similarity index 100% rename from _includes/dev/desc/att.section.vis.txt rename to _includes/v4/desc/att.section.vis.txt diff --git a/_includes/dev/desc/att.section.vis/restart.txt b/_includes/v4/desc/att.section.vis/restart.txt similarity index 100% rename from _includes/dev/desc/att.section.vis/restart.txt rename to _includes/v4/desc/att.section.vis/restart.txt diff --git a/_includes/dev/desc/att.sequence.txt b/_includes/v4/desc/att.sequence.txt similarity index 100% rename from _includes/dev/desc/att.sequence.txt rename to _includes/v4/desc/att.sequence.txt diff --git a/_includes/dev/desc/att.sequence/seq.txt b/_includes/v4/desc/att.sequence/seq.txt similarity index 100% rename from _includes/dev/desc/att.sequence/seq.txt rename to _includes/v4/desc/att.sequence/seq.txt diff --git a/_includes/dev/desc/att.signiflet.anl.txt b/_includes/v4/desc/att.signiflet.anl.txt similarity index 100% rename from _includes/dev/desc/att.signiflet.anl.txt rename to _includes/v4/desc/att.signiflet.anl.txt diff --git a/_includes/dev/desc/att.signiflet.ges.txt b/_includes/v4/desc/att.signiflet.ges.txt similarity index 100% rename from _includes/dev/desc/att.signiflet.ges.txt rename to _includes/v4/desc/att.signiflet.ges.txt diff --git a/_includes/dev/desc/att.signiflet.log.txt b/_includes/v4/desc/att.signiflet.log.txt similarity index 100% rename from _includes/dev/desc/att.signiflet.log.txt rename to _includes/v4/desc/att.signiflet.log.txt diff --git a/_includes/dev/desc/att.signiflet.vis.txt b/_includes/v4/desc/att.signiflet.vis.txt similarity index 100% rename from _includes/dev/desc/att.signiflet.vis.txt rename to _includes/v4/desc/att.signiflet.vis.txt diff --git a/_includes/dev/desc/att.signiflet.vis/place.txt b/_includes/v4/desc/att.signiflet.vis/place.txt similarity index 100% rename from _includes/dev/desc/att.signiflet.vis/place.txt rename to _includes/v4/desc/att.signiflet.vis/place.txt diff --git a/_includes/dev/desc/att.slashcount.txt b/_includes/v4/desc/att.slashcount.txt similarity index 100% rename from _includes/dev/desc/att.slashcount.txt rename to _includes/v4/desc/att.slashcount.txt diff --git a/_includes/dev/desc/att.slashcount/slash.txt b/_includes/v4/desc/att.slashcount/slash.txt similarity index 100% rename from _includes/dev/desc/att.slashcount/slash.txt rename to _includes/v4/desc/att.slashcount/slash.txt diff --git a/_includes/dev/desc/att.slur.anl.txt b/_includes/v4/desc/att.slur.anl.txt similarity index 100% rename from _includes/dev/desc/att.slur.anl.txt rename to _includes/v4/desc/att.slur.anl.txt diff --git a/_includes/dev/desc/att.slur.ges.txt b/_includes/v4/desc/att.slur.ges.txt similarity index 100% rename from _includes/dev/desc/att.slur.ges.txt rename to _includes/v4/desc/att.slur.ges.txt diff --git a/_includes/dev/desc/att.slur.log.txt b/_includes/v4/desc/att.slur.log.txt similarity index 100% rename from _includes/dev/desc/att.slur.log.txt rename to _includes/v4/desc/att.slur.log.txt diff --git a/_includes/dev/desc/att.slur.vis.txt b/_includes/v4/desc/att.slur.vis.txt similarity index 100% rename from _includes/dev/desc/att.slur.vis.txt rename to _includes/v4/desc/att.slur.vis.txt diff --git a/_includes/dev/desc/att.slurpresent.txt b/_includes/v4/desc/att.slurpresent.txt similarity index 100% rename from _includes/dev/desc/att.slurpresent.txt rename to _includes/v4/desc/att.slurpresent.txt diff --git a/_includes/dev/desc/att.slurpresent/slur.txt b/_includes/v4/desc/att.slurpresent/slur.txt similarity index 100% rename from _includes/dev/desc/att.slurpresent/slur.txt rename to _includes/v4/desc/att.slurpresent/slur.txt diff --git a/_includes/dev/desc/att.slurrend.txt b/_includes/v4/desc/att.slurrend.txt similarity index 100% rename from _includes/dev/desc/att.slurrend.txt rename to _includes/v4/desc/att.slurrend.txt diff --git a/_includes/dev/desc/att.slurrend/slur.lform.txt b/_includes/v4/desc/att.slurrend/slur.lform.txt similarity index 100% rename from _includes/dev/desc/att.slurrend/slur.lform.txt rename to _includes/v4/desc/att.slurrend/slur.lform.txt diff --git a/_includes/dev/desc/att.slurrend/slur.lwidth.txt b/_includes/v4/desc/att.slurrend/slur.lwidth.txt similarity index 100% rename from _includes/dev/desc/att.slurrend/slur.lwidth.txt rename to _includes/v4/desc/att.slurrend/slur.lwidth.txt diff --git a/_includes/dev/desc/att.solfa.txt b/_includes/v4/desc/att.solfa.txt similarity index 100% rename from _includes/dev/desc/att.solfa.txt rename to _includes/v4/desc/att.solfa.txt diff --git a/_includes/dev/desc/att.solfa/psolfa.txt b/_includes/v4/desc/att.solfa/psolfa.txt similarity index 100% rename from _includes/dev/desc/att.solfa/psolfa.txt rename to _includes/v4/desc/att.solfa/psolfa.txt diff --git a/_includes/dev/desc/att.soundlocation.txt b/_includes/v4/desc/att.soundlocation.txt similarity index 100% rename from _includes/dev/desc/att.soundlocation.txt rename to _includes/v4/desc/att.soundlocation.txt diff --git a/_includes/dev/desc/att.soundlocation/azimuth.txt b/_includes/v4/desc/att.soundlocation/azimuth.txt similarity index 100% rename from _includes/dev/desc/att.soundlocation/azimuth.txt rename to _includes/v4/desc/att.soundlocation/azimuth.txt diff --git a/_includes/dev/desc/att.soundlocation/elevation.txt b/_includes/v4/desc/att.soundlocation/elevation.txt similarity index 100% rename from _includes/dev/desc/att.soundlocation/elevation.txt rename to _includes/v4/desc/att.soundlocation/elevation.txt diff --git a/_includes/dev/desc/att.source.txt b/_includes/v4/desc/att.source.txt similarity index 100% rename from _includes/dev/desc/att.source.txt rename to _includes/v4/desc/att.source.txt diff --git a/_includes/dev/desc/att.source/source.txt b/_includes/v4/desc/att.source/source.txt similarity index 100% rename from _includes/dev/desc/att.source/source.txt rename to _includes/v4/desc/att.source/source.txt diff --git a/_includes/dev/desc/att.sp.anl.txt b/_includes/v4/desc/att.sp.anl.txt similarity index 100% rename from _includes/dev/desc/att.sp.anl.txt rename to _includes/v4/desc/att.sp.anl.txt diff --git a/_includes/dev/desc/att.sp.ges.txt b/_includes/v4/desc/att.sp.ges.txt similarity index 100% rename from _includes/dev/desc/att.sp.ges.txt rename to _includes/v4/desc/att.sp.ges.txt diff --git a/_includes/dev/desc/att.sp.log.txt b/_includes/v4/desc/att.sp.log.txt similarity index 100% rename from _includes/dev/desc/att.sp.log.txt rename to _includes/v4/desc/att.sp.log.txt diff --git a/_includes/dev/desc/att.sp.vis.txt b/_includes/v4/desc/att.sp.vis.txt similarity index 100% rename from _includes/dev/desc/att.sp.vis.txt rename to _includes/v4/desc/att.sp.vis.txt diff --git a/_includes/dev/desc/att.space.anl.cmn.txt b/_includes/v4/desc/att.space.anl.cmn.txt similarity index 100% rename from _includes/dev/desc/att.space.anl.cmn.txt rename to _includes/v4/desc/att.space.anl.cmn.txt diff --git a/_includes/dev/desc/att.space.anl.txt b/_includes/v4/desc/att.space.anl.txt similarity index 100% rename from _includes/dev/desc/att.space.anl.txt rename to _includes/v4/desc/att.space.anl.txt diff --git a/_includes/dev/desc/att.space.ges.txt b/_includes/v4/desc/att.space.ges.txt similarity index 100% rename from _includes/dev/desc/att.space.ges.txt rename to _includes/v4/desc/att.space.ges.txt diff --git a/_includes/dev/desc/att.space.log.cmn.txt b/_includes/v4/desc/att.space.log.cmn.txt similarity index 100% rename from _includes/dev/desc/att.space.log.cmn.txt rename to _includes/v4/desc/att.space.log.cmn.txt diff --git a/_includes/dev/desc/att.space.log.txt b/_includes/v4/desc/att.space.log.txt similarity index 100% rename from _includes/dev/desc/att.space.log.txt rename to _includes/v4/desc/att.space.log.txt diff --git a/_includes/dev/desc/att.space.vis.txt b/_includes/v4/desc/att.space.vis.txt similarity index 100% rename from _includes/dev/desc/att.space.vis.txt rename to _includes/v4/desc/att.space.vis.txt diff --git a/_includes/dev/desc/att.space.vis/compressable.txt b/_includes/v4/desc/att.space.vis/compressable.txt similarity index 100% rename from _includes/dev/desc/att.space.vis/compressable.txt rename to _includes/v4/desc/att.space.vis/compressable.txt diff --git a/_includes/dev/desc/att.spacing.txt b/_includes/v4/desc/att.spacing.txt similarity index 100% rename from _includes/dev/desc/att.spacing.txt rename to _includes/v4/desc/att.spacing.txt diff --git a/_includes/dev/desc/att.spacing/spacing.packexp.txt b/_includes/v4/desc/att.spacing/spacing.packexp.txt similarity index 100% rename from _includes/dev/desc/att.spacing/spacing.packexp.txt rename to _includes/v4/desc/att.spacing/spacing.packexp.txt diff --git a/_includes/dev/desc/att.spacing/spacing.packfact.txt b/_includes/v4/desc/att.spacing/spacing.packfact.txt similarity index 100% rename from _includes/dev/desc/att.spacing/spacing.packfact.txt rename to _includes/v4/desc/att.spacing/spacing.packfact.txt diff --git a/_includes/dev/desc/att.spacing/spacing.staff.txt b/_includes/v4/desc/att.spacing/spacing.staff.txt similarity index 100% rename from _includes/dev/desc/att.spacing/spacing.staff.txt rename to _includes/v4/desc/att.spacing/spacing.staff.txt diff --git a/_includes/dev/desc/att.spacing/spacing.system.txt b/_includes/v4/desc/att.spacing/spacing.system.txt similarity index 100% rename from _includes/dev/desc/att.spacing/spacing.system.txt rename to _includes/v4/desc/att.spacing/spacing.system.txt diff --git a/_includes/dev/desc/att.staff.anl.txt b/_includes/v4/desc/att.staff.anl.txt similarity index 100% rename from _includes/dev/desc/att.staff.anl.txt rename to _includes/v4/desc/att.staff.anl.txt diff --git a/_includes/dev/desc/att.staff.ges.txt b/_includes/v4/desc/att.staff.ges.txt similarity index 100% rename from _includes/dev/desc/att.staff.ges.txt rename to _includes/v4/desc/att.staff.ges.txt diff --git a/_includes/dev/desc/att.staff.log.txt b/_includes/v4/desc/att.staff.log.txt similarity index 100% rename from _includes/dev/desc/att.staff.log.txt rename to _includes/v4/desc/att.staff.log.txt diff --git a/_includes/dev/desc/att.staff.log/def.txt b/_includes/v4/desc/att.staff.log/def.txt similarity index 100% rename from _includes/dev/desc/att.staff.log/def.txt rename to _includes/v4/desc/att.staff.log/def.txt diff --git a/_includes/dev/desc/att.staff.vis.txt b/_includes/v4/desc/att.staff.vis.txt similarity index 100% rename from _includes/dev/desc/att.staff.vis.txt rename to _includes/v4/desc/att.staff.vis.txt diff --git a/_includes/dev/desc/att.staffdef.anl.txt b/_includes/v4/desc/att.staffdef.anl.txt similarity index 100% rename from _includes/dev/desc/att.staffdef.anl.txt rename to _includes/v4/desc/att.staffdef.anl.txt diff --git a/_includes/dev/desc/att.staffdef.ges.tablature.txt b/_includes/v4/desc/att.staffdef.ges.tablature.txt similarity index 100% rename from _includes/dev/desc/att.staffdef.ges.tablature.txt rename to _includes/v4/desc/att.staffdef.ges.tablature.txt diff --git a/_includes/dev/desc/att.staffdef.ges.tablature/tab.strings.txt b/_includes/v4/desc/att.staffdef.ges.tablature/tab.strings.txt similarity index 100% rename from _includes/dev/desc/att.staffdef.ges.tablature/tab.strings.txt rename to _includes/v4/desc/att.staffdef.ges.tablature/tab.strings.txt diff --git a/_includes/dev/desc/att.staffdef.ges.txt b/_includes/v4/desc/att.staffdef.ges.txt similarity index 100% rename from _includes/dev/desc/att.staffdef.ges.txt rename to _includes/v4/desc/att.staffdef.ges.txt diff --git a/_includes/dev/desc/att.staffdef.log.cmn.txt b/_includes/v4/desc/att.staffdef.log.cmn.txt similarity index 100% rename from _includes/dev/desc/att.staffdef.log.cmn.txt rename to _includes/v4/desc/att.staffdef.log.cmn.txt diff --git a/_includes/dev/desc/att.staffdef.log.mensural.txt b/_includes/v4/desc/att.staffdef.log.mensural.txt similarity index 100% rename from _includes/dev/desc/att.staffdef.log.mensural.txt rename to _includes/v4/desc/att.staffdef.log.mensural.txt diff --git a/_includes/dev/desc/att.staffdef.log.txt b/_includes/v4/desc/att.staffdef.log.txt similarity index 100% rename from _includes/dev/desc/att.staffdef.log.txt rename to _includes/v4/desc/att.staffdef.log.txt diff --git a/_includes/dev/desc/att.staffdef.log/lines.txt b/_includes/v4/desc/att.staffdef.log/lines.txt similarity index 100% rename from _includes/dev/desc/att.staffdef.log/lines.txt rename to _includes/v4/desc/att.staffdef.log/lines.txt diff --git a/_includes/dev/desc/att.staffdef.vis.cmn.txt b/_includes/v4/desc/att.staffdef.vis.cmn.txt similarity index 100% rename from _includes/dev/desc/att.staffdef.vis.cmn.txt rename to _includes/v4/desc/att.staffdef.vis.cmn.txt diff --git a/_includes/dev/desc/att.staffdef.vis.mensural.txt b/_includes/v4/desc/att.staffdef.vis.mensural.txt similarity index 100% rename from _includes/dev/desc/att.staffdef.vis.mensural.txt rename to _includes/v4/desc/att.staffdef.vis.mensural.txt diff --git a/_includes/dev/desc/att.staffdef.vis.txt b/_includes/v4/desc/att.staffdef.vis.txt similarity index 100% rename from _includes/dev/desc/att.staffdef.vis.txt rename to _includes/v4/desc/att.staffdef.vis.txt diff --git a/_includes/dev/desc/att.staffdef.vis/grid.show.txt b/_includes/v4/desc/att.staffdef.vis/grid.show.txt similarity index 100% rename from _includes/dev/desc/att.staffdef.vis/grid.show.txt rename to _includes/v4/desc/att.staffdef.vis/grid.show.txt diff --git a/_includes/dev/desc/att.staffdef.vis/layerscheme.txt b/_includes/v4/desc/att.staffdef.vis/layerscheme.txt similarity index 100% rename from _includes/dev/desc/att.staffdef.vis/layerscheme.txt rename to _includes/v4/desc/att.staffdef.vis/layerscheme.txt diff --git a/_includes/dev/desc/att.staffdef.vis/lines.color.txt b/_includes/v4/desc/att.staffdef.vis/lines.color.txt similarity index 100% rename from _includes/dev/desc/att.staffdef.vis/lines.color.txt rename to _includes/v4/desc/att.staffdef.vis/lines.color.txt diff --git a/_includes/dev/desc/att.staffdef.vis/lines.visible.txt b/_includes/v4/desc/att.staffdef.vis/lines.visible.txt similarity index 100% rename from _includes/dev/desc/att.staffdef.vis/lines.visible.txt rename to _includes/v4/desc/att.staffdef.vis/lines.visible.txt diff --git a/_includes/dev/desc/att.staffdef.vis/spacing.txt b/_includes/v4/desc/att.staffdef.vis/spacing.txt similarity index 100% rename from _includes/dev/desc/att.staffdef.vis/spacing.txt rename to _includes/v4/desc/att.staffdef.vis/spacing.txt diff --git a/_includes/dev/desc/att.staffgroupingsym.txt b/_includes/v4/desc/att.staffgroupingsym.txt similarity index 100% rename from _includes/dev/desc/att.staffgroupingsym.txt rename to _includes/v4/desc/att.staffgroupingsym.txt diff --git a/_includes/dev/desc/att.staffgroupingsym/symbol.txt b/_includes/v4/desc/att.staffgroupingsym/symbol.txt similarity index 100% rename from _includes/dev/desc/att.staffgroupingsym/symbol.txt rename to _includes/v4/desc/att.staffgroupingsym/symbol.txt diff --git a/_includes/dev/desc/att.staffgrp.anl.txt b/_includes/v4/desc/att.staffgrp.anl.txt similarity index 100% rename from _includes/dev/desc/att.staffgrp.anl.txt rename to _includes/v4/desc/att.staffgrp.anl.txt diff --git a/_includes/dev/desc/att.staffgrp.ges.txt b/_includes/v4/desc/att.staffgrp.ges.txt similarity index 100% rename from _includes/dev/desc/att.staffgrp.ges.txt rename to _includes/v4/desc/att.staffgrp.ges.txt diff --git a/_includes/dev/desc/att.staffgrp.log.txt b/_includes/v4/desc/att.staffgrp.log.txt similarity index 100% rename from _includes/dev/desc/att.staffgrp.log.txt rename to _includes/v4/desc/att.staffgrp.log.txt diff --git a/_includes/dev/desc/att.staffgrp.vis.txt b/_includes/v4/desc/att.staffgrp.vis.txt similarity index 100% rename from _includes/dev/desc/att.staffgrp.vis.txt rename to _includes/v4/desc/att.staffgrp.vis.txt diff --git a/_includes/dev/desc/att.staffgrp.vis/bar.thru.txt b/_includes/v4/desc/att.staffgrp.vis/bar.thru.txt similarity index 100% rename from _includes/dev/desc/att.staffgrp.vis/bar.thru.txt rename to _includes/v4/desc/att.staffgrp.vis/bar.thru.txt diff --git a/_includes/dev/desc/att.staffgrp.vis/barthru.txt b/_includes/v4/desc/att.staffgrp.vis/barthru.txt similarity index 100% rename from _includes/dev/desc/att.staffgrp.vis/barthru.txt rename to _includes/v4/desc/att.staffgrp.vis/barthru.txt diff --git a/_includes/dev/desc/att.staffident.txt b/_includes/v4/desc/att.staffident.txt similarity index 100% rename from _includes/dev/desc/att.staffident.txt rename to _includes/v4/desc/att.staffident.txt diff --git a/_includes/dev/desc/att.staffident/staff.txt b/_includes/v4/desc/att.staffident/staff.txt similarity index 100% rename from _includes/dev/desc/att.staffident/staff.txt rename to _includes/v4/desc/att.staffident/staff.txt diff --git a/_includes/dev/desc/att.staffitems.txt b/_includes/v4/desc/att.staffitems.txt similarity index 100% rename from _includes/dev/desc/att.staffitems.txt rename to _includes/v4/desc/att.staffitems.txt diff --git a/_includes/dev/desc/att.staffitems/aboveorder.txt b/_includes/v4/desc/att.staffitems/aboveorder.txt similarity index 100% rename from _includes/dev/desc/att.staffitems/aboveorder.txt rename to _includes/v4/desc/att.staffitems/aboveorder.txt diff --git a/_includes/dev/desc/att.staffitems/beloworder.txt b/_includes/v4/desc/att.staffitems/beloworder.txt similarity index 100% rename from _includes/dev/desc/att.staffitems/beloworder.txt rename to _includes/v4/desc/att.staffitems/beloworder.txt diff --git a/_includes/dev/desc/att.staffitems/betweenorder.txt b/_includes/v4/desc/att.staffitems/betweenorder.txt similarity index 100% rename from _includes/dev/desc/att.staffitems/betweenorder.txt rename to _includes/v4/desc/att.staffitems/betweenorder.txt diff --git a/_includes/dev/desc/att.staffloc.pitched.txt b/_includes/v4/desc/att.staffloc.pitched.txt similarity index 100% rename from _includes/dev/desc/att.staffloc.pitched.txt rename to _includes/v4/desc/att.staffloc.pitched.txt diff --git a/_includes/dev/desc/att.staffloc.pitched/oloc.txt b/_includes/v4/desc/att.staffloc.pitched/oloc.txt similarity index 100% rename from _includes/dev/desc/att.staffloc.pitched/oloc.txt rename to _includes/v4/desc/att.staffloc.pitched/oloc.txt diff --git a/_includes/dev/desc/att.staffloc.pitched/ploc.txt b/_includes/v4/desc/att.staffloc.pitched/ploc.txt similarity index 100% rename from _includes/dev/desc/att.staffloc.pitched/ploc.txt rename to _includes/v4/desc/att.staffloc.pitched/ploc.txt diff --git a/_includes/dev/desc/att.staffloc.txt b/_includes/v4/desc/att.staffloc.txt similarity index 100% rename from _includes/dev/desc/att.staffloc.txt rename to _includes/v4/desc/att.staffloc.txt diff --git a/_includes/dev/desc/att.staffloc/loc.txt b/_includes/v4/desc/att.staffloc/loc.txt similarity index 100% rename from _includes/dev/desc/att.staffloc/loc.txt rename to _includes/v4/desc/att.staffloc/loc.txt diff --git a/_includes/dev/desc/att.stagedir.anl.txt b/_includes/v4/desc/att.stagedir.anl.txt similarity index 100% rename from _includes/dev/desc/att.stagedir.anl.txt rename to _includes/v4/desc/att.stagedir.anl.txt diff --git a/_includes/dev/desc/att.stagedir.ges.txt b/_includes/v4/desc/att.stagedir.ges.txt similarity index 100% rename from _includes/dev/desc/att.stagedir.ges.txt rename to _includes/v4/desc/att.stagedir.ges.txt diff --git a/_includes/dev/desc/att.stagedir.log.txt b/_includes/v4/desc/att.stagedir.log.txt similarity index 100% rename from _includes/dev/desc/att.stagedir.log.txt rename to _includes/v4/desc/att.stagedir.log.txt diff --git a/_includes/dev/desc/att.stagedir.vis.txt b/_includes/v4/desc/att.stagedir.vis.txt similarity index 100% rename from _includes/dev/desc/att.stagedir.vis.txt rename to _includes/v4/desc/att.stagedir.vis.txt diff --git a/_includes/dev/desc/att.startendid.txt b/_includes/v4/desc/att.startendid.txt similarity index 100% rename from _includes/dev/desc/att.startendid.txt rename to _includes/v4/desc/att.startendid.txt diff --git a/_includes/dev/desc/att.startendid/endid.txt b/_includes/v4/desc/att.startendid/endid.txt similarity index 100% rename from _includes/dev/desc/att.startendid/endid.txt rename to _includes/v4/desc/att.startendid/endid.txt diff --git a/_includes/dev/desc/att.startid.txt b/_includes/v4/desc/att.startid.txt similarity index 100% rename from _includes/dev/desc/att.startid.txt rename to _includes/v4/desc/att.startid.txt diff --git a/_includes/dev/desc/att.startid/startid.txt b/_includes/v4/desc/att.startid/startid.txt similarity index 100% rename from _includes/dev/desc/att.startid/startid.txt rename to _includes/v4/desc/att.startid/startid.txt diff --git a/_includes/dev/desc/att.stems.cmn.txt b/_includes/v4/desc/att.stems.cmn.txt similarity index 100% rename from _includes/dev/desc/att.stems.cmn.txt rename to _includes/v4/desc/att.stems.cmn.txt diff --git a/_includes/dev/desc/att.stems.cmn/stem.with.txt b/_includes/v4/desc/att.stems.cmn/stem.with.txt similarity index 100% rename from _includes/dev/desc/att.stems.cmn/stem.with.txt rename to _includes/v4/desc/att.stems.cmn/stem.with.txt diff --git a/_includes/dev/desc/att.stems.txt b/_includes/v4/desc/att.stems.txt similarity index 100% rename from _includes/dev/desc/att.stems.txt rename to _includes/v4/desc/att.stems.txt diff --git a/_includes/dev/desc/att.stems/stem.dir.txt b/_includes/v4/desc/att.stems/stem.dir.txt similarity index 100% rename from _includes/dev/desc/att.stems/stem.dir.txt rename to _includes/v4/desc/att.stems/stem.dir.txt diff --git a/_includes/dev/desc/att.stems/stem.len.txt b/_includes/v4/desc/att.stems/stem.len.txt similarity index 100% rename from _includes/dev/desc/att.stems/stem.len.txt rename to _includes/v4/desc/att.stems/stem.len.txt diff --git a/_includes/dev/desc/att.stems/stem.mod.txt b/_includes/v4/desc/att.stems/stem.mod.txt similarity index 100% rename from _includes/dev/desc/att.stems/stem.mod.txt rename to _includes/v4/desc/att.stems/stem.mod.txt diff --git a/_includes/dev/desc/att.stems/stem.pos.txt b/_includes/v4/desc/att.stems/stem.pos.txt similarity index 100% rename from _includes/dev/desc/att.stems/stem.pos.txt rename to _includes/v4/desc/att.stems/stem.pos.txt diff --git a/_includes/dev/desc/att.stems/stem.visible.txt b/_includes/v4/desc/att.stems/stem.visible.txt similarity index 100% rename from _includes/dev/desc/att.stems/stem.visible.txt rename to _includes/v4/desc/att.stems/stem.visible.txt diff --git a/_includes/dev/desc/att.stems/stem.x.txt b/_includes/v4/desc/att.stems/stem.x.txt similarity index 100% rename from _includes/dev/desc/att.stems/stem.x.txt rename to _includes/v4/desc/att.stems/stem.x.txt diff --git a/_includes/dev/desc/att.stems/stem.y.txt b/_includes/v4/desc/att.stems/stem.y.txt similarity index 100% rename from _includes/dev/desc/att.stems/stem.y.txt rename to _includes/v4/desc/att.stems/stem.y.txt diff --git a/_includes/dev/desc/att.stringtab.position.txt b/_includes/v4/desc/att.stringtab.position.txt similarity index 100% rename from _includes/dev/desc/att.stringtab.position.txt rename to _includes/v4/desc/att.stringtab.position.txt diff --git a/_includes/dev/desc/att.stringtab.position/tab.pos.txt b/_includes/v4/desc/att.stringtab.position/tab.pos.txt similarity index 100% rename from _includes/dev/desc/att.stringtab.position/tab.pos.txt rename to _includes/v4/desc/att.stringtab.position/tab.pos.txt diff --git a/_includes/dev/desc/att.stringtab.tuning.txt b/_includes/v4/desc/att.stringtab.tuning.txt similarity index 100% rename from _includes/dev/desc/att.stringtab.tuning.txt rename to _includes/v4/desc/att.stringtab.tuning.txt diff --git a/_includes/dev/desc/att.stringtab.tuning/tab.strings.txt b/_includes/v4/desc/att.stringtab.tuning/tab.strings.txt similarity index 100% rename from _includes/dev/desc/att.stringtab.tuning/tab.strings.txt rename to _includes/v4/desc/att.stringtab.tuning/tab.strings.txt diff --git a/_includes/dev/desc/att.stringtab.txt b/_includes/v4/desc/att.stringtab.txt similarity index 100% rename from _includes/dev/desc/att.stringtab.txt rename to _includes/v4/desc/att.stringtab.txt diff --git a/_includes/dev/desc/att.stringtab/tab.fing.txt b/_includes/v4/desc/att.stringtab/tab.fing.txt similarity index 100% rename from _includes/dev/desc/att.stringtab/tab.fing.txt rename to _includes/v4/desc/att.stringtab/tab.fing.txt diff --git a/_includes/dev/desc/att.stringtab/tab.fret.txt b/_includes/v4/desc/att.stringtab/tab.fret.txt similarity index 100% rename from _includes/dev/desc/att.stringtab/tab.fret.txt rename to _includes/v4/desc/att.stringtab/tab.fret.txt diff --git a/_includes/dev/desc/att.stringtab/tab.string.txt b/_includes/v4/desc/att.stringtab/tab.string.txt similarity index 100% rename from _includes/dev/desc/att.stringtab/tab.string.txt rename to _includes/v4/desc/att.stringtab/tab.string.txt diff --git a/_includes/dev/desc/att.strophicus.anl.txt b/_includes/v4/desc/att.strophicus.anl.txt similarity index 100% rename from _includes/dev/desc/att.strophicus.anl.txt rename to _includes/v4/desc/att.strophicus.anl.txt diff --git a/_includes/dev/desc/att.strophicus.ges.txt b/_includes/v4/desc/att.strophicus.ges.txt similarity index 100% rename from _includes/dev/desc/att.strophicus.ges.txt rename to _includes/v4/desc/att.strophicus.ges.txt diff --git a/_includes/dev/desc/att.strophicus.log.txt b/_includes/v4/desc/att.strophicus.log.txt similarity index 100% rename from _includes/dev/desc/att.strophicus.log.txt rename to _includes/v4/desc/att.strophicus.log.txt diff --git a/_includes/dev/desc/att.strophicus.vis.txt b/_includes/v4/desc/att.strophicus.vis.txt similarity index 100% rename from _includes/dev/desc/att.strophicus.vis.txt rename to _includes/v4/desc/att.strophicus.vis.txt diff --git a/_includes/dev/desc/att.syl.anl.txt b/_includes/v4/desc/att.syl.anl.txt similarity index 100% rename from _includes/dev/desc/att.syl.anl.txt rename to _includes/v4/desc/att.syl.anl.txt diff --git a/_includes/dev/desc/att.syl.ges.txt b/_includes/v4/desc/att.syl.ges.txt similarity index 100% rename from _includes/dev/desc/att.syl.ges.txt rename to _includes/v4/desc/att.syl.ges.txt diff --git a/_includes/dev/desc/att.syl.log.txt b/_includes/v4/desc/att.syl.log.txt similarity index 100% rename from _includes/dev/desc/att.syl.log.txt rename to _includes/v4/desc/att.syl.log.txt diff --git a/_includes/dev/desc/att.syl.log/con.txt b/_includes/v4/desc/att.syl.log/con.txt similarity index 100% rename from _includes/dev/desc/att.syl.log/con.txt rename to _includes/v4/desc/att.syl.log/con.txt diff --git a/_includes/dev/desc/att.syl.log/wordpos.txt b/_includes/v4/desc/att.syl.log/wordpos.txt similarity index 100% rename from _includes/dev/desc/att.syl.log/wordpos.txt rename to _includes/v4/desc/att.syl.log/wordpos.txt diff --git a/_includes/dev/desc/att.syl.vis.txt b/_includes/v4/desc/att.syl.vis.txt similarity index 100% rename from _includes/dev/desc/att.syl.vis.txt rename to _includes/v4/desc/att.syl.vis.txt diff --git a/_includes/dev/desc/att.syllable.anl.txt b/_includes/v4/desc/att.syllable.anl.txt similarity index 100% rename from _includes/dev/desc/att.syllable.anl.txt rename to _includes/v4/desc/att.syllable.anl.txt diff --git a/_includes/dev/desc/att.syllable.ges.txt b/_includes/v4/desc/att.syllable.ges.txt similarity index 100% rename from _includes/dev/desc/att.syllable.ges.txt rename to _includes/v4/desc/att.syllable.ges.txt diff --git a/_includes/dev/desc/att.syllable.log.txt b/_includes/v4/desc/att.syllable.log.txt similarity index 100% rename from _includes/dev/desc/att.syllable.log.txt rename to _includes/v4/desc/att.syllable.log.txt diff --git a/_includes/dev/desc/att.syllable.vis.txt b/_includes/v4/desc/att.syllable.vis.txt similarity index 100% rename from _includes/dev/desc/att.syllable.vis.txt rename to _includes/v4/desc/att.syllable.vis.txt diff --git a/_includes/dev/desc/att.syltext.txt b/_includes/v4/desc/att.syltext.txt similarity index 100% rename from _includes/dev/desc/att.syltext.txt rename to _includes/v4/desc/att.syltext.txt diff --git a/_includes/dev/desc/att.syltext/syl.txt b/_includes/v4/desc/att.syltext/syl.txt similarity index 100% rename from _includes/dev/desc/att.syltext/syl.txt rename to _includes/v4/desc/att.syltext/syl.txt diff --git a/_includes/dev/desc/att.symbol.anl.txt b/_includes/v4/desc/att.symbol.anl.txt similarity index 100% rename from _includes/dev/desc/att.symbol.anl.txt rename to _includes/v4/desc/att.symbol.anl.txt diff --git a/_includes/dev/desc/att.symbol.ges.txt b/_includes/v4/desc/att.symbol.ges.txt similarity index 100% rename from _includes/dev/desc/att.symbol.ges.txt rename to _includes/v4/desc/att.symbol.ges.txt diff --git a/_includes/dev/desc/att.symbol.log.txt b/_includes/v4/desc/att.symbol.log.txt similarity index 100% rename from _includes/dev/desc/att.symbol.log.txt rename to _includes/v4/desc/att.symbol.log.txt diff --git a/_includes/dev/desc/att.symbol.vis.txt b/_includes/v4/desc/att.symbol.vis.txt similarity index 100% rename from _includes/dev/desc/att.symbol.vis.txt rename to _includes/v4/desc/att.symbol.vis.txt diff --git a/_includes/dev/desc/att.systems.txt b/_includes/v4/desc/att.systems.txt similarity index 100% rename from _includes/dev/desc/att.systems.txt rename to _includes/v4/desc/att.systems.txt diff --git a/_includes/dev/desc/att.systems/system.leftline.txt b/_includes/v4/desc/att.systems/system.leftline.txt similarity index 100% rename from _includes/dev/desc/att.systems/system.leftline.txt rename to _includes/v4/desc/att.systems/system.leftline.txt diff --git a/_includes/dev/desc/att.systems/system.leftmar.txt b/_includes/v4/desc/att.systems/system.leftmar.txt similarity index 100% rename from _includes/dev/desc/att.systems/system.leftmar.txt rename to _includes/v4/desc/att.systems/system.leftmar.txt diff --git a/_includes/dev/desc/att.systems/system.rightmar.txt b/_includes/v4/desc/att.systems/system.rightmar.txt similarity index 100% rename from _includes/dev/desc/att.systems/system.rightmar.txt rename to _includes/v4/desc/att.systems/system.rightmar.txt diff --git a/_includes/dev/desc/att.systems/system.topmar.txt b/_includes/v4/desc/att.systems/system.topmar.txt similarity index 100% rename from _includes/dev/desc/att.systems/system.topmar.txt rename to _includes/v4/desc/att.systems/system.topmar.txt diff --git a/_includes/dev/desc/att.tabular.txt b/_includes/v4/desc/att.tabular.txt similarity index 100% rename from _includes/dev/desc/att.tabular.txt rename to _includes/v4/desc/att.tabular.txt diff --git a/_includes/dev/desc/att.tabular/colspan.txt b/_includes/v4/desc/att.tabular/colspan.txt similarity index 100% rename from _includes/dev/desc/att.tabular/colspan.txt rename to _includes/v4/desc/att.tabular/colspan.txt diff --git a/_includes/dev/desc/att.tabular/rowspan.txt b/_includes/v4/desc/att.tabular/rowspan.txt similarity index 100% rename from _includes/dev/desc/att.tabular/rowspan.txt rename to _includes/v4/desc/att.tabular/rowspan.txt diff --git a/_includes/dev/desc/att.targeteval.txt b/_includes/v4/desc/att.targeteval.txt similarity index 100% rename from _includes/dev/desc/att.targeteval.txt rename to _includes/v4/desc/att.targeteval.txt diff --git a/_includes/dev/desc/att.targeteval/evaluate.txt b/_includes/v4/desc/att.targeteval/evaluate.txt similarity index 100% rename from _includes/dev/desc/att.targeteval/evaluate.txt rename to _includes/v4/desc/att.targeteval/evaluate.txt diff --git a/_includes/dev/desc/att.tempo.anl.txt b/_includes/v4/desc/att.tempo.anl.txt similarity index 100% rename from _includes/dev/desc/att.tempo.anl.txt rename to _includes/v4/desc/att.tempo.anl.txt diff --git a/_includes/dev/desc/att.tempo.ges.txt b/_includes/v4/desc/att.tempo.ges.txt similarity index 100% rename from _includes/dev/desc/att.tempo.ges.txt rename to _includes/v4/desc/att.tempo.ges.txt diff --git a/_includes/dev/desc/att.tempo.log.txt b/_includes/v4/desc/att.tempo.log.txt similarity index 100% rename from _includes/dev/desc/att.tempo.log.txt rename to _includes/v4/desc/att.tempo.log.txt diff --git a/_includes/dev/desc/att.tempo.log/func.txt b/_includes/v4/desc/att.tempo.log/func.txt similarity index 100% rename from _includes/dev/desc/att.tempo.log/func.txt rename to _includes/v4/desc/att.tempo.log/func.txt diff --git a/_includes/dev/desc/att.tempo.vis.txt b/_includes/v4/desc/att.tempo.vis.txt similarity index 100% rename from _includes/dev/desc/att.tempo.vis.txt rename to _includes/v4/desc/att.tempo.vis.txt diff --git a/_includes/dev/desc/att.textrendition.txt b/_includes/v4/desc/att.textrendition.txt similarity index 100% rename from _includes/dev/desc/att.textrendition.txt rename to _includes/v4/desc/att.textrendition.txt diff --git a/_includes/dev/desc/att.textrendition/altrend.txt b/_includes/v4/desc/att.textrendition/altrend.txt similarity index 100% rename from _includes/dev/desc/att.textrendition/altrend.txt rename to _includes/v4/desc/att.textrendition/altrend.txt diff --git a/_includes/dev/desc/att.textrendition/rend.txt b/_includes/v4/desc/att.textrendition/rend.txt similarity index 100% rename from _includes/dev/desc/att.textrendition/rend.txt rename to _includes/v4/desc/att.textrendition/rend.txt diff --git a/_includes/dev/desc/att.textstyle.txt b/_includes/v4/desc/att.textstyle.txt similarity index 100% rename from _includes/dev/desc/att.textstyle.txt rename to _includes/v4/desc/att.textstyle.txt diff --git a/_includes/dev/desc/att.textstyle/text.fam.txt b/_includes/v4/desc/att.textstyle/text.fam.txt similarity index 100% rename from _includes/dev/desc/att.textstyle/text.fam.txt rename to _includes/v4/desc/att.textstyle/text.fam.txt diff --git a/_includes/dev/desc/att.textstyle/text.name.txt b/_includes/v4/desc/att.textstyle/text.name.txt similarity index 100% rename from _includes/dev/desc/att.textstyle/text.name.txt rename to _includes/v4/desc/att.textstyle/text.name.txt diff --git a/_includes/dev/desc/att.textstyle/text.size.txt b/_includes/v4/desc/att.textstyle/text.size.txt similarity index 100% rename from _includes/dev/desc/att.textstyle/text.size.txt rename to _includes/v4/desc/att.textstyle/text.size.txt diff --git a/_includes/dev/desc/att.textstyle/text.style.txt b/_includes/v4/desc/att.textstyle/text.style.txt similarity index 100% rename from _includes/dev/desc/att.textstyle/text.style.txt rename to _includes/v4/desc/att.textstyle/text.style.txt diff --git a/_includes/dev/desc/att.textstyle/text.weight.txt b/_includes/v4/desc/att.textstyle/text.weight.txt similarity index 100% rename from _includes/dev/desc/att.textstyle/text.weight.txt rename to _includes/v4/desc/att.textstyle/text.weight.txt diff --git a/_includes/dev/desc/att.tie.anl.txt b/_includes/v4/desc/att.tie.anl.txt similarity index 100% rename from _includes/dev/desc/att.tie.anl.txt rename to _includes/v4/desc/att.tie.anl.txt diff --git a/_includes/dev/desc/att.tie.ges.txt b/_includes/v4/desc/att.tie.ges.txt similarity index 100% rename from _includes/dev/desc/att.tie.ges.txt rename to _includes/v4/desc/att.tie.ges.txt diff --git a/_includes/dev/desc/att.tie.log.txt b/_includes/v4/desc/att.tie.log.txt similarity index 100% rename from _includes/dev/desc/att.tie.log.txt rename to _includes/v4/desc/att.tie.log.txt diff --git a/_includes/dev/desc/att.tie.vis.txt b/_includes/v4/desc/att.tie.vis.txt similarity index 100% rename from _includes/dev/desc/att.tie.vis.txt rename to _includes/v4/desc/att.tie.vis.txt diff --git a/_includes/dev/desc/att.tiepresent.txt b/_includes/v4/desc/att.tiepresent.txt similarity index 100% rename from _includes/dev/desc/att.tiepresent.txt rename to _includes/v4/desc/att.tiepresent.txt diff --git a/_includes/dev/desc/att.tiepresent/tie.txt b/_includes/v4/desc/att.tiepresent/tie.txt similarity index 100% rename from _includes/dev/desc/att.tiepresent/tie.txt rename to _includes/v4/desc/att.tiepresent/tie.txt diff --git a/_includes/dev/desc/att.tierend.txt b/_includes/v4/desc/att.tierend.txt similarity index 100% rename from _includes/dev/desc/att.tierend.txt rename to _includes/v4/desc/att.tierend.txt diff --git a/_includes/dev/desc/att.tierend/tie.lform.txt b/_includes/v4/desc/att.tierend/tie.lform.txt similarity index 100% rename from _includes/dev/desc/att.tierend/tie.lform.txt rename to _includes/v4/desc/att.tierend/tie.lform.txt diff --git a/_includes/dev/desc/att.tierend/tie.lwidth.txt b/_includes/v4/desc/att.tierend/tie.lwidth.txt similarity index 100% rename from _includes/dev/desc/att.tierend/tie.lwidth.txt rename to _includes/v4/desc/att.tierend/tie.lwidth.txt diff --git a/_includes/dev/desc/att.timebase.txt b/_includes/v4/desc/att.timebase.txt similarity index 100% rename from _includes/dev/desc/att.timebase.txt rename to _includes/v4/desc/att.timebase.txt diff --git a/_includes/dev/desc/att.timebase/ppq.txt b/_includes/v4/desc/att.timebase/ppq.txt similarity index 100% rename from _includes/dev/desc/att.timebase/ppq.txt rename to _includes/v4/desc/att.timebase/ppq.txt diff --git a/_includes/dev/desc/att.timestamp.gestural.txt b/_includes/v4/desc/att.timestamp.gestural.txt similarity index 100% rename from _includes/dev/desc/att.timestamp.gestural.txt rename to _includes/v4/desc/att.timestamp.gestural.txt diff --git a/_includes/dev/desc/att.timestamp.gestural/tstamp.ges.txt b/_includes/v4/desc/att.timestamp.gestural/tstamp.ges.txt similarity index 100% rename from _includes/dev/desc/att.timestamp.gestural/tstamp.ges.txt rename to _includes/v4/desc/att.timestamp.gestural/tstamp.ges.txt diff --git a/_includes/dev/desc/att.timestamp.gestural/tstamp.real.txt b/_includes/v4/desc/att.timestamp.gestural/tstamp.real.txt similarity index 100% rename from _includes/dev/desc/att.timestamp.gestural/tstamp.real.txt rename to _includes/v4/desc/att.timestamp.gestural/tstamp.real.txt diff --git a/_includes/dev/desc/att.timestamp.logical.txt b/_includes/v4/desc/att.timestamp.logical.txt similarity index 100% rename from _includes/dev/desc/att.timestamp.logical.txt rename to _includes/v4/desc/att.timestamp.logical.txt diff --git a/_includes/dev/desc/att.timestamp.logical/tstamp.txt b/_includes/v4/desc/att.timestamp.logical/tstamp.txt similarity index 100% rename from _includes/dev/desc/att.timestamp.logical/tstamp.txt rename to _includes/v4/desc/att.timestamp.logical/tstamp.txt diff --git a/_includes/dev/desc/att.timestamp2.gestural.txt b/_includes/v4/desc/att.timestamp2.gestural.txt similarity index 100% rename from _includes/dev/desc/att.timestamp2.gestural.txt rename to _includes/v4/desc/att.timestamp2.gestural.txt diff --git a/_includes/dev/desc/att.timestamp2.gestural/tstamp2.ges.txt b/_includes/v4/desc/att.timestamp2.gestural/tstamp2.ges.txt similarity index 100% rename from _includes/dev/desc/att.timestamp2.gestural/tstamp2.ges.txt rename to _includes/v4/desc/att.timestamp2.gestural/tstamp2.ges.txt diff --git a/_includes/dev/desc/att.timestamp2.gestural/tstamp2.real.txt b/_includes/v4/desc/att.timestamp2.gestural/tstamp2.real.txt similarity index 100% rename from _includes/dev/desc/att.timestamp2.gestural/tstamp2.real.txt rename to _includes/v4/desc/att.timestamp2.gestural/tstamp2.real.txt diff --git a/_includes/dev/desc/att.timestamp2.logical.txt b/_includes/v4/desc/att.timestamp2.logical.txt similarity index 100% rename from _includes/dev/desc/att.timestamp2.logical.txt rename to _includes/v4/desc/att.timestamp2.logical.txt diff --git a/_includes/dev/desc/att.timestamp2.logical/tstamp2.txt b/_includes/v4/desc/att.timestamp2.logical/tstamp2.txt similarity index 100% rename from _includes/dev/desc/att.timestamp2.logical/tstamp2.txt rename to _includes/v4/desc/att.timestamp2.logical/tstamp2.txt diff --git a/_includes/dev/desc/att.trans.txt b/_includes/v4/desc/att.trans.txt similarity index 100% rename from _includes/dev/desc/att.trans.txt rename to _includes/v4/desc/att.trans.txt diff --git a/_includes/dev/desc/att.transposition.txt b/_includes/v4/desc/att.transposition.txt similarity index 100% rename from _includes/dev/desc/att.transposition.txt rename to _includes/v4/desc/att.transposition.txt diff --git a/_includes/dev/desc/att.transposition/trans.diat.txt b/_includes/v4/desc/att.transposition/trans.diat.txt similarity index 100% rename from _includes/dev/desc/att.transposition/trans.diat.txt rename to _includes/v4/desc/att.transposition/trans.diat.txt diff --git a/_includes/dev/desc/att.transposition/trans.semi.txt b/_includes/v4/desc/att.transposition/trans.semi.txt similarity index 100% rename from _includes/dev/desc/att.transposition/trans.semi.txt rename to _includes/v4/desc/att.transposition/trans.semi.txt diff --git a/_includes/dev/desc/att.tremmeasured.txt b/_includes/v4/desc/att.tremmeasured.txt similarity index 100% rename from _includes/dev/desc/att.tremmeasured.txt rename to _includes/v4/desc/att.tremmeasured.txt diff --git a/_includes/dev/desc/att.tremmeasured/unitdur.txt b/_includes/v4/desc/att.tremmeasured/unitdur.txt similarity index 100% rename from _includes/dev/desc/att.tremmeasured/unitdur.txt rename to _includes/v4/desc/att.tremmeasured/unitdur.txt diff --git a/_includes/dev/desc/att.trill.anl.txt b/_includes/v4/desc/att.trill.anl.txt similarity index 100% rename from _includes/dev/desc/att.trill.anl.txt rename to _includes/v4/desc/att.trill.anl.txt diff --git a/_includes/dev/desc/att.trill.ges.txt b/_includes/v4/desc/att.trill.ges.txt similarity index 100% rename from _includes/dev/desc/att.trill.ges.txt rename to _includes/v4/desc/att.trill.ges.txt diff --git a/_includes/dev/desc/att.trill.log.txt b/_includes/v4/desc/att.trill.log.txt similarity index 100% rename from _includes/dev/desc/att.trill.log.txt rename to _includes/v4/desc/att.trill.log.txt diff --git a/_includes/dev/desc/att.trill.vis.txt b/_includes/v4/desc/att.trill.vis.txt similarity index 100% rename from _includes/dev/desc/att.trill.vis.txt rename to _includes/v4/desc/att.trill.vis.txt diff --git a/_includes/dev/desc/att.tuplet.anl.txt b/_includes/v4/desc/att.tuplet.anl.txt similarity index 100% rename from _includes/dev/desc/att.tuplet.anl.txt rename to _includes/v4/desc/att.tuplet.anl.txt diff --git a/_includes/dev/desc/att.tuplet.ges.txt b/_includes/v4/desc/att.tuplet.ges.txt similarity index 100% rename from _includes/dev/desc/att.tuplet.ges.txt rename to _includes/v4/desc/att.tuplet.ges.txt diff --git a/_includes/dev/desc/att.tuplet.log.txt b/_includes/v4/desc/att.tuplet.log.txt similarity index 100% rename from _includes/dev/desc/att.tuplet.log.txt rename to _includes/v4/desc/att.tuplet.log.txt diff --git a/_includes/dev/desc/att.tuplet.vis.txt b/_includes/v4/desc/att.tuplet.vis.txt similarity index 100% rename from _includes/dev/desc/att.tuplet.vis.txt rename to _includes/v4/desc/att.tuplet.vis.txt diff --git a/_includes/dev/desc/att.tuplet.vis/bracket.place.txt b/_includes/v4/desc/att.tuplet.vis/bracket.place.txt similarity index 100% rename from _includes/dev/desc/att.tuplet.vis/bracket.place.txt rename to _includes/v4/desc/att.tuplet.vis/bracket.place.txt diff --git a/_includes/dev/desc/att.tuplet.vis/bracket.visible.txt b/_includes/v4/desc/att.tuplet.vis/bracket.visible.txt similarity index 100% rename from _includes/dev/desc/att.tuplet.vis/bracket.visible.txt rename to _includes/v4/desc/att.tuplet.vis/bracket.visible.txt diff --git a/_includes/dev/desc/att.tuplet.vis/dur.visible.txt b/_includes/v4/desc/att.tuplet.vis/dur.visible.txt similarity index 100% rename from _includes/dev/desc/att.tuplet.vis/dur.visible.txt rename to _includes/v4/desc/att.tuplet.vis/dur.visible.txt diff --git a/_includes/dev/desc/att.tuplet.vis/num.format.txt b/_includes/v4/desc/att.tuplet.vis/num.format.txt similarity index 100% rename from _includes/dev/desc/att.tuplet.vis/num.format.txt rename to _includes/v4/desc/att.tuplet.vis/num.format.txt diff --git a/_includes/dev/desc/att.tupletpresent.txt b/_includes/v4/desc/att.tupletpresent.txt similarity index 100% rename from _includes/dev/desc/att.tupletpresent.txt rename to _includes/v4/desc/att.tupletpresent.txt diff --git a/_includes/dev/desc/att.tupletpresent/tuplet.txt b/_includes/v4/desc/att.tupletpresent/tuplet.txt similarity index 100% rename from _includes/dev/desc/att.tupletpresent/tuplet.txt rename to _includes/v4/desc/att.tupletpresent/tuplet.txt diff --git a/_includes/dev/desc/att.tupletspan.anl.txt b/_includes/v4/desc/att.tupletspan.anl.txt similarity index 100% rename from _includes/dev/desc/att.tupletspan.anl.txt rename to _includes/v4/desc/att.tupletspan.anl.txt diff --git a/_includes/dev/desc/att.tupletspan.ges.txt b/_includes/v4/desc/att.tupletspan.ges.txt similarity index 100% rename from _includes/dev/desc/att.tupletspan.ges.txt rename to _includes/v4/desc/att.tupletspan.ges.txt diff --git a/_includes/dev/desc/att.tupletspan.log.txt b/_includes/v4/desc/att.tupletspan.log.txt similarity index 100% rename from _includes/dev/desc/att.tupletspan.log.txt rename to _includes/v4/desc/att.tupletspan.log.txt diff --git a/_includes/dev/desc/att.tupletspan.vis.txt b/_includes/v4/desc/att.tupletspan.vis.txt similarity index 100% rename from _includes/dev/desc/att.tupletspan.vis.txt rename to _includes/v4/desc/att.tupletspan.vis.txt diff --git a/_includes/dev/desc/att.turn.anl.txt b/_includes/v4/desc/att.turn.anl.txt similarity index 100% rename from _includes/dev/desc/att.turn.anl.txt rename to _includes/v4/desc/att.turn.anl.txt diff --git a/_includes/dev/desc/att.turn.ges.txt b/_includes/v4/desc/att.turn.ges.txt similarity index 100% rename from _includes/dev/desc/att.turn.ges.txt rename to _includes/v4/desc/att.turn.ges.txt diff --git a/_includes/dev/desc/att.turn.log.txt b/_includes/v4/desc/att.turn.log.txt similarity index 100% rename from _includes/dev/desc/att.turn.log.txt rename to _includes/v4/desc/att.turn.log.txt diff --git a/_includes/dev/desc/att.turn.log/delayed.txt b/_includes/v4/desc/att.turn.log/delayed.txt similarity index 100% rename from _includes/dev/desc/att.turn.log/delayed.txt rename to _includes/v4/desc/att.turn.log/delayed.txt diff --git a/_includes/dev/desc/att.turn.log/form.txt b/_includes/v4/desc/att.turn.log/form.txt similarity index 100% rename from _includes/dev/desc/att.turn.log/form.txt rename to _includes/v4/desc/att.turn.log/form.txt diff --git a/_includes/dev/desc/att.turn.vis.txt b/_includes/v4/desc/att.turn.vis.txt similarity index 100% rename from _includes/dev/desc/att.turn.vis.txt rename to _includes/v4/desc/att.turn.vis.txt diff --git a/_includes/dev/desc/att.typed.txt b/_includes/v4/desc/att.typed.txt similarity index 100% rename from _includes/dev/desc/att.typed.txt rename to _includes/v4/desc/att.typed.txt diff --git a/_includes/dev/desc/att.typed/type.txt b/_includes/v4/desc/att.typed/type.txt similarity index 100% rename from _includes/dev/desc/att.typed/type.txt rename to _includes/v4/desc/att.typed/type.txt diff --git a/_includes/dev/desc/att.typography.txt b/_includes/v4/desc/att.typography.txt similarity index 100% rename from _includes/dev/desc/att.typography.txt rename to _includes/v4/desc/att.typography.txt diff --git a/_includes/dev/desc/att.typography/fontfam.txt b/_includes/v4/desc/att.typography/fontfam.txt similarity index 100% rename from _includes/dev/desc/att.typography/fontfam.txt rename to _includes/v4/desc/att.typography/fontfam.txt diff --git a/_includes/dev/desc/att.typography/fontname.txt b/_includes/v4/desc/att.typography/fontname.txt similarity index 100% rename from _includes/dev/desc/att.typography/fontname.txt rename to _includes/v4/desc/att.typography/fontname.txt diff --git a/_includes/dev/desc/att.typography/fontsize.txt b/_includes/v4/desc/att.typography/fontsize.txt similarity index 100% rename from _includes/dev/desc/att.typography/fontsize.txt rename to _includes/v4/desc/att.typography/fontsize.txt diff --git a/_includes/dev/desc/att.typography/fontstyle.txt b/_includes/v4/desc/att.typography/fontstyle.txt similarity index 100% rename from _includes/dev/desc/att.typography/fontstyle.txt rename to _includes/v4/desc/att.typography/fontstyle.txt diff --git a/_includes/dev/desc/att.typography/fontweight.txt b/_includes/v4/desc/att.typography/fontweight.txt similarity index 100% rename from _includes/dev/desc/att.typography/fontweight.txt rename to _includes/v4/desc/att.typography/fontweight.txt diff --git a/_includes/dev/desc/att.verse.anl.txt b/_includes/v4/desc/att.verse.anl.txt similarity index 100% rename from _includes/dev/desc/att.verse.anl.txt rename to _includes/v4/desc/att.verse.anl.txt diff --git a/_includes/dev/desc/att.verse.ges.txt b/_includes/v4/desc/att.verse.ges.txt similarity index 100% rename from _includes/dev/desc/att.verse.ges.txt rename to _includes/v4/desc/att.verse.ges.txt diff --git a/_includes/dev/desc/att.verse.log.txt b/_includes/v4/desc/att.verse.log.txt similarity index 100% rename from _includes/dev/desc/att.verse.log.txt rename to _includes/v4/desc/att.verse.log.txt diff --git a/_includes/dev/desc/att.verse.vis.txt b/_includes/v4/desc/att.verse.vis.txt similarity index 100% rename from _includes/dev/desc/att.verse.vis.txt rename to _includes/v4/desc/att.verse.vis.txt diff --git a/_includes/dev/desc/att.verticalalign.txt b/_includes/v4/desc/att.verticalalign.txt similarity index 100% rename from _includes/dev/desc/att.verticalalign.txt rename to _includes/v4/desc/att.verticalalign.txt diff --git a/_includes/dev/desc/att.verticalalign/valign.txt b/_includes/v4/desc/att.verticalalign/valign.txt similarity index 100% rename from _includes/dev/desc/att.verticalalign/valign.txt rename to _includes/v4/desc/att.verticalalign/valign.txt diff --git a/_includes/dev/desc/att.verticalgroup.txt b/_includes/v4/desc/att.verticalgroup.txt similarity index 100% rename from _includes/dev/desc/att.verticalgroup.txt rename to _includes/v4/desc/att.verticalgroup.txt diff --git a/_includes/dev/desc/att.verticalgroup/vgrp.txt b/_includes/v4/desc/att.verticalgroup/vgrp.txt similarity index 100% rename from _includes/dev/desc/att.verticalgroup/vgrp.txt rename to _includes/v4/desc/att.verticalgroup/vgrp.txt diff --git a/_includes/dev/desc/att.visibility.txt b/_includes/v4/desc/att.visibility.txt similarity index 100% rename from _includes/dev/desc/att.visibility.txt rename to _includes/v4/desc/att.visibility.txt diff --git a/_includes/dev/desc/att.visibility/visible.txt b/_includes/v4/desc/att.visibility/visible.txt similarity index 100% rename from _includes/dev/desc/att.visibility/visible.txt rename to _includes/v4/desc/att.visibility/visible.txt diff --git a/_includes/dev/desc/att.visualoffset.ho.txt b/_includes/v4/desc/att.visualoffset.ho.txt similarity index 100% rename from _includes/dev/desc/att.visualoffset.ho.txt rename to _includes/v4/desc/att.visualoffset.ho.txt diff --git a/_includes/dev/desc/att.visualoffset.ho/ho.txt b/_includes/v4/desc/att.visualoffset.ho/ho.txt similarity index 100% rename from _includes/dev/desc/att.visualoffset.ho/ho.txt rename to _includes/v4/desc/att.visualoffset.ho/ho.txt diff --git a/_includes/dev/desc/att.visualoffset.to.txt b/_includes/v4/desc/att.visualoffset.to.txt similarity index 100% rename from _includes/dev/desc/att.visualoffset.to.txt rename to _includes/v4/desc/att.visualoffset.to.txt diff --git a/_includes/dev/desc/att.visualoffset.to/to.txt b/_includes/v4/desc/att.visualoffset.to/to.txt similarity index 100% rename from _includes/dev/desc/att.visualoffset.to/to.txt rename to _includes/v4/desc/att.visualoffset.to/to.txt diff --git a/_includes/dev/desc/att.visualoffset.txt b/_includes/v4/desc/att.visualoffset.txt similarity index 100% rename from _includes/dev/desc/att.visualoffset.txt rename to _includes/v4/desc/att.visualoffset.txt diff --git a/_includes/dev/desc/att.visualoffset.vo.txt b/_includes/v4/desc/att.visualoffset.vo.txt similarity index 100% rename from _includes/dev/desc/att.visualoffset.vo.txt rename to _includes/v4/desc/att.visualoffset.vo.txt diff --git a/_includes/dev/desc/att.visualoffset.vo/vo.txt b/_includes/v4/desc/att.visualoffset.vo/vo.txt similarity index 100% rename from _includes/dev/desc/att.visualoffset.vo/vo.txt rename to _includes/v4/desc/att.visualoffset.vo/vo.txt diff --git a/_includes/dev/desc/att.visualoffset2.ho.txt b/_includes/v4/desc/att.visualoffset2.ho.txt similarity index 100% rename from _includes/dev/desc/att.visualoffset2.ho.txt rename to _includes/v4/desc/att.visualoffset2.ho.txt diff --git a/_includes/dev/desc/att.visualoffset2.ho/endho.txt b/_includes/v4/desc/att.visualoffset2.ho/endho.txt similarity index 100% rename from _includes/dev/desc/att.visualoffset2.ho/endho.txt rename to _includes/v4/desc/att.visualoffset2.ho/endho.txt diff --git a/_includes/dev/desc/att.visualoffset2.ho/startho.txt b/_includes/v4/desc/att.visualoffset2.ho/startho.txt similarity index 100% rename from _includes/dev/desc/att.visualoffset2.ho/startho.txt rename to _includes/v4/desc/att.visualoffset2.ho/startho.txt diff --git a/_includes/dev/desc/att.visualoffset2.to.txt b/_includes/v4/desc/att.visualoffset2.to.txt similarity index 100% rename from _includes/dev/desc/att.visualoffset2.to.txt rename to _includes/v4/desc/att.visualoffset2.to.txt diff --git a/_includes/dev/desc/att.visualoffset2.to/endto.txt b/_includes/v4/desc/att.visualoffset2.to/endto.txt similarity index 100% rename from _includes/dev/desc/att.visualoffset2.to/endto.txt rename to _includes/v4/desc/att.visualoffset2.to/endto.txt diff --git a/_includes/dev/desc/att.visualoffset2.to/startto.txt b/_includes/v4/desc/att.visualoffset2.to/startto.txt similarity index 100% rename from _includes/dev/desc/att.visualoffset2.to/startto.txt rename to _includes/v4/desc/att.visualoffset2.to/startto.txt diff --git a/_includes/dev/desc/att.visualoffset2.txt b/_includes/v4/desc/att.visualoffset2.txt similarity index 100% rename from _includes/dev/desc/att.visualoffset2.txt rename to _includes/v4/desc/att.visualoffset2.txt diff --git a/_includes/dev/desc/att.visualoffset2.vo.txt b/_includes/v4/desc/att.visualoffset2.vo.txt similarity index 100% rename from _includes/dev/desc/att.visualoffset2.vo.txt rename to _includes/v4/desc/att.visualoffset2.vo.txt diff --git a/_includes/dev/desc/att.visualoffset2.vo/endvo.txt b/_includes/v4/desc/att.visualoffset2.vo/endvo.txt similarity index 100% rename from _includes/dev/desc/att.visualoffset2.vo/endvo.txt rename to _includes/v4/desc/att.visualoffset2.vo/endvo.txt diff --git a/_includes/dev/desc/att.visualoffset2.vo/startvo.txt b/_includes/v4/desc/att.visualoffset2.vo/startvo.txt similarity index 100% rename from _includes/dev/desc/att.visualoffset2.vo/startvo.txt rename to _includes/v4/desc/att.visualoffset2.vo/startvo.txt diff --git a/_includes/dev/desc/att.volta.anl.txt b/_includes/v4/desc/att.volta.anl.txt similarity index 100% rename from _includes/dev/desc/att.volta.anl.txt rename to _includes/v4/desc/att.volta.anl.txt diff --git a/_includes/dev/desc/att.volta.ges.txt b/_includes/v4/desc/att.volta.ges.txt similarity index 100% rename from _includes/dev/desc/att.volta.ges.txt rename to _includes/v4/desc/att.volta.ges.txt diff --git a/_includes/dev/desc/att.volta.log.txt b/_includes/v4/desc/att.volta.log.txt similarity index 100% rename from _includes/dev/desc/att.volta.log.txt rename to _includes/v4/desc/att.volta.log.txt diff --git a/_includes/dev/desc/att.volta.vis.txt b/_includes/v4/desc/att.volta.vis.txt similarity index 100% rename from _includes/dev/desc/att.volta.vis.txt rename to _includes/v4/desc/att.volta.vis.txt diff --git a/_includes/dev/desc/att.voltagroupingsym.txt b/_includes/v4/desc/att.voltagroupingsym.txt similarity index 100% rename from _includes/dev/desc/att.voltagroupingsym.txt rename to _includes/v4/desc/att.voltagroupingsym.txt diff --git a/_includes/dev/desc/att.voltagroupingsym/voltasym.txt b/_includes/v4/desc/att.voltagroupingsym/voltasym.txt similarity index 100% rename from _includes/dev/desc/att.voltagroupingsym/voltasym.txt rename to _includes/v4/desc/att.voltagroupingsym/voltasym.txt diff --git a/_includes/dev/desc/att.whitespace.txt b/_includes/v4/desc/att.whitespace.txt similarity index 100% rename from _includes/dev/desc/att.whitespace.txt rename to _includes/v4/desc/att.whitespace.txt diff --git a/_includes/dev/desc/att.whitespace/xml---space.txt b/_includes/v4/desc/att.whitespace/xml---space.txt similarity index 100% rename from _includes/dev/desc/att.whitespace/xml---space.txt rename to _includes/v4/desc/att.whitespace/xml---space.txt diff --git a/_includes/dev/desc/att.width.txt b/_includes/v4/desc/att.width.txt similarity index 100% rename from _includes/dev/desc/att.width.txt rename to _includes/v4/desc/att.width.txt diff --git a/_includes/dev/desc/att.width/width.txt b/_includes/v4/desc/att.width/width.txt similarity index 100% rename from _includes/dev/desc/att.width/width.txt rename to _includes/v4/desc/att.width/width.txt diff --git a/_includes/dev/desc/att.xy.txt b/_includes/v4/desc/att.xy.txt similarity index 100% rename from _includes/dev/desc/att.xy.txt rename to _includes/v4/desc/att.xy.txt diff --git a/_includes/dev/desc/att.xy/x.txt b/_includes/v4/desc/att.xy/x.txt similarity index 100% rename from _includes/dev/desc/att.xy/x.txt rename to _includes/v4/desc/att.xy/x.txt diff --git a/_includes/dev/desc/att.xy/y.txt b/_includes/v4/desc/att.xy/y.txt similarity index 100% rename from _includes/dev/desc/att.xy/y.txt rename to _includes/v4/desc/att.xy/y.txt diff --git a/_includes/dev/desc/att.xy2.txt b/_includes/v4/desc/att.xy2.txt similarity index 100% rename from _includes/dev/desc/att.xy2.txt rename to _includes/v4/desc/att.xy2.txt diff --git a/_includes/dev/desc/att.xy2/x2.txt b/_includes/v4/desc/att.xy2/x2.txt similarity index 100% rename from _includes/dev/desc/att.xy2/x2.txt rename to _includes/v4/desc/att.xy2/x2.txt diff --git a/_includes/dev/desc/att.xy2/y2.txt b/_includes/v4/desc/att.xy2/y2.txt similarity index 100% rename from _includes/dev/desc/att.xy2/y2.txt rename to _includes/v4/desc/att.xy2/y2.txt diff --git a/_includes/dev/desc/attacca.txt b/_includes/v4/desc/attacca.txt similarity index 100% rename from _includes/dev/desc/attacca.txt rename to _includes/v4/desc/attacca.txt diff --git a/_includes/dev/desc/attusage.txt b/_includes/v4/desc/attusage.txt similarity index 100% rename from _includes/dev/desc/attusage.txt rename to _includes/v4/desc/attusage.txt diff --git a/_includes/dev/desc/attusage/context.txt b/_includes/v4/desc/attusage/context.txt similarity index 100% rename from _includes/dev/desc/attusage/context.txt rename to _includes/v4/desc/attusage/context.txt diff --git a/_includes/dev/desc/attusage/name.txt b/_includes/v4/desc/attusage/name.txt similarity index 100% rename from _includes/dev/desc/attusage/name.txt rename to _includes/v4/desc/attusage/name.txt diff --git a/_includes/dev/desc/audience.txt b/_includes/v4/desc/audience.txt similarity index 100% rename from _includes/dev/desc/audience.txt rename to _includes/v4/desc/audience.txt diff --git a/_includes/dev/desc/author.txt b/_includes/v4/desc/author.txt similarity index 100% rename from _includes/dev/desc/author.txt rename to _includes/v4/desc/author.txt diff --git a/_includes/dev/desc/availability.txt b/_includes/v4/desc/availability.txt similarity index 100% rename from _includes/dev/desc/availability.txt rename to _includes/v4/desc/availability.txt diff --git a/_includes/dev/desc/avfile.txt b/_includes/v4/desc/avfile.txt similarity index 100% rename from _includes/dev/desc/avfile.txt rename to _includes/v4/desc/avfile.txt diff --git a/_includes/dev/desc/back.txt b/_includes/v4/desc/back.txt similarity index 100% rename from _includes/dev/desc/back.txt rename to _includes/v4/desc/back.txt diff --git a/_includes/dev/desc/barline.txt b/_includes/v4/desc/barline.txt similarity index 100% rename from _includes/dev/desc/barline.txt rename to _includes/v4/desc/barline.txt diff --git a/_includes/dev/desc/barre.txt b/_includes/v4/desc/barre.txt similarity index 100% rename from _includes/dev/desc/barre.txt rename to _includes/v4/desc/barre.txt diff --git a/_includes/dev/desc/barre/fret.txt b/_includes/v4/desc/barre/fret.txt similarity index 100% rename from _includes/dev/desc/barre/fret.txt rename to _includes/v4/desc/barre/fret.txt diff --git a/_includes/dev/desc/beam.txt b/_includes/v4/desc/beam.txt similarity index 100% rename from _includes/dev/desc/beam.txt rename to _includes/v4/desc/beam.txt diff --git a/_includes/dev/desc/beamspan.txt b/_includes/v4/desc/beamspan.txt similarity index 100% rename from _includes/dev/desc/beamspan.txt rename to _includes/v4/desc/beamspan.txt diff --git a/_includes/dev/desc/beatrpt.txt b/_includes/v4/desc/beatrpt.txt similarity index 100% rename from _includes/dev/desc/beatrpt.txt rename to _includes/v4/desc/beatrpt.txt diff --git a/_includes/dev/desc/bend.txt b/_includes/v4/desc/bend.txt similarity index 100% rename from _includes/dev/desc/bend.txt rename to _includes/v4/desc/bend.txt diff --git a/_includes/dev/desc/bibl.txt b/_includes/v4/desc/bibl.txt similarity index 100% rename from _includes/dev/desc/bibl.txt rename to _includes/v4/desc/bibl.txt diff --git a/_includes/dev/desc/bibllist.txt b/_includes/v4/desc/bibllist.txt similarity index 100% rename from _includes/dev/desc/bibllist.txt rename to _includes/v4/desc/bibllist.txt diff --git a/_includes/dev/desc/biblscope.txt b/_includes/v4/desc/biblscope.txt similarity index 100% rename from _includes/dev/desc/biblscope.txt rename to _includes/v4/desc/biblscope.txt diff --git a/_includes/dev/desc/biblscope/from.txt b/_includes/v4/desc/biblscope/from.txt similarity index 100% rename from _includes/dev/desc/biblscope/from.txt rename to _includes/v4/desc/biblscope/from.txt diff --git a/_includes/dev/desc/biblscope/to.txt b/_includes/v4/desc/biblscope/to.txt similarity index 100% rename from _includes/dev/desc/biblscope/to.txt rename to _includes/v4/desc/biblscope/to.txt diff --git a/_includes/dev/desc/biblstruct.txt b/_includes/v4/desc/biblstruct.txt similarity index 100% rename from _includes/dev/desc/biblstruct.txt rename to _includes/v4/desc/biblstruct.txt diff --git a/_includes/dev/desc/bifolium.txt b/_includes/v4/desc/bifolium.txt similarity index 100% rename from _includes/dev/desc/bifolium.txt rename to _includes/v4/desc/bifolium.txt diff --git a/_includes/dev/desc/binding.txt b/_includes/v4/desc/binding.txt similarity index 100% rename from _includes/dev/desc/binding.txt rename to _includes/v4/desc/binding.txt diff --git a/_includes/dev/desc/binding/contemporary.txt b/_includes/v4/desc/binding/contemporary.txt similarity index 100% rename from _includes/dev/desc/binding/contemporary.txt rename to _includes/v4/desc/binding/contemporary.txt diff --git a/_includes/dev/desc/bindingdesc.txt b/_includes/v4/desc/bindingdesc.txt similarity index 100% rename from _includes/dev/desc/bindingdesc.txt rename to _includes/v4/desc/bindingdesc.txt diff --git a/_includes/dev/desc/bloc.txt b/_includes/v4/desc/bloc.txt similarity index 100% rename from _includes/dev/desc/bloc.txt rename to _includes/v4/desc/bloc.txt diff --git a/_includes/dev/desc/body.txt b/_includes/v4/desc/body.txt similarity index 100% rename from _includes/dev/desc/body.txt rename to _includes/v4/desc/body.txt diff --git a/_includes/dev/desc/bracketspan.txt b/_includes/v4/desc/bracketspan.txt similarity index 100% rename from _includes/dev/desc/bracketspan.txt rename to _includes/v4/desc/bracketspan.txt diff --git a/_includes/dev/desc/bracketspan/func.txt b/_includes/v4/desc/bracketspan/func.txt similarity index 100% rename from _includes/dev/desc/bracketspan/func.txt rename to _includes/v4/desc/bracketspan/func.txt diff --git a/_includes/dev/desc/breath.txt b/_includes/v4/desc/breath.txt similarity index 100% rename from _includes/dev/desc/breath.txt rename to _includes/v4/desc/breath.txt diff --git a/_includes/dev/desc/btrem.txt b/_includes/v4/desc/btrem.txt similarity index 100% rename from _includes/dev/desc/btrem.txt rename to _includes/v4/desc/btrem.txt diff --git a/_includes/dev/desc/byline.txt b/_includes/v4/desc/byline.txt similarity index 100% rename from _includes/dev/desc/byline.txt rename to _includes/v4/desc/byline.txt diff --git a/_includes/dev/desc/caesura.txt b/_includes/v4/desc/caesura.txt similarity index 100% rename from _includes/dev/desc/caesura.txt rename to _includes/v4/desc/caesura.txt diff --git a/_includes/dev/desc/caption.txt b/_includes/v4/desc/caption.txt similarity index 100% rename from _includes/dev/desc/caption.txt rename to _includes/v4/desc/caption.txt diff --git a/_includes/dev/desc/capturemode.txt b/_includes/v4/desc/capturemode.txt similarity index 100% rename from _includes/dev/desc/capturemode.txt rename to _includes/v4/desc/capturemode.txt diff --git a/_includes/dev/desc/carrierform.txt b/_includes/v4/desc/carrierform.txt similarity index 100% rename from _includes/dev/desc/carrierform.txt rename to _includes/v4/desc/carrierform.txt diff --git a/_includes/dev/desc/castgrp.txt b/_includes/v4/desc/castgrp.txt similarity index 100% rename from _includes/dev/desc/castgrp.txt rename to _includes/v4/desc/castgrp.txt diff --git a/_includes/dev/desc/castitem.txt b/_includes/v4/desc/castitem.txt similarity index 100% rename from _includes/dev/desc/castitem.txt rename to _includes/v4/desc/castitem.txt diff --git a/_includes/dev/desc/castlist.txt b/_includes/v4/desc/castlist.txt similarity index 100% rename from _includes/dev/desc/castlist.txt rename to _includes/v4/desc/castlist.txt diff --git a/_includes/dev/desc/catchwords.txt b/_includes/v4/desc/catchwords.txt similarity index 100% rename from _includes/dev/desc/catchwords.txt rename to _includes/v4/desc/catchwords.txt diff --git a/_includes/dev/desc/category.txt b/_includes/v4/desc/category.txt similarity index 100% rename from _includes/dev/desc/category.txt rename to _includes/v4/desc/category.txt diff --git a/_includes/dev/desc/catrel.txt b/_includes/v4/desc/catrel.txt similarity index 100% rename from _includes/dev/desc/catrel.txt rename to _includes/v4/desc/catrel.txt diff --git a/_includes/dev/desc/catrel/type.txt b/_includes/v4/desc/catrel/type.txt similarity index 100% rename from _includes/dev/desc/catrel/type.txt rename to _includes/v4/desc/catrel/type.txt diff --git a/_includes/dev/desc/cb.txt b/_includes/v4/desc/cb.txt similarity index 100% rename from _includes/dev/desc/cb.txt rename to _includes/v4/desc/cb.txt diff --git a/_includes/dev/desc/cb/n.txt b/_includes/v4/desc/cb/n.txt similarity index 100% rename from _includes/dev/desc/cb/n.txt rename to _includes/v4/desc/cb/n.txt diff --git a/_includes/dev/desc/cc.txt b/_includes/v4/desc/cc.txt similarity index 100% rename from _includes/dev/desc/cc.txt rename to _includes/v4/desc/cc.txt diff --git a/_includes/dev/desc/chan.txt b/_includes/v4/desc/chan.txt similarity index 100% rename from _includes/dev/desc/chan.txt rename to _includes/v4/desc/chan.txt diff --git a/_includes/dev/desc/chan/num.txt b/_includes/v4/desc/chan/num.txt similarity index 100% rename from _includes/dev/desc/chan/num.txt rename to _includes/v4/desc/chan/num.txt diff --git a/_includes/dev/desc/change.txt b/_includes/v4/desc/change.txt similarity index 100% rename from _includes/dev/desc/change.txt rename to _includes/v4/desc/change.txt diff --git a/_includes/dev/desc/changedesc.txt b/_includes/v4/desc/changedesc.txt similarity index 100% rename from _includes/dev/desc/changedesc.txt rename to _includes/v4/desc/changedesc.txt diff --git a/_includes/dev/desc/chanpr.txt b/_includes/v4/desc/chanpr.txt similarity index 100% rename from _includes/dev/desc/chanpr.txt rename to _includes/v4/desc/chanpr.txt diff --git a/_includes/dev/desc/choice.txt b/_includes/v4/desc/choice.txt similarity index 100% rename from _includes/dev/desc/choice.txt rename to _includes/v4/desc/choice.txt diff --git a/_includes/dev/desc/chord.txt b/_includes/v4/desc/chord.txt similarity index 100% rename from _includes/dev/desc/chord.txt rename to _includes/v4/desc/chord.txt diff --git a/_includes/dev/desc/chorddef.txt b/_includes/v4/desc/chorddef.txt similarity index 100% rename from _includes/dev/desc/chorddef.txt rename to _includes/v4/desc/chorddef.txt diff --git a/_includes/dev/desc/chordmember.txt b/_includes/v4/desc/chordmember.txt similarity index 100% rename from _includes/dev/desc/chordmember.txt rename to _includes/v4/desc/chordmember.txt diff --git a/_includes/dev/desc/chordtable.txt b/_includes/v4/desc/chordtable.txt similarity index 100% rename from _includes/dev/desc/chordtable.txt rename to _includes/v4/desc/chordtable.txt diff --git a/_includes/dev/desc/classdecls.txt b/_includes/v4/desc/classdecls.txt similarity index 100% rename from _includes/dev/desc/classdecls.txt rename to _includes/v4/desc/classdecls.txt diff --git a/_includes/dev/desc/classification.txt b/_includes/v4/desc/classification.txt similarity index 100% rename from _includes/dev/desc/classification.txt rename to _includes/v4/desc/classification.txt diff --git a/_includes/dev/desc/clef.txt b/_includes/v4/desc/clef.txt similarity index 100% rename from _includes/dev/desc/clef.txt rename to _includes/v4/desc/clef.txt diff --git a/_includes/dev/desc/clefgrp.txt b/_includes/v4/desc/clefgrp.txt similarity index 100% rename from _includes/dev/desc/clefgrp.txt rename to _includes/v4/desc/clefgrp.txt diff --git a/_includes/dev/desc/clip.txt b/_includes/v4/desc/clip.txt similarity index 100% rename from _includes/dev/desc/clip.txt rename to _includes/v4/desc/clip.txt diff --git a/_includes/dev/desc/collation.txt b/_includes/v4/desc/collation.txt similarity index 100% rename from _includes/dev/desc/collation.txt rename to _includes/v4/desc/collation.txt diff --git a/_includes/dev/desc/collayout.txt b/_includes/v4/desc/collayout.txt similarity index 100% rename from _includes/dev/desc/collayout.txt rename to _includes/v4/desc/collayout.txt diff --git a/_includes/dev/desc/collayout/cols.txt b/_includes/v4/desc/collayout/cols.txt similarity index 100% rename from _includes/dev/desc/collayout/cols.txt rename to _includes/v4/desc/collayout/cols.txt diff --git a/_includes/dev/desc/colophon.txt b/_includes/v4/desc/colophon.txt similarity index 100% rename from _includes/dev/desc/colophon.txt rename to _includes/v4/desc/colophon.txt diff --git a/_includes/dev/desc/componentlist.txt b/_includes/v4/desc/componentlist.txt similarity index 100% rename from _includes/dev/desc/componentlist.txt rename to _includes/v4/desc/componentlist.txt diff --git a/_includes/dev/desc/composer.txt b/_includes/v4/desc/composer.txt similarity index 100% rename from _includes/dev/desc/composer.txt rename to _includes/v4/desc/composer.txt diff --git a/_includes/dev/desc/condition.txt b/_includes/v4/desc/condition.txt similarity index 100% rename from _includes/dev/desc/condition.txt rename to _includes/v4/desc/condition.txt diff --git a/_includes/dev/desc/contentitem.txt b/_includes/v4/desc/contentitem.txt similarity index 100% rename from _includes/dev/desc/contentitem.txt rename to _includes/v4/desc/contentitem.txt diff --git a/_includes/dev/desc/contents.txt b/_includes/v4/desc/contents.txt similarity index 100% rename from _includes/dev/desc/contents.txt rename to _includes/v4/desc/contents.txt diff --git a/_includes/dev/desc/context.txt b/_includes/v4/desc/context.txt similarity index 100% rename from _includes/dev/desc/context.txt rename to _includes/v4/desc/context.txt diff --git a/_includes/dev/desc/contributor.txt b/_includes/v4/desc/contributor.txt similarity index 100% rename from _includes/dev/desc/contributor.txt rename to _includes/v4/desc/contributor.txt diff --git a/_includes/dev/desc/contributor/role.txt b/_includes/v4/desc/contributor/role.txt similarity index 100% rename from _includes/dev/desc/contributor/role.txt rename to _includes/v4/desc/contributor/role.txt diff --git a/_includes/dev/desc/corpname.txt b/_includes/v4/desc/corpname.txt similarity index 100% rename from _includes/dev/desc/corpname.txt rename to _includes/v4/desc/corpname.txt diff --git a/_includes/dev/desc/corr.txt b/_includes/v4/desc/corr.txt similarity index 100% rename from _includes/dev/desc/corr.txt rename to _includes/v4/desc/corr.txt diff --git a/_includes/dev/desc/correction.txt b/_includes/v4/desc/correction.txt similarity index 100% rename from _includes/dev/desc/correction.txt rename to _includes/v4/desc/correction.txt diff --git a/_includes/dev/desc/correction/corrlevel.txt b/_includes/v4/desc/correction/corrlevel.txt similarity index 100% rename from _includes/dev/desc/correction/corrlevel.txt rename to _includes/v4/desc/correction/corrlevel.txt diff --git a/_includes/dev/desc/country.txt b/_includes/v4/desc/country.txt similarity index 100% rename from _includes/dev/desc/country.txt rename to _includes/v4/desc/country.txt diff --git a/_includes/dev/desc/cpmark.txt b/_includes/v4/desc/cpmark.txt similarity index 100% rename from _includes/dev/desc/cpmark.txt rename to _includes/v4/desc/cpmark.txt diff --git a/_includes/dev/desc/creation.txt b/_includes/v4/desc/creation.txt similarity index 100% rename from _includes/dev/desc/creation.txt rename to _includes/v4/desc/creation.txt diff --git a/_includes/dev/desc/cue.txt b/_includes/v4/desc/cue.txt similarity index 100% rename from _includes/dev/desc/cue.txt rename to _includes/v4/desc/cue.txt diff --git a/_includes/dev/desc/curve.txt b/_includes/v4/desc/curve.txt similarity index 100% rename from _includes/dev/desc/curve.txt rename to _includes/v4/desc/curve.txt diff --git a/_includes/dev/desc/custos.txt b/_includes/v4/desc/custos.txt similarity index 100% rename from _includes/dev/desc/custos.txt rename to _includes/v4/desc/custos.txt diff --git a/_includes/dev/desc/cutout.txt b/_includes/v4/desc/cutout.txt similarity index 100% rename from _includes/dev/desc/cutout.txt rename to _includes/v4/desc/cutout.txt diff --git a/_includes/dev/desc/cutout/removed.by.txt b/_includes/v4/desc/cutout/removed.by.txt similarity index 100% rename from _includes/dev/desc/cutout/removed.by.txt rename to _includes/v4/desc/cutout/removed.by.txt diff --git a/_includes/dev/desc/cutout/removed.from.txt b/_includes/v4/desc/cutout/removed.from.txt similarity index 100% rename from _includes/dev/desc/cutout/removed.from.txt rename to _includes/v4/desc/cutout/removed.from.txt diff --git a/_includes/dev/desc/damage.txt b/_includes/v4/desc/damage.txt similarity index 100% rename from _includes/dev/desc/damage.txt rename to _includes/v4/desc/damage.txt diff --git a/_includes/dev/desc/damage/degree.txt b/_includes/v4/desc/damage/degree.txt similarity index 100% rename from _includes/dev/desc/damage/degree.txt rename to _includes/v4/desc/damage/degree.txt diff --git a/_includes/dev/desc/data.accidental.gestural.txt b/_includes/v4/desc/data.accidental.gestural.txt similarity index 100% rename from _includes/dev/desc/data.accidental.gestural.txt rename to _includes/v4/desc/data.accidental.gestural.txt diff --git a/_includes/dev/desc/data.accidental.written.txt b/_includes/v4/desc/data.accidental.written.txt similarity index 100% rename from _includes/dev/desc/data.accidental.written.txt rename to _includes/v4/desc/data.accidental.written.txt diff --git a/_includes/dev/desc/data.articulation.txt b/_includes/v4/desc/data.articulation.txt similarity index 100% rename from _includes/dev/desc/data.articulation.txt rename to _includes/v4/desc/data.articulation.txt diff --git a/_includes/dev/desc/data.augmentdot.txt b/_includes/v4/desc/data.augmentdot.txt similarity index 100% rename from _includes/dev/desc/data.augmentdot.txt rename to _includes/v4/desc/data.augmentdot.txt diff --git a/_includes/dev/desc/data.barmethod.txt b/_includes/v4/desc/data.barmethod.txt similarity index 100% rename from _includes/dev/desc/data.barmethod.txt rename to _includes/v4/desc/data.barmethod.txt diff --git a/_includes/dev/desc/data.barplace.txt b/_includes/v4/desc/data.barplace.txt similarity index 100% rename from _includes/dev/desc/data.barplace.txt rename to _includes/v4/desc/data.barplace.txt diff --git a/_includes/dev/desc/data.barrendition.txt b/_includes/v4/desc/data.barrendition.txt similarity index 100% rename from _includes/dev/desc/data.barrendition.txt rename to _includes/v4/desc/data.barrendition.txt diff --git a/_includes/dev/desc/data.beam.txt b/_includes/v4/desc/data.beam.txt similarity index 100% rename from _includes/dev/desc/data.beam.txt rename to _includes/v4/desc/data.beam.txt diff --git a/_includes/dev/desc/data.beamplace.txt b/_includes/v4/desc/data.beamplace.txt similarity index 100% rename from _includes/dev/desc/data.beamplace.txt rename to _includes/v4/desc/data.beamplace.txt diff --git a/_includes/dev/desc/data.beat.txt b/_includes/v4/desc/data.beat.txt similarity index 100% rename from _includes/dev/desc/data.beat.txt rename to _includes/v4/desc/data.beat.txt diff --git a/_includes/dev/desc/data.beatrpt.rend.txt b/_includes/v4/desc/data.beatrpt.rend.txt similarity index 100% rename from _includes/dev/desc/data.beatrpt.rend.txt rename to _includes/v4/desc/data.beatrpt.rend.txt diff --git a/_includes/dev/desc/data.bend.amount.txt b/_includes/v4/desc/data.bend.amount.txt similarity index 100% rename from _includes/dev/desc/data.bend.amount.txt rename to _includes/v4/desc/data.bend.amount.txt diff --git a/_includes/dev/desc/data.betype.txt b/_includes/v4/desc/data.betype.txt similarity index 100% rename from _includes/dev/desc/data.betype.txt rename to _includes/v4/desc/data.betype.txt diff --git a/_includes/dev/desc/data.boolean.txt b/_includes/v4/desc/data.boolean.txt similarity index 100% rename from _includes/dev/desc/data.boolean.txt rename to _includes/v4/desc/data.boolean.txt diff --git a/_includes/dev/desc/data.certainty.txt b/_includes/v4/desc/data.certainty.txt similarity index 100% rename from _includes/dev/desc/data.certainty.txt rename to _includes/v4/desc/data.certainty.txt diff --git a/_includes/dev/desc/data.clefline.txt b/_includes/v4/desc/data.clefline.txt similarity index 100% rename from _includes/dev/desc/data.clefline.txt rename to _includes/v4/desc/data.clefline.txt diff --git a/_includes/dev/desc/data.clefshape.txt b/_includes/v4/desc/data.clefshape.txt similarity index 100% rename from _includes/dev/desc/data.clefshape.txt rename to _includes/v4/desc/data.clefshape.txt diff --git a/_includes/dev/desc/data.cluster.txt b/_includes/v4/desc/data.cluster.txt similarity index 100% rename from _includes/dev/desc/data.cluster.txt rename to _includes/v4/desc/data.cluster.txt diff --git a/_includes/dev/desc/data.color.txt b/_includes/v4/desc/data.color.txt similarity index 100% rename from _includes/dev/desc/data.color.txt rename to _includes/v4/desc/data.color.txt diff --git a/_includes/dev/desc/data.colornames.txt b/_includes/v4/desc/data.colornames.txt similarity index 100% rename from _includes/dev/desc/data.colornames.txt rename to _includes/v4/desc/data.colornames.txt diff --git a/_includes/dev/desc/data.colorvalues.txt b/_includes/v4/desc/data.colorvalues.txt similarity index 100% rename from _includes/dev/desc/data.colorvalues.txt rename to _includes/v4/desc/data.colorvalues.txt diff --git a/_includes/dev/desc/data.compassdirection.basic.txt b/_includes/v4/desc/data.compassdirection.basic.txt similarity index 100% rename from _includes/dev/desc/data.compassdirection.basic.txt rename to _includes/v4/desc/data.compassdirection.basic.txt diff --git a/_includes/dev/desc/data.compassdirection.extended.txt b/_includes/v4/desc/data.compassdirection.extended.txt similarity index 100% rename from _includes/dev/desc/data.compassdirection.extended.txt rename to _includes/v4/desc/data.compassdirection.extended.txt diff --git a/_includes/dev/desc/data.compassdirection.txt b/_includes/v4/desc/data.compassdirection.txt similarity index 100% rename from _includes/dev/desc/data.compassdirection.txt rename to _includes/v4/desc/data.compassdirection.txt diff --git a/_includes/dev/desc/data.confidence.txt b/_includes/v4/desc/data.confidence.txt similarity index 100% rename from _includes/dev/desc/data.confidence.txt rename to _includes/v4/desc/data.confidence.txt diff --git a/_includes/dev/desc/data.degrees.txt b/_includes/v4/desc/data.degrees.txt similarity index 100% rename from _includes/dev/desc/data.degrees.txt rename to _includes/v4/desc/data.degrees.txt diff --git a/_includes/dev/desc/data.duration.cmn.txt b/_includes/v4/desc/data.duration.cmn.txt similarity index 100% rename from _includes/dev/desc/data.duration.cmn.txt rename to _includes/v4/desc/data.duration.cmn.txt diff --git a/_includes/dev/desc/data.duration.gestural.txt b/_includes/v4/desc/data.duration.gestural.txt similarity index 100% rename from _includes/dev/desc/data.duration.gestural.txt rename to _includes/v4/desc/data.duration.gestural.txt diff --git a/_includes/dev/desc/data.duration.mensural.txt b/_includes/v4/desc/data.duration.mensural.txt similarity index 100% rename from _includes/dev/desc/data.duration.mensural.txt rename to _includes/v4/desc/data.duration.mensural.txt diff --git a/_includes/dev/desc/data.duration.txt b/_includes/v4/desc/data.duration.txt similarity index 100% rename from _includes/dev/desc/data.duration.txt rename to _includes/v4/desc/data.duration.txt diff --git a/_includes/dev/desc/data.enclosure.txt b/_includes/v4/desc/data.enclosure.txt similarity index 100% rename from _includes/dev/desc/data.enclosure.txt rename to _includes/v4/desc/data.enclosure.txt diff --git a/_includes/dev/desc/data.eventrel.basic.txt b/_includes/v4/desc/data.eventrel.basic.txt similarity index 100% rename from _includes/dev/desc/data.eventrel.basic.txt rename to _includes/v4/desc/data.eventrel.basic.txt diff --git a/_includes/dev/desc/data.eventrel.extended.txt b/_includes/v4/desc/data.eventrel.extended.txt similarity index 100% rename from _includes/dev/desc/data.eventrel.extended.txt rename to _includes/v4/desc/data.eventrel.extended.txt diff --git a/_includes/dev/desc/data.eventrel.txt b/_includes/v4/desc/data.eventrel.txt similarity index 100% rename from _includes/dev/desc/data.eventrel.txt rename to _includes/v4/desc/data.eventrel.txt diff --git a/_includes/dev/desc/data.fill.txt b/_includes/v4/desc/data.fill.txt similarity index 100% rename from _includes/dev/desc/data.fill.txt rename to _includes/v4/desc/data.fill.txt diff --git a/_includes/dev/desc/data.finger.fret.txt b/_includes/v4/desc/data.finger.fret.txt similarity index 100% rename from _includes/dev/desc/data.finger.fret.txt rename to _includes/v4/desc/data.finger.fret.txt diff --git a/_includes/dev/desc/data.fontfamily.txt b/_includes/v4/desc/data.fontfamily.txt similarity index 100% rename from _includes/dev/desc/data.fontfamily.txt rename to _includes/v4/desc/data.fontfamily.txt diff --git a/_includes/dev/desc/data.fontname.txt b/_includes/v4/desc/data.fontname.txt similarity index 100% rename from _includes/dev/desc/data.fontname.txt rename to _includes/v4/desc/data.fontname.txt diff --git a/_includes/dev/desc/data.fontsize.txt b/_includes/v4/desc/data.fontsize.txt similarity index 100% rename from _includes/dev/desc/data.fontsize.txt rename to _includes/v4/desc/data.fontsize.txt diff --git a/_includes/dev/desc/data.fontsizenumeric.txt b/_includes/v4/desc/data.fontsizenumeric.txt similarity index 100% rename from _includes/dev/desc/data.fontsizenumeric.txt rename to _includes/v4/desc/data.fontsizenumeric.txt diff --git a/_includes/dev/desc/data.fontsizescale.txt b/_includes/v4/desc/data.fontsizescale.txt similarity index 100% rename from _includes/dev/desc/data.fontsizescale.txt rename to _includes/v4/desc/data.fontsizescale.txt diff --git a/_includes/dev/desc/data.fontsizeterm.txt b/_includes/v4/desc/data.fontsizeterm.txt similarity index 100% rename from _includes/dev/desc/data.fontsizeterm.txt rename to _includes/v4/desc/data.fontsizeterm.txt diff --git a/_includes/dev/desc/data.fontstyle.txt b/_includes/v4/desc/data.fontstyle.txt similarity index 100% rename from _includes/dev/desc/data.fontstyle.txt rename to _includes/v4/desc/data.fontstyle.txt diff --git a/_includes/dev/desc/data.fontweight.txt b/_includes/v4/desc/data.fontweight.txt similarity index 100% rename from _includes/dev/desc/data.fontweight.txt rename to _includes/v4/desc/data.fontweight.txt diff --git a/_includes/dev/desc/data.frbrrelationship.txt b/_includes/v4/desc/data.frbrrelationship.txt similarity index 100% rename from _includes/dev/desc/data.frbrrelationship.txt rename to _includes/v4/desc/data.frbrrelationship.txt diff --git a/_includes/dev/desc/data.fretnumber.limited.txt b/_includes/v4/desc/data.fretnumber.limited.txt similarity index 100% rename from _includes/dev/desc/data.fretnumber.limited.txt rename to _includes/v4/desc/data.fretnumber.limited.txt diff --git a/_includes/dev/desc/data.fretnumber.txt b/_includes/v4/desc/data.fretnumber.txt similarity index 100% rename from _includes/dev/desc/data.fretnumber.txt rename to _includes/v4/desc/data.fretnumber.txt diff --git a/_includes/dev/desc/data.glissando.txt b/_includes/v4/desc/data.glissando.txt similarity index 100% rename from _includes/dev/desc/data.glissando.txt rename to _includes/v4/desc/data.glissando.txt diff --git a/_includes/dev/desc/data.grace.txt b/_includes/v4/desc/data.grace.txt similarity index 100% rename from _includes/dev/desc/data.grace.txt rename to _includes/v4/desc/data.grace.txt diff --git a/_includes/dev/desc/data.headshape.list.txt b/_includes/v4/desc/data.headshape.list.txt similarity index 100% rename from _includes/dev/desc/data.headshape.list.txt rename to _includes/v4/desc/data.headshape.list.txt diff --git a/_includes/dev/desc/data.headshape.txt b/_includes/v4/desc/data.headshape.txt similarity index 100% rename from _includes/dev/desc/data.headshape.txt rename to _includes/v4/desc/data.headshape.txt diff --git a/_includes/dev/desc/data.hexnum.txt b/_includes/v4/desc/data.hexnum.txt similarity index 100% rename from _includes/dev/desc/data.hexnum.txt rename to _includes/v4/desc/data.hexnum.txt diff --git a/_includes/dev/desc/data.horizontalalignment.txt b/_includes/v4/desc/data.horizontalalignment.txt similarity index 100% rename from _includes/dev/desc/data.horizontalalignment.txt rename to _includes/v4/desc/data.horizontalalignment.txt diff --git a/_includes/dev/desc/data.idref.txt b/_includes/v4/desc/data.idref.txt similarity index 100% rename from _includes/dev/desc/data.idref.txt rename to _includes/v4/desc/data.idref.txt diff --git a/_includes/dev/desc/data.ineumeform.txt b/_includes/v4/desc/data.ineumeform.txt similarity index 100% rename from _includes/dev/desc/data.ineumeform.txt rename to _includes/v4/desc/data.ineumeform.txt diff --git a/_includes/dev/desc/data.ineumename.txt b/_includes/v4/desc/data.ineumename.txt similarity index 100% rename from _includes/dev/desc/data.ineumename.txt rename to _includes/v4/desc/data.ineumename.txt diff --git a/_includes/dev/desc/data.interval.harmonic.txt b/_includes/v4/desc/data.interval.harmonic.txt similarity index 100% rename from _includes/dev/desc/data.interval.harmonic.txt rename to _includes/v4/desc/data.interval.harmonic.txt diff --git a/_includes/dev/desc/data.interval.melodic.txt b/_includes/v4/desc/data.interval.melodic.txt similarity index 100% rename from _includes/dev/desc/data.interval.melodic.txt rename to _includes/v4/desc/data.interval.melodic.txt diff --git a/_includes/dev/desc/data.isodate.txt b/_includes/v4/desc/data.isodate.txt similarity index 100% rename from _includes/dev/desc/data.isodate.txt rename to _includes/v4/desc/data.isodate.txt diff --git a/_includes/dev/desc/data.isotime.txt b/_includes/v4/desc/data.isotime.txt similarity index 100% rename from _includes/dev/desc/data.isotime.txt rename to _includes/v4/desc/data.isotime.txt diff --git a/_includes/dev/desc/data.keyfifths.txt b/_includes/v4/desc/data.keyfifths.txt similarity index 100% rename from _includes/dev/desc/data.keyfifths.txt rename to _includes/v4/desc/data.keyfifths.txt diff --git a/_includes/dev/desc/data.layerscheme.txt b/_includes/v4/desc/data.layerscheme.txt similarity index 100% rename from _includes/dev/desc/data.layerscheme.txt rename to _includes/v4/desc/data.layerscheme.txt diff --git a/_includes/dev/desc/data.ligatureform.txt b/_includes/v4/desc/data.ligatureform.txt similarity index 100% rename from _includes/dev/desc/data.ligatureform.txt rename to _includes/v4/desc/data.ligatureform.txt diff --git a/_includes/dev/desc/data.lineform.txt b/_includes/v4/desc/data.lineform.txt similarity index 100% rename from _includes/dev/desc/data.lineform.txt rename to _includes/v4/desc/data.lineform.txt diff --git a/_includes/dev/desc/data.linestartendsymbol.txt b/_includes/v4/desc/data.linestartendsymbol.txt similarity index 100% rename from _includes/dev/desc/data.linestartendsymbol.txt rename to _includes/v4/desc/data.linestartendsymbol.txt diff --git a/_includes/dev/desc/data.linewidth.txt b/_includes/v4/desc/data.linewidth.txt similarity index 100% rename from _includes/dev/desc/data.linewidth.txt rename to _includes/v4/desc/data.linewidth.txt diff --git a/_includes/dev/desc/data.linewidthterm.txt b/_includes/v4/desc/data.linewidthterm.txt similarity index 100% rename from _includes/dev/desc/data.linewidthterm.txt rename to _includes/v4/desc/data.linewidthterm.txt diff --git a/_includes/dev/desc/data.measurebeat.txt b/_includes/v4/desc/data.measurebeat.txt similarity index 100% rename from _includes/dev/desc/data.measurebeat.txt rename to _includes/v4/desc/data.measurebeat.txt diff --git a/_includes/dev/desc/data.measurebeatoffset.txt b/_includes/v4/desc/data.measurebeatoffset.txt similarity index 100% rename from _includes/dev/desc/data.measurebeatoffset.txt rename to _includes/v4/desc/data.measurebeatoffset.txt diff --git a/_includes/dev/desc/data.measurementabs.txt b/_includes/v4/desc/data.measurementabs.txt similarity index 100% rename from _includes/dev/desc/data.measurementabs.txt rename to _includes/v4/desc/data.measurementabs.txt diff --git a/_includes/dev/desc/data.measurementrel.txt b/_includes/v4/desc/data.measurementrel.txt similarity index 100% rename from _includes/dev/desc/data.measurementrel.txt rename to _includes/v4/desc/data.measurementrel.txt diff --git a/_includes/dev/desc/data.melodicfunction.txt b/_includes/v4/desc/data.melodicfunction.txt similarity index 100% rename from _includes/dev/desc/data.melodicfunction.txt rename to _includes/v4/desc/data.melodicfunction.txt diff --git a/_includes/dev/desc/data.mensurationsign.txt b/_includes/v4/desc/data.mensurationsign.txt similarity index 100% rename from _includes/dev/desc/data.mensurationsign.txt rename to _includes/v4/desc/data.mensurationsign.txt diff --git a/_includes/dev/desc/data.metersign.txt b/_includes/v4/desc/data.metersign.txt similarity index 100% rename from _includes/dev/desc/data.metersign.txt rename to _includes/v4/desc/data.metersign.txt diff --git a/_includes/dev/desc/data.midibpm.txt b/_includes/v4/desc/data.midibpm.txt similarity index 100% rename from _includes/dev/desc/data.midibpm.txt rename to _includes/v4/desc/data.midibpm.txt diff --git a/_includes/dev/desc/data.midichannel.txt b/_includes/v4/desc/data.midichannel.txt similarity index 100% rename from _includes/dev/desc/data.midichannel.txt rename to _includes/v4/desc/data.midichannel.txt diff --git a/_includes/dev/desc/data.midimspb.txt b/_includes/v4/desc/data.midimspb.txt similarity index 100% rename from _includes/dev/desc/data.midimspb.txt rename to _includes/v4/desc/data.midimspb.txt diff --git a/_includes/dev/desc/data.midinames.txt b/_includes/v4/desc/data.midinames.txt similarity index 100% rename from _includes/dev/desc/data.midinames.txt rename to _includes/v4/desc/data.midinames.txt diff --git a/_includes/dev/desc/data.midivalue.txt b/_includes/v4/desc/data.midivalue.txt similarity index 100% rename from _includes/dev/desc/data.midivalue.txt rename to _includes/v4/desc/data.midivalue.txt diff --git a/_includes/dev/desc/data.midivalue_name.txt b/_includes/v4/desc/data.midivalue_name.txt similarity index 100% rename from _includes/dev/desc/data.midivalue_name.txt rename to _includes/v4/desc/data.midivalue_name.txt diff --git a/_includes/dev/desc/data.midivalue_pan.txt b/_includes/v4/desc/data.midivalue_pan.txt similarity index 100% rename from _includes/dev/desc/data.midivalue_pan.txt rename to _includes/v4/desc/data.midivalue_pan.txt diff --git a/_includes/dev/desc/data.mode.txt b/_includes/v4/desc/data.mode.txt similarity index 100% rename from _includes/dev/desc/data.mode.txt rename to _includes/v4/desc/data.mode.txt diff --git a/_includes/dev/desc/data.modsrelationship.txt b/_includes/v4/desc/data.modsrelationship.txt similarity index 100% rename from _includes/dev/desc/data.modsrelationship.txt rename to _includes/v4/desc/data.modsrelationship.txt diff --git a/_includes/dev/desc/data.modusmaior.txt b/_includes/v4/desc/data.modusmaior.txt similarity index 100% rename from _includes/dev/desc/data.modusmaior.txt rename to _includes/v4/desc/data.modusmaior.txt diff --git a/_includes/dev/desc/data.modusminor.txt b/_includes/v4/desc/data.modusminor.txt similarity index 100% rename from _includes/dev/desc/data.modusminor.txt rename to _includes/v4/desc/data.modusminor.txt diff --git a/_includes/dev/desc/data.musicfont.txt b/_includes/v4/desc/data.musicfont.txt similarity index 100% rename from _includes/dev/desc/data.musicfont.txt rename to _includes/v4/desc/data.musicfont.txt diff --git a/_includes/dev/desc/data.ncname.txt b/_includes/v4/desc/data.ncname.txt similarity index 100% rename from _includes/dev/desc/data.ncname.txt rename to _includes/v4/desc/data.ncname.txt diff --git a/_includes/dev/desc/data.nmtoken.txt b/_includes/v4/desc/data.nmtoken.txt similarity index 100% rename from _includes/dev/desc/data.nmtoken.txt rename to _includes/v4/desc/data.nmtoken.txt diff --git a/_includes/dev/desc/data.nonstaffplace.txt b/_includes/v4/desc/data.nonstaffplace.txt similarity index 100% rename from _includes/dev/desc/data.nonstaffplace.txt rename to _includes/v4/desc/data.nonstaffplace.txt diff --git a/_includes/dev/desc/data.notationtype.txt b/_includes/v4/desc/data.notationtype.txt similarity index 100% rename from _includes/dev/desc/data.notationtype.txt rename to _includes/v4/desc/data.notationtype.txt diff --git a/_includes/dev/desc/data.noteheadmodifier.list.txt b/_includes/v4/desc/data.noteheadmodifier.list.txt similarity index 100% rename from _includes/dev/desc/data.noteheadmodifier.list.txt rename to _includes/v4/desc/data.noteheadmodifier.list.txt diff --git a/_includes/dev/desc/data.noteheadmodifier.pat.txt b/_includes/v4/desc/data.noteheadmodifier.pat.txt similarity index 100% rename from _includes/dev/desc/data.noteheadmodifier.pat.txt rename to _includes/v4/desc/data.noteheadmodifier.pat.txt diff --git a/_includes/dev/desc/data.noteheadmodifier.txt b/_includes/v4/desc/data.noteheadmodifier.txt similarity index 100% rename from _includes/dev/desc/data.noteheadmodifier.txt rename to _includes/v4/desc/data.noteheadmodifier.txt diff --git a/_includes/dev/desc/data.octave.dis.txt b/_includes/v4/desc/data.octave.dis.txt similarity index 100% rename from _includes/dev/desc/data.octave.dis.txt rename to _includes/v4/desc/data.octave.dis.txt diff --git a/_includes/dev/desc/data.octave.txt b/_includes/v4/desc/data.octave.txt similarity index 100% rename from _includes/dev/desc/data.octave.txt rename to _includes/v4/desc/data.octave.txt diff --git a/_includes/dev/desc/data.orientation.txt b/_includes/v4/desc/data.orientation.txt similarity index 100% rename from _includes/dev/desc/data.orientation.txt rename to _includes/v4/desc/data.orientation.txt diff --git a/_includes/dev/desc/data.ornam.cmn.txt b/_includes/v4/desc/data.ornam.cmn.txt similarity index 100% rename from _includes/dev/desc/data.ornam.cmn.txt rename to _includes/v4/desc/data.ornam.cmn.txt diff --git a/_includes/dev/desc/data.otherstaff.txt b/_includes/v4/desc/data.otherstaff.txt similarity index 100% rename from _includes/dev/desc/data.otherstaff.txt rename to _includes/v4/desc/data.otherstaff.txt diff --git a/_includes/dev/desc/data.page.panels.txt b/_includes/v4/desc/data.page.panels.txt similarity index 100% rename from _includes/dev/desc/data.page.panels.txt rename to _includes/v4/desc/data.page.panels.txt diff --git a/_includes/dev/desc/data.percent.limited.signed.txt b/_includes/v4/desc/data.percent.limited.signed.txt similarity index 100% rename from _includes/dev/desc/data.percent.limited.signed.txt rename to _includes/v4/desc/data.percent.limited.signed.txt diff --git a/_includes/dev/desc/data.percent.limited.txt b/_includes/v4/desc/data.percent.limited.txt similarity index 100% rename from _includes/dev/desc/data.percent.limited.txt rename to _includes/v4/desc/data.percent.limited.txt diff --git a/_includes/dev/desc/data.percent.txt b/_includes/v4/desc/data.percent.txt similarity index 100% rename from _includes/dev/desc/data.percent.txt rename to _includes/v4/desc/data.percent.txt diff --git a/_includes/dev/desc/data.pgscale.txt b/_includes/v4/desc/data.pgscale.txt similarity index 100% rename from _includes/dev/desc/data.pgscale.txt rename to _includes/v4/desc/data.pgscale.txt diff --git a/_includes/dev/desc/data.pitchclass.txt b/_includes/v4/desc/data.pitchclass.txt similarity index 100% rename from _includes/dev/desc/data.pitchclass.txt rename to _includes/v4/desc/data.pitchclass.txt diff --git a/_includes/dev/desc/data.pitchname.ges.txt b/_includes/v4/desc/data.pitchname.ges.txt similarity index 100% rename from _includes/dev/desc/data.pitchname.ges.txt rename to _includes/v4/desc/data.pitchname.ges.txt diff --git a/_includes/dev/desc/data.pitchname.txt b/_includes/v4/desc/data.pitchname.txt similarity index 100% rename from _includes/dev/desc/data.pitchname.txt rename to _includes/v4/desc/data.pitchname.txt diff --git a/_includes/dev/desc/data.pitchnumber.txt b/_includes/v4/desc/data.pitchnumber.txt similarity index 100% rename from _includes/dev/desc/data.pitchnumber.txt rename to _includes/v4/desc/data.pitchnumber.txt diff --git a/_includes/dev/desc/data.placement.txt b/_includes/v4/desc/data.placement.txt similarity index 100% rename from _includes/dev/desc/data.placement.txt rename to _includes/v4/desc/data.placement.txt diff --git a/_includes/dev/desc/data.prolatio.txt b/_includes/v4/desc/data.prolatio.txt similarity index 100% rename from _includes/dev/desc/data.prolatio.txt rename to _includes/v4/desc/data.prolatio.txt diff --git a/_includes/dev/desc/data.ratio.txt b/_includes/v4/desc/data.ratio.txt similarity index 100% rename from _includes/dev/desc/data.ratio.txt rename to _includes/v4/desc/data.ratio.txt diff --git a/_includes/dev/desc/data.relationship.txt b/_includes/v4/desc/data.relationship.txt similarity index 100% rename from _includes/dev/desc/data.relationship.txt rename to _includes/v4/desc/data.relationship.txt diff --git a/_includes/dev/desc/data.rotation.txt b/_includes/v4/desc/data.rotation.txt similarity index 100% rename from _includes/dev/desc/data.rotation.txt rename to _includes/v4/desc/data.rotation.txt diff --git a/_includes/dev/desc/data.rotationdirection.txt b/_includes/v4/desc/data.rotationdirection.txt similarity index 100% rename from _includes/dev/desc/data.rotationdirection.txt rename to _includes/v4/desc/data.rotationdirection.txt diff --git a/_includes/dev/desc/data.scaledegree.txt b/_includes/v4/desc/data.scaledegree.txt similarity index 100% rename from _includes/dev/desc/data.scaledegree.txt rename to _includes/v4/desc/data.scaledegree.txt diff --git a/_includes/dev/desc/data.slash.txt b/_includes/v4/desc/data.slash.txt similarity index 100% rename from _includes/dev/desc/data.slash.txt rename to _includes/v4/desc/data.slash.txt diff --git a/_includes/dev/desc/data.slur.txt b/_includes/v4/desc/data.slur.txt similarity index 100% rename from _includes/dev/desc/data.slur.txt rename to _includes/v4/desc/data.slur.txt diff --git a/_includes/dev/desc/data.staffitem.basic.txt b/_includes/v4/desc/data.staffitem.basic.txt similarity index 100% rename from _includes/dev/desc/data.staffitem.basic.txt rename to _includes/v4/desc/data.staffitem.basic.txt diff --git a/_includes/dev/desc/data.staffitem.cmn.txt b/_includes/v4/desc/data.staffitem.cmn.txt similarity index 100% rename from _includes/dev/desc/data.staffitem.cmn.txt rename to _includes/v4/desc/data.staffitem.cmn.txt diff --git a/_includes/dev/desc/data.staffitem.mensural.txt b/_includes/v4/desc/data.staffitem.mensural.txt similarity index 100% rename from _includes/dev/desc/data.staffitem.mensural.txt rename to _includes/v4/desc/data.staffitem.mensural.txt diff --git a/_includes/dev/desc/data.staffitem.neumes.txt b/_includes/v4/desc/data.staffitem.neumes.txt similarity index 100% rename from _includes/dev/desc/data.staffitem.neumes.txt rename to _includes/v4/desc/data.staffitem.neumes.txt diff --git a/_includes/dev/desc/data.staffitem.txt b/_includes/v4/desc/data.staffitem.txt similarity index 100% rename from _includes/dev/desc/data.staffitem.txt rename to _includes/v4/desc/data.staffitem.txt diff --git a/_includes/dev/desc/data.staffloc.txt b/_includes/v4/desc/data.staffloc.txt similarity index 100% rename from _includes/dev/desc/data.staffloc.txt rename to _includes/v4/desc/data.staffloc.txt diff --git a/_includes/dev/desc/data.staffrel.basic.txt b/_includes/v4/desc/data.staffrel.basic.txt similarity index 100% rename from _includes/dev/desc/data.staffrel.basic.txt rename to _includes/v4/desc/data.staffrel.basic.txt diff --git a/_includes/dev/desc/data.staffrel.extended.txt b/_includes/v4/desc/data.staffrel.extended.txt similarity index 100% rename from _includes/dev/desc/data.staffrel.extended.txt rename to _includes/v4/desc/data.staffrel.extended.txt diff --git a/_includes/dev/desc/data.staffrel.txt b/_includes/v4/desc/data.staffrel.txt similarity index 100% rename from _includes/dev/desc/data.staffrel.txt rename to _includes/v4/desc/data.staffrel.txt diff --git a/_includes/dev/desc/data.stemdirection.basic.txt b/_includes/v4/desc/data.stemdirection.basic.txt similarity index 100% rename from _includes/dev/desc/data.stemdirection.basic.txt rename to _includes/v4/desc/data.stemdirection.basic.txt diff --git a/_includes/dev/desc/data.stemdirection.extended.txt b/_includes/v4/desc/data.stemdirection.extended.txt similarity index 100% rename from _includes/dev/desc/data.stemdirection.extended.txt rename to _includes/v4/desc/data.stemdirection.extended.txt diff --git a/_includes/dev/desc/data.stemdirection.txt b/_includes/v4/desc/data.stemdirection.txt similarity index 100% rename from _includes/dev/desc/data.stemdirection.txt rename to _includes/v4/desc/data.stemdirection.txt diff --git a/_includes/dev/desc/data.stemmodifier.txt b/_includes/v4/desc/data.stemmodifier.txt similarity index 100% rename from _includes/dev/desc/data.stemmodifier.txt rename to _includes/v4/desc/data.stemmodifier.txt diff --git a/_includes/dev/desc/data.stemposition.txt b/_includes/v4/desc/data.stemposition.txt similarity index 100% rename from _includes/dev/desc/data.stemposition.txt rename to _includes/v4/desc/data.stemposition.txt diff --git a/_includes/dev/desc/data.stringnumber.txt b/_includes/v4/desc/data.stringnumber.txt similarity index 100% rename from _includes/dev/desc/data.stringnumber.txt rename to _includes/v4/desc/data.stringnumber.txt diff --git a/_includes/dev/desc/data.temperament.txt b/_includes/v4/desc/data.temperament.txt similarity index 100% rename from _includes/dev/desc/data.temperament.txt rename to _includes/v4/desc/data.temperament.txt diff --git a/_includes/dev/desc/data.tempovalue.txt b/_includes/v4/desc/data.tempovalue.txt similarity index 100% rename from _includes/dev/desc/data.tempovalue.txt rename to _includes/v4/desc/data.tempovalue.txt diff --git a/_includes/dev/desc/data.tempus.txt b/_includes/v4/desc/data.tempus.txt similarity index 100% rename from _includes/dev/desc/data.tempus.txt rename to _includes/v4/desc/data.tempus.txt diff --git a/_includes/dev/desc/data.textrendition.txt b/_includes/v4/desc/data.textrendition.txt similarity index 100% rename from _includes/dev/desc/data.textrendition.txt rename to _includes/v4/desc/data.textrendition.txt diff --git a/_includes/dev/desc/data.textrenditionlist.txt b/_includes/v4/desc/data.textrenditionlist.txt similarity index 100% rename from _includes/dev/desc/data.textrenditionlist.txt rename to _includes/v4/desc/data.textrenditionlist.txt diff --git a/_includes/dev/desc/data.textrenditionpar.txt b/_includes/v4/desc/data.textrenditionpar.txt similarity index 100% rename from _includes/dev/desc/data.textrenditionpar.txt rename to _includes/v4/desc/data.textrenditionpar.txt diff --git a/_includes/dev/desc/data.tie.txt b/_includes/v4/desc/data.tie.txt similarity index 100% rename from _includes/dev/desc/data.tie.txt rename to _includes/v4/desc/data.tie.txt diff --git a/_includes/dev/desc/data.tstampoffset.txt b/_includes/v4/desc/data.tstampoffset.txt similarity index 100% rename from _includes/dev/desc/data.tstampoffset.txt rename to _includes/v4/desc/data.tstampoffset.txt diff --git a/_includes/dev/desc/data.tuplet.txt b/_includes/v4/desc/data.tuplet.txt similarity index 100% rename from _includes/dev/desc/data.tuplet.txt rename to _includes/v4/desc/data.tuplet.txt diff --git a/_includes/dev/desc/data.uneumeform.txt b/_includes/v4/desc/data.uneumeform.txt similarity index 100% rename from _includes/dev/desc/data.uneumeform.txt rename to _includes/v4/desc/data.uneumeform.txt diff --git a/_includes/dev/desc/data.uneumename.txt b/_includes/v4/desc/data.uneumename.txt similarity index 100% rename from _includes/dev/desc/data.uneumename.txt rename to _includes/v4/desc/data.uneumename.txt diff --git a/_includes/dev/desc/data.uri.txt b/_includes/v4/desc/data.uri.txt similarity index 100% rename from _includes/dev/desc/data.uri.txt rename to _includes/v4/desc/data.uri.txt diff --git a/_includes/dev/desc/data.verticalalignment.txt b/_includes/v4/desc/data.verticalalignment.txt similarity index 100% rename from _includes/dev/desc/data.verticalalignment.txt rename to _includes/v4/desc/data.verticalalignment.txt diff --git a/_includes/dev/desc/data.word.txt b/_includes/v4/desc/data.word.txt similarity index 100% rename from _includes/dev/desc/data.word.txt rename to _includes/v4/desc/data.word.txt diff --git a/_includes/dev/desc/date.txt b/_includes/v4/desc/date.txt similarity index 100% rename from _includes/dev/desc/date.txt rename to _includes/v4/desc/date.txt diff --git a/_includes/dev/desc/decodesc.txt b/_includes/v4/desc/decodesc.txt similarity index 100% rename from _includes/dev/desc/decodesc.txt rename to _includes/v4/desc/decodesc.txt diff --git a/_includes/dev/desc/deconote.txt b/_includes/v4/desc/deconote.txt similarity index 100% rename from _includes/dev/desc/deconote.txt rename to _includes/v4/desc/deconote.txt diff --git a/_includes/dev/desc/dedicatee.txt b/_includes/v4/desc/dedicatee.txt similarity index 100% rename from _includes/dev/desc/dedicatee.txt rename to _includes/v4/desc/dedicatee.txt diff --git a/_includes/dev/desc/dedication.txt b/_includes/v4/desc/dedication.txt similarity index 100% rename from _includes/dev/desc/dedication.txt rename to _includes/v4/desc/dedication.txt diff --git a/_includes/dev/desc/del.txt b/_includes/v4/desc/del.txt similarity index 100% rename from _includes/dev/desc/del.txt rename to _includes/v4/desc/del.txt diff --git a/_includes/dev/desc/depth.txt b/_includes/v4/desc/depth.txt similarity index 100% rename from _includes/dev/desc/depth.txt rename to _includes/v4/desc/depth.txt diff --git a/_includes/dev/desc/desc.txt b/_includes/v4/desc/desc.txt similarity index 100% rename from _includes/dev/desc/desc.txt rename to _includes/v4/desc/desc.txt diff --git a/_includes/dev/desc/dim.txt b/_includes/v4/desc/dim.txt similarity index 100% rename from _includes/dev/desc/dim.txt rename to _includes/v4/desc/dim.txt diff --git a/_includes/dev/desc/dim/form.txt b/_includes/v4/desc/dim/form.txt similarity index 100% rename from _includes/dev/desc/dim/form.txt rename to _includes/v4/desc/dim/form.txt diff --git a/_includes/dev/desc/dimensions.txt b/_includes/v4/desc/dimensions.txt similarity index 100% rename from _includes/dev/desc/dimensions.txt rename to _includes/v4/desc/dimensions.txt diff --git a/_includes/dev/desc/dir.txt b/_includes/v4/desc/dir.txt similarity index 100% rename from _includes/dev/desc/dir.txt rename to _includes/v4/desc/dir.txt diff --git a/_includes/dev/desc/distributor.txt b/_includes/v4/desc/distributor.txt similarity index 100% rename from _includes/dev/desc/distributor.txt rename to _includes/v4/desc/distributor.txt diff --git a/_includes/dev/desc/district.txt b/_includes/v4/desc/district.txt similarity index 100% rename from _includes/dev/desc/district.txt rename to _includes/v4/desc/district.txt diff --git a/_includes/dev/desc/div.txt b/_includes/v4/desc/div.txt similarity index 100% rename from _includes/dev/desc/div.txt rename to _includes/v4/desc/div.txt diff --git a/_includes/dev/desc/div/type.txt b/_includes/v4/desc/div/type.txt similarity index 100% rename from _includes/dev/desc/div/type.txt rename to _includes/v4/desc/div/type.txt diff --git a/_includes/dev/desc/domainsdecl.txt b/_includes/v4/desc/domainsdecl.txt similarity index 100% rename from _includes/dev/desc/domainsdecl.txt rename to _includes/v4/desc/domainsdecl.txt diff --git a/_includes/dev/desc/domainsdecl/anl.txt b/_includes/v4/desc/domainsdecl/anl.txt similarity index 100% rename from _includes/dev/desc/domainsdecl/anl.txt rename to _includes/v4/desc/domainsdecl/anl.txt diff --git a/_includes/dev/desc/domainsdecl/ges.txt b/_includes/v4/desc/domainsdecl/ges.txt similarity index 100% rename from _includes/dev/desc/domainsdecl/ges.txt rename to _includes/v4/desc/domainsdecl/ges.txt diff --git a/_includes/dev/desc/domainsdecl/vis.txt b/_includes/v4/desc/domainsdecl/vis.txt similarity index 100% rename from _includes/dev/desc/domainsdecl/vis.txt rename to _includes/v4/desc/domainsdecl/vis.txt diff --git a/_includes/dev/desc/dot.txt b/_includes/v4/desc/dot.txt similarity index 100% rename from _includes/dev/desc/dot.txt rename to _includes/v4/desc/dot.txt diff --git a/_includes/dev/desc/dynam.txt b/_includes/v4/desc/dynam.txt similarity index 100% rename from _includes/dev/desc/dynam.txt rename to _includes/v4/desc/dynam.txt diff --git a/_includes/dev/desc/edition.txt b/_includes/v4/desc/edition.txt similarity index 100% rename from _includes/dev/desc/edition.txt rename to _includes/v4/desc/edition.txt diff --git a/_includes/dev/desc/editionstmt.txt b/_includes/v4/desc/editionstmt.txt similarity index 100% rename from _includes/dev/desc/editionstmt.txt rename to _includes/v4/desc/editionstmt.txt diff --git a/_includes/dev/desc/editor.txt b/_includes/v4/desc/editor.txt similarity index 100% rename from _includes/dev/desc/editor.txt rename to _includes/v4/desc/editor.txt diff --git a/_includes/dev/desc/editorialdecl.txt b/_includes/v4/desc/editorialdecl.txt similarity index 100% rename from _includes/dev/desc/editorialdecl.txt rename to _includes/v4/desc/editorialdecl.txt diff --git a/_includes/dev/desc/encodingdesc.txt b/_includes/v4/desc/encodingdesc.txt similarity index 100% rename from _includes/dev/desc/encodingdesc.txt rename to _includes/v4/desc/encodingdesc.txt diff --git a/_includes/dev/desc/ending.txt b/_includes/v4/desc/ending.txt similarity index 100% rename from _includes/dev/desc/ending.txt rename to _includes/v4/desc/ending.txt diff --git a/_includes/dev/desc/epigraph.txt b/_includes/v4/desc/epigraph.txt similarity index 100% rename from _includes/dev/desc/epigraph.txt rename to _includes/v4/desc/epigraph.txt diff --git a/_includes/dev/desc/episema.txt b/_includes/v4/desc/episema.txt similarity index 100% rename from _includes/dev/desc/episema.txt rename to _includes/v4/desc/episema.txt diff --git a/_includes/dev/desc/event.txt b/_includes/v4/desc/event.txt similarity index 100% rename from _includes/dev/desc/event.txt rename to _includes/v4/desc/event.txt diff --git a/_includes/dev/desc/eventlist.txt b/_includes/v4/desc/eventlist.txt similarity index 100% rename from _includes/dev/desc/eventlist.txt rename to _includes/v4/desc/eventlist.txt diff --git a/_includes/dev/desc/exhibhist.txt b/_includes/v4/desc/exhibhist.txt similarity index 100% rename from _includes/dev/desc/exhibhist.txt rename to _includes/v4/desc/exhibhist.txt diff --git a/_includes/dev/desc/expan.txt b/_includes/v4/desc/expan.txt similarity index 100% rename from _includes/dev/desc/expan.txt rename to _includes/v4/desc/expan.txt diff --git a/_includes/dev/desc/expan/abbr.txt b/_includes/v4/desc/expan/abbr.txt similarity index 100% rename from _includes/dev/desc/expan/abbr.txt rename to _includes/v4/desc/expan/abbr.txt diff --git a/_includes/dev/desc/expansion.txt b/_includes/v4/desc/expansion.txt similarity index 100% rename from _includes/dev/desc/expansion.txt rename to _includes/v4/desc/expansion.txt diff --git a/_includes/dev/desc/explicit.txt b/_includes/v4/desc/explicit.txt similarity index 100% rename from _includes/dev/desc/explicit.txt rename to _includes/v4/desc/explicit.txt diff --git a/_includes/dev/desc/expression.txt b/_includes/v4/desc/expression.txt similarity index 100% rename from _includes/dev/desc/expression.txt rename to _includes/v4/desc/expression.txt diff --git a/_includes/dev/desc/expressionlist.txt b/_includes/v4/desc/expressionlist.txt similarity index 100% rename from _includes/dev/desc/expressionlist.txt rename to _includes/v4/desc/expressionlist.txt diff --git a/_includes/dev/desc/extent.txt b/_includes/v4/desc/extent.txt similarity index 100% rename from _includes/dev/desc/extent.txt rename to _includes/v4/desc/extent.txt diff --git a/_includes/dev/desc/extmeta.txt b/_includes/v4/desc/extmeta.txt similarity index 100% rename from _includes/dev/desc/extmeta.txt rename to _includes/v4/desc/extmeta.txt diff --git a/_includes/dev/desc/f.txt b/_includes/v4/desc/f.txt similarity index 100% rename from _includes/dev/desc/f.txt rename to _includes/v4/desc/f.txt diff --git a/_includes/dev/desc/facsimile.txt b/_includes/v4/desc/facsimile.txt similarity index 100% rename from _includes/dev/desc/facsimile.txt rename to _includes/v4/desc/facsimile.txt diff --git a/_includes/dev/desc/famname.txt b/_includes/v4/desc/famname.txt similarity index 100% rename from _includes/dev/desc/famname.txt rename to _includes/v4/desc/famname.txt diff --git a/_includes/dev/desc/fb.txt b/_includes/v4/desc/fb.txt similarity index 100% rename from _includes/dev/desc/fb.txt rename to _includes/v4/desc/fb.txt diff --git a/_includes/dev/desc/fermata.txt b/_includes/v4/desc/fermata.txt similarity index 100% rename from _includes/dev/desc/fermata.txt rename to _includes/v4/desc/fermata.txt diff --git a/_includes/dev/desc/fig.txt b/_includes/v4/desc/fig.txt similarity index 100% rename from _includes/dev/desc/fig.txt rename to _includes/v4/desc/fig.txt diff --git a/_includes/dev/desc/figdesc.txt b/_includes/v4/desc/figdesc.txt similarity index 100% rename from _includes/dev/desc/figdesc.txt rename to _includes/v4/desc/figdesc.txt diff --git a/_includes/dev/desc/filechar.txt b/_includes/v4/desc/filechar.txt similarity index 100% rename from _includes/dev/desc/filechar.txt rename to _includes/v4/desc/filechar.txt diff --git a/_includes/dev/desc/filedesc.txt b/_includes/v4/desc/filedesc.txt similarity index 100% rename from _includes/dev/desc/filedesc.txt rename to _includes/v4/desc/filedesc.txt diff --git a/_includes/dev/desc/fing.txt b/_includes/v4/desc/fing.txt similarity index 100% rename from _includes/dev/desc/fing.txt rename to _includes/v4/desc/fing.txt diff --git a/_includes/dev/desc/fingerprint.txt b/_includes/v4/desc/fingerprint.txt similarity index 100% rename from _includes/dev/desc/fingerprint.txt rename to _includes/v4/desc/fingerprint.txt diff --git a/_includes/dev/desc/finggrp.txt b/_includes/v4/desc/finggrp.txt similarity index 100% rename from _includes/dev/desc/finggrp.txt rename to _includes/v4/desc/finggrp.txt diff --git a/_includes/dev/desc/foliadesc.txt b/_includes/v4/desc/foliadesc.txt similarity index 100% rename from _includes/dev/desc/foliadesc.txt rename to _includes/v4/desc/foliadesc.txt diff --git a/_includes/dev/desc/foliation.txt b/_includes/v4/desc/foliation.txt similarity index 100% rename from _includes/dev/desc/foliation.txt rename to _includes/v4/desc/foliation.txt diff --git a/_includes/dev/desc/folium.txt b/_includes/v4/desc/folium.txt similarity index 100% rename from _includes/dev/desc/folium.txt rename to _includes/v4/desc/folium.txt diff --git a/_includes/dev/desc/forename.txt b/_includes/v4/desc/forename.txt similarity index 100% rename from _includes/dev/desc/forename.txt rename to _includes/v4/desc/forename.txt diff --git a/_includes/dev/desc/front.txt b/_includes/v4/desc/front.txt similarity index 100% rename from _includes/dev/desc/front.txt rename to _includes/v4/desc/front.txt diff --git a/_includes/dev/desc/ftrem.txt b/_includes/v4/desc/ftrem.txt similarity index 100% rename from _includes/dev/desc/ftrem.txt rename to _includes/v4/desc/ftrem.txt diff --git a/_includes/dev/desc/funder.txt b/_includes/v4/desc/funder.txt similarity index 100% rename from _includes/dev/desc/funder.txt rename to _includes/v4/desc/funder.txt diff --git a/_includes/dev/desc/gap.txt b/_includes/v4/desc/gap.txt similarity index 100% rename from _includes/dev/desc/gap.txt rename to _includes/v4/desc/gap.txt diff --git a/_includes/dev/desc/gendesc.txt b/_includes/v4/desc/gendesc.txt similarity index 100% rename from _includes/dev/desc/gendesc.txt rename to _includes/v4/desc/gendesc.txt diff --git a/_includes/dev/desc/gendesc/ordered.txt b/_includes/v4/desc/gendesc/ordered.txt similarity index 100% rename from _includes/dev/desc/gendesc/ordered.txt rename to _includes/v4/desc/gendesc/ordered.txt diff --git a/_includes/dev/desc/genname.txt b/_includes/v4/desc/genname.txt similarity index 100% rename from _includes/dev/desc/genname.txt rename to _includes/v4/desc/genname.txt diff --git a/_includes/dev/desc/genre.txt b/_includes/v4/desc/genre.txt similarity index 100% rename from _includes/dev/desc/genre.txt rename to _includes/v4/desc/genre.txt diff --git a/_includes/dev/desc/genstate.txt b/_includes/v4/desc/genstate.txt similarity index 100% rename from _includes/dev/desc/genstate.txt rename to _includes/v4/desc/genstate.txt diff --git a/_includes/dev/desc/geogfeat.txt b/_includes/v4/desc/geogfeat.txt similarity index 100% rename from _includes/dev/desc/geogfeat.txt rename to _includes/v4/desc/geogfeat.txt diff --git a/_includes/dev/desc/geogname.txt b/_includes/v4/desc/geogname.txt similarity index 100% rename from _includes/dev/desc/geogname.txt rename to _includes/v4/desc/geogname.txt diff --git a/_includes/dev/desc/gliss.txt b/_includes/v4/desc/gliss.txt similarity index 100% rename from _includes/dev/desc/gliss.txt rename to _includes/v4/desc/gliss.txt diff --git a/_includes/dev/desc/gracegrp.txt b/_includes/v4/desc/gracegrp.txt similarity index 100% rename from _includes/dev/desc/gracegrp.txt rename to _includes/v4/desc/gracegrp.txt diff --git a/_includes/dev/desc/graphic.txt b/_includes/v4/desc/graphic.txt similarity index 100% rename from _includes/dev/desc/graphic.txt rename to _includes/v4/desc/graphic.txt diff --git a/_includes/dev/desc/graphic/ulx.txt b/_includes/v4/desc/graphic/ulx.txt similarity index 100% rename from _includes/dev/desc/graphic/ulx.txt rename to _includes/v4/desc/graphic/ulx.txt diff --git a/_includes/dev/desc/graphic/uly.txt b/_includes/v4/desc/graphic/uly.txt similarity index 100% rename from _includes/dev/desc/graphic/uly.txt rename to _includes/v4/desc/graphic/uly.txt diff --git a/_includes/dev/desc/group.txt b/_includes/v4/desc/group.txt similarity index 100% rename from _includes/dev/desc/group.txt rename to _includes/v4/desc/group.txt diff --git a/_includes/dev/desc/grpsym.txt b/_includes/v4/desc/grpsym.txt similarity index 100% rename from _includes/dev/desc/grpsym.txt rename to _includes/v4/desc/grpsym.txt diff --git a/_includes/dev/desc/hairpin.txt b/_includes/v4/desc/hairpin.txt similarity index 100% rename from _includes/dev/desc/hairpin.txt rename to _includes/v4/desc/hairpin.txt diff --git a/_includes/dev/desc/halfmrpt.txt b/_includes/v4/desc/halfmrpt.txt similarity index 100% rename from _includes/dev/desc/halfmrpt.txt rename to _includes/v4/desc/halfmrpt.txt diff --git a/_includes/dev/desc/hand.txt b/_includes/v4/desc/hand.txt similarity index 100% rename from _includes/dev/desc/hand.txt rename to _includes/v4/desc/hand.txt diff --git a/_includes/dev/desc/hand/initial.txt b/_includes/v4/desc/hand/initial.txt similarity index 100% rename from _includes/dev/desc/hand/initial.txt rename to _includes/v4/desc/hand/initial.txt diff --git a/_includes/dev/desc/handlist.txt b/_includes/v4/desc/handlist.txt similarity index 100% rename from _includes/dev/desc/handlist.txt rename to _includes/v4/desc/handlist.txt diff --git a/_includes/dev/desc/handshift.txt b/_includes/v4/desc/handshift.txt similarity index 100% rename from _includes/dev/desc/handshift.txt rename to _includes/v4/desc/handshift.txt diff --git a/_includes/dev/desc/handshift/character.txt b/_includes/v4/desc/handshift/character.txt similarity index 100% rename from _includes/dev/desc/handshift/character.txt rename to _includes/v4/desc/handshift/character.txt diff --git a/_includes/dev/desc/handshift/new.txt b/_includes/v4/desc/handshift/new.txt similarity index 100% rename from _includes/dev/desc/handshift/new.txt rename to _includes/v4/desc/handshift/new.txt diff --git a/_includes/dev/desc/handshift/old.txt b/_includes/v4/desc/handshift/old.txt similarity index 100% rename from _includes/dev/desc/handshift/old.txt rename to _includes/v4/desc/handshift/old.txt diff --git a/_includes/dev/desc/harm.txt b/_includes/v4/desc/harm.txt similarity index 100% rename from _includes/dev/desc/harm.txt rename to _includes/v4/desc/harm.txt diff --git a/_includes/dev/desc/harppedal.txt b/_includes/v4/desc/harppedal.txt similarity index 100% rename from _includes/dev/desc/harppedal.txt rename to _includes/v4/desc/harppedal.txt diff --git a/_includes/dev/desc/head.txt b/_includes/v4/desc/head.txt similarity index 100% rename from _includes/dev/desc/head.txt rename to _includes/v4/desc/head.txt diff --git a/_includes/dev/desc/height.txt b/_includes/v4/desc/height.txt similarity index 100% rename from _includes/dev/desc/height.txt rename to _includes/v4/desc/height.txt diff --git a/_includes/dev/desc/heraldry.txt b/_includes/v4/desc/heraldry.txt similarity index 100% rename from _includes/dev/desc/heraldry.txt rename to _includes/v4/desc/heraldry.txt diff --git a/_includes/dev/desc/hex.txt b/_includes/v4/desc/hex.txt similarity index 100% rename from _includes/dev/desc/hex.txt rename to _includes/v4/desc/hex.txt diff --git a/_includes/dev/desc/hispantick.txt b/_includes/v4/desc/hispantick.txt similarity index 100% rename from _includes/dev/desc/hispantick.txt rename to _includes/v4/desc/hispantick.txt diff --git a/_includes/dev/desc/history.txt b/_includes/v4/desc/history.txt similarity index 100% rename from _includes/dev/desc/history.txt rename to _includes/v4/desc/history.txt diff --git a/_includes/dev/desc/identifier.txt b/_includes/v4/desc/identifier.txt similarity index 100% rename from _includes/dev/desc/identifier.txt rename to _includes/v4/desc/identifier.txt diff --git a/_includes/dev/desc/imprimatur.txt b/_includes/v4/desc/imprimatur.txt similarity index 100% rename from _includes/dev/desc/imprimatur.txt rename to _includes/v4/desc/imprimatur.txt diff --git a/_includes/dev/desc/imprint.txt b/_includes/v4/desc/imprint.txt similarity index 100% rename from _includes/dev/desc/imprint.txt rename to _includes/v4/desc/imprint.txt diff --git a/_includes/dev/desc/incip.txt b/_includes/v4/desc/incip.txt similarity index 100% rename from _includes/dev/desc/incip.txt rename to _includes/v4/desc/incip.txt diff --git a/_includes/dev/desc/incipcode.txt b/_includes/v4/desc/incipcode.txt similarity index 100% rename from _includes/dev/desc/incipcode.txt rename to _includes/v4/desc/incipcode.txt diff --git a/_includes/dev/desc/incipcode/form.txt b/_includes/v4/desc/incipcode/form.txt similarity index 100% rename from _includes/dev/desc/incipcode/form.txt rename to _includes/v4/desc/incipcode/form.txt diff --git a/_includes/dev/desc/incipit.txt b/_includes/v4/desc/incipit.txt similarity index 100% rename from _includes/dev/desc/incipit.txt rename to _includes/v4/desc/incipit.txt diff --git a/_includes/dev/desc/inciptext.txt b/_includes/v4/desc/inciptext.txt similarity index 100% rename from _includes/dev/desc/inciptext.txt rename to _includes/v4/desc/inciptext.txt diff --git a/_includes/dev/desc/inscription.txt b/_includes/v4/desc/inscription.txt similarity index 100% rename from _includes/dev/desc/inscription.txt rename to _includes/v4/desc/inscription.txt diff --git a/_includes/dev/desc/instrdef.txt b/_includes/v4/desc/instrdef.txt similarity index 100% rename from _includes/dev/desc/instrdef.txt rename to _includes/v4/desc/instrdef.txt diff --git a/_includes/dev/desc/instrgrp.txt b/_includes/v4/desc/instrgrp.txt similarity index 100% rename from _includes/dev/desc/instrgrp.txt rename to _includes/v4/desc/instrgrp.txt diff --git a/_includes/dev/desc/interpretation.txt b/_includes/v4/desc/interpretation.txt similarity index 100% rename from _includes/dev/desc/interpretation.txt rename to _includes/v4/desc/interpretation.txt diff --git a/_includes/dev/desc/item.txt b/_includes/v4/desc/item.txt similarity index 100% rename from _includes/dev/desc/item.txt rename to _includes/v4/desc/item.txt diff --git a/_includes/dev/desc/itemlist.txt b/_includes/v4/desc/itemlist.txt similarity index 100% rename from _includes/dev/desc/itemlist.txt rename to _includes/v4/desc/itemlist.txt diff --git a/_includes/dev/desc/key.txt b/_includes/v4/desc/key.txt similarity index 100% rename from _includes/dev/desc/key.txt rename to _includes/v4/desc/key.txt diff --git a/_includes/dev/desc/key/mode.txt b/_includes/v4/desc/key/mode.txt similarity index 100% rename from _includes/dev/desc/key/mode.txt rename to _includes/v4/desc/key/mode.txt diff --git a/_includes/dev/desc/keyaccid.txt b/_includes/v4/desc/keyaccid.txt similarity index 100% rename from _includes/dev/desc/keyaccid.txt rename to _includes/v4/desc/keyaccid.txt diff --git a/_includes/dev/desc/keyaccid/form.txt b/_includes/v4/desc/keyaccid/form.txt similarity index 100% rename from _includes/dev/desc/keyaccid/form.txt rename to _includes/v4/desc/keyaccid/form.txt diff --git a/_includes/dev/desc/keysig.txt b/_includes/v4/desc/keysig.txt similarity index 100% rename from _includes/dev/desc/keysig.txt rename to _includes/v4/desc/keysig.txt diff --git a/_includes/dev/desc/l.txt b/_includes/v4/desc/l.txt similarity index 100% rename from _includes/dev/desc/l.txt rename to _includes/v4/desc/l.txt diff --git a/_includes/dev/desc/l/rhythm.txt b/_includes/v4/desc/l/rhythm.txt similarity index 100% rename from _includes/dev/desc/l/rhythm.txt rename to _includes/v4/desc/l/rhythm.txt diff --git a/_includes/dev/desc/label.txt b/_includes/v4/desc/label.txt similarity index 100% rename from _includes/dev/desc/label.txt rename to _includes/v4/desc/label.txt diff --git a/_includes/dev/desc/labelabbr.txt b/_includes/v4/desc/labelabbr.txt similarity index 100% rename from _includes/dev/desc/labelabbr.txt rename to _includes/v4/desc/labelabbr.txt diff --git a/_includes/dev/desc/language.txt b/_includes/v4/desc/language.txt similarity index 100% rename from _includes/dev/desc/language.txt rename to _includes/v4/desc/language.txt diff --git a/_includes/dev/desc/langusage.txt b/_includes/v4/desc/langusage.txt similarity index 100% rename from _includes/dev/desc/langusage.txt rename to _includes/v4/desc/langusage.txt diff --git a/_includes/dev/desc/layer.txt b/_includes/v4/desc/layer.txt similarity index 100% rename from _includes/dev/desc/layer.txt rename to _includes/v4/desc/layer.txt diff --git a/_includes/dev/desc/layerdef.txt b/_includes/v4/desc/layerdef.txt similarity index 100% rename from _includes/dev/desc/layerdef.txt rename to _includes/v4/desc/layerdef.txt diff --git a/_includes/dev/desc/layout.txt b/_includes/v4/desc/layout.txt similarity index 100% rename from _includes/dev/desc/layout.txt rename to _includes/v4/desc/layout.txt diff --git a/_includes/dev/desc/layout/cols.txt b/_includes/v4/desc/layout/cols.txt similarity index 100% rename from _includes/dev/desc/layout/cols.txt rename to _includes/v4/desc/layout/cols.txt diff --git a/_includes/dev/desc/layout/ruledlines.txt b/_includes/v4/desc/layout/ruledlines.txt similarity index 100% rename from _includes/dev/desc/layout/ruledlines.txt rename to _includes/v4/desc/layout/ruledlines.txt diff --git a/_includes/dev/desc/layout/ruledstaves.txt b/_includes/v4/desc/layout/ruledstaves.txt similarity index 100% rename from _includes/dev/desc/layout/ruledstaves.txt rename to _includes/v4/desc/layout/ruledstaves.txt diff --git a/_includes/dev/desc/layout/writtenlines.txt b/_includes/v4/desc/layout/writtenlines.txt similarity index 100% rename from _includes/dev/desc/layout/writtenlines.txt rename to _includes/v4/desc/layout/writtenlines.txt diff --git a/_includes/dev/desc/layout/writtenstaves.txt b/_includes/v4/desc/layout/writtenstaves.txt similarity index 100% rename from _includes/dev/desc/layout/writtenstaves.txt rename to _includes/v4/desc/layout/writtenstaves.txt diff --git a/_includes/dev/desc/layoutdesc.txt b/_includes/v4/desc/layoutdesc.txt similarity index 100% rename from _includes/dev/desc/layoutdesc.txt rename to _includes/v4/desc/layoutdesc.txt diff --git a/_includes/dev/desc/lb.txt b/_includes/v4/desc/lb.txt similarity index 100% rename from _includes/dev/desc/lb.txt rename to _includes/v4/desc/lb.txt diff --git a/_includes/dev/desc/lb/func.txt b/_includes/v4/desc/lb/func.txt similarity index 100% rename from _includes/dev/desc/lb/func.txt rename to _includes/v4/desc/lb/func.txt diff --git a/_includes/dev/desc/lem.txt b/_includes/v4/desc/lem.txt similarity index 100% rename from _includes/dev/desc/lem.txt rename to _includes/v4/desc/lem.txt diff --git a/_includes/dev/desc/lg.txt b/_includes/v4/desc/lg.txt similarity index 100% rename from _includes/dev/desc/lg.txt rename to _includes/v4/desc/lg.txt diff --git a/_includes/dev/desc/li.txt b/_includes/v4/desc/li.txt similarity index 100% rename from _includes/dev/desc/li.txt rename to _includes/v4/desc/li.txt diff --git a/_includes/dev/desc/librettist.txt b/_includes/v4/desc/librettist.txt similarity index 100% rename from _includes/dev/desc/librettist.txt rename to _includes/v4/desc/librettist.txt diff --git a/_includes/dev/desc/ligature.txt b/_includes/v4/desc/ligature.txt similarity index 100% rename from _includes/dev/desc/ligature.txt rename to _includes/v4/desc/ligature.txt diff --git a/_includes/dev/desc/line.txt b/_includes/v4/desc/line.txt similarity index 100% rename from _includes/dev/desc/line.txt rename to _includes/v4/desc/line.txt diff --git a/_includes/dev/desc/liquescent.txt b/_includes/v4/desc/liquescent.txt similarity index 100% rename from _includes/dev/desc/liquescent.txt rename to _includes/v4/desc/liquescent.txt diff --git a/_includes/dev/desc/list.txt b/_includes/v4/desc/list.txt similarity index 100% rename from _includes/dev/desc/list.txt rename to _includes/v4/desc/list.txt diff --git a/_includes/dev/desc/list/form.txt b/_includes/v4/desc/list/form.txt similarity index 100% rename from _includes/dev/desc/list/form.txt rename to _includes/v4/desc/list/form.txt diff --git a/_includes/dev/desc/list/type.txt b/_includes/v4/desc/list/type.txt similarity index 100% rename from _includes/dev/desc/list/type.txt rename to _includes/v4/desc/list/type.txt diff --git a/_includes/dev/desc/locus.txt b/_includes/v4/desc/locus.txt similarity index 100% rename from _includes/dev/desc/locus.txt rename to _includes/v4/desc/locus.txt diff --git a/_includes/dev/desc/locus/from.txt b/_includes/v4/desc/locus/from.txt similarity index 100% rename from _includes/dev/desc/locus/from.txt rename to _includes/v4/desc/locus/from.txt diff --git a/_includes/dev/desc/locus/scheme.txt b/_includes/v4/desc/locus/scheme.txt similarity index 100% rename from _includes/dev/desc/locus/scheme.txt rename to _includes/v4/desc/locus/scheme.txt diff --git a/_includes/dev/desc/locus/to.txt b/_includes/v4/desc/locus/to.txt similarity index 100% rename from _includes/dev/desc/locus/to.txt rename to _includes/v4/desc/locus/to.txt diff --git a/_includes/dev/desc/locusgrp.txt b/_includes/v4/desc/locusgrp.txt similarity index 100% rename from _includes/dev/desc/locusgrp.txt rename to _includes/v4/desc/locusgrp.txt diff --git a/_includes/dev/desc/locusgrp/scheme.txt b/_includes/v4/desc/locusgrp/scheme.txt similarity index 100% rename from _includes/dev/desc/locusgrp/scheme.txt rename to _includes/v4/desc/locusgrp/scheme.txt diff --git a/_includes/dev/desc/lv.txt b/_includes/v4/desc/lv.txt similarity index 100% rename from _includes/dev/desc/lv.txt rename to _includes/v4/desc/lv.txt diff --git a/_includes/dev/desc/lyricist.txt b/_includes/v4/desc/lyricist.txt similarity index 100% rename from _includes/dev/desc/lyricist.txt rename to _includes/v4/desc/lyricist.txt diff --git a/_includes/dev/desc/macro.anyxml.txt b/_includes/v4/desc/macro.anyxml.txt similarity index 100% rename from _includes/dev/desc/macro.anyxml.txt rename to _includes/v4/desc/macro.anyxml.txt diff --git a/_includes/dev/desc/macro.availabilitypart.txt b/_includes/v4/desc/macro.availabilitypart.txt similarity index 100% rename from _includes/dev/desc/macro.availabilitypart.txt rename to _includes/v4/desc/macro.availabilitypart.txt diff --git a/_includes/dev/desc/macro.bibldescpart.txt b/_includes/v4/desc/macro.bibldescpart.txt similarity index 100% rename from _includes/dev/desc/macro.bibldescpart.txt rename to _includes/v4/desc/macro.bibldescpart.txt diff --git a/_includes/dev/desc/macro.metalike.page.txt b/_includes/v4/desc/macro.metalike.page.txt similarity index 100% rename from _includes/dev/desc/macro.metalike.page.txt rename to _includes/v4/desc/macro.metalike.page.txt diff --git a/_includes/dev/desc/macro.musicpart.txt b/_includes/v4/desc/macro.musicpart.txt similarity index 100% rename from _includes/dev/desc/macro.musicpart.txt rename to _includes/v4/desc/macro.musicpart.txt diff --git a/_includes/dev/desc/macro.neumemodifierlike.txt b/_includes/v4/desc/macro.neumemodifierlike.txt similarity index 100% rename from _includes/dev/desc/macro.neumemodifierlike.txt rename to _includes/v4/desc/macro.neumemodifierlike.txt diff --git a/_includes/dev/desc/macro.struc-unstruccontent.txt b/_includes/v4/desc/macro.struc-unstruccontent.txt similarity index 100% rename from _includes/dev/desc/macro.struc-unstruccontent.txt rename to _includes/v4/desc/macro.struc-unstruccontent.txt diff --git a/_includes/dev/desc/macro.titlepart.txt b/_includes/v4/desc/macro.titlepart.txt similarity index 100% rename from _includes/dev/desc/macro.titlepart.txt rename to _includes/v4/desc/macro.titlepart.txt diff --git a/_includes/dev/desc/manifestation.txt b/_includes/v4/desc/manifestation.txt similarity index 100% rename from _includes/dev/desc/manifestation.txt rename to _includes/v4/desc/manifestation.txt diff --git a/_includes/dev/desc/manifestation/singleton.txt b/_includes/v4/desc/manifestation/singleton.txt similarity index 100% rename from _includes/dev/desc/manifestation/singleton.txt rename to _includes/v4/desc/manifestation/singleton.txt diff --git a/_includes/dev/desc/manifestationlist.txt b/_includes/v4/desc/manifestationlist.txt similarity index 100% rename from _includes/dev/desc/manifestationlist.txt rename to _includes/v4/desc/manifestationlist.txt diff --git a/_includes/dev/desc/mapping.txt b/_includes/v4/desc/mapping.txt similarity index 100% rename from _includes/dev/desc/mapping.txt rename to _includes/v4/desc/mapping.txt diff --git a/_includes/dev/desc/marker.txt b/_includes/v4/desc/marker.txt similarity index 100% rename from _includes/dev/desc/marker.txt rename to _includes/v4/desc/marker.txt diff --git a/_includes/dev/desc/material.txt b/_includes/v4/desc/material.txt similarity index 100% rename from _includes/dev/desc/material.txt rename to _includes/v4/desc/material.txt diff --git a/_includes/dev/desc/mdiv.txt b/_includes/v4/desc/mdiv.txt similarity index 100% rename from _includes/dev/desc/mdiv.txt rename to _includes/v4/desc/mdiv.txt diff --git a/_includes/dev/desc/measure.txt b/_includes/v4/desc/measure.txt similarity index 100% rename from _includes/dev/desc/measure.txt rename to _includes/v4/desc/measure.txt diff --git a/_includes/dev/desc/mei.txt b/_includes/v4/desc/mei.txt similarity index 100% rename from _includes/dev/desc/mei.txt rename to _includes/v4/desc/mei.txt diff --git a/_includes/dev/desc/meicorpus.txt b/_includes/v4/desc/meicorpus.txt similarity index 100% rename from _includes/dev/desc/meicorpus.txt rename to _includes/v4/desc/meicorpus.txt diff --git a/_includes/dev/desc/meihead.txt b/_includes/v4/desc/meihead.txt similarity index 100% rename from _includes/dev/desc/meihead.txt rename to _includes/v4/desc/meihead.txt diff --git a/_includes/dev/desc/meihead/type.txt b/_includes/v4/desc/meihead/type.txt similarity index 100% rename from _includes/dev/desc/meihead/type.txt rename to _includes/v4/desc/meihead/type.txt diff --git a/_includes/dev/desc/mensur.txt b/_includes/v4/desc/mensur.txt similarity index 100% rename from _includes/dev/desc/mensur.txt rename to _includes/v4/desc/mensur.txt diff --git a/_includes/dev/desc/mensuration.txt b/_includes/v4/desc/mensuration.txt similarity index 100% rename from _includes/dev/desc/mensuration.txt rename to _includes/v4/desc/mensuration.txt diff --git a/_includes/dev/desc/metamark.txt b/_includes/v4/desc/metamark.txt similarity index 100% rename from _includes/dev/desc/metamark.txt rename to _includes/v4/desc/metamark.txt diff --git a/_includes/dev/desc/metamark/function.txt b/_includes/v4/desc/metamark/function.txt similarity index 100% rename from _includes/dev/desc/metamark/function.txt rename to _includes/v4/desc/metamark/function.txt diff --git a/_includes/dev/desc/metatext.txt b/_includes/v4/desc/metatext.txt similarity index 100% rename from _includes/dev/desc/metatext.txt rename to _includes/v4/desc/metatext.txt diff --git a/_includes/dev/desc/meter.txt b/_includes/v4/desc/meter.txt similarity index 100% rename from _includes/dev/desc/meter.txt rename to _includes/v4/desc/meter.txt diff --git a/_includes/dev/desc/metersig.txt b/_includes/v4/desc/metersig.txt similarity index 100% rename from _includes/dev/desc/metersig.txt rename to _includes/v4/desc/metersig.txt diff --git a/_includes/dev/desc/metersiggrp.txt b/_includes/v4/desc/metersiggrp.txt similarity index 100% rename from _includes/dev/desc/metersiggrp.txt rename to _includes/v4/desc/metersiggrp.txt diff --git a/_includes/dev/desc/midi.txt b/_includes/v4/desc/midi.txt similarity index 100% rename from _includes/dev/desc/midi.txt rename to _includes/v4/desc/midi.txt diff --git a/_includes/dev/desc/mnum.txt b/_includes/v4/desc/mnum.txt similarity index 100% rename from _includes/dev/desc/mnum.txt rename to _includes/v4/desc/mnum.txt diff --git a/_includes/dev/desc/model.addresslike.txt b/_includes/v4/desc/model.addresslike.txt similarity index 100% rename from _includes/dev/desc/model.addresslike.txt rename to _includes/v4/desc/model.addresslike.txt diff --git a/_includes/dev/desc/model.addresspart.txt b/_includes/v4/desc/model.addresspart.txt similarity index 100% rename from _includes/dev/desc/model.addresspart.txt rename to _includes/v4/desc/model.addresspart.txt diff --git a/_includes/dev/desc/model.annotlike.txt b/_includes/v4/desc/model.annotlike.txt similarity index 100% rename from _includes/dev/desc/model.annotlike.txt rename to _includes/v4/desc/model.annotlike.txt diff --git a/_includes/dev/desc/model.applike.txt b/_includes/v4/desc/model.applike.txt similarity index 100% rename from _includes/dev/desc/model.applike.txt rename to _includes/v4/desc/model.applike.txt diff --git a/_includes/dev/desc/model.backlike.txt b/_includes/v4/desc/model.backlike.txt similarity index 100% rename from _includes/dev/desc/model.backlike.txt rename to _includes/v4/desc/model.backlike.txt diff --git a/_includes/dev/desc/model.bibllike.txt b/_includes/v4/desc/model.bibllike.txt similarity index 100% rename from _includes/dev/desc/model.bibllike.txt rename to _includes/v4/desc/model.bibllike.txt diff --git a/_includes/dev/desc/model.biblpart.txt b/_includes/v4/desc/model.biblpart.txt similarity index 100% rename from _includes/dev/desc/model.biblpart.txt rename to _includes/v4/desc/model.biblpart.txt diff --git a/_includes/dev/desc/model.bifoliumlike.txt b/_includes/v4/desc/model.bifoliumlike.txt similarity index 100% rename from _includes/dev/desc/model.bifoliumlike.txt rename to _includes/v4/desc/model.bifoliumlike.txt diff --git a/_includes/dev/desc/model.captionlike.txt b/_includes/v4/desc/model.captionlike.txt similarity index 100% rename from _includes/dev/desc/model.captionlike.txt rename to _includes/v4/desc/model.captionlike.txt diff --git a/_includes/dev/desc/model.choicepart.txt b/_includes/v4/desc/model.choicepart.txt similarity index 100% rename from _includes/dev/desc/model.choicepart.txt rename to _includes/v4/desc/model.choicepart.txt diff --git a/_includes/dev/desc/model.chordpart.txt b/_includes/v4/desc/model.chordpart.txt similarity index 100% rename from _includes/dev/desc/model.chordpart.txt rename to _includes/v4/desc/model.chordpart.txt diff --git a/_includes/dev/desc/model.chordtablelike.txt b/_includes/v4/desc/model.chordtablelike.txt similarity index 100% rename from _includes/dev/desc/model.chordtablelike.txt rename to _includes/v4/desc/model.chordtablelike.txt diff --git a/_includes/dev/desc/model.controleventlike.cmn.txt b/_includes/v4/desc/model.controleventlike.cmn.txt similarity index 100% rename from _includes/dev/desc/model.controleventlike.cmn.txt rename to _includes/v4/desc/model.controleventlike.cmn.txt diff --git a/_includes/dev/desc/model.controleventlike.harmony.txt b/_includes/v4/desc/model.controleventlike.harmony.txt similarity index 100% rename from _includes/dev/desc/model.controleventlike.harmony.txt rename to _includes/v4/desc/model.controleventlike.harmony.txt diff --git a/_includes/dev/desc/model.controleventlike.txt b/_includes/v4/desc/model.controleventlike.txt similarity index 100% rename from _includes/dev/desc/model.controleventlike.txt rename to _includes/v4/desc/model.controleventlike.txt diff --git a/_includes/dev/desc/model.datelike.txt b/_includes/v4/desc/model.datelike.txt similarity index 100% rename from _includes/dev/desc/model.datelike.txt rename to _includes/v4/desc/model.datelike.txt diff --git a/_includes/dev/desc/model.desclike.txt b/_includes/v4/desc/model.desclike.txt similarity index 100% rename from _includes/dev/desc/model.desclike.txt rename to _includes/v4/desc/model.desclike.txt diff --git a/_includes/dev/desc/model.dimlike.txt b/_includes/v4/desc/model.dimlike.txt similarity index 100% rename from _includes/dev/desc/model.dimlike.txt rename to _includes/v4/desc/model.dimlike.txt diff --git a/_includes/dev/desc/model.divlike.txt b/_includes/v4/desc/model.divlike.txt similarity index 100% rename from _includes/dev/desc/model.divlike.txt rename to _includes/v4/desc/model.divlike.txt diff --git a/_includes/dev/desc/model.editionlike.txt b/_includes/v4/desc/model.editionlike.txt similarity index 100% rename from _includes/dev/desc/model.editionlike.txt rename to _includes/v4/desc/model.editionlike.txt diff --git a/_includes/dev/desc/model.editlike.txt b/_includes/v4/desc/model.editlike.txt similarity index 100% rename from _includes/dev/desc/model.editlike.txt rename to _includes/v4/desc/model.editlike.txt diff --git a/_includes/dev/desc/model.editorialdeclpart.txt b/_includes/v4/desc/model.editorialdeclpart.txt similarity index 100% rename from _includes/dev/desc/model.editorialdeclpart.txt rename to _includes/v4/desc/model.editorialdeclpart.txt diff --git a/_includes/dev/desc/model.editoriallike.txt b/_includes/v4/desc/model.editoriallike.txt similarity index 100% rename from _includes/dev/desc/model.editoriallike.txt rename to _includes/v4/desc/model.editoriallike.txt diff --git a/_includes/dev/desc/model.edittranspart.music.txt b/_includes/v4/desc/model.edittranspart.music.txt similarity index 100% rename from _includes/dev/desc/model.edittranspart.music.txt rename to _includes/v4/desc/model.edittranspart.music.txt diff --git a/_includes/dev/desc/model.edittranspart.text.txt b/_includes/v4/desc/model.edittranspart.text.txt similarity index 100% rename from _includes/dev/desc/model.edittranspart.text.txt rename to _includes/v4/desc/model.edittranspart.text.txt diff --git a/_includes/dev/desc/model.edittranspart.txt b/_includes/v4/desc/model.edittranspart.txt similarity index 100% rename from _includes/dev/desc/model.edittranspart.txt rename to _includes/v4/desc/model.edittranspart.txt diff --git a/_includes/dev/desc/model.encodingpart.txt b/_includes/v4/desc/model.encodingpart.txt similarity index 100% rename from _includes/dev/desc/model.encodingpart.txt rename to _includes/v4/desc/model.encodingpart.txt diff --git a/_includes/dev/desc/model.endinglike.txt b/_includes/v4/desc/model.endinglike.txt similarity index 100% rename from _includes/dev/desc/model.endinglike.txt rename to _includes/v4/desc/model.endinglike.txt diff --git a/_includes/dev/desc/model.eventlike.cmn.txt b/_includes/v4/desc/model.eventlike.cmn.txt similarity index 100% rename from _includes/dev/desc/model.eventlike.cmn.txt rename to _includes/v4/desc/model.eventlike.cmn.txt diff --git a/_includes/dev/desc/model.eventlike.measurefilling.txt b/_includes/v4/desc/model.eventlike.measurefilling.txt similarity index 100% rename from _includes/dev/desc/model.eventlike.measurefilling.txt rename to _includes/v4/desc/model.eventlike.measurefilling.txt diff --git a/_includes/dev/desc/model.eventlike.mensural.txt b/_includes/v4/desc/model.eventlike.mensural.txt similarity index 100% rename from _includes/dev/desc/model.eventlike.mensural.txt rename to _includes/v4/desc/model.eventlike.mensural.txt diff --git a/_includes/dev/desc/model.eventlike.neumes.txt b/_includes/v4/desc/model.eventlike.neumes.txt similarity index 100% rename from _includes/dev/desc/model.eventlike.neumes.txt rename to _includes/v4/desc/model.eventlike.neumes.txt diff --git a/_includes/dev/desc/model.eventlike.txt b/_includes/v4/desc/model.eventlike.txt similarity index 100% rename from _includes/dev/desc/model.eventlike.txt rename to _includes/v4/desc/model.eventlike.txt diff --git a/_includes/dev/desc/model.eventpart.txt b/_includes/v4/desc/model.eventpart.txt similarity index 100% rename from _includes/dev/desc/model.eventpart.txt rename to _includes/v4/desc/model.eventpart.txt diff --git a/_includes/dev/desc/model.expressionlike.txt b/_includes/v4/desc/model.expressionlike.txt similarity index 100% rename from _includes/dev/desc/model.expressionlike.txt rename to _includes/v4/desc/model.expressionlike.txt diff --git a/_includes/dev/desc/model.figbasslike.txt b/_includes/v4/desc/model.figbasslike.txt similarity index 100% rename from _includes/dev/desc/model.figbasslike.txt rename to _includes/v4/desc/model.figbasslike.txt diff --git a/_includes/dev/desc/model.figdesclike.txt b/_includes/v4/desc/model.figdesclike.txt similarity index 100% rename from _includes/dev/desc/model.figdesclike.txt rename to _includes/v4/desc/model.figdesclike.txt diff --git a/_includes/dev/desc/model.figurelike.txt b/_includes/v4/desc/model.figurelike.txt similarity index 100% rename from _includes/dev/desc/model.figurelike.txt rename to _includes/v4/desc/model.figurelike.txt diff --git a/_includes/dev/desc/model.fingeringlike.txt b/_includes/v4/desc/model.fingeringlike.txt similarity index 100% rename from _includes/dev/desc/model.fingeringlike.txt rename to _includes/v4/desc/model.fingeringlike.txt diff --git a/_includes/dev/desc/model.flike.txt b/_includes/v4/desc/model.flike.txt similarity index 100% rename from _includes/dev/desc/model.flike.txt rename to _includes/v4/desc/model.flike.txt diff --git a/_includes/dev/desc/model.foliumlike.txt b/_includes/v4/desc/model.foliumlike.txt similarity index 100% rename from _includes/dev/desc/model.foliumlike.txt rename to _includes/v4/desc/model.foliumlike.txt diff --git a/_includes/dev/desc/model.frontandbackpart.txt b/_includes/v4/desc/model.frontandbackpart.txt similarity index 100% rename from _includes/dev/desc/model.frontandbackpart.txt rename to _includes/v4/desc/model.frontandbackpart.txt diff --git a/_includes/dev/desc/model.frontlike.txt b/_includes/v4/desc/model.frontlike.txt similarity index 100% rename from _includes/dev/desc/model.frontlike.txt rename to _includes/v4/desc/model.frontlike.txt diff --git a/_includes/dev/desc/model.geognamepart.txt b/_includes/v4/desc/model.geognamepart.txt similarity index 100% rename from _includes/dev/desc/model.geognamepart.txt rename to _includes/v4/desc/model.geognamepart.txt diff --git a/_includes/dev/desc/model.graphiclike.txt b/_includes/v4/desc/model.graphiclike.txt similarity index 100% rename from _includes/dev/desc/model.graphiclike.txt rename to _includes/v4/desc/model.graphiclike.txt diff --git a/_includes/dev/desc/model.graphicprimitivelike.txt b/_includes/v4/desc/model.graphicprimitivelike.txt similarity index 100% rename from _includes/dev/desc/model.graphicprimitivelike.txt rename to _includes/v4/desc/model.graphicprimitivelike.txt diff --git a/_includes/dev/desc/model.harmlike.txt b/_includes/v4/desc/model.harmlike.txt similarity index 100% rename from _includes/dev/desc/model.harmlike.txt rename to _includes/v4/desc/model.harmlike.txt diff --git a/_includes/dev/desc/model.headerpart.txt b/_includes/v4/desc/model.headerpart.txt similarity index 100% rename from _includes/dev/desc/model.headerpart.txt rename to _includes/v4/desc/model.headerpart.txt diff --git a/_includes/dev/desc/model.headlike.txt b/_includes/v4/desc/model.headlike.txt similarity index 100% rename from _includes/dev/desc/model.headlike.txt rename to _includes/v4/desc/model.headlike.txt diff --git a/_includes/dev/desc/model.identifierlike.txt b/_includes/v4/desc/model.identifierlike.txt similarity index 100% rename from _includes/dev/desc/model.identifierlike.txt rename to _includes/v4/desc/model.identifierlike.txt diff --git a/_includes/dev/desc/model.imprintpart.txt b/_includes/v4/desc/model.imprintpart.txt similarity index 100% rename from _includes/dev/desc/model.imprintpart.txt rename to _includes/v4/desc/model.imprintpart.txt diff --git a/_includes/dev/desc/model.inciplike.txt b/_includes/v4/desc/model.inciplike.txt similarity index 100% rename from _includes/dev/desc/model.inciplike.txt rename to _includes/v4/desc/model.inciplike.txt diff --git a/_includes/dev/desc/model.instrdeflike.txt b/_includes/v4/desc/model.instrdeflike.txt similarity index 100% rename from _includes/dev/desc/model.instrdeflike.txt rename to _includes/v4/desc/model.instrdeflike.txt diff --git a/_includes/dev/desc/model.itemlike.txt b/_includes/v4/desc/model.itemlike.txt similarity index 100% rename from _includes/dev/desc/model.itemlike.txt rename to _includes/v4/desc/model.itemlike.txt diff --git a/_includes/dev/desc/model.keyaccidlike.txt b/_includes/v4/desc/model.keyaccidlike.txt similarity index 100% rename from _includes/dev/desc/model.keyaccidlike.txt rename to _includes/v4/desc/model.keyaccidlike.txt diff --git a/_includes/dev/desc/model.keysiglike.txt b/_includes/v4/desc/model.keysiglike.txt similarity index 100% rename from _includes/dev/desc/model.keysiglike.txt rename to _includes/v4/desc/model.keysiglike.txt diff --git a/_includes/dev/desc/model.labellike.txt b/_includes/v4/desc/model.labellike.txt similarity index 100% rename from _includes/dev/desc/model.labellike.txt rename to _includes/v4/desc/model.labellike.txt diff --git a/_includes/dev/desc/model.layerdeflike.txt b/_includes/v4/desc/model.layerdeflike.txt similarity index 100% rename from _includes/dev/desc/model.layerdeflike.txt rename to _includes/v4/desc/model.layerdeflike.txt diff --git a/_includes/dev/desc/model.layerlike.txt b/_includes/v4/desc/model.layerlike.txt similarity index 100% rename from _includes/dev/desc/model.layerlike.txt rename to _includes/v4/desc/model.layerlike.txt diff --git a/_includes/dev/desc/model.layerpart.cmn.txt b/_includes/v4/desc/model.layerpart.cmn.txt similarity index 100% rename from _includes/dev/desc/model.layerpart.cmn.txt rename to _includes/v4/desc/model.layerpart.cmn.txt diff --git a/_includes/dev/desc/model.layerpart.mensural.txt b/_includes/v4/desc/model.layerpart.mensural.txt similarity index 100% rename from _includes/dev/desc/model.layerpart.mensural.txt rename to _includes/v4/desc/model.layerpart.mensural.txt diff --git a/_includes/dev/desc/model.layerpart.mensuralandneumes.txt b/_includes/v4/desc/model.layerpart.mensuralandneumes.txt similarity index 100% rename from _includes/dev/desc/model.layerpart.mensuralandneumes.txt rename to _includes/v4/desc/model.layerpart.mensuralandneumes.txt diff --git a/_includes/dev/desc/model.layerpart.neumes.txt b/_includes/v4/desc/model.layerpart.neumes.txt similarity index 100% rename from _includes/dev/desc/model.layerpart.neumes.txt rename to _includes/v4/desc/model.layerpart.neumes.txt diff --git a/_includes/dev/desc/model.layerpart.txt b/_includes/v4/desc/model.layerpart.txt similarity index 100% rename from _includes/dev/desc/model.layerpart.txt rename to _includes/v4/desc/model.layerpart.txt diff --git a/_includes/dev/desc/model.lblike.txt b/_includes/v4/desc/model.lblike.txt similarity index 100% rename from _includes/dev/desc/model.lblike.txt rename to _includes/v4/desc/model.lblike.txt diff --git a/_includes/dev/desc/model.lglike.txt b/_includes/v4/desc/model.lglike.txt similarity index 100% rename from _includes/dev/desc/model.lglike.txt rename to _includes/v4/desc/model.lglike.txt diff --git a/_includes/dev/desc/model.listlike.txt b/_includes/v4/desc/model.listlike.txt similarity index 100% rename from _includes/dev/desc/model.listlike.txt rename to _includes/v4/desc/model.listlike.txt diff --git a/_includes/dev/desc/model.llike.txt b/_includes/v4/desc/model.llike.txt similarity index 100% rename from _includes/dev/desc/model.llike.txt rename to _includes/v4/desc/model.llike.txt diff --git a/_includes/dev/desc/model.locreflike.txt b/_includes/v4/desc/model.locreflike.txt similarity index 100% rename from _includes/dev/desc/model.locreflike.txt rename to _includes/v4/desc/model.locreflike.txt diff --git a/_includes/dev/desc/model.manifestationlike.txt b/_includes/v4/desc/model.manifestationlike.txt similarity index 100% rename from _includes/dev/desc/model.manifestationlike.txt rename to _includes/v4/desc/model.manifestationlike.txt diff --git a/_includes/dev/desc/model.mdivlike.txt b/_includes/v4/desc/model.mdivlike.txt similarity index 100% rename from _includes/dev/desc/model.mdivlike.txt rename to _includes/v4/desc/model.mdivlike.txt diff --git a/_includes/dev/desc/model.measurelike.txt b/_includes/v4/desc/model.measurelike.txt similarity index 100% rename from _includes/dev/desc/model.measurelike.txt rename to _includes/v4/desc/model.measurelike.txt diff --git a/_includes/dev/desc/model.measurementlike.txt b/_includes/v4/desc/model.measurementlike.txt similarity index 100% rename from _includes/dev/desc/model.measurementlike.txt rename to _includes/v4/desc/model.measurementlike.txt diff --git a/_includes/dev/desc/model.measurepart.txt b/_includes/v4/desc/model.measurepart.txt similarity index 100% rename from _includes/dev/desc/model.measurepart.txt rename to _includes/v4/desc/model.measurepart.txt diff --git a/_includes/dev/desc/model.metersiglike.txt b/_includes/v4/desc/model.metersiglike.txt similarity index 100% rename from _includes/dev/desc/model.metersiglike.txt rename to _includes/v4/desc/model.metersiglike.txt diff --git a/_includes/dev/desc/model.midilike.txt b/_includes/v4/desc/model.midilike.txt similarity index 100% rename from _includes/dev/desc/model.midilike.txt rename to _includes/v4/desc/model.midilike.txt diff --git a/_includes/dev/desc/model.milestonelike.music.txt b/_includes/v4/desc/model.milestonelike.music.txt similarity index 100% rename from _includes/dev/desc/model.milestonelike.music.txt rename to _includes/v4/desc/model.milestonelike.music.txt diff --git a/_includes/dev/desc/model.milestonelike.text.txt b/_includes/v4/desc/model.milestonelike.text.txt similarity index 100% rename from _includes/dev/desc/model.milestonelike.text.txt rename to _includes/v4/desc/model.milestonelike.text.txt diff --git a/_includes/dev/desc/model.msinline.txt b/_includes/v4/desc/model.msinline.txt similarity index 100% rename from _includes/dev/desc/model.msinline.txt rename to _includes/v4/desc/model.msinline.txt diff --git a/_includes/dev/desc/model.namelike.agent.txt b/_includes/v4/desc/model.namelike.agent.txt similarity index 100% rename from _includes/dev/desc/model.namelike.agent.txt rename to _includes/v4/desc/model.namelike.agent.txt diff --git a/_includes/dev/desc/model.namelike.geogname.txt b/_includes/v4/desc/model.namelike.geogname.txt similarity index 100% rename from _includes/dev/desc/model.namelike.geogname.txt rename to _includes/v4/desc/model.namelike.geogname.txt diff --git a/_includes/dev/desc/model.namelike.label.txt b/_includes/v4/desc/model.namelike.label.txt similarity index 100% rename from _includes/dev/desc/model.namelike.label.txt rename to _includes/v4/desc/model.namelike.label.txt diff --git a/_includes/dev/desc/model.namelike.place.txt b/_includes/v4/desc/model.namelike.place.txt similarity index 100% rename from _includes/dev/desc/model.namelike.place.txt rename to _includes/v4/desc/model.namelike.place.txt diff --git a/_includes/dev/desc/model.namelike.txt b/_includes/v4/desc/model.namelike.txt similarity index 100% rename from _includes/dev/desc/model.namelike.txt rename to _includes/v4/desc/model.namelike.txt diff --git a/_includes/dev/desc/model.neumecomponentmodifierlike.txt b/_includes/v4/desc/model.neumecomponentmodifierlike.txt similarity index 100% rename from _includes/dev/desc/model.neumecomponentmodifierlike.txt rename to _includes/v4/desc/model.neumecomponentmodifierlike.txt diff --git a/_includes/dev/desc/model.neumemodifierlike.txt b/_includes/v4/desc/model.neumemodifierlike.txt similarity index 100% rename from _includes/dev/desc/model.neumemodifierlike.txt rename to _includes/v4/desc/model.neumemodifierlike.txt diff --git a/_includes/dev/desc/model.neumepart.txt b/_includes/v4/desc/model.neumepart.txt similarity index 100% rename from _includes/dev/desc/model.neumepart.txt rename to _includes/v4/desc/model.neumepart.txt diff --git a/_includes/dev/desc/model.notemodifierlike.txt b/_includes/v4/desc/model.notemodifierlike.txt similarity index 100% rename from _includes/dev/desc/model.notemodifierlike.txt rename to _includes/v4/desc/model.notemodifierlike.txt diff --git a/_includes/dev/desc/model.numlike.txt b/_includes/v4/desc/model.numlike.txt similarity index 100% rename from _includes/dev/desc/model.numlike.txt rename to _includes/v4/desc/model.numlike.txt diff --git a/_includes/dev/desc/model.ornamentlike.cmn.txt b/_includes/v4/desc/model.ornamentlike.cmn.txt similarity index 100% rename from _includes/dev/desc/model.ornamentlike.cmn.txt rename to _includes/v4/desc/model.ornamentlike.cmn.txt diff --git a/_includes/dev/desc/model.ossialike.txt b/_includes/v4/desc/model.ossialike.txt similarity index 100% rename from _includes/dev/desc/model.ossialike.txt rename to _includes/v4/desc/model.ossialike.txt diff --git a/_includes/dev/desc/model.papermodlike.txt b/_includes/v4/desc/model.papermodlike.txt similarity index 100% rename from _includes/dev/desc/model.papermodlike.txt rename to _includes/v4/desc/model.papermodlike.txt diff --git a/_includes/dev/desc/model.paracontentpart.txt b/_includes/v4/desc/model.paracontentpart.txt similarity index 100% rename from _includes/dev/desc/model.paracontentpart.txt rename to _includes/v4/desc/model.paracontentpart.txt diff --git a/_includes/dev/desc/model.partlike.txt b/_includes/v4/desc/model.partlike.txt similarity index 100% rename from _includes/dev/desc/model.partlike.txt rename to _includes/v4/desc/model.partlike.txt diff --git a/_includes/dev/desc/model.partslike.txt b/_includes/v4/desc/model.partslike.txt similarity index 100% rename from _includes/dev/desc/model.partslike.txt rename to _includes/v4/desc/model.partslike.txt diff --git a/_includes/dev/desc/model.pblike.txt b/_includes/v4/desc/model.pblike.txt similarity index 100% rename from _includes/dev/desc/model.pblike.txt rename to _includes/v4/desc/model.pblike.txt diff --git a/_includes/dev/desc/model.persnamepart.txt b/_includes/v4/desc/model.persnamepart.txt similarity index 100% rename from _includes/dev/desc/model.persnamepart.txt rename to _includes/v4/desc/model.persnamepart.txt diff --git a/_includes/dev/desc/model.physdescpart.txt b/_includes/v4/desc/model.physdescpart.txt similarity index 100% rename from _includes/dev/desc/model.physdescpart.txt rename to _includes/v4/desc/model.physdescpart.txt diff --git a/_includes/dev/desc/model.plike.txt b/_includes/v4/desc/model.plike.txt similarity index 100% rename from _includes/dev/desc/model.plike.txt rename to _includes/v4/desc/model.plike.txt diff --git a/_includes/dev/desc/model.pubstmtpart.txt b/_includes/v4/desc/model.pubstmtpart.txt similarity index 100% rename from _includes/dev/desc/model.pubstmtpart.txt rename to _includes/v4/desc/model.pubstmtpart.txt diff --git a/_includes/dev/desc/model.qlike.txt b/_includes/v4/desc/model.qlike.txt similarity index 100% rename from _includes/dev/desc/model.qlike.txt rename to _includes/v4/desc/model.qlike.txt diff --git a/_includes/dev/desc/model.quotelike.txt b/_includes/v4/desc/model.quotelike.txt similarity index 100% rename from _includes/dev/desc/model.quotelike.txt rename to _includes/v4/desc/model.quotelike.txt diff --git a/_includes/dev/desc/model.rdgpart.music.txt b/_includes/v4/desc/model.rdgpart.music.txt similarity index 100% rename from _includes/dev/desc/model.rdgpart.music.txt rename to _includes/v4/desc/model.rdgpart.music.txt diff --git a/_includes/dev/desc/model.rdgpart.text.txt b/_includes/v4/desc/model.rdgpart.text.txt similarity index 100% rename from _includes/dev/desc/model.rdgpart.text.txt rename to _includes/v4/desc/model.rdgpart.text.txt diff --git a/_includes/dev/desc/model.rdgpart.txt b/_includes/v4/desc/model.rdgpart.txt similarity index 100% rename from _includes/dev/desc/model.rdgpart.txt rename to _includes/v4/desc/model.rdgpart.txt diff --git a/_includes/dev/desc/model.relationlike.txt b/_includes/v4/desc/model.relationlike.txt similarity index 100% rename from _includes/dev/desc/model.relationlike.txt rename to _includes/v4/desc/model.relationlike.txt diff --git a/_includes/dev/desc/model.rendlike.txt b/_includes/v4/desc/model.rendlike.txt similarity index 100% rename from _includes/dev/desc/model.rendlike.txt rename to _includes/v4/desc/model.rendlike.txt diff --git a/_includes/dev/desc/model.repositorylike.txt b/_includes/v4/desc/model.repositorylike.txt similarity index 100% rename from _includes/dev/desc/model.repositorylike.txt rename to _includes/v4/desc/model.repositorylike.txt diff --git a/_includes/dev/desc/model.resourcelike.txt b/_includes/v4/desc/model.resourcelike.txt similarity index 100% rename from _includes/dev/desc/model.resourcelike.txt rename to _includes/v4/desc/model.resourcelike.txt diff --git a/_includes/dev/desc/model.resplike.txt b/_includes/v4/desc/model.resplike.txt similarity index 100% rename from _includes/dev/desc/model.resplike.txt rename to _includes/v4/desc/model.resplike.txt diff --git a/_includes/dev/desc/model.resplikepart.txt b/_includes/v4/desc/model.resplikepart.txt similarity index 100% rename from _includes/dev/desc/model.resplikepart.txt rename to _includes/v4/desc/model.resplikepart.txt diff --git a/_includes/dev/desc/model.scoredeflike.txt b/_includes/v4/desc/model.scoredeflike.txt similarity index 100% rename from _includes/dev/desc/model.scoredeflike.txt rename to _includes/v4/desc/model.scoredeflike.txt diff --git a/_includes/dev/desc/model.scorelike.txt b/_includes/v4/desc/model.scorelike.txt similarity index 100% rename from _includes/dev/desc/model.scorelike.txt rename to _includes/v4/desc/model.scorelike.txt diff --git a/_includes/dev/desc/model.scorepart.mensural.txt b/_includes/v4/desc/model.scorepart.mensural.txt similarity index 100% rename from _includes/dev/desc/model.scorepart.mensural.txt rename to _includes/v4/desc/model.scorepart.mensural.txt diff --git a/_includes/dev/desc/model.scorepart.mensuralandneumes.txt b/_includes/v4/desc/model.scorepart.mensuralandneumes.txt similarity index 100% rename from _includes/dev/desc/model.scorepart.mensuralandneumes.txt rename to _includes/v4/desc/model.scorepart.mensuralandneumes.txt diff --git a/_includes/dev/desc/model.scorepart.neumes.txt b/_includes/v4/desc/model.scorepart.neumes.txt similarity index 100% rename from _includes/dev/desc/model.scorepart.neumes.txt rename to _includes/v4/desc/model.scorepart.neumes.txt diff --git a/_includes/dev/desc/model.scorepart.txt b/_includes/v4/desc/model.scorepart.txt similarity index 100% rename from _includes/dev/desc/model.scorepart.txt rename to _includes/v4/desc/model.scorepart.txt diff --git a/_includes/dev/desc/model.sectionlike.txt b/_includes/v4/desc/model.sectionlike.txt similarity index 100% rename from _includes/dev/desc/model.sectionlike.txt rename to _includes/v4/desc/model.sectionlike.txt diff --git a/_includes/dev/desc/model.sectionpart.cmn.txt b/_includes/v4/desc/model.sectionpart.cmn.txt similarity index 100% rename from _includes/dev/desc/model.sectionpart.cmn.txt rename to _includes/v4/desc/model.sectionpart.cmn.txt diff --git a/_includes/dev/desc/model.sectionpart.mensural.txt b/_includes/v4/desc/model.sectionpart.mensural.txt similarity index 100% rename from _includes/dev/desc/model.sectionpart.mensural.txt rename to _includes/v4/desc/model.sectionpart.mensural.txt diff --git a/_includes/dev/desc/model.sectionpart.mensuralandneumes.txt b/_includes/v4/desc/model.sectionpart.mensuralandneumes.txt similarity index 100% rename from _includes/dev/desc/model.sectionpart.mensuralandneumes.txt rename to _includes/v4/desc/model.sectionpart.mensuralandneumes.txt diff --git a/_includes/dev/desc/model.sectionpart.neumes.txt b/_includes/v4/desc/model.sectionpart.neumes.txt similarity index 100% rename from _includes/dev/desc/model.sectionpart.neumes.txt rename to _includes/v4/desc/model.sectionpart.neumes.txt diff --git a/_includes/dev/desc/model.sectionpart.txt b/_includes/v4/desc/model.sectionpart.txt similarity index 100% rename from _includes/dev/desc/model.sectionpart.txt rename to _includes/v4/desc/model.sectionpart.txt diff --git a/_includes/dev/desc/model.staffdeflike.txt b/_includes/v4/desc/model.staffdeflike.txt similarity index 100% rename from _includes/dev/desc/model.staffdeflike.txt rename to _includes/v4/desc/model.staffdeflike.txt diff --git a/_includes/dev/desc/model.staffdefpart.mensural.txt b/_includes/v4/desc/model.staffdefpart.mensural.txt similarity index 100% rename from _includes/dev/desc/model.staffdefpart.mensural.txt rename to _includes/v4/desc/model.staffdefpart.mensural.txt diff --git a/_includes/dev/desc/model.staffdefpart.txt b/_includes/v4/desc/model.staffdefpart.txt similarity index 100% rename from _includes/dev/desc/model.staffdefpart.txt rename to _includes/v4/desc/model.staffdefpart.txt diff --git a/_includes/dev/desc/model.staffgrplike.txt b/_includes/v4/desc/model.staffgrplike.txt similarity index 100% rename from _includes/dev/desc/model.staffgrplike.txt rename to _includes/v4/desc/model.staffgrplike.txt diff --git a/_includes/dev/desc/model.stafflike.txt b/_includes/v4/desc/model.stafflike.txt similarity index 100% rename from _includes/dev/desc/model.stafflike.txt rename to _includes/v4/desc/model.stafflike.txt diff --git a/_includes/dev/desc/model.staffpart.mensural.txt b/_includes/v4/desc/model.staffpart.mensural.txt similarity index 100% rename from _includes/dev/desc/model.staffpart.mensural.txt rename to _includes/v4/desc/model.staffpart.mensural.txt diff --git a/_includes/dev/desc/model.staffpart.mensuralandneumes.txt b/_includes/v4/desc/model.staffpart.mensuralandneumes.txt similarity index 100% rename from _includes/dev/desc/model.staffpart.mensuralandneumes.txt rename to _includes/v4/desc/model.staffpart.mensuralandneumes.txt diff --git a/_includes/dev/desc/model.staffpart.neumes.txt b/_includes/v4/desc/model.staffpart.neumes.txt similarity index 100% rename from _includes/dev/desc/model.staffpart.neumes.txt rename to _includes/v4/desc/model.staffpart.neumes.txt diff --git a/_includes/dev/desc/model.staffpart.txt b/_includes/v4/desc/model.staffpart.txt similarity index 100% rename from _includes/dev/desc/model.staffpart.txt rename to _includes/v4/desc/model.staffpart.txt diff --git a/_includes/dev/desc/model.stagedirlike.txt b/_includes/v4/desc/model.stagedirlike.txt similarity index 100% rename from _includes/dev/desc/model.stagedirlike.txt rename to _includes/v4/desc/model.stagedirlike.txt diff --git a/_includes/dev/desc/model.startlike.corpus.txt b/_includes/v4/desc/model.startlike.corpus.txt similarity index 100% rename from _includes/dev/desc/model.startlike.corpus.txt rename to _includes/v4/desc/model.startlike.corpus.txt diff --git a/_includes/dev/desc/model.startlike.header.txt b/_includes/v4/desc/model.startlike.header.txt similarity index 100% rename from _includes/dev/desc/model.startlike.header.txt rename to _includes/v4/desc/model.startlike.header.txt diff --git a/_includes/dev/desc/model.syllablelike.txt b/_includes/v4/desc/model.syllablelike.txt similarity index 100% rename from _includes/dev/desc/model.syllablelike.txt rename to _includes/v4/desc/model.syllablelike.txt diff --git a/_includes/dev/desc/model.syllablepart.txt b/_includes/v4/desc/model.syllablepart.txt similarity index 100% rename from _includes/dev/desc/model.syllablepart.txt rename to _includes/v4/desc/model.syllablepart.txt diff --git a/_includes/dev/desc/model.syllike.txt b/_includes/v4/desc/model.syllike.txt similarity index 100% rename from _includes/dev/desc/model.syllike.txt rename to _includes/v4/desc/model.syllike.txt diff --git a/_includes/dev/desc/model.symboltablelike.txt b/_includes/v4/desc/model.symboltablelike.txt similarity index 100% rename from _includes/dev/desc/model.symboltablelike.txt rename to _includes/v4/desc/model.symboltablelike.txt diff --git a/_includes/dev/desc/model.tablelike.txt b/_includes/v4/desc/model.tablelike.txt similarity index 100% rename from _includes/dev/desc/model.tablelike.txt rename to _includes/v4/desc/model.tablelike.txt diff --git a/_includes/dev/desc/model.textcomponentlike.txt b/_includes/v4/desc/model.textcomponentlike.txt similarity index 100% rename from _includes/dev/desc/model.textcomponentlike.txt rename to _includes/v4/desc/model.textcomponentlike.txt diff --git a/_includes/dev/desc/model.textphraselike.limited.txt b/_includes/v4/desc/model.textphraselike.limited.txt similarity index 100% rename from _includes/dev/desc/model.textphraselike.limited.txt rename to _includes/v4/desc/model.textphraselike.limited.txt diff --git a/_includes/dev/desc/model.textphraselike.txt b/_includes/v4/desc/model.textphraselike.txt similarity index 100% rename from _includes/dev/desc/model.textphraselike.txt rename to _includes/v4/desc/model.textphraselike.txt diff --git a/_includes/dev/desc/model.titlelike.txt b/_includes/v4/desc/model.titlelike.txt similarity index 100% rename from _includes/dev/desc/model.titlelike.txt rename to _includes/v4/desc/model.titlelike.txt diff --git a/_includes/dev/desc/model.titlepagepart.txt b/_includes/v4/desc/model.titlepagepart.txt similarity index 100% rename from _includes/dev/desc/model.titlepagepart.txt rename to _includes/v4/desc/model.titlepagepart.txt diff --git a/_includes/dev/desc/model.transcriptionlike.txt b/_includes/v4/desc/model.transcriptionlike.txt similarity index 100% rename from _includes/dev/desc/model.transcriptionlike.txt rename to _includes/v4/desc/model.transcriptionlike.txt diff --git a/_includes/dev/desc/model.verselike.txt b/_includes/v4/desc/model.verselike.txt similarity index 100% rename from _includes/dev/desc/model.verselike.txt rename to _includes/v4/desc/model.verselike.txt diff --git a/_includes/dev/desc/model.workident.txt b/_includes/v4/desc/model.workident.txt similarity index 100% rename from _includes/dev/desc/model.workident.txt rename to _includes/v4/desc/model.workident.txt diff --git a/_includes/dev/desc/model.worklike.txt b/_includes/v4/desc/model.worklike.txt similarity index 100% rename from _includes/dev/desc/model.worklike.txt rename to _includes/v4/desc/model.worklike.txt diff --git a/_includes/dev/desc/monogr.txt b/_includes/v4/desc/monogr.txt similarity index 100% rename from _includes/dev/desc/monogr.txt rename to _includes/v4/desc/monogr.txt diff --git a/_includes/dev/desc/mordent.txt b/_includes/v4/desc/mordent.txt similarity index 100% rename from _includes/dev/desc/mordent.txt rename to _includes/v4/desc/mordent.txt diff --git a/_includes/dev/desc/mrest.txt b/_includes/v4/desc/mrest.txt similarity index 100% rename from _includes/dev/desc/mrest.txt rename to _includes/v4/desc/mrest.txt diff --git a/_includes/dev/desc/mrpt.txt b/_includes/v4/desc/mrpt.txt similarity index 100% rename from _includes/dev/desc/mrpt.txt rename to _includes/v4/desc/mrpt.txt diff --git a/_includes/dev/desc/mrpt2.txt b/_includes/v4/desc/mrpt2.txt similarity index 100% rename from _includes/dev/desc/mrpt2.txt rename to _includes/v4/desc/mrpt2.txt diff --git a/_includes/dev/desc/mspace.txt b/_includes/v4/desc/mspace.txt similarity index 100% rename from _includes/dev/desc/mspace.txt rename to _includes/v4/desc/mspace.txt diff --git a/_includes/dev/desc/multirest.txt b/_includes/v4/desc/multirest.txt similarity index 100% rename from _includes/dev/desc/multirest.txt rename to _includes/v4/desc/multirest.txt diff --git a/_includes/dev/desc/multirpt.txt b/_includes/v4/desc/multirpt.txt similarity index 100% rename from _includes/dev/desc/multirpt.txt rename to _includes/v4/desc/multirpt.txt diff --git a/_includes/dev/desc/music.txt b/_includes/v4/desc/music.txt similarity index 100% rename from _includes/dev/desc/music.txt rename to _includes/v4/desc/music.txt diff --git a/_includes/dev/desc/name.txt b/_includes/v4/desc/name.txt similarity index 100% rename from _includes/dev/desc/name.txt rename to _includes/v4/desc/name.txt diff --git a/_includes/dev/desc/name/type.txt b/_includes/v4/desc/name/type.txt similarity index 100% rename from _includes/dev/desc/name/type.txt rename to _includes/v4/desc/name/type.txt diff --git a/_includes/dev/desc/namelink.txt b/_includes/v4/desc/namelink.txt similarity index 100% rename from _includes/dev/desc/namelink.txt rename to _includes/v4/desc/namelink.txt diff --git a/_includes/dev/desc/namespace.txt b/_includes/v4/desc/namespace.txt similarity index 100% rename from _includes/dev/desc/namespace.txt rename to _includes/v4/desc/namespace.txt diff --git a/_includes/dev/desc/namespace/name.txt b/_includes/v4/desc/namespace/name.txt similarity index 100% rename from _includes/dev/desc/namespace/name.txt rename to _includes/v4/desc/namespace/name.txt diff --git a/_includes/dev/desc/namespace/prefix.txt b/_includes/v4/desc/namespace/prefix.txt similarity index 100% rename from _includes/dev/desc/namespace/prefix.txt rename to _includes/v4/desc/namespace/prefix.txt diff --git a/_includes/dev/desc/nc.txt b/_includes/v4/desc/nc.txt similarity index 100% rename from _includes/dev/desc/nc.txt rename to _includes/v4/desc/nc.txt diff --git a/_includes/dev/desc/nc/type.txt b/_includes/v4/desc/nc/type.txt similarity index 100% rename from _includes/dev/desc/nc/type.txt rename to _includes/v4/desc/nc/type.txt diff --git a/_includes/dev/desc/ncgrp.txt b/_includes/v4/desc/ncgrp.txt similarity index 100% rename from _includes/dev/desc/ncgrp.txt rename to _includes/v4/desc/ncgrp.txt diff --git a/_includes/dev/desc/neume.txt b/_includes/v4/desc/neume.txt similarity index 100% rename from _includes/dev/desc/neume.txt rename to _includes/v4/desc/neume.txt diff --git a/_includes/dev/desc/neume/type.txt b/_includes/v4/desc/neume/type.txt similarity index 100% rename from _includes/dev/desc/neume/type.txt rename to _includes/v4/desc/neume/type.txt diff --git a/_includes/dev/desc/normalization.txt b/_includes/v4/desc/normalization.txt similarity index 100% rename from _includes/dev/desc/normalization.txt rename to _includes/v4/desc/normalization.txt diff --git a/_includes/dev/desc/note.txt b/_includes/v4/desc/note.txt similarity index 100% rename from _includes/dev/desc/note.txt rename to _includes/v4/desc/note.txt diff --git a/_includes/dev/desc/noteoff.txt b/_includes/v4/desc/noteoff.txt similarity index 100% rename from _includes/dev/desc/noteoff.txt rename to _includes/v4/desc/noteoff.txt diff --git a/_includes/dev/desc/noteon.txt b/_includes/v4/desc/noteon.txt similarity index 100% rename from _includes/dev/desc/noteon.txt rename to _includes/v4/desc/noteon.txt diff --git a/_includes/dev/desc/notesstmt.txt b/_includes/v4/desc/notesstmt.txt similarity index 100% rename from _includes/dev/desc/notesstmt.txt rename to _includes/v4/desc/notesstmt.txt diff --git a/_includes/dev/desc/num.txt b/_includes/v4/desc/num.txt similarity index 100% rename from _includes/dev/desc/num.txt rename to _includes/v4/desc/num.txt diff --git a/_includes/dev/desc/num/value.txt b/_includes/v4/desc/num/value.txt similarity index 100% rename from _includes/dev/desc/num/value.txt rename to _includes/v4/desc/num/value.txt diff --git a/_includes/dev/desc/octave.txt b/_includes/v4/desc/octave.txt similarity index 100% rename from _includes/dev/desc/octave.txt rename to _includes/v4/desc/octave.txt diff --git a/_includes/dev/desc/olayer.txt b/_includes/v4/desc/olayer.txt similarity index 100% rename from _includes/dev/desc/olayer.txt rename to _includes/v4/desc/olayer.txt diff --git a/_includes/dev/desc/orig.txt b/_includes/v4/desc/orig.txt similarity index 100% rename from _includes/dev/desc/orig.txt rename to _includes/v4/desc/orig.txt diff --git a/_includes/dev/desc/oriscus.txt b/_includes/v4/desc/oriscus.txt similarity index 100% rename from _includes/dev/desc/oriscus.txt rename to _includes/v4/desc/oriscus.txt diff --git a/_includes/dev/desc/ornam.txt b/_includes/v4/desc/ornam.txt similarity index 100% rename from _includes/dev/desc/ornam.txt rename to _includes/v4/desc/ornam.txt diff --git a/_includes/dev/desc/ossia.txt b/_includes/v4/desc/ossia.txt similarity index 100% rename from _includes/dev/desc/ossia.txt rename to _includes/v4/desc/ossia.txt diff --git a/_includes/dev/desc/ostaff.txt b/_includes/v4/desc/ostaff.txt similarity index 100% rename from _includes/dev/desc/ostaff.txt rename to _includes/v4/desc/ostaff.txt diff --git a/_includes/dev/desc/otherchar.txt b/_includes/v4/desc/otherchar.txt similarity index 100% rename from _includes/dev/desc/otherchar.txt rename to _includes/v4/desc/otherchar.txt diff --git a/_includes/dev/desc/p.txt b/_includes/v4/desc/p.txt similarity index 100% rename from _includes/dev/desc/p.txt rename to _includes/v4/desc/p.txt diff --git a/_includes/dev/desc/pad.txt b/_includes/v4/desc/pad.txt similarity index 100% rename from _includes/dev/desc/pad.txt rename to _includes/v4/desc/pad.txt diff --git a/_includes/dev/desc/part.txt b/_includes/v4/desc/part.txt similarity index 100% rename from _includes/dev/desc/part.txt rename to _includes/v4/desc/part.txt diff --git a/_includes/dev/desc/parts.txt b/_includes/v4/desc/parts.txt similarity index 100% rename from _includes/dev/desc/parts.txt rename to _includes/v4/desc/parts.txt diff --git a/_includes/dev/desc/patch.txt b/_includes/v4/desc/patch.txt similarity index 100% rename from _includes/dev/desc/patch.txt rename to _includes/v4/desc/patch.txt diff --git a/_includes/dev/desc/patch/attached.by.txt b/_includes/v4/desc/patch/attached.by.txt similarity index 100% rename from _includes/dev/desc/patch/attached.by.txt rename to _includes/v4/desc/patch/attached.by.txt diff --git a/_includes/dev/desc/patch/attached.to.txt b/_includes/v4/desc/patch/attached.to.txt similarity index 100% rename from _includes/dev/desc/patch/attached.to.txt rename to _includes/v4/desc/patch/attached.to.txt diff --git a/_includes/dev/desc/pb.txt b/_includes/v4/desc/pb.txt similarity index 100% rename from _includes/dev/desc/pb.txt rename to _includes/v4/desc/pb.txt diff --git a/_includes/dev/desc/pedal.txt b/_includes/v4/desc/pedal.txt similarity index 100% rename from _includes/dev/desc/pedal.txt rename to _includes/v4/desc/pedal.txt diff --git a/_includes/dev/desc/perfduration.txt b/_includes/v4/desc/perfduration.txt similarity index 100% rename from _includes/dev/desc/perfduration.txt rename to _includes/v4/desc/perfduration.txt diff --git a/_includes/dev/desc/perfduration/isodur.txt b/_includes/v4/desc/perfduration/isodur.txt similarity index 100% rename from _includes/dev/desc/perfduration/isodur.txt rename to _includes/v4/desc/perfduration/isodur.txt diff --git a/_includes/dev/desc/perfmedium.txt b/_includes/v4/desc/perfmedium.txt similarity index 100% rename from _includes/dev/desc/perfmedium.txt rename to _includes/v4/desc/perfmedium.txt diff --git a/_includes/dev/desc/performance.txt b/_includes/v4/desc/performance.txt similarity index 100% rename from _includes/dev/desc/performance.txt rename to _includes/v4/desc/performance.txt diff --git a/_includes/dev/desc/perfres.txt b/_includes/v4/desc/perfres.txt similarity index 100% rename from _includes/dev/desc/perfres.txt rename to _includes/v4/desc/perfres.txt diff --git a/_includes/dev/desc/perfres/count.txt b/_includes/v4/desc/perfres/count.txt similarity index 100% rename from _includes/dev/desc/perfres/count.txt rename to _includes/v4/desc/perfres/count.txt diff --git a/_includes/dev/desc/perfres/solo.txt b/_includes/v4/desc/perfres/solo.txt similarity index 100% rename from _includes/dev/desc/perfres/solo.txt rename to _includes/v4/desc/perfres/solo.txt diff --git a/_includes/dev/desc/perfreslist.txt b/_includes/v4/desc/perfreslist.txt similarity index 100% rename from _includes/dev/desc/perfreslist.txt rename to _includes/v4/desc/perfreslist.txt diff --git a/_includes/dev/desc/perfreslist/count.txt b/_includes/v4/desc/perfreslist/count.txt similarity index 100% rename from _includes/dev/desc/perfreslist/count.txt rename to _includes/v4/desc/perfreslist/count.txt diff --git a/_includes/dev/desc/periodname.txt b/_includes/v4/desc/periodname.txt similarity index 100% rename from _includes/dev/desc/periodname.txt rename to _includes/v4/desc/periodname.txt diff --git a/_includes/dev/desc/persname.txt b/_includes/v4/desc/persname.txt similarity index 100% rename from _includes/dev/desc/persname.txt rename to _includes/v4/desc/persname.txt diff --git a/_includes/dev/desc/pgdesc.txt b/_includes/v4/desc/pgdesc.txt similarity index 100% rename from _includes/dev/desc/pgdesc.txt rename to _includes/v4/desc/pgdesc.txt diff --git a/_includes/dev/desc/pgfoot.txt b/_includes/v4/desc/pgfoot.txt similarity index 100% rename from _includes/dev/desc/pgfoot.txt rename to _includes/v4/desc/pgfoot.txt diff --git a/_includes/dev/desc/pgfoot/halign.txt b/_includes/v4/desc/pgfoot/halign.txt similarity index 100% rename from _includes/dev/desc/pgfoot/halign.txt rename to _includes/v4/desc/pgfoot/halign.txt diff --git a/_includes/dev/desc/pgfoot2.txt b/_includes/v4/desc/pgfoot2.txt similarity index 100% rename from _includes/dev/desc/pgfoot2.txt rename to _includes/v4/desc/pgfoot2.txt diff --git a/_includes/dev/desc/pgfoot2/halign.txt b/_includes/v4/desc/pgfoot2/halign.txt similarity index 100% rename from _includes/dev/desc/pgfoot2/halign.txt rename to _includes/v4/desc/pgfoot2/halign.txt diff --git a/_includes/dev/desc/pghead.txt b/_includes/v4/desc/pghead.txt similarity index 100% rename from _includes/dev/desc/pghead.txt rename to _includes/v4/desc/pghead.txt diff --git a/_includes/dev/desc/pghead/halign.txt b/_includes/v4/desc/pghead/halign.txt similarity index 100% rename from _includes/dev/desc/pghead/halign.txt rename to _includes/v4/desc/pghead/halign.txt diff --git a/_includes/dev/desc/pghead2.txt b/_includes/v4/desc/pghead2.txt similarity index 100% rename from _includes/dev/desc/pghead2.txt rename to _includes/v4/desc/pghead2.txt diff --git a/_includes/dev/desc/pghead2/halign.txt b/_includes/v4/desc/pghead2/halign.txt similarity index 100% rename from _includes/dev/desc/pghead2/halign.txt rename to _includes/v4/desc/pghead2/halign.txt diff --git a/_includes/dev/desc/phrase.txt b/_includes/v4/desc/phrase.txt similarity index 100% rename from _includes/dev/desc/phrase.txt rename to _includes/v4/desc/phrase.txt diff --git a/_includes/dev/desc/physdesc.txt b/_includes/v4/desc/physdesc.txt similarity index 100% rename from _includes/dev/desc/physdesc.txt rename to _includes/v4/desc/physdesc.txt diff --git a/_includes/dev/desc/physloc.txt b/_includes/v4/desc/physloc.txt similarity index 100% rename from _includes/dev/desc/physloc.txt rename to _includes/v4/desc/physloc.txt diff --git a/_includes/dev/desc/physmedium.txt b/_includes/v4/desc/physmedium.txt similarity index 100% rename from _includes/dev/desc/physmedium.txt rename to _includes/v4/desc/physmedium.txt diff --git a/_includes/dev/desc/platenum.txt b/_includes/v4/desc/platenum.txt similarity index 100% rename from _includes/dev/desc/platenum.txt rename to _includes/v4/desc/platenum.txt diff --git a/_includes/dev/desc/playingspeed.txt b/_includes/v4/desc/playingspeed.txt similarity index 100% rename from _includes/dev/desc/playingspeed.txt rename to _includes/v4/desc/playingspeed.txt diff --git a/_includes/dev/desc/port.txt b/_includes/v4/desc/port.txt similarity index 100% rename from _includes/dev/desc/port.txt rename to _includes/v4/desc/port.txt diff --git a/_includes/dev/desc/postbox.txt b/_includes/v4/desc/postbox.txt similarity index 100% rename from _includes/dev/desc/postbox.txt rename to _includes/v4/desc/postbox.txt diff --git a/_includes/dev/desc/postcode.txt b/_includes/v4/desc/postcode.txt similarity index 100% rename from _includes/dev/desc/postcode.txt rename to _includes/v4/desc/postcode.txt diff --git a/_includes/dev/desc/price.txt b/_includes/v4/desc/price.txt similarity index 100% rename from _includes/dev/desc/price.txt rename to _includes/v4/desc/price.txt diff --git a/_includes/dev/desc/price/amount.txt b/_includes/v4/desc/price/amount.txt similarity index 100% rename from _includes/dev/desc/price/amount.txt rename to _includes/v4/desc/price/amount.txt diff --git a/_includes/dev/desc/price/currency.txt b/_includes/v4/desc/price/currency.txt similarity index 100% rename from _includes/dev/desc/price/currency.txt rename to _includes/v4/desc/price/currency.txt diff --git a/_includes/dev/desc/prog.txt b/_includes/v4/desc/prog.txt similarity index 100% rename from _includes/dev/desc/prog.txt rename to _includes/v4/desc/prog.txt diff --git a/_includes/dev/desc/projectdesc.txt b/_includes/v4/desc/projectdesc.txt similarity index 100% rename from _includes/dev/desc/projectdesc.txt rename to _includes/v4/desc/projectdesc.txt diff --git a/_includes/dev/desc/propname.txt b/_includes/v4/desc/propname.txt similarity index 100% rename from _includes/dev/desc/propname.txt rename to _includes/v4/desc/propname.txt diff --git a/_includes/dev/desc/propname/type.txt b/_includes/v4/desc/propname/type.txt similarity index 100% rename from _includes/dev/desc/propname/type.txt rename to _includes/v4/desc/propname/type.txt diff --git a/_includes/dev/desc/proport.txt b/_includes/v4/desc/proport.txt similarity index 100% rename from _includes/dev/desc/proport.txt rename to _includes/v4/desc/proport.txt diff --git a/_includes/dev/desc/propvalue.txt b/_includes/v4/desc/propvalue.txt similarity index 100% rename from _includes/dev/desc/propvalue.txt rename to _includes/v4/desc/propvalue.txt diff --git a/_includes/dev/desc/provenance.txt b/_includes/v4/desc/provenance.txt similarity index 100% rename from _includes/dev/desc/provenance.txt rename to _includes/v4/desc/provenance.txt diff --git a/_includes/dev/desc/ptr.txt b/_includes/v4/desc/ptr.txt similarity index 100% rename from _includes/dev/desc/ptr.txt rename to _includes/v4/desc/ptr.txt diff --git a/_includes/dev/desc/publisher.txt b/_includes/v4/desc/publisher.txt similarity index 100% rename from _includes/dev/desc/publisher.txt rename to _includes/v4/desc/publisher.txt diff --git a/_includes/dev/desc/pubplace.txt b/_includes/v4/desc/pubplace.txt similarity index 100% rename from _includes/dev/desc/pubplace.txt rename to _includes/v4/desc/pubplace.txt diff --git a/_includes/dev/desc/pubstmt.txt b/_includes/v4/desc/pubstmt.txt similarity index 100% rename from _includes/dev/desc/pubstmt.txt rename to _includes/v4/desc/pubstmt.txt diff --git a/_includes/dev/desc/q.txt b/_includes/v4/desc/q.txt similarity index 100% rename from _includes/dev/desc/q.txt rename to _includes/v4/desc/q.txt diff --git a/_includes/dev/desc/q/type.txt b/_includes/v4/desc/q/type.txt similarity index 100% rename from _includes/dev/desc/q/type.txt rename to _includes/v4/desc/q/type.txt diff --git a/_includes/dev/desc/quilisma.txt b/_includes/v4/desc/quilisma.txt similarity index 100% rename from _includes/dev/desc/quilisma.txt rename to _includes/v4/desc/quilisma.txt diff --git a/_includes/dev/desc/quote.txt b/_includes/v4/desc/quote.txt similarity index 100% rename from _includes/dev/desc/quote.txt rename to _includes/v4/desc/quote.txt diff --git a/_includes/dev/desc/rdg.txt b/_includes/v4/desc/rdg.txt similarity index 100% rename from _includes/dev/desc/rdg.txt rename to _includes/v4/desc/rdg.txt diff --git a/_includes/dev/desc/recipient.txt b/_includes/v4/desc/recipient.txt similarity index 100% rename from _includes/dev/desc/recipient.txt rename to _includes/v4/desc/recipient.txt diff --git a/_includes/dev/desc/recording.txt b/_includes/v4/desc/recording.txt similarity index 100% rename from _includes/dev/desc/recording.txt rename to _includes/v4/desc/recording.txt diff --git a/_includes/dev/desc/ref.txt b/_includes/v4/desc/ref.txt similarity index 100% rename from _includes/dev/desc/ref.txt rename to _includes/v4/desc/ref.txt diff --git a/_includes/dev/desc/refrain.txt b/_includes/v4/desc/refrain.txt similarity index 100% rename from _includes/dev/desc/refrain.txt rename to _includes/v4/desc/refrain.txt diff --git a/_includes/dev/desc/reg.txt b/_includes/v4/desc/reg.txt similarity index 100% rename from _includes/dev/desc/reg.txt rename to _includes/v4/desc/reg.txt diff --git a/_includes/dev/desc/region.txt b/_includes/v4/desc/region.txt similarity index 100% rename from _includes/dev/desc/region.txt rename to _includes/v4/desc/region.txt diff --git a/_includes/dev/desc/reh.txt b/_includes/v4/desc/reh.txt similarity index 100% rename from _includes/dev/desc/reh.txt rename to _includes/v4/desc/reh.txt diff --git a/_includes/dev/desc/relateditem.txt b/_includes/v4/desc/relateditem.txt similarity index 100% rename from _includes/dev/desc/relateditem.txt rename to _includes/v4/desc/relateditem.txt diff --git a/_includes/dev/desc/relateditem/rel.txt b/_includes/v4/desc/relateditem/rel.txt similarity index 100% rename from _includes/dev/desc/relateditem/rel.txt rename to _includes/v4/desc/relateditem/rel.txt diff --git a/_includes/dev/desc/relation.txt b/_includes/v4/desc/relation.txt similarity index 100% rename from _includes/dev/desc/relation.txt rename to _includes/v4/desc/relation.txt diff --git a/_includes/dev/desc/relation/rel.txt b/_includes/v4/desc/relation/rel.txt similarity index 100% rename from _includes/dev/desc/relation/rel.txt rename to _includes/v4/desc/relation/rel.txt diff --git a/_includes/dev/desc/relationlist.txt b/_includes/v4/desc/relationlist.txt similarity index 100% rename from _includes/dev/desc/relationlist.txt rename to _includes/v4/desc/relationlist.txt diff --git a/_includes/dev/desc/rend.txt b/_includes/v4/desc/rend.txt similarity index 100% rename from _includes/dev/desc/rend.txt rename to _includes/v4/desc/rend.txt diff --git a/_includes/dev/desc/rend/rotation.txt b/_includes/v4/desc/rend/rotation.txt similarity index 100% rename from _includes/dev/desc/rend/rotation.txt rename to _includes/v4/desc/rend/rotation.txt diff --git a/_includes/dev/desc/repository.txt b/_includes/v4/desc/repository.txt similarity index 100% rename from _includes/dev/desc/repository.txt rename to _includes/v4/desc/repository.txt diff --git a/_includes/dev/desc/resp.txt b/_includes/v4/desc/resp.txt similarity index 100% rename from _includes/dev/desc/resp.txt rename to _includes/v4/desc/resp.txt diff --git a/_includes/dev/desc/respstmt.txt b/_includes/v4/desc/respstmt.txt similarity index 100% rename from _includes/dev/desc/respstmt.txt rename to _includes/v4/desc/respstmt.txt diff --git a/_includes/dev/desc/rest.txt b/_includes/v4/desc/rest.txt similarity index 100% rename from _includes/dev/desc/rest.txt rename to _includes/v4/desc/rest.txt diff --git a/_includes/dev/desc/restore.txt b/_includes/v4/desc/restore.txt similarity index 100% rename from _includes/dev/desc/restore.txt rename to _includes/v4/desc/restore.txt diff --git a/_includes/dev/desc/restore/desc.txt b/_includes/v4/desc/restore/desc.txt similarity index 100% rename from _includes/dev/desc/restore/desc.txt rename to _includes/v4/desc/restore/desc.txt diff --git a/_includes/dev/desc/revisiondesc.txt b/_includes/v4/desc/revisiondesc.txt similarity index 100% rename from _includes/dev/desc/revisiondesc.txt rename to _includes/v4/desc/revisiondesc.txt diff --git a/_includes/dev/desc/role.txt b/_includes/v4/desc/role.txt similarity index 100% rename from _includes/dev/desc/role.txt rename to _includes/v4/desc/role.txt diff --git a/_includes/dev/desc/roledesc.txt b/_includes/v4/desc/roledesc.txt similarity index 100% rename from _includes/dev/desc/roledesc.txt rename to _includes/v4/desc/roledesc.txt diff --git a/_includes/dev/desc/rolename.txt b/_includes/v4/desc/rolename.txt similarity index 100% rename from _includes/dev/desc/rolename.txt rename to _includes/v4/desc/rolename.txt diff --git a/_includes/dev/desc/rubric.txt b/_includes/v4/desc/rubric.txt similarity index 100% rename from _includes/dev/desc/rubric.txt rename to _includes/v4/desc/rubric.txt diff --git a/_includes/dev/desc/rubric/func.txt b/_includes/v4/desc/rubric/func.txt similarity index 100% rename from _includes/dev/desc/rubric/func.txt rename to _includes/v4/desc/rubric/func.txt diff --git a/_includes/dev/desc/samplingdecl.txt b/_includes/v4/desc/samplingdecl.txt similarity index 100% rename from _includes/dev/desc/samplingdecl.txt rename to _includes/v4/desc/samplingdecl.txt diff --git a/_includes/dev/desc/sb.txt b/_includes/v4/desc/sb.txt similarity index 100% rename from _includes/dev/desc/sb.txt rename to _includes/v4/desc/sb.txt diff --git a/_includes/dev/desc/score.txt b/_includes/v4/desc/score.txt similarity index 100% rename from _includes/dev/desc/score.txt rename to _includes/v4/desc/score.txt diff --git a/_includes/dev/desc/scoredef.txt b/_includes/v4/desc/scoredef.txt similarity index 100% rename from _includes/dev/desc/scoredef.txt rename to _includes/v4/desc/scoredef.txt diff --git a/_includes/dev/desc/scoreformat.txt b/_includes/v4/desc/scoreformat.txt similarity index 100% rename from _includes/dev/desc/scoreformat.txt rename to _includes/v4/desc/scoreformat.txt diff --git a/_includes/dev/desc/scriptdesc.txt b/_includes/v4/desc/scriptdesc.txt similarity index 100% rename from _includes/dev/desc/scriptdesc.txt rename to _includes/v4/desc/scriptdesc.txt diff --git a/_includes/dev/desc/scriptnote.txt b/_includes/v4/desc/scriptnote.txt similarity index 100% rename from _includes/dev/desc/scriptnote.txt rename to _includes/v4/desc/scriptnote.txt diff --git a/_includes/dev/desc/seal.txt b/_includes/v4/desc/seal.txt similarity index 100% rename from _includes/dev/desc/seal.txt rename to _includes/v4/desc/seal.txt diff --git a/_includes/dev/desc/seal/contemporary.txt b/_includes/v4/desc/seal/contemporary.txt similarity index 100% rename from _includes/dev/desc/seal/contemporary.txt rename to _includes/v4/desc/seal/contemporary.txt diff --git a/_includes/dev/desc/sealdesc.txt b/_includes/v4/desc/sealdesc.txt similarity index 100% rename from _includes/dev/desc/sealdesc.txt rename to _includes/v4/desc/sealdesc.txt diff --git a/_includes/dev/desc/secfolio.txt b/_includes/v4/desc/secfolio.txt similarity index 100% rename from _includes/dev/desc/secfolio.txt rename to _includes/v4/desc/secfolio.txt diff --git a/_includes/dev/desc/section.txt b/_includes/v4/desc/section.txt similarity index 100% rename from _includes/dev/desc/section.txt rename to _includes/v4/desc/section.txt diff --git a/_includes/dev/desc/seg.txt b/_includes/v4/desc/seg.txt similarity index 100% rename from _includes/dev/desc/seg.txt rename to _includes/v4/desc/seg.txt diff --git a/_includes/dev/desc/segmentation.txt b/_includes/v4/desc/segmentation.txt similarity index 100% rename from _includes/dev/desc/segmentation.txt rename to _includes/v4/desc/segmentation.txt diff --git a/_includes/dev/desc/seqnum.txt b/_includes/v4/desc/seqnum.txt similarity index 100% rename from _includes/dev/desc/seqnum.txt rename to _includes/v4/desc/seqnum.txt diff --git a/_includes/dev/desc/seqnum/num.txt b/_includes/v4/desc/seqnum/num.txt similarity index 100% rename from _includes/dev/desc/seqnum/num.txt rename to _includes/v4/desc/seqnum/num.txt diff --git a/_includes/dev/desc/series.txt b/_includes/v4/desc/series.txt similarity index 100% rename from _includes/dev/desc/series.txt rename to _includes/v4/desc/series.txt diff --git a/_includes/dev/desc/seriesstmt.txt b/_includes/v4/desc/seriesstmt.txt similarity index 100% rename from _includes/dev/desc/seriesstmt.txt rename to _includes/v4/desc/seriesstmt.txt diff --git a/_includes/dev/desc/settlement.txt b/_includes/v4/desc/settlement.txt similarity index 100% rename from _includes/dev/desc/settlement.txt rename to _includes/v4/desc/settlement.txt diff --git a/_includes/dev/desc/sic.txt b/_includes/v4/desc/sic.txt similarity index 100% rename from _includes/dev/desc/sic.txt rename to _includes/v4/desc/sic.txt diff --git a/_includes/dev/desc/signatures.txt b/_includes/v4/desc/signatures.txt similarity index 100% rename from _includes/dev/desc/signatures.txt rename to _includes/v4/desc/signatures.txt diff --git a/_includes/dev/desc/signiflet.txt b/_includes/v4/desc/signiflet.txt similarity index 100% rename from _includes/dev/desc/signiflet.txt rename to _includes/v4/desc/signiflet.txt diff --git a/_includes/dev/desc/slur.txt b/_includes/v4/desc/slur.txt similarity index 100% rename from _includes/dev/desc/slur.txt rename to _includes/v4/desc/slur.txt diff --git a/_includes/dev/desc/soundchan.txt b/_includes/v4/desc/soundchan.txt similarity index 100% rename from _includes/dev/desc/soundchan.txt rename to _includes/v4/desc/soundchan.txt diff --git a/_includes/dev/desc/soundchan/num.txt b/_includes/v4/desc/soundchan/num.txt similarity index 100% rename from _includes/dev/desc/soundchan/num.txt rename to _includes/v4/desc/soundchan/num.txt diff --git a/_includes/dev/desc/source.txt b/_includes/v4/desc/source.txt similarity index 100% rename from _includes/dev/desc/source.txt rename to _includes/v4/desc/source.txt diff --git a/_includes/dev/desc/sourcedesc.txt b/_includes/v4/desc/sourcedesc.txt similarity index 100% rename from _includes/dev/desc/sourcedesc.txt rename to _includes/v4/desc/sourcedesc.txt diff --git a/_includes/dev/desc/sp.txt b/_includes/v4/desc/sp.txt similarity index 100% rename from _includes/dev/desc/sp.txt rename to _includes/v4/desc/sp.txt diff --git a/_includes/dev/desc/space.txt b/_includes/v4/desc/space.txt similarity index 100% rename from _includes/dev/desc/space.txt rename to _includes/v4/desc/space.txt diff --git a/_includes/dev/desc/speaker.txt b/_includes/v4/desc/speaker.txt similarity index 100% rename from _includes/dev/desc/speaker.txt rename to _includes/v4/desc/speaker.txt diff --git a/_includes/dev/desc/specrepro.txt b/_includes/v4/desc/specrepro.txt similarity index 100% rename from _includes/dev/desc/specrepro.txt rename to _includes/v4/desc/specrepro.txt diff --git a/_includes/dev/desc/sponsor.txt b/_includes/v4/desc/sponsor.txt similarity index 100% rename from _includes/dev/desc/sponsor.txt rename to _includes/v4/desc/sponsor.txt diff --git a/_includes/dev/desc/stack.txt b/_includes/v4/desc/stack.txt similarity index 100% rename from _includes/dev/desc/stack.txt rename to _includes/v4/desc/stack.txt diff --git a/_includes/dev/desc/stack/align.txt b/_includes/v4/desc/stack/align.txt similarity index 100% rename from _includes/dev/desc/stack/align.txt rename to _includes/v4/desc/stack/align.txt diff --git a/_includes/dev/desc/stack/delim.txt b/_includes/v4/desc/stack/delim.txt similarity index 100% rename from _includes/dev/desc/stack/delim.txt rename to _includes/v4/desc/stack/delim.txt diff --git a/_includes/dev/desc/staff.txt b/_includes/v4/desc/staff.txt similarity index 100% rename from _includes/dev/desc/staff.txt rename to _includes/v4/desc/staff.txt diff --git a/_includes/dev/desc/staffdef.txt b/_includes/v4/desc/staffdef.txt similarity index 100% rename from _includes/dev/desc/staffdef.txt rename to _includes/v4/desc/staffdef.txt diff --git a/_includes/dev/desc/staffgrp.txt b/_includes/v4/desc/staffgrp.txt similarity index 100% rename from _includes/dev/desc/staffgrp.txt rename to _includes/v4/desc/staffgrp.txt diff --git a/_includes/dev/desc/stagedir.txt b/_includes/v4/desc/stagedir.txt similarity index 100% rename from _includes/dev/desc/stagedir.txt rename to _includes/v4/desc/stagedir.txt diff --git a/_includes/dev/desc/stamp.txt b/_includes/v4/desc/stamp.txt similarity index 100% rename from _includes/dev/desc/stamp.txt rename to _includes/v4/desc/stamp.txt diff --git a/_includes/dev/desc/stdvals.txt b/_includes/v4/desc/stdvals.txt similarity index 100% rename from _includes/dev/desc/stdvals.txt rename to _includes/v4/desc/stdvals.txt diff --git a/_includes/dev/desc/street.txt b/_includes/v4/desc/street.txt similarity index 100% rename from _includes/dev/desc/street.txt rename to _includes/v4/desc/street.txt diff --git a/_includes/dev/desc/strophicus.txt b/_includes/v4/desc/strophicus.txt similarity index 100% rename from _includes/dev/desc/strophicus.txt rename to _includes/v4/desc/strophicus.txt diff --git a/_includes/dev/desc/stylename.txt b/_includes/v4/desc/stylename.txt similarity index 100% rename from _includes/dev/desc/stylename.txt rename to _includes/v4/desc/stylename.txt diff --git a/_includes/dev/desc/subst.txt b/_includes/v4/desc/subst.txt similarity index 100% rename from _includes/dev/desc/subst.txt rename to _includes/v4/desc/subst.txt diff --git a/_includes/dev/desc/supplied.txt b/_includes/v4/desc/supplied.txt similarity index 100% rename from _includes/dev/desc/supplied.txt rename to _includes/v4/desc/supplied.txt diff --git a/_includes/dev/desc/support.txt b/_includes/v4/desc/support.txt similarity index 100% rename from _includes/dev/desc/support.txt rename to _includes/v4/desc/support.txt diff --git a/_includes/dev/desc/supportdesc.txt b/_includes/v4/desc/supportdesc.txt similarity index 100% rename from _includes/dev/desc/supportdesc.txt rename to _includes/v4/desc/supportdesc.txt diff --git a/_includes/dev/desc/supportdesc/material.txt b/_includes/v4/desc/supportdesc/material.txt similarity index 100% rename from _includes/dev/desc/supportdesc/material.txt rename to _includes/v4/desc/supportdesc/material.txt diff --git a/_includes/dev/desc/surface.txt b/_includes/v4/desc/surface.txt similarity index 100% rename from _includes/dev/desc/surface.txt rename to _includes/v4/desc/surface.txt diff --git a/_includes/dev/desc/syl.txt b/_includes/v4/desc/syl.txt similarity index 100% rename from _includes/dev/desc/syl.txt rename to _includes/v4/desc/syl.txt diff --git a/_includes/dev/desc/syllable.txt b/_includes/v4/desc/syllable.txt similarity index 100% rename from _includes/dev/desc/syllable.txt rename to _includes/v4/desc/syllable.txt diff --git a/_includes/dev/desc/symbol.txt b/_includes/v4/desc/symbol.txt similarity index 100% rename from _includes/dev/desc/symbol.txt rename to _includes/v4/desc/symbol.txt diff --git a/_includes/dev/desc/symboldef.txt b/_includes/v4/desc/symboldef.txt similarity index 100% rename from _includes/dev/desc/symboldef.txt rename to _includes/v4/desc/symboldef.txt diff --git a/_includes/dev/desc/symboltable.txt b/_includes/v4/desc/symboltable.txt similarity index 100% rename from _includes/dev/desc/symboltable.txt rename to _includes/v4/desc/symboltable.txt diff --git a/_includes/dev/desc/symname.txt b/_includes/v4/desc/symname.txt similarity index 100% rename from _includes/dev/desc/symname.txt rename to _includes/v4/desc/symname.txt diff --git a/_includes/dev/desc/symprop.txt b/_includes/v4/desc/symprop.txt similarity index 100% rename from _includes/dev/desc/symprop.txt rename to _includes/v4/desc/symprop.txt diff --git a/_includes/dev/desc/sysreq.txt b/_includes/v4/desc/sysreq.txt similarity index 100% rename from _includes/dev/desc/sysreq.txt rename to _includes/v4/desc/sysreq.txt diff --git a/_includes/dev/desc/table.txt b/_includes/v4/desc/table.txt similarity index 100% rename from _includes/dev/desc/table.txt rename to _includes/v4/desc/table.txt diff --git a/_includes/dev/desc/tagsdecl.txt b/_includes/v4/desc/tagsdecl.txt similarity index 100% rename from _includes/dev/desc/tagsdecl.txt rename to _includes/v4/desc/tagsdecl.txt diff --git a/_includes/dev/desc/tagusage.txt b/_includes/v4/desc/tagusage.txt similarity index 100% rename from _includes/dev/desc/tagusage.txt rename to _includes/v4/desc/tagusage.txt diff --git a/_includes/dev/desc/tagusage/context.txt b/_includes/v4/desc/tagusage/context.txt similarity index 100% rename from _includes/dev/desc/tagusage/context.txt rename to _includes/v4/desc/tagusage/context.txt diff --git a/_includes/dev/desc/tagusage/name.txt b/_includes/v4/desc/tagusage/name.txt similarity index 100% rename from _includes/dev/desc/tagusage/name.txt rename to _includes/v4/desc/tagusage/name.txt diff --git a/_includes/dev/desc/tagusage/occurs.txt b/_includes/v4/desc/tagusage/occurs.txt similarity index 100% rename from _includes/dev/desc/tagusage/occurs.txt rename to _includes/v4/desc/tagusage/occurs.txt diff --git a/_includes/dev/desc/tagusage/withid.txt b/_includes/v4/desc/tagusage/withid.txt similarity index 100% rename from _includes/dev/desc/tagusage/withid.txt rename to _includes/v4/desc/tagusage/withid.txt diff --git a/_includes/dev/desc/taxonomy.txt b/_includes/v4/desc/taxonomy.txt similarity index 100% rename from _includes/dev/desc/taxonomy.txt rename to _includes/v4/desc/taxonomy.txt diff --git a/_includes/dev/desc/td.txt b/_includes/v4/desc/td.txt similarity index 100% rename from _includes/dev/desc/td.txt rename to _includes/v4/desc/td.txt diff --git a/_includes/dev/desc/tempo.txt b/_includes/v4/desc/tempo.txt similarity index 100% rename from _includes/dev/desc/tempo.txt rename to _includes/v4/desc/tempo.txt diff --git a/_includes/dev/desc/term.txt b/_includes/v4/desc/term.txt similarity index 100% rename from _includes/dev/desc/term.txt rename to _includes/v4/desc/term.txt diff --git a/_includes/dev/desc/termlist.txt b/_includes/v4/desc/termlist.txt similarity index 100% rename from _includes/dev/desc/termlist.txt rename to _includes/v4/desc/termlist.txt diff --git a/_includes/dev/desc/textlang.txt b/_includes/v4/desc/textlang.txt similarity index 100% rename from _includes/dev/desc/textlang.txt rename to _includes/v4/desc/textlang.txt diff --git a/_includes/dev/desc/textlang/lang.main.txt b/_includes/v4/desc/textlang/lang.main.txt similarity index 100% rename from _includes/dev/desc/textlang/lang.main.txt rename to _includes/v4/desc/textlang/lang.main.txt diff --git a/_includes/dev/desc/textlang/lang.other.txt b/_includes/v4/desc/textlang/lang.other.txt similarity index 100% rename from _includes/dev/desc/textlang/lang.other.txt rename to _includes/v4/desc/textlang/lang.other.txt diff --git a/_includes/dev/desc/th.txt b/_includes/v4/desc/th.txt similarity index 100% rename from _includes/dev/desc/th.txt rename to _includes/v4/desc/th.txt diff --git a/_includes/dev/desc/tie.txt b/_includes/v4/desc/tie.txt similarity index 100% rename from _includes/dev/desc/tie.txt rename to _includes/v4/desc/tie.txt diff --git a/_includes/dev/desc/title.txt b/_includes/v4/desc/title.txt similarity index 100% rename from _includes/dev/desc/title.txt rename to _includes/v4/desc/title.txt diff --git a/_includes/dev/desc/title/level.txt b/_includes/v4/desc/title/level.txt similarity index 100% rename from _includes/dev/desc/title/level.txt rename to _includes/v4/desc/title/level.txt diff --git a/_includes/dev/desc/title/type.txt b/_includes/v4/desc/title/type.txt similarity index 100% rename from _includes/dev/desc/title/type.txt rename to _includes/v4/desc/title/type.txt diff --git a/_includes/dev/desc/titlepage.txt b/_includes/v4/desc/titlepage.txt similarity index 100% rename from _includes/dev/desc/titlepage.txt rename to _includes/v4/desc/titlepage.txt diff --git a/_includes/dev/desc/titlepart.txt b/_includes/v4/desc/titlepart.txt similarity index 100% rename from _includes/dev/desc/titlepart.txt rename to _includes/v4/desc/titlepart.txt diff --git a/_includes/dev/desc/titlepart/type.txt b/_includes/v4/desc/titlepart/type.txt similarity index 100% rename from _includes/dev/desc/titlepart/type.txt rename to _includes/v4/desc/titlepart/type.txt diff --git a/_includes/dev/desc/titlestmt.txt b/_includes/v4/desc/titlestmt.txt similarity index 100% rename from _includes/dev/desc/titlestmt.txt rename to _includes/v4/desc/titlestmt.txt diff --git a/_includes/dev/desc/tr.txt b/_includes/v4/desc/tr.txt similarity index 100% rename from _includes/dev/desc/tr.txt rename to _includes/v4/desc/tr.txt diff --git a/_includes/dev/desc/trackconfig.txt b/_includes/v4/desc/trackconfig.txt similarity index 100% rename from _includes/dev/desc/trackconfig.txt rename to _includes/v4/desc/trackconfig.txt diff --git a/_includes/dev/desc/trackconfig/num.txt b/_includes/v4/desc/trackconfig/num.txt similarity index 100% rename from _includes/dev/desc/trackconfig/num.txt rename to _includes/v4/desc/trackconfig/num.txt diff --git a/_includes/dev/desc/treathist.txt b/_includes/v4/desc/treathist.txt similarity index 100% rename from _includes/dev/desc/treathist.txt rename to _includes/v4/desc/treathist.txt diff --git a/_includes/dev/desc/treatsched.txt b/_includes/v4/desc/treatsched.txt similarity index 100% rename from _includes/dev/desc/treatsched.txt rename to _includes/v4/desc/treatsched.txt diff --git a/_includes/dev/desc/trill.txt b/_includes/v4/desc/trill.txt similarity index 100% rename from _includes/dev/desc/trill.txt rename to _includes/v4/desc/trill.txt diff --git a/_includes/dev/desc/trkname.txt b/_includes/v4/desc/trkname.txt similarity index 100% rename from _includes/dev/desc/trkname.txt rename to _includes/v4/desc/trkname.txt diff --git a/_includes/dev/desc/tuplet.txt b/_includes/v4/desc/tuplet.txt similarity index 100% rename from _includes/dev/desc/tuplet.txt rename to _includes/v4/desc/tuplet.txt diff --git a/_includes/dev/desc/tupletspan.txt b/_includes/v4/desc/tupletspan.txt similarity index 100% rename from _includes/dev/desc/tupletspan.txt rename to _includes/v4/desc/tupletspan.txt diff --git a/_includes/dev/desc/turn.txt b/_includes/v4/desc/turn.txt similarity index 100% rename from _includes/dev/desc/turn.txt rename to _includes/v4/desc/turn.txt diff --git a/_includes/dev/desc/typedesc.txt b/_includes/v4/desc/typedesc.txt similarity index 100% rename from _includes/dev/desc/typedesc.txt rename to _includes/v4/desc/typedesc.txt diff --git a/_includes/dev/desc/typenote.txt b/_includes/v4/desc/typenote.txt similarity index 100% rename from _includes/dev/desc/typenote.txt rename to _includes/v4/desc/typenote.txt diff --git a/_includes/dev/desc/unclear.txt b/_includes/v4/desc/unclear.txt similarity index 100% rename from _includes/dev/desc/unclear.txt rename to _includes/v4/desc/unclear.txt diff --git a/_includes/dev/desc/unpub.txt b/_includes/v4/desc/unpub.txt similarity index 100% rename from _includes/dev/desc/unpub.txt rename to _includes/v4/desc/unpub.txt diff --git a/_includes/dev/desc/userestrict.txt b/_includes/v4/desc/userestrict.txt similarity index 100% rename from _includes/dev/desc/userestrict.txt rename to _includes/v4/desc/userestrict.txt diff --git a/_includes/dev/desc/vel.txt b/_includes/v4/desc/vel.txt similarity index 100% rename from _includes/dev/desc/vel.txt rename to _includes/v4/desc/vel.txt diff --git a/_includes/dev/desc/vel/form.txt b/_includes/v4/desc/vel/form.txt similarity index 100% rename from _includes/dev/desc/vel/form.txt rename to _includes/v4/desc/vel/form.txt diff --git a/_includes/dev/desc/verse.txt b/_includes/v4/desc/verse.txt similarity index 100% rename from _includes/dev/desc/verse.txt rename to _includes/v4/desc/verse.txt diff --git a/_includes/dev/desc/volta.txt b/_includes/v4/desc/volta.txt similarity index 100% rename from _includes/dev/desc/volta.txt rename to _includes/v4/desc/volta.txt diff --git a/_includes/dev/desc/watermark.txt b/_includes/v4/desc/watermark.txt similarity index 100% rename from _includes/dev/desc/watermark.txt rename to _includes/v4/desc/watermark.txt diff --git a/_includes/dev/desc/when.txt b/_includes/v4/desc/when.txt similarity index 100% rename from _includes/dev/desc/when.txt rename to _includes/v4/desc/when.txt diff --git a/_includes/dev/desc/when/absolute.txt b/_includes/v4/desc/when/absolute.txt similarity index 100% rename from _includes/dev/desc/when/absolute.txt rename to _includes/v4/desc/when/absolute.txt diff --git a/_includes/dev/desc/when/abstype.txt b/_includes/v4/desc/when/abstype.txt similarity index 100% rename from _includes/dev/desc/when/abstype.txt rename to _includes/v4/desc/when/abstype.txt diff --git a/_includes/dev/desc/when/interval.txt b/_includes/v4/desc/when/interval.txt similarity index 100% rename from _includes/dev/desc/when/interval.txt rename to _includes/v4/desc/when/interval.txt diff --git a/_includes/dev/desc/when/inttype.txt b/_includes/v4/desc/when/inttype.txt similarity index 100% rename from _includes/dev/desc/when/inttype.txt rename to _includes/v4/desc/when/inttype.txt diff --git a/_includes/dev/desc/when/since.txt b/_includes/v4/desc/when/since.txt similarity index 100% rename from _includes/dev/desc/when/since.txt rename to _includes/v4/desc/when/since.txt diff --git a/_includes/dev/desc/width.txt b/_includes/v4/desc/width.txt similarity index 100% rename from _includes/dev/desc/width.txt rename to _includes/v4/desc/width.txt diff --git a/_includes/dev/desc/work.txt b/_includes/v4/desc/work.txt similarity index 100% rename from _includes/dev/desc/work.txt rename to _includes/v4/desc/work.txt diff --git a/_includes/dev/desc/workdesc.txt b/_includes/v4/desc/workdesc.txt similarity index 100% rename from _includes/dev/desc/workdesc.txt rename to _includes/v4/desc/workdesc.txt diff --git a/_includes/dev/desc/worklist.txt b/_includes/v4/desc/worklist.txt similarity index 100% rename from _includes/dev/desc/worklist.txt rename to _includes/v4/desc/worklist.txt diff --git a/_includes/dev/desc/zone.txt b/_includes/v4/desc/zone.txt similarity index 100% rename from _includes/dev/desc/zone.txt rename to _includes/v4/desc/zone.txt diff --git a/_includes/dev/examples/-sample000.xml b/_includes/v4/examples/-sample000.xml similarity index 100% rename from _includes/dev/examples/-sample000.xml rename to _includes/v4/examples/-sample000.xml diff --git a/_includes/dev/examples/-sample001.xml b/_includes/v4/examples/-sample001.xml similarity index 100% rename from _includes/dev/examples/-sample001.xml rename to _includes/v4/examples/-sample001.xml diff --git a/_includes/dev/examples/-sample002.xml b/_includes/v4/examples/-sample002.xml similarity index 100% rename from _includes/dev/examples/-sample002.xml rename to _includes/v4/examples/-sample002.xml diff --git a/_includes/dev/examples/-sample003.xml b/_includes/v4/examples/-sample003.xml similarity index 100% rename from _includes/dev/examples/-sample003.xml rename to _includes/v4/examples/-sample003.xml diff --git a/_includes/dev/examples/-sample004.xml b/_includes/v4/examples/-sample004.xml similarity index 100% rename from _includes/dev/examples/-sample004.xml rename to _includes/v4/examples/-sample004.xml diff --git a/_includes/dev/examples/-sample005.xml b/_includes/v4/examples/-sample005.xml similarity index 100% rename from _includes/dev/examples/-sample005.xml rename to _includes/v4/examples/-sample005.xml diff --git a/_includes/dev/examples/-sample006.xml b/_includes/v4/examples/-sample006.xml similarity index 100% rename from _includes/dev/examples/-sample006.xml rename to _includes/v4/examples/-sample006.xml diff --git a/_includes/dev/examples/-sample351.xml b/_includes/v4/examples/-sample351.xml similarity index 100% rename from _includes/dev/examples/-sample351.xml rename to _includes/v4/examples/-sample351.xml diff --git a/_includes/dev/examples/-sample352.xml b/_includes/v4/examples/-sample352.xml similarity index 100% rename from _includes/dev/examples/-sample352.xml rename to _includes/v4/examples/-sample352.xml diff --git a/_includes/dev/examples/-sample353.xml b/_includes/v4/examples/-sample353.xml similarity index 100% rename from _includes/dev/examples/-sample353.xml rename to _includes/v4/examples/-sample353.xml diff --git a/_includes/dev/examples/-sample354.xml b/_includes/v4/examples/-sample354.xml similarity index 100% rename from _includes/dev/examples/-sample354.xml rename to _includes/v4/examples/-sample354.xml diff --git a/_includes/dev/examples/-sample355.xml b/_includes/v4/examples/-sample355.xml similarity index 100% rename from _includes/dev/examples/-sample355.xml rename to _includes/v4/examples/-sample355.xml diff --git a/_includes/dev/examples/-sample356.xml b/_includes/v4/examples/-sample356.xml similarity index 100% rename from _includes/dev/examples/-sample356.xml rename to _includes/v4/examples/-sample356.xml diff --git a/_includes/dev/examples/-sample383.xml b/_includes/v4/examples/-sample383.xml similarity index 100% rename from _includes/dev/examples/-sample383.xml rename to _includes/v4/examples/-sample383.xml diff --git a/_includes/dev/examples/-sample384.xml b/_includes/v4/examples/-sample384.xml similarity index 100% rename from _includes/dev/examples/-sample384.xml rename to _includes/v4/examples/-sample384.xml diff --git a/_includes/dev/examples/-sample385.xml b/_includes/v4/examples/-sample385.xml similarity index 100% rename from _includes/dev/examples/-sample385.xml rename to _includes/v4/examples/-sample385.xml diff --git a/_includes/dev/examples/-sample386.xml b/_includes/v4/examples/-sample386.xml similarity index 100% rename from _includes/dev/examples/-sample386.xml rename to _includes/v4/examples/-sample386.xml diff --git a/_includes/dev/examples/-sample387.xml b/_includes/v4/examples/-sample387.xml similarity index 100% rename from _includes/dev/examples/-sample387.xml rename to _includes/v4/examples/-sample387.xml diff --git a/_includes/dev/examples/-sample388.xml b/_includes/v4/examples/-sample388.xml similarity index 100% rename from _includes/dev/examples/-sample388.xml rename to _includes/v4/examples/-sample388.xml diff --git a/_includes/dev/examples/-sample389.xml b/_includes/v4/examples/-sample389.xml similarity index 100% rename from _includes/dev/examples/-sample389.xml rename to _includes/v4/examples/-sample389.xml diff --git a/_includes/dev/examples/analysis/analysis-sample162.xml b/_includes/v4/examples/analysis/analysis-sample162.xml similarity index 100% rename from _includes/dev/examples/analysis/analysis-sample162.xml rename to _includes/v4/examples/analysis/analysis-sample162.xml diff --git a/_includes/dev/examples/analysis/analysis-sample163.xml b/_includes/v4/examples/analysis/analysis-sample163.xml similarity index 100% rename from _includes/dev/examples/analysis/analysis-sample163.xml rename to _includes/v4/examples/analysis/analysis-sample163.xml diff --git a/_includes/dev/examples/analysis/analysis-sample164.xml b/_includes/v4/examples/analysis/analysis-sample164.xml similarity index 100% rename from _includes/dev/examples/analysis/analysis-sample164.xml rename to _includes/v4/examples/analysis/analysis-sample164.xml diff --git a/_includes/dev/examples/analysis/analysis-sample165.xml b/_includes/v4/examples/analysis/analysis-sample165.xml similarity index 100% rename from _includes/dev/examples/analysis/analysis-sample165.xml rename to _includes/v4/examples/analysis/analysis-sample165.xml diff --git a/_includes/dev/examples/analysis/analysis-sample166.xml b/_includes/v4/examples/analysis/analysis-sample166.xml similarity index 100% rename from _includes/dev/examples/analysis/analysis-sample166.xml rename to _includes/v4/examples/analysis/analysis-sample166.xml diff --git a/_includes/dev/examples/analysis/analysis-sample167.xml b/_includes/v4/examples/analysis/analysis-sample167.xml similarity index 100% rename from _includes/dev/examples/analysis/analysis-sample167.xml rename to _includes/v4/examples/analysis/analysis-sample167.xml diff --git a/_includes/dev/examples/analysis/analysis-sample168.xml b/_includes/v4/examples/analysis/analysis-sample168.xml similarity index 100% rename from _includes/dev/examples/analysis/analysis-sample168.xml rename to _includes/v4/examples/analysis/analysis-sample168.xml diff --git a/_includes/dev/examples/analysis/analysis-sample169.xml b/_includes/v4/examples/analysis/analysis-sample169.xml similarity index 100% rename from _includes/dev/examples/analysis/analysis-sample169.xml rename to _includes/v4/examples/analysis/analysis-sample169.xml diff --git a/_includes/dev/examples/analysis/analysis-sample170.xml b/_includes/v4/examples/analysis/analysis-sample170.xml similarity index 100% rename from _includes/dev/examples/analysis/analysis-sample170.xml rename to _includes/v4/examples/analysis/analysis-sample170.xml diff --git a/_includes/dev/examples/analysis/analysis-sample171.xml b/_includes/v4/examples/analysis/analysis-sample171.xml similarity index 100% rename from _includes/dev/examples/analysis/analysis-sample171.xml rename to _includes/v4/examples/analysis/analysis-sample171.xml diff --git a/_includes/dev/examples/analysis/analysis-sample172.xml b/_includes/v4/examples/analysis/analysis-sample172.xml similarity index 100% rename from _includes/dev/examples/analysis/analysis-sample172.xml rename to _includes/v4/examples/analysis/analysis-sample172.xml diff --git a/_includes/dev/examples/analysis/analysis-sample173.xml b/_includes/v4/examples/analysis/analysis-sample173.xml similarity index 100% rename from _includes/dev/examples/analysis/analysis-sample173.xml rename to _includes/v4/examples/analysis/analysis-sample173.xml diff --git a/_includes/dev/examples/analysis/analysis-sample174.xml b/_includes/v4/examples/analysis/analysis-sample174.xml similarity index 100% rename from _includes/dev/examples/analysis/analysis-sample174.xml rename to _includes/v4/examples/analysis/analysis-sample174.xml diff --git a/_includes/dev/examples/analysis/analysis-sample175.xml b/_includes/v4/examples/analysis/analysis-sample175.xml similarity index 100% rename from _includes/dev/examples/analysis/analysis-sample175.xml rename to _includes/v4/examples/analysis/analysis-sample175.xml diff --git a/_includes/dev/examples/analysis/analysis-sample176.xml b/_includes/v4/examples/analysis/analysis-sample176.xml similarity index 100% rename from _includes/dev/examples/analysis/analysis-sample176.xml rename to _includes/v4/examples/analysis/analysis-sample176.xml diff --git a/_includes/dev/examples/analysis/analysis-sample177.xml b/_includes/v4/examples/analysis/analysis-sample177.xml similarity index 100% rename from _includes/dev/examples/analysis/analysis-sample177.xml rename to _includes/v4/examples/analysis/analysis-sample177.xml diff --git a/_includes/dev/examples/analysis/analysis-sample178.xml b/_includes/v4/examples/analysis/analysis-sample178.xml similarity index 100% rename from _includes/dev/examples/analysis/analysis-sample178.xml rename to _includes/v4/examples/analysis/analysis-sample178.xml diff --git a/_includes/dev/examples/analysis/analysis-sample179.xml b/_includes/v4/examples/analysis/analysis-sample179.xml similarity index 100% rename from _includes/dev/examples/analysis/analysis-sample179.xml rename to _includes/v4/examples/analysis/analysis-sample179.xml diff --git a/_includes/dev/examples/analysis/analysis-sample180.xml b/_includes/v4/examples/analysis/analysis-sample180.xml similarity index 100% rename from _includes/dev/examples/analysis/analysis-sample180.xml rename to _includes/v4/examples/analysis/analysis-sample180.xml diff --git a/_includes/dev/examples/analysis/analysis-sample181.xml b/_includes/v4/examples/analysis/analysis-sample181.xml similarity index 100% rename from _includes/dev/examples/analysis/analysis-sample181.xml rename to _includes/v4/examples/analysis/analysis-sample181.xml diff --git a/_includes/dev/examples/analysis/analysis-sample182.xml b/_includes/v4/examples/analysis/analysis-sample182.xml similarity index 100% rename from _includes/dev/examples/analysis/analysis-sample182.xml rename to _includes/v4/examples/analysis/analysis-sample182.xml diff --git a/_includes/dev/examples/analysis/analysis-sample183.xml b/_includes/v4/examples/analysis/analysis-sample183.xml similarity index 100% rename from _includes/dev/examples/analysis/analysis-sample183.xml rename to _includes/v4/examples/analysis/analysis-sample183.xml diff --git a/_includes/dev/examples/analysis/analysis-sample184.xml b/_includes/v4/examples/analysis/analysis-sample184.xml similarity index 100% rename from _includes/dev/examples/analysis/analysis-sample184.xml rename to _includes/v4/examples/analysis/analysis-sample184.xml diff --git a/_includes/dev/examples/analysis/analysis-sample185.xml b/_includes/v4/examples/analysis/analysis-sample185.xml similarity index 100% rename from _includes/dev/examples/analysis/analysis-sample185.xml rename to _includes/v4/examples/analysis/analysis-sample185.xml diff --git a/_includes/dev/examples/analysis/analysis-sample186.xml b/_includes/v4/examples/analysis/analysis-sample186.xml similarity index 100% rename from _includes/dev/examples/analysis/analysis-sample186.xml rename to _includes/v4/examples/analysis/analysis-sample186.xml diff --git a/_includes/dev/examples/analysis/analysis-sample187.xml b/_includes/v4/examples/analysis/analysis-sample187.xml similarity index 100% rename from _includes/dev/examples/analysis/analysis-sample187.xml rename to _includes/v4/examples/analysis/analysis-sample187.xml diff --git a/_includes/dev/examples/analysis/analysis-sample188.xml b/_includes/v4/examples/analysis/analysis-sample188.xml similarity index 100% rename from _includes/dev/examples/analysis/analysis-sample188.xml rename to _includes/v4/examples/analysis/analysis-sample188.xml diff --git a/_includes/dev/examples/analysis/analysis-sample189.xml b/_includes/v4/examples/analysis/analysis-sample189.xml similarity index 100% rename from _includes/dev/examples/analysis/analysis-sample189.xml rename to _includes/v4/examples/analysis/analysis-sample189.xml diff --git a/_includes/dev/examples/analysis/analysis-sample190.xml b/_includes/v4/examples/analysis/analysis-sample190.xml similarity index 100% rename from _includes/dev/examples/analysis/analysis-sample190.xml rename to _includes/v4/examples/analysis/analysis-sample190.xml diff --git a/_includes/dev/examples/analysis/analysis-sample191.xml b/_includes/v4/examples/analysis/analysis-sample191.xml similarity index 100% rename from _includes/dev/examples/analysis/analysis-sample191.xml rename to _includes/v4/examples/analysis/analysis-sample191.xml diff --git a/_includes/dev/examples/cmn/cmn-sample090.xml b/_includes/v4/examples/cmn/cmn-sample090.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample090.xml rename to _includes/v4/examples/cmn/cmn-sample090.xml diff --git a/_includes/dev/examples/cmn/cmn-sample091.xml b/_includes/v4/examples/cmn/cmn-sample091.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample091.xml rename to _includes/v4/examples/cmn/cmn-sample091.xml diff --git a/_includes/dev/examples/cmn/cmn-sample092.xml b/_includes/v4/examples/cmn/cmn-sample092.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample092.xml rename to _includes/v4/examples/cmn/cmn-sample092.xml diff --git a/_includes/dev/examples/cmn/cmn-sample093.xml b/_includes/v4/examples/cmn/cmn-sample093.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample093.xml rename to _includes/v4/examples/cmn/cmn-sample093.xml diff --git a/_includes/dev/examples/cmn/cmn-sample094.xml b/_includes/v4/examples/cmn/cmn-sample094.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample094.xml rename to _includes/v4/examples/cmn/cmn-sample094.xml diff --git a/_includes/dev/examples/cmn/cmn-sample095.xml b/_includes/v4/examples/cmn/cmn-sample095.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample095.xml rename to _includes/v4/examples/cmn/cmn-sample095.xml diff --git a/_includes/dev/examples/cmn/cmn-sample096.xml b/_includes/v4/examples/cmn/cmn-sample096.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample096.xml rename to _includes/v4/examples/cmn/cmn-sample096.xml diff --git a/_includes/dev/examples/cmn/cmn-sample097.xml b/_includes/v4/examples/cmn/cmn-sample097.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample097.xml rename to _includes/v4/examples/cmn/cmn-sample097.xml diff --git a/_includes/dev/examples/cmn/cmn-sample098.xml b/_includes/v4/examples/cmn/cmn-sample098.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample098.xml rename to _includes/v4/examples/cmn/cmn-sample098.xml diff --git a/_includes/dev/examples/cmn/cmn-sample099.xml b/_includes/v4/examples/cmn/cmn-sample099.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample099.xml rename to _includes/v4/examples/cmn/cmn-sample099.xml diff --git a/_includes/dev/examples/cmn/cmn-sample100.xml b/_includes/v4/examples/cmn/cmn-sample100.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample100.xml rename to _includes/v4/examples/cmn/cmn-sample100.xml diff --git a/_includes/dev/examples/cmn/cmn-sample101.xml b/_includes/v4/examples/cmn/cmn-sample101.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample101.xml rename to _includes/v4/examples/cmn/cmn-sample101.xml diff --git a/_includes/dev/examples/cmn/cmn-sample102.xml b/_includes/v4/examples/cmn/cmn-sample102.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample102.xml rename to _includes/v4/examples/cmn/cmn-sample102.xml diff --git a/_includes/dev/examples/cmn/cmn-sample103.xml b/_includes/v4/examples/cmn/cmn-sample103.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample103.xml rename to _includes/v4/examples/cmn/cmn-sample103.xml diff --git a/_includes/dev/examples/cmn/cmn-sample104.xml b/_includes/v4/examples/cmn/cmn-sample104.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample104.xml rename to _includes/v4/examples/cmn/cmn-sample104.xml diff --git a/_includes/dev/examples/cmn/cmn-sample105.xml b/_includes/v4/examples/cmn/cmn-sample105.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample105.xml rename to _includes/v4/examples/cmn/cmn-sample105.xml diff --git a/_includes/dev/examples/cmn/cmn-sample106.xml b/_includes/v4/examples/cmn/cmn-sample106.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample106.xml rename to _includes/v4/examples/cmn/cmn-sample106.xml diff --git a/_includes/dev/examples/cmn/cmn-sample107.xml b/_includes/v4/examples/cmn/cmn-sample107.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample107.xml rename to _includes/v4/examples/cmn/cmn-sample107.xml diff --git a/_includes/dev/examples/cmn/cmn-sample108.xml b/_includes/v4/examples/cmn/cmn-sample108.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample108.xml rename to _includes/v4/examples/cmn/cmn-sample108.xml diff --git a/_includes/dev/examples/cmn/cmn-sample109.xml b/_includes/v4/examples/cmn/cmn-sample109.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample109.xml rename to _includes/v4/examples/cmn/cmn-sample109.xml diff --git a/_includes/dev/examples/cmn/cmn-sample110.xml b/_includes/v4/examples/cmn/cmn-sample110.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample110.xml rename to _includes/v4/examples/cmn/cmn-sample110.xml diff --git a/_includes/dev/examples/cmn/cmn-sample111.xml b/_includes/v4/examples/cmn/cmn-sample111.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample111.xml rename to _includes/v4/examples/cmn/cmn-sample111.xml diff --git a/_includes/dev/examples/cmn/cmn-sample112.xml b/_includes/v4/examples/cmn/cmn-sample112.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample112.xml rename to _includes/v4/examples/cmn/cmn-sample112.xml diff --git a/_includes/dev/examples/cmn/cmn-sample113.xml b/_includes/v4/examples/cmn/cmn-sample113.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample113.xml rename to _includes/v4/examples/cmn/cmn-sample113.xml diff --git a/_includes/dev/examples/cmn/cmn-sample114.xml b/_includes/v4/examples/cmn/cmn-sample114.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample114.xml rename to _includes/v4/examples/cmn/cmn-sample114.xml diff --git a/_includes/dev/examples/cmn/cmn-sample115.xml b/_includes/v4/examples/cmn/cmn-sample115.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample115.xml rename to _includes/v4/examples/cmn/cmn-sample115.xml diff --git a/_includes/dev/examples/cmn/cmn-sample116.xml b/_includes/v4/examples/cmn/cmn-sample116.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample116.xml rename to _includes/v4/examples/cmn/cmn-sample116.xml diff --git a/_includes/dev/examples/cmn/cmn-sample117.xml b/_includes/v4/examples/cmn/cmn-sample117.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample117.xml rename to _includes/v4/examples/cmn/cmn-sample117.xml diff --git a/_includes/dev/examples/cmn/cmn-sample118.xml b/_includes/v4/examples/cmn/cmn-sample118.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample118.xml rename to _includes/v4/examples/cmn/cmn-sample118.xml diff --git a/_includes/dev/examples/cmn/cmn-sample119.xml b/_includes/v4/examples/cmn/cmn-sample119.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample119.xml rename to _includes/v4/examples/cmn/cmn-sample119.xml diff --git a/_includes/dev/examples/cmn/cmn-sample120.xml b/_includes/v4/examples/cmn/cmn-sample120.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample120.xml rename to _includes/v4/examples/cmn/cmn-sample120.xml diff --git a/_includes/dev/examples/cmn/cmn-sample121.xml b/_includes/v4/examples/cmn/cmn-sample121.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample121.xml rename to _includes/v4/examples/cmn/cmn-sample121.xml diff --git a/_includes/dev/examples/cmn/cmn-sample122.xml b/_includes/v4/examples/cmn/cmn-sample122.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample122.xml rename to _includes/v4/examples/cmn/cmn-sample122.xml diff --git a/_includes/dev/examples/cmn/cmn-sample123.xml b/_includes/v4/examples/cmn/cmn-sample123.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample123.xml rename to _includes/v4/examples/cmn/cmn-sample123.xml diff --git a/_includes/dev/examples/cmn/cmn-sample124.xml b/_includes/v4/examples/cmn/cmn-sample124.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample124.xml rename to _includes/v4/examples/cmn/cmn-sample124.xml diff --git a/_includes/dev/examples/cmn/cmn-sample125.xml b/_includes/v4/examples/cmn/cmn-sample125.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample125.xml rename to _includes/v4/examples/cmn/cmn-sample125.xml diff --git a/_includes/dev/examples/cmn/cmn-sample126.xml b/_includes/v4/examples/cmn/cmn-sample126.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample126.xml rename to _includes/v4/examples/cmn/cmn-sample126.xml diff --git a/_includes/dev/examples/cmn/cmn-sample127.xml b/_includes/v4/examples/cmn/cmn-sample127.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample127.xml rename to _includes/v4/examples/cmn/cmn-sample127.xml diff --git a/_includes/dev/examples/cmn/cmn-sample128.xml b/_includes/v4/examples/cmn/cmn-sample128.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample128.xml rename to _includes/v4/examples/cmn/cmn-sample128.xml diff --git a/_includes/dev/examples/cmn/cmn-sample129.xml b/_includes/v4/examples/cmn/cmn-sample129.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample129.xml rename to _includes/v4/examples/cmn/cmn-sample129.xml diff --git a/_includes/dev/examples/cmn/cmn-sample130.xml b/_includes/v4/examples/cmn/cmn-sample130.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample130.xml rename to _includes/v4/examples/cmn/cmn-sample130.xml diff --git a/_includes/dev/examples/cmn/cmn-sample131.xml b/_includes/v4/examples/cmn/cmn-sample131.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample131.xml rename to _includes/v4/examples/cmn/cmn-sample131.xml diff --git a/_includes/dev/examples/cmn/cmn-sample132.xml b/_includes/v4/examples/cmn/cmn-sample132.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample132.xml rename to _includes/v4/examples/cmn/cmn-sample132.xml diff --git a/_includes/dev/examples/cmn/cmn-sample133.xml b/_includes/v4/examples/cmn/cmn-sample133.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample133.xml rename to _includes/v4/examples/cmn/cmn-sample133.xml diff --git a/_includes/dev/examples/cmn/cmn-sample134.xml b/_includes/v4/examples/cmn/cmn-sample134.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample134.xml rename to _includes/v4/examples/cmn/cmn-sample134.xml diff --git a/_includes/dev/examples/cmn/cmn-sample135.xml b/_includes/v4/examples/cmn/cmn-sample135.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample135.xml rename to _includes/v4/examples/cmn/cmn-sample135.xml diff --git a/_includes/dev/examples/cmn/cmn-sample136.xml b/_includes/v4/examples/cmn/cmn-sample136.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample136.xml rename to _includes/v4/examples/cmn/cmn-sample136.xml diff --git a/_includes/dev/examples/cmn/cmn-sample137.xml b/_includes/v4/examples/cmn/cmn-sample137.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample137.xml rename to _includes/v4/examples/cmn/cmn-sample137.xml diff --git a/_includes/dev/examples/cmn/cmn-sample138.xml b/_includes/v4/examples/cmn/cmn-sample138.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample138.xml rename to _includes/v4/examples/cmn/cmn-sample138.xml diff --git a/_includes/dev/examples/cmn/cmn-sample139.xml b/_includes/v4/examples/cmn/cmn-sample139.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample139.xml rename to _includes/v4/examples/cmn/cmn-sample139.xml diff --git a/_includes/dev/examples/cmn/cmn-sample140.xml b/_includes/v4/examples/cmn/cmn-sample140.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample140.xml rename to _includes/v4/examples/cmn/cmn-sample140.xml diff --git a/_includes/dev/examples/cmn/cmn-sample141.xml b/_includes/v4/examples/cmn/cmn-sample141.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample141.xml rename to _includes/v4/examples/cmn/cmn-sample141.xml diff --git a/_includes/dev/examples/cmn/cmn-sample142.xml b/_includes/v4/examples/cmn/cmn-sample142.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample142.xml rename to _includes/v4/examples/cmn/cmn-sample142.xml diff --git a/_includes/dev/examples/cmn/cmn-sample143.xml b/_includes/v4/examples/cmn/cmn-sample143.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample143.xml rename to _includes/v4/examples/cmn/cmn-sample143.xml diff --git a/_includes/dev/examples/cmn/cmn-sample144.xml b/_includes/v4/examples/cmn/cmn-sample144.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample144.xml rename to _includes/v4/examples/cmn/cmn-sample144.xml diff --git a/_includes/dev/examples/cmn/cmn-sample145.xml b/_includes/v4/examples/cmn/cmn-sample145.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample145.xml rename to _includes/v4/examples/cmn/cmn-sample145.xml diff --git a/_includes/dev/examples/cmn/cmn-sample146.xml b/_includes/v4/examples/cmn/cmn-sample146.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample146.xml rename to _includes/v4/examples/cmn/cmn-sample146.xml diff --git a/_includes/dev/examples/cmn/cmn-sample147.xml b/_includes/v4/examples/cmn/cmn-sample147.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample147.xml rename to _includes/v4/examples/cmn/cmn-sample147.xml diff --git a/_includes/dev/examples/cmn/cmn-sample148.xml b/_includes/v4/examples/cmn/cmn-sample148.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample148.xml rename to _includes/v4/examples/cmn/cmn-sample148.xml diff --git a/_includes/dev/examples/cmn/cmn-sample149.xml b/_includes/v4/examples/cmn/cmn-sample149.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample149.xml rename to _includes/v4/examples/cmn/cmn-sample149.xml diff --git a/_includes/dev/examples/cmn/cmn-sample150.xml b/_includes/v4/examples/cmn/cmn-sample150.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample150.xml rename to _includes/v4/examples/cmn/cmn-sample150.xml diff --git a/_includes/dev/examples/cmn/cmn-sample151.xml b/_includes/v4/examples/cmn/cmn-sample151.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample151.xml rename to _includes/v4/examples/cmn/cmn-sample151.xml diff --git a/_includes/dev/examples/cmn/cmn-sample152.xml b/_includes/v4/examples/cmn/cmn-sample152.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample152.xml rename to _includes/v4/examples/cmn/cmn-sample152.xml diff --git a/_includes/dev/examples/cmn/cmn-sample153.xml b/_includes/v4/examples/cmn/cmn-sample153.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample153.xml rename to _includes/v4/examples/cmn/cmn-sample153.xml diff --git a/_includes/dev/examples/cmn/cmn-sample154.xml b/_includes/v4/examples/cmn/cmn-sample154.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample154.xml rename to _includes/v4/examples/cmn/cmn-sample154.xml diff --git a/_includes/dev/examples/cmn/cmn-sample155.xml b/_includes/v4/examples/cmn/cmn-sample155.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample155.xml rename to _includes/v4/examples/cmn/cmn-sample155.xml diff --git a/_includes/dev/examples/cmn/cmn-sample156.xml b/_includes/v4/examples/cmn/cmn-sample156.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample156.xml rename to _includes/v4/examples/cmn/cmn-sample156.xml diff --git a/_includes/dev/examples/cmn/cmn-sample157.xml b/_includes/v4/examples/cmn/cmn-sample157.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample157.xml rename to _includes/v4/examples/cmn/cmn-sample157.xml diff --git a/_includes/dev/examples/cmn/cmn-sample158.xml b/_includes/v4/examples/cmn/cmn-sample158.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample158.xml rename to _includes/v4/examples/cmn/cmn-sample158.xml diff --git a/_includes/dev/examples/cmn/cmn-sample159.xml b/_includes/v4/examples/cmn/cmn-sample159.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample159.xml rename to _includes/v4/examples/cmn/cmn-sample159.xml diff --git a/_includes/dev/examples/cmn/cmn-sample160.xml b/_includes/v4/examples/cmn/cmn-sample160.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample160.xml rename to _includes/v4/examples/cmn/cmn-sample160.xml diff --git a/_includes/dev/examples/cmn/cmn-sample161.xml b/_includes/v4/examples/cmn/cmn-sample161.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample161.xml rename to _includes/v4/examples/cmn/cmn-sample161.xml diff --git a/_includes/dev/examples/cmn/cmn-sample162.xml b/_includes/v4/examples/cmn/cmn-sample162.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample162.xml rename to _includes/v4/examples/cmn/cmn-sample162.xml diff --git a/_includes/dev/examples/cmn/cmn-sample163.xml b/_includes/v4/examples/cmn/cmn-sample163.xml similarity index 100% rename from _includes/dev/examples/cmn/cmn-sample163.xml rename to _includes/v4/examples/cmn/cmn-sample163.xml diff --git a/_includes/dev/examples/cmnornaments/cmnornaments-sample179.txt b/_includes/v4/examples/cmnornaments/cmnornaments-sample179.txt similarity index 100% rename from _includes/dev/examples/cmnornaments/cmnornaments-sample179.txt rename to _includes/v4/examples/cmnornaments/cmnornaments-sample179.txt diff --git a/_includes/dev/examples/cmnornaments/cmnornaments-sample180.txt b/_includes/v4/examples/cmnornaments/cmnornaments-sample180.txt similarity index 100% rename from _includes/dev/examples/cmnornaments/cmnornaments-sample180.txt rename to _includes/v4/examples/cmnornaments/cmnornaments-sample180.txt diff --git a/_includes/dev/examples/cmnornaments/cmnornaments-sample181.txt b/_includes/v4/examples/cmnornaments/cmnornaments-sample181.txt similarity index 100% rename from _includes/dev/examples/cmnornaments/cmnornaments-sample181.txt rename to _includes/v4/examples/cmnornaments/cmnornaments-sample181.txt diff --git a/_includes/dev/examples/cmnornaments/cmnornaments-sample182.txt b/_includes/v4/examples/cmnornaments/cmnornaments-sample182.txt similarity index 100% rename from _includes/dev/examples/cmnornaments/cmnornaments-sample182.txt rename to _includes/v4/examples/cmnornaments/cmnornaments-sample182.txt diff --git a/_includes/dev/examples/cmnornaments/cmnornaments-sample183.txt b/_includes/v4/examples/cmnornaments/cmnornaments-sample183.txt similarity index 100% rename from _includes/dev/examples/cmnornaments/cmnornaments-sample183.txt rename to _includes/v4/examples/cmnornaments/cmnornaments-sample183.txt diff --git a/_includes/dev/examples/cmnornaments/cmnornaments-sample184.txt b/_includes/v4/examples/cmnornaments/cmnornaments-sample184.txt similarity index 100% rename from _includes/dev/examples/cmnornaments/cmnornaments-sample184.txt rename to _includes/v4/examples/cmnornaments/cmnornaments-sample184.txt diff --git a/_includes/dev/examples/cmnornaments/cmnornaments-sample185.txt b/_includes/v4/examples/cmnornaments/cmnornaments-sample185.txt similarity index 100% rename from _includes/dev/examples/cmnornaments/cmnornaments-sample185.txt rename to _includes/v4/examples/cmnornaments/cmnornaments-sample185.txt diff --git a/_includes/dev/examples/cmnornaments/cmnornaments-sample186.txt b/_includes/v4/examples/cmnornaments/cmnornaments-sample186.txt similarity index 100% rename from _includes/dev/examples/cmnornaments/cmnornaments-sample186.txt rename to _includes/v4/examples/cmnornaments/cmnornaments-sample186.txt diff --git a/_includes/dev/examples/cmnornaments/cmnornaments-sample187.txt b/_includes/v4/examples/cmnornaments/cmnornaments-sample187.txt similarity index 100% rename from _includes/dev/examples/cmnornaments/cmnornaments-sample187.txt rename to _includes/v4/examples/cmnornaments/cmnornaments-sample187.txt diff --git a/_includes/dev/examples/cmnornaments/cmnornaments-sample188.txt b/_includes/v4/examples/cmnornaments/cmnornaments-sample188.txt similarity index 100% rename from _includes/dev/examples/cmnornaments/cmnornaments-sample188.txt rename to _includes/v4/examples/cmnornaments/cmnornaments-sample188.txt diff --git a/_includes/dev/examples/cmnornaments/cmnornaments-sample189.txt b/_includes/v4/examples/cmnornaments/cmnornaments-sample189.txt similarity index 100% rename from _includes/dev/examples/cmnornaments/cmnornaments-sample189.txt rename to _includes/v4/examples/cmnornaments/cmnornaments-sample189.txt diff --git a/_includes/dev/examples/cmnornaments/cmnornaments-sample190.txt b/_includes/v4/examples/cmnornaments/cmnornaments-sample190.txt similarity index 100% rename from _includes/dev/examples/cmnornaments/cmnornaments-sample190.txt rename to _includes/v4/examples/cmnornaments/cmnornaments-sample190.txt diff --git a/_includes/dev/examples/cmnornaments/cmnornaments-sample191.txt b/_includes/v4/examples/cmnornaments/cmnornaments-sample191.txt similarity index 100% rename from _includes/dev/examples/cmnornaments/cmnornaments-sample191.txt rename to _includes/v4/examples/cmnornaments/cmnornaments-sample191.txt diff --git a/_includes/dev/examples/cmnornaments/cmnornaments-sample192.txt b/_includes/v4/examples/cmnornaments/cmnornaments-sample192.txt similarity index 100% rename from _includes/dev/examples/cmnornaments/cmnornaments-sample192.txt rename to _includes/v4/examples/cmnornaments/cmnornaments-sample192.txt diff --git a/_includes/dev/examples/cmnornaments/cmnornaments-sample193.txt b/_includes/v4/examples/cmnornaments/cmnornaments-sample193.txt similarity index 100% rename from _includes/dev/examples/cmnornaments/cmnornaments-sample193.txt rename to _includes/v4/examples/cmnornaments/cmnornaments-sample193.txt diff --git a/_includes/dev/examples/cmnornaments/cmnornaments-sample194.txt b/_includes/v4/examples/cmnornaments/cmnornaments-sample194.txt similarity index 100% rename from _includes/dev/examples/cmnornaments/cmnornaments-sample194.txt rename to _includes/v4/examples/cmnornaments/cmnornaments-sample194.txt diff --git a/_includes/dev/examples/cmnornaments/cmnornaments-sample195.txt b/_includes/v4/examples/cmnornaments/cmnornaments-sample195.txt similarity index 100% rename from _includes/dev/examples/cmnornaments/cmnornaments-sample195.txt rename to _includes/v4/examples/cmnornaments/cmnornaments-sample195.txt diff --git a/_includes/dev/examples/cmnornaments/cmnornaments-sample196.txt b/_includes/v4/examples/cmnornaments/cmnornaments-sample196.txt similarity index 100% rename from _includes/dev/examples/cmnornaments/cmnornaments-sample196.txt rename to _includes/v4/examples/cmnornaments/cmnornaments-sample196.txt diff --git a/_includes/dev/examples/cmnornaments/cmnornaments-sample197.txt b/_includes/v4/examples/cmnornaments/cmnornaments-sample197.txt similarity index 100% rename from _includes/dev/examples/cmnornaments/cmnornaments-sample197.txt rename to _includes/v4/examples/cmnornaments/cmnornaments-sample197.txt diff --git a/_includes/dev/examples/cmnornaments/cmnornaments-sample198.txt b/_includes/v4/examples/cmnornaments/cmnornaments-sample198.txt similarity index 100% rename from _includes/dev/examples/cmnornaments/cmnornaments-sample198.txt rename to _includes/v4/examples/cmnornaments/cmnornaments-sample198.txt diff --git a/_includes/dev/examples/cmnornaments/cmnornaments-sample199.txt b/_includes/v4/examples/cmnornaments/cmnornaments-sample199.txt similarity index 100% rename from _includes/dev/examples/cmnornaments/cmnornaments-sample199.txt rename to _includes/v4/examples/cmnornaments/cmnornaments-sample199.txt diff --git a/_includes/dev/examples/cmnornaments/cmnornaments-sample200.txt b/_includes/v4/examples/cmnornaments/cmnornaments-sample200.txt similarity index 100% rename from _includes/dev/examples/cmnornaments/cmnornaments-sample200.txt rename to _includes/v4/examples/cmnornaments/cmnornaments-sample200.txt diff --git a/_includes/dev/examples/cmnornaments/cmnornaments-sample201.txt b/_includes/v4/examples/cmnornaments/cmnornaments-sample201.txt similarity index 100% rename from _includes/dev/examples/cmnornaments/cmnornaments-sample201.txt rename to _includes/v4/examples/cmnornaments/cmnornaments-sample201.txt diff --git a/_includes/dev/examples/cmnornaments/cmnornaments-sample202.txt b/_includes/v4/examples/cmnornaments/cmnornaments-sample202.txt similarity index 100% rename from _includes/dev/examples/cmnornaments/cmnornaments-sample202.txt rename to _includes/v4/examples/cmnornaments/cmnornaments-sample202.txt diff --git a/_includes/dev/examples/cmnornaments/cmnornaments-sample203.txt b/_includes/v4/examples/cmnornaments/cmnornaments-sample203.txt similarity index 100% rename from _includes/dev/examples/cmnornaments/cmnornaments-sample203.txt rename to _includes/v4/examples/cmnornaments/cmnornaments-sample203.txt diff --git a/_includes/dev/examples/cmnornaments/cmnornaments-sample204.txt b/_includes/v4/examples/cmnornaments/cmnornaments-sample204.txt similarity index 100% rename from _includes/dev/examples/cmnornaments/cmnornaments-sample204.txt rename to _includes/v4/examples/cmnornaments/cmnornaments-sample204.txt diff --git a/_includes/dev/examples/cmnornaments/cmnornaments-sample205.txt b/_includes/v4/examples/cmnornaments/cmnornaments-sample205.txt similarity index 100% rename from _includes/dev/examples/cmnornaments/cmnornaments-sample205.txt rename to _includes/v4/examples/cmnornaments/cmnornaments-sample205.txt diff --git a/_includes/dev/examples/cmnornaments/cmnornaments-sample206.txt b/_includes/v4/examples/cmnornaments/cmnornaments-sample206.txt similarity index 100% rename from _includes/dev/examples/cmnornaments/cmnornaments-sample206.txt rename to _includes/v4/examples/cmnornaments/cmnornaments-sample206.txt diff --git a/_includes/dev/examples/cmnornaments/cmnornaments-sample207.txt b/_includes/v4/examples/cmnornaments/cmnornaments-sample207.txt similarity index 100% rename from _includes/dev/examples/cmnornaments/cmnornaments-sample207.txt rename to _includes/v4/examples/cmnornaments/cmnornaments-sample207.txt diff --git a/_includes/dev/examples/cmnornaments/cmnornaments-sample208.txt b/_includes/v4/examples/cmnornaments/cmnornaments-sample208.txt similarity index 100% rename from _includes/dev/examples/cmnornaments/cmnornaments-sample208.txt rename to _includes/v4/examples/cmnornaments/cmnornaments-sample208.txt diff --git a/_includes/dev/examples/cmnornaments/cmnornaments-sample209.txt b/_includes/v4/examples/cmnornaments/cmnornaments-sample209.txt similarity index 100% rename from _includes/dev/examples/cmnornaments/cmnornaments-sample209.txt rename to _includes/v4/examples/cmnornaments/cmnornaments-sample209.txt diff --git a/_includes/dev/examples/corpus/corpus-sample197.xml b/_includes/v4/examples/corpus/corpus-sample197.xml similarity index 100% rename from _includes/dev/examples/corpus/corpus-sample197.xml rename to _includes/v4/examples/corpus/corpus-sample197.xml diff --git a/_includes/dev/examples/corpus/corpus-sample198.xml b/_includes/v4/examples/corpus/corpus-sample198.xml similarity index 100% rename from _includes/dev/examples/corpus/corpus-sample198.xml rename to _includes/v4/examples/corpus/corpus-sample198.xml diff --git a/_includes/dev/examples/corpus/corpus-sample210.xml b/_includes/v4/examples/corpus/corpus-sample210.xml similarity index 100% rename from _includes/dev/examples/corpus/corpus-sample210.xml rename to _includes/v4/examples/corpus/corpus-sample210.xml diff --git a/_includes/dev/examples/corpus/corpus-sample211.xml b/_includes/v4/examples/corpus/corpus-sample211.xml similarity index 100% rename from _includes/dev/examples/corpus/corpus-sample211.xml rename to _includes/v4/examples/corpus/corpus-sample211.xml diff --git a/_includes/dev/examples/critapp/critapp-sample199.xml b/_includes/v4/examples/critapp/critapp-sample199.xml similarity index 100% rename from _includes/dev/examples/critapp/critapp-sample199.xml rename to _includes/v4/examples/critapp/critapp-sample199.xml diff --git a/_includes/dev/examples/critapp/critapp-sample200.xml b/_includes/v4/examples/critapp/critapp-sample200.xml similarity index 100% rename from _includes/dev/examples/critapp/critapp-sample200.xml rename to _includes/v4/examples/critapp/critapp-sample200.xml diff --git a/_includes/dev/examples/critapp/critapp-sample201.xml b/_includes/v4/examples/critapp/critapp-sample201.xml similarity index 100% rename from _includes/dev/examples/critapp/critapp-sample201.xml rename to _includes/v4/examples/critapp/critapp-sample201.xml diff --git a/_includes/dev/examples/critapp/critapp-sample202.xml b/_includes/v4/examples/critapp/critapp-sample202.xml similarity index 100% rename from _includes/dev/examples/critapp/critapp-sample202.xml rename to _includes/v4/examples/critapp/critapp-sample202.xml diff --git a/_includes/dev/examples/critapp/critapp-sample203.xml b/_includes/v4/examples/critapp/critapp-sample203.xml similarity index 100% rename from _includes/dev/examples/critapp/critapp-sample203.xml rename to _includes/v4/examples/critapp/critapp-sample203.xml diff --git a/_includes/dev/examples/critapp/critapp-sample204.xml b/_includes/v4/examples/critapp/critapp-sample204.xml similarity index 100% rename from _includes/dev/examples/critapp/critapp-sample204.xml rename to _includes/v4/examples/critapp/critapp-sample204.xml diff --git a/_includes/dev/examples/critapp/critapp-sample205.xml b/_includes/v4/examples/critapp/critapp-sample205.xml similarity index 100% rename from _includes/dev/examples/critapp/critapp-sample205.xml rename to _includes/v4/examples/critapp/critapp-sample205.xml diff --git a/_includes/dev/examples/critapp/critapp-sample206.xml b/_includes/v4/examples/critapp/critapp-sample206.xml similarity index 100% rename from _includes/dev/examples/critapp/critapp-sample206.xml rename to _includes/v4/examples/critapp/critapp-sample206.xml diff --git a/_includes/dev/examples/critapp/critapp-sample212.xml b/_includes/v4/examples/critapp/critapp-sample212.xml similarity index 100% rename from _includes/dev/examples/critapp/critapp-sample212.xml rename to _includes/v4/examples/critapp/critapp-sample212.xml diff --git a/_includes/dev/examples/critapp/critapp-sample213.xml b/_includes/v4/examples/critapp/critapp-sample213.xml similarity index 100% rename from _includes/dev/examples/critapp/critapp-sample213.xml rename to _includes/v4/examples/critapp/critapp-sample213.xml diff --git a/_includes/dev/examples/critapp/critapp-sample214.xml b/_includes/v4/examples/critapp/critapp-sample214.xml similarity index 100% rename from _includes/dev/examples/critapp/critapp-sample214.xml rename to _includes/v4/examples/critapp/critapp-sample214.xml diff --git a/_includes/dev/examples/critapp/critapp-sample215.xml b/_includes/v4/examples/critapp/critapp-sample215.xml similarity index 100% rename from _includes/dev/examples/critapp/critapp-sample215.xml rename to _includes/v4/examples/critapp/critapp-sample215.xml diff --git a/_includes/dev/examples/critapp/critapp-sample216.xml b/_includes/v4/examples/critapp/critapp-sample216.xml similarity index 100% rename from _includes/dev/examples/critapp/critapp-sample216.xml rename to _includes/v4/examples/critapp/critapp-sample216.xml diff --git a/_includes/dev/examples/critapp/critapp-sample217.xml b/_includes/v4/examples/critapp/critapp-sample217.xml similarity index 100% rename from _includes/dev/examples/critapp/critapp-sample217.xml rename to _includes/v4/examples/critapp/critapp-sample217.xml diff --git a/_includes/dev/examples/critapp/critapp-sample218.xml b/_includes/v4/examples/critapp/critapp-sample218.xml similarity index 100% rename from _includes/dev/examples/critapp/critapp-sample218.xml rename to _includes/v4/examples/critapp/critapp-sample218.xml diff --git a/_includes/dev/examples/critapp/critapp-sample219.xml b/_includes/v4/examples/critapp/critapp-sample219.xml similarity index 100% rename from _includes/dev/examples/critapp/critapp-sample219.xml rename to _includes/v4/examples/critapp/critapp-sample219.xml diff --git a/_includes/dev/examples/critapp/critapp-sample220.xml b/_includes/v4/examples/critapp/critapp-sample220.xml similarity index 100% rename from _includes/dev/examples/critapp/critapp-sample220.xml rename to _includes/v4/examples/critapp/critapp-sample220.xml diff --git a/_includes/dev/examples/edittrans/edittrans-sample207.xml b/_includes/v4/examples/edittrans/edittrans-sample207.xml similarity index 100% rename from _includes/dev/examples/edittrans/edittrans-sample207.xml rename to _includes/v4/examples/edittrans/edittrans-sample207.xml diff --git a/_includes/dev/examples/edittrans/edittrans-sample208.xml b/_includes/v4/examples/edittrans/edittrans-sample208.xml similarity index 100% rename from _includes/dev/examples/edittrans/edittrans-sample208.xml rename to _includes/v4/examples/edittrans/edittrans-sample208.xml diff --git a/_includes/dev/examples/edittrans/edittrans-sample209.xml b/_includes/v4/examples/edittrans/edittrans-sample209.xml similarity index 100% rename from _includes/dev/examples/edittrans/edittrans-sample209.xml rename to _includes/v4/examples/edittrans/edittrans-sample209.xml diff --git a/_includes/dev/examples/edittrans/edittrans-sample210.xml b/_includes/v4/examples/edittrans/edittrans-sample210.xml similarity index 100% rename from _includes/dev/examples/edittrans/edittrans-sample210.xml rename to _includes/v4/examples/edittrans/edittrans-sample210.xml diff --git a/_includes/dev/examples/edittrans/edittrans-sample211.xml b/_includes/v4/examples/edittrans/edittrans-sample211.xml similarity index 100% rename from _includes/dev/examples/edittrans/edittrans-sample211.xml rename to _includes/v4/examples/edittrans/edittrans-sample211.xml diff --git a/_includes/dev/examples/edittrans/edittrans-sample212.xml b/_includes/v4/examples/edittrans/edittrans-sample212.xml similarity index 100% rename from _includes/dev/examples/edittrans/edittrans-sample212.xml rename to _includes/v4/examples/edittrans/edittrans-sample212.xml diff --git a/_includes/dev/examples/edittrans/edittrans-sample213.xml b/_includes/v4/examples/edittrans/edittrans-sample213.xml similarity index 100% rename from _includes/dev/examples/edittrans/edittrans-sample213.xml rename to _includes/v4/examples/edittrans/edittrans-sample213.xml diff --git a/_includes/dev/examples/edittrans/edittrans-sample214.xml b/_includes/v4/examples/edittrans/edittrans-sample214.xml similarity index 100% rename from _includes/dev/examples/edittrans/edittrans-sample214.xml rename to _includes/v4/examples/edittrans/edittrans-sample214.xml diff --git a/_includes/dev/examples/edittrans/edittrans-sample215.xml b/_includes/v4/examples/edittrans/edittrans-sample215.xml similarity index 100% rename from _includes/dev/examples/edittrans/edittrans-sample215.xml rename to _includes/v4/examples/edittrans/edittrans-sample215.xml diff --git a/_includes/dev/examples/edittrans/edittrans-sample216.xml b/_includes/v4/examples/edittrans/edittrans-sample216.xml similarity index 100% rename from _includes/dev/examples/edittrans/edittrans-sample216.xml rename to _includes/v4/examples/edittrans/edittrans-sample216.xml diff --git a/_includes/dev/examples/edittrans/edittrans-sample217.xml b/_includes/v4/examples/edittrans/edittrans-sample217.xml similarity index 100% rename from _includes/dev/examples/edittrans/edittrans-sample217.xml rename to _includes/v4/examples/edittrans/edittrans-sample217.xml diff --git a/_includes/dev/examples/edittrans/edittrans-sample218.xml b/_includes/v4/examples/edittrans/edittrans-sample218.xml similarity index 100% rename from _includes/dev/examples/edittrans/edittrans-sample218.xml rename to _includes/v4/examples/edittrans/edittrans-sample218.xml diff --git a/_includes/dev/examples/edittrans/edittrans-sample219.xml b/_includes/v4/examples/edittrans/edittrans-sample219.xml similarity index 100% rename from _includes/dev/examples/edittrans/edittrans-sample219.xml rename to _includes/v4/examples/edittrans/edittrans-sample219.xml diff --git a/_includes/dev/examples/edittrans/edittrans-sample220.xml b/_includes/v4/examples/edittrans/edittrans-sample220.xml similarity index 100% rename from _includes/dev/examples/edittrans/edittrans-sample220.xml rename to _includes/v4/examples/edittrans/edittrans-sample220.xml diff --git a/_includes/dev/examples/edittrans/edittrans-sample221.xml b/_includes/v4/examples/edittrans/edittrans-sample221.xml similarity index 100% rename from _includes/dev/examples/edittrans/edittrans-sample221.xml rename to _includes/v4/examples/edittrans/edittrans-sample221.xml diff --git a/_includes/dev/examples/edittrans/edittrans-sample222.xml b/_includes/v4/examples/edittrans/edittrans-sample222.xml similarity index 100% rename from _includes/dev/examples/edittrans/edittrans-sample222.xml rename to _includes/v4/examples/edittrans/edittrans-sample222.xml diff --git a/_includes/dev/examples/edittrans/edittrans-sample223.xml b/_includes/v4/examples/edittrans/edittrans-sample223.xml similarity index 100% rename from _includes/dev/examples/edittrans/edittrans-sample223.xml rename to _includes/v4/examples/edittrans/edittrans-sample223.xml diff --git a/_includes/dev/examples/edittrans/edittrans-sample224.xml b/_includes/v4/examples/edittrans/edittrans-sample224.xml similarity index 100% rename from _includes/dev/examples/edittrans/edittrans-sample224.xml rename to _includes/v4/examples/edittrans/edittrans-sample224.xml diff --git a/_includes/dev/examples/edittrans/edittrans-sample225.xml b/_includes/v4/examples/edittrans/edittrans-sample225.xml similarity index 100% rename from _includes/dev/examples/edittrans/edittrans-sample225.xml rename to _includes/v4/examples/edittrans/edittrans-sample225.xml diff --git a/_includes/dev/examples/edittrans/edittrans-sample226.xml b/_includes/v4/examples/edittrans/edittrans-sample226.xml similarity index 100% rename from _includes/dev/examples/edittrans/edittrans-sample226.xml rename to _includes/v4/examples/edittrans/edittrans-sample226.xml diff --git a/_includes/dev/examples/edittrans/edittrans-sample227.xml b/_includes/v4/examples/edittrans/edittrans-sample227.xml similarity index 100% rename from _includes/dev/examples/edittrans/edittrans-sample227.xml rename to _includes/v4/examples/edittrans/edittrans-sample227.xml diff --git a/_includes/dev/examples/edittrans/edittrans-sample228.xml b/_includes/v4/examples/edittrans/edittrans-sample228.xml similarity index 100% rename from _includes/dev/examples/edittrans/edittrans-sample228.xml rename to _includes/v4/examples/edittrans/edittrans-sample228.xml diff --git a/_includes/dev/examples/edittrans/edittrans-sample229.xml b/_includes/v4/examples/edittrans/edittrans-sample229.xml similarity index 100% rename from _includes/dev/examples/edittrans/edittrans-sample229.xml rename to _includes/v4/examples/edittrans/edittrans-sample229.xml diff --git a/_includes/dev/examples/edittrans/edittrans-sample230.xml b/_includes/v4/examples/edittrans/edittrans-sample230.xml similarity index 100% rename from _includes/dev/examples/edittrans/edittrans-sample230.xml rename to _includes/v4/examples/edittrans/edittrans-sample230.xml diff --git a/_includes/dev/examples/edittrans/edittrans-sample231.xml b/_includes/v4/examples/edittrans/edittrans-sample231.xml similarity index 100% rename from _includes/dev/examples/edittrans/edittrans-sample231.xml rename to _includes/v4/examples/edittrans/edittrans-sample231.xml diff --git a/_includes/dev/examples/edittrans/edittrans-sample232.xml b/_includes/v4/examples/edittrans/edittrans-sample232.xml similarity index 100% rename from _includes/dev/examples/edittrans/edittrans-sample232.xml rename to _includes/v4/examples/edittrans/edittrans-sample232.xml diff --git a/_includes/dev/examples/edittrans/edittrans-sample233.xml b/_includes/v4/examples/edittrans/edittrans-sample233.xml similarity index 100% rename from _includes/dev/examples/edittrans/edittrans-sample233.xml rename to _includes/v4/examples/edittrans/edittrans-sample233.xml diff --git a/_includes/dev/examples/edittrans/edittrans-sample234.xml b/_includes/v4/examples/edittrans/edittrans-sample234.xml similarity index 100% rename from _includes/dev/examples/edittrans/edittrans-sample234.xml rename to _includes/v4/examples/edittrans/edittrans-sample234.xml diff --git a/_includes/dev/examples/edittrans/edittrans-sample235.xml b/_includes/v4/examples/edittrans/edittrans-sample235.xml similarity index 100% rename from _includes/dev/examples/edittrans/edittrans-sample235.xml rename to _includes/v4/examples/edittrans/edittrans-sample235.xml diff --git a/_includes/dev/examples/edittrans/edittrans-sample236.xml b/_includes/v4/examples/edittrans/edittrans-sample236.xml similarity index 100% rename from _includes/dev/examples/edittrans/edittrans-sample236.xml rename to _includes/v4/examples/edittrans/edittrans-sample236.xml diff --git a/_includes/dev/examples/edittrans/edittrans-sample237.xml b/_includes/v4/examples/edittrans/edittrans-sample237.xml similarity index 100% rename from _includes/dev/examples/edittrans/edittrans-sample237.xml rename to _includes/v4/examples/edittrans/edittrans-sample237.xml diff --git a/_includes/dev/examples/edittrans/edittrans-sample238.xml b/_includes/v4/examples/edittrans/edittrans-sample238.xml similarity index 100% rename from _includes/dev/examples/edittrans/edittrans-sample238.xml rename to _includes/v4/examples/edittrans/edittrans-sample238.xml diff --git a/_includes/dev/examples/edittrans/edittrans-sample239.xml b/_includes/v4/examples/edittrans/edittrans-sample239.xml similarity index 100% rename from _includes/dev/examples/edittrans/edittrans-sample239.xml rename to _includes/v4/examples/edittrans/edittrans-sample239.xml diff --git a/_includes/dev/examples/edittrans/edittrans-sample240.xml b/_includes/v4/examples/edittrans/edittrans-sample240.xml similarity index 100% rename from _includes/dev/examples/edittrans/edittrans-sample240.xml rename to _includes/v4/examples/edittrans/edittrans-sample240.xml diff --git a/_includes/dev/examples/edittrans/edittrans-sample241.xml b/_includes/v4/examples/edittrans/edittrans-sample241.xml similarity index 100% rename from _includes/dev/examples/edittrans/edittrans-sample241.xml rename to _includes/v4/examples/edittrans/edittrans-sample241.xml diff --git a/_includes/dev/examples/edittrans/edittrans-sample242.xml b/_includes/v4/examples/edittrans/edittrans-sample242.xml similarity index 100% rename from _includes/dev/examples/edittrans/edittrans-sample242.xml rename to _includes/v4/examples/edittrans/edittrans-sample242.xml diff --git a/_includes/dev/examples/edittrans/edittrans-sample243.xml b/_includes/v4/examples/edittrans/edittrans-sample243.xml similarity index 100% rename from _includes/dev/examples/edittrans/edittrans-sample243.xml rename to _includes/v4/examples/edittrans/edittrans-sample243.xml diff --git a/_includes/dev/examples/facsimiles/facsimiles-sample230.xml b/_includes/v4/examples/facsimiles/facsimiles-sample230.xml similarity index 100% rename from _includes/dev/examples/facsimiles/facsimiles-sample230.xml rename to _includes/v4/examples/facsimiles/facsimiles-sample230.xml diff --git a/_includes/dev/examples/facsimiles/facsimiles-sample231.xml b/_includes/v4/examples/facsimiles/facsimiles-sample231.xml similarity index 100% rename from _includes/dev/examples/facsimiles/facsimiles-sample231.xml rename to _includes/v4/examples/facsimiles/facsimiles-sample231.xml diff --git a/_includes/dev/examples/facsimiles/facsimiles-sample232.xml b/_includes/v4/examples/facsimiles/facsimiles-sample232.xml similarity index 100% rename from _includes/dev/examples/facsimiles/facsimiles-sample232.xml rename to _includes/v4/examples/facsimiles/facsimiles-sample232.xml diff --git a/_includes/dev/examples/facsimiles/facsimiles-sample233.xml b/_includes/v4/examples/facsimiles/facsimiles-sample233.xml similarity index 100% rename from _includes/dev/examples/facsimiles/facsimiles-sample233.xml rename to _includes/v4/examples/facsimiles/facsimiles-sample233.xml diff --git a/_includes/dev/examples/facsimiles/facsimiles-sample234.xml b/_includes/v4/examples/facsimiles/facsimiles-sample234.xml similarity index 100% rename from _includes/dev/examples/facsimiles/facsimiles-sample234.xml rename to _includes/v4/examples/facsimiles/facsimiles-sample234.xml diff --git a/_includes/dev/examples/facsimiles/facsimiles-sample235.xml b/_includes/v4/examples/facsimiles/facsimiles-sample235.xml similarity index 100% rename from _includes/dev/examples/facsimiles/facsimiles-sample235.xml rename to _includes/v4/examples/facsimiles/facsimiles-sample235.xml diff --git a/_includes/dev/examples/facsimiles/facsimiles-sample236.xml b/_includes/v4/examples/facsimiles/facsimiles-sample236.xml similarity index 100% rename from _includes/dev/examples/facsimiles/facsimiles-sample236.xml rename to _includes/v4/examples/facsimiles/facsimiles-sample236.xml diff --git a/_includes/dev/examples/facsimiles/facsimiles-sample237.xml b/_includes/v4/examples/facsimiles/facsimiles-sample237.xml similarity index 100% rename from _includes/dev/examples/facsimiles/facsimiles-sample237.xml rename to _includes/v4/examples/facsimiles/facsimiles-sample237.xml diff --git a/_includes/dev/examples/facsimiles/facsimiles-sample244.xml b/_includes/v4/examples/facsimiles/facsimiles-sample244.xml similarity index 100% rename from _includes/dev/examples/facsimiles/facsimiles-sample244.xml rename to _includes/v4/examples/facsimiles/facsimiles-sample244.xml diff --git a/_includes/dev/examples/facsimiles/facsimiles-sample245.xml b/_includes/v4/examples/facsimiles/facsimiles-sample245.xml similarity index 100% rename from _includes/dev/examples/facsimiles/facsimiles-sample245.xml rename to _includes/v4/examples/facsimiles/facsimiles-sample245.xml diff --git a/_includes/dev/examples/facsimiles/facsimiles-sample246.xml b/_includes/v4/examples/facsimiles/facsimiles-sample246.xml similarity index 100% rename from _includes/dev/examples/facsimiles/facsimiles-sample246.xml rename to _includes/v4/examples/facsimiles/facsimiles-sample246.xml diff --git a/_includes/dev/examples/facsimiles/facsimiles-sample247.xml b/_includes/v4/examples/facsimiles/facsimiles-sample247.xml similarity index 100% rename from _includes/dev/examples/facsimiles/facsimiles-sample247.xml rename to _includes/v4/examples/facsimiles/facsimiles-sample247.xml diff --git a/_includes/dev/examples/facsimiles/facsimiles-sample248.xml b/_includes/v4/examples/facsimiles/facsimiles-sample248.xml similarity index 100% rename from _includes/dev/examples/facsimiles/facsimiles-sample248.xml rename to _includes/v4/examples/facsimiles/facsimiles-sample248.xml diff --git a/_includes/dev/examples/facsimiles/facsimiles-sample249.xml b/_includes/v4/examples/facsimiles/facsimiles-sample249.xml similarity index 100% rename from _includes/dev/examples/facsimiles/facsimiles-sample249.xml rename to _includes/v4/examples/facsimiles/facsimiles-sample249.xml diff --git a/_includes/dev/examples/facsimiles/facsimiles-sample250.xml b/_includes/v4/examples/facsimiles/facsimiles-sample250.xml similarity index 100% rename from _includes/dev/examples/facsimiles/facsimiles-sample250.xml rename to _includes/v4/examples/facsimiles/facsimiles-sample250.xml diff --git a/_includes/dev/examples/facsimiles/facsimiles-sample251.xml b/_includes/v4/examples/facsimiles/facsimiles-sample251.xml similarity index 100% rename from _includes/dev/examples/facsimiles/facsimiles-sample251.xml rename to _includes/v4/examples/facsimiles/facsimiles-sample251.xml diff --git a/_includes/dev/examples/figtable/figtable-sample238.xml b/_includes/v4/examples/figtable/figtable-sample238.xml similarity index 100% rename from _includes/dev/examples/figtable/figtable-sample238.xml rename to _includes/v4/examples/figtable/figtable-sample238.xml diff --git a/_includes/dev/examples/figtable/figtable-sample239.xml b/_includes/v4/examples/figtable/figtable-sample239.xml similarity index 100% rename from _includes/dev/examples/figtable/figtable-sample239.xml rename to _includes/v4/examples/figtable/figtable-sample239.xml diff --git a/_includes/dev/examples/figtable/figtable-sample240.xml b/_includes/v4/examples/figtable/figtable-sample240.xml similarity index 100% rename from _includes/dev/examples/figtable/figtable-sample240.xml rename to _includes/v4/examples/figtable/figtable-sample240.xml diff --git a/_includes/dev/examples/figtable/figtable-sample241.xml b/_includes/v4/examples/figtable/figtable-sample241.xml similarity index 100% rename from _includes/dev/examples/figtable/figtable-sample241.xml rename to _includes/v4/examples/figtable/figtable-sample241.xml diff --git a/_includes/dev/examples/figtable/figtable-sample242.xml b/_includes/v4/examples/figtable/figtable-sample242.xml similarity index 100% rename from _includes/dev/examples/figtable/figtable-sample242.xml rename to _includes/v4/examples/figtable/figtable-sample242.xml diff --git a/_includes/dev/examples/figtable/figtable-sample243.xml b/_includes/v4/examples/figtable/figtable-sample243.xml similarity index 100% rename from _includes/dev/examples/figtable/figtable-sample243.xml rename to _includes/v4/examples/figtable/figtable-sample243.xml diff --git a/_includes/dev/examples/figtable/figtable-sample244.xml b/_includes/v4/examples/figtable/figtable-sample244.xml similarity index 100% rename from _includes/dev/examples/figtable/figtable-sample244.xml rename to _includes/v4/examples/figtable/figtable-sample244.xml diff --git a/_includes/dev/examples/figtable/figtable-sample245.xml b/_includes/v4/examples/figtable/figtable-sample245.xml similarity index 100% rename from _includes/dev/examples/figtable/figtable-sample245.xml rename to _includes/v4/examples/figtable/figtable-sample245.xml diff --git a/_includes/dev/examples/figtable/figtable-sample252.xml b/_includes/v4/examples/figtable/figtable-sample252.xml similarity index 100% rename from _includes/dev/examples/figtable/figtable-sample252.xml rename to _includes/v4/examples/figtable/figtable-sample252.xml diff --git a/_includes/dev/examples/figtable/figtable-sample253.xml b/_includes/v4/examples/figtable/figtable-sample253.xml similarity index 100% rename from _includes/dev/examples/figtable/figtable-sample253.xml rename to _includes/v4/examples/figtable/figtable-sample253.xml diff --git a/_includes/dev/examples/figtable/figtable-sample254.xml b/_includes/v4/examples/figtable/figtable-sample254.xml similarity index 100% rename from _includes/dev/examples/figtable/figtable-sample254.xml rename to _includes/v4/examples/figtable/figtable-sample254.xml diff --git a/_includes/dev/examples/figtable/figtable-sample255.xml b/_includes/v4/examples/figtable/figtable-sample255.xml similarity index 100% rename from _includes/dev/examples/figtable/figtable-sample255.xml rename to _includes/v4/examples/figtable/figtable-sample255.xml diff --git a/_includes/dev/examples/figtable/figtable-sample256.xml b/_includes/v4/examples/figtable/figtable-sample256.xml similarity index 100% rename from _includes/dev/examples/figtable/figtable-sample256.xml rename to _includes/v4/examples/figtable/figtable-sample256.xml diff --git a/_includes/dev/examples/figtable/figtable-sample257.xml b/_includes/v4/examples/figtable/figtable-sample257.xml similarity index 100% rename from _includes/dev/examples/figtable/figtable-sample257.xml rename to _includes/v4/examples/figtable/figtable-sample257.xml diff --git a/_includes/dev/examples/figtable/figtable-sample258.xml b/_includes/v4/examples/figtable/figtable-sample258.xml similarity index 100% rename from _includes/dev/examples/figtable/figtable-sample258.xml rename to _includes/v4/examples/figtable/figtable-sample258.xml diff --git a/_includes/dev/examples/figtable/figtable-sample259.xml b/_includes/v4/examples/figtable/figtable-sample259.xml similarity index 100% rename from _includes/dev/examples/figtable/figtable-sample259.xml rename to _includes/v4/examples/figtable/figtable-sample259.xml diff --git a/_includes/dev/examples/frbr/frbr-sample079.xml b/_includes/v4/examples/frbr/frbr-sample079.xml similarity index 100% rename from _includes/dev/examples/frbr/frbr-sample079.xml rename to _includes/v4/examples/frbr/frbr-sample079.xml diff --git a/_includes/dev/examples/frbr/frbr-sample080.xml b/_includes/v4/examples/frbr/frbr-sample080.xml similarity index 100% rename from _includes/dev/examples/frbr/frbr-sample080.xml rename to _includes/v4/examples/frbr/frbr-sample080.xml diff --git a/_includes/dev/examples/frbr/frbr-sample081.xml b/_includes/v4/examples/frbr/frbr-sample081.xml similarity index 100% rename from _includes/dev/examples/frbr/frbr-sample081.xml rename to _includes/v4/examples/frbr/frbr-sample081.xml diff --git a/_includes/dev/examples/frbr/frbr-sample082.xml b/_includes/v4/examples/frbr/frbr-sample082.xml similarity index 100% rename from _includes/dev/examples/frbr/frbr-sample082.xml rename to _includes/v4/examples/frbr/frbr-sample082.xml diff --git a/_includes/dev/examples/frbr/frbr-sample083.xml b/_includes/v4/examples/frbr/frbr-sample083.xml similarity index 100% rename from _includes/dev/examples/frbr/frbr-sample083.xml rename to _includes/v4/examples/frbr/frbr-sample083.xml diff --git a/_includes/dev/examples/frbr/frbr-sample084.xml b/_includes/v4/examples/frbr/frbr-sample084.xml similarity index 100% rename from _includes/dev/examples/frbr/frbr-sample084.xml rename to _includes/v4/examples/frbr/frbr-sample084.xml diff --git a/_includes/dev/examples/frbr/frbr-sample085.xml b/_includes/v4/examples/frbr/frbr-sample085.xml similarity index 100% rename from _includes/dev/examples/frbr/frbr-sample085.xml rename to _includes/v4/examples/frbr/frbr-sample085.xml diff --git a/_includes/dev/examples/frbr/frbr-sample086.xml b/_includes/v4/examples/frbr/frbr-sample086.xml similarity index 100% rename from _includes/dev/examples/frbr/frbr-sample086.xml rename to _includes/v4/examples/frbr/frbr-sample086.xml diff --git a/_includes/dev/examples/frbr/frbr-sample087.xml b/_includes/v4/examples/frbr/frbr-sample087.xml similarity index 100% rename from _includes/dev/examples/frbr/frbr-sample087.xml rename to _includes/v4/examples/frbr/frbr-sample087.xml diff --git a/_includes/dev/examples/frbr/frbr-sample088.xml b/_includes/v4/examples/frbr/frbr-sample088.xml similarity index 100% rename from _includes/dev/examples/frbr/frbr-sample088.xml rename to _includes/v4/examples/frbr/frbr-sample088.xml diff --git a/_includes/dev/examples/frbr/frbr-sample089.xml b/_includes/v4/examples/frbr/frbr-sample089.xml similarity index 100% rename from _includes/dev/examples/frbr/frbr-sample089.xml rename to _includes/v4/examples/frbr/frbr-sample089.xml diff --git a/_includes/dev/examples/frbr/frbr-sample090.xml b/_includes/v4/examples/frbr/frbr-sample090.xml similarity index 100% rename from _includes/dev/examples/frbr/frbr-sample090.xml rename to _includes/v4/examples/frbr/frbr-sample090.xml diff --git a/_includes/dev/examples/harmony/harmony-sample246.xml b/_includes/v4/examples/harmony/harmony-sample246.xml similarity index 100% rename from _includes/dev/examples/harmony/harmony-sample246.xml rename to _includes/v4/examples/harmony/harmony-sample246.xml diff --git a/_includes/dev/examples/harmony/harmony-sample247.xml b/_includes/v4/examples/harmony/harmony-sample247.xml similarity index 100% rename from _includes/dev/examples/harmony/harmony-sample247.xml rename to _includes/v4/examples/harmony/harmony-sample247.xml diff --git a/_includes/dev/examples/harmony/harmony-sample248.xml b/_includes/v4/examples/harmony/harmony-sample248.xml similarity index 100% rename from _includes/dev/examples/harmony/harmony-sample248.xml rename to _includes/v4/examples/harmony/harmony-sample248.xml diff --git a/_includes/dev/examples/harmony/harmony-sample249.xml b/_includes/v4/examples/harmony/harmony-sample249.xml similarity index 100% rename from _includes/dev/examples/harmony/harmony-sample249.xml rename to _includes/v4/examples/harmony/harmony-sample249.xml diff --git a/_includes/dev/examples/harmony/harmony-sample250.xml b/_includes/v4/examples/harmony/harmony-sample250.xml similarity index 100% rename from _includes/dev/examples/harmony/harmony-sample250.xml rename to _includes/v4/examples/harmony/harmony-sample250.xml diff --git a/_includes/dev/examples/harmony/harmony-sample251.xml b/_includes/v4/examples/harmony/harmony-sample251.xml similarity index 100% rename from _includes/dev/examples/harmony/harmony-sample251.xml rename to _includes/v4/examples/harmony/harmony-sample251.xml diff --git a/_includes/dev/examples/harmony/harmony-sample252.xml b/_includes/v4/examples/harmony/harmony-sample252.xml similarity index 100% rename from _includes/dev/examples/harmony/harmony-sample252.xml rename to _includes/v4/examples/harmony/harmony-sample252.xml diff --git a/_includes/dev/examples/harmony/harmony-sample253.xml b/_includes/v4/examples/harmony/harmony-sample253.xml similarity index 100% rename from _includes/dev/examples/harmony/harmony-sample253.xml rename to _includes/v4/examples/harmony/harmony-sample253.xml diff --git a/_includes/dev/examples/harmony/harmony-sample254.xml b/_includes/v4/examples/harmony/harmony-sample254.xml similarity index 100% rename from _includes/dev/examples/harmony/harmony-sample254.xml rename to _includes/v4/examples/harmony/harmony-sample254.xml diff --git a/_includes/dev/examples/harmony/harmony-sample255.xml b/_includes/v4/examples/harmony/harmony-sample255.xml similarity index 100% rename from _includes/dev/examples/harmony/harmony-sample255.xml rename to _includes/v4/examples/harmony/harmony-sample255.xml diff --git a/_includes/dev/examples/harmony/harmony-sample256.xml b/_includes/v4/examples/harmony/harmony-sample256.xml similarity index 100% rename from _includes/dev/examples/harmony/harmony-sample256.xml rename to _includes/v4/examples/harmony/harmony-sample256.xml diff --git a/_includes/dev/examples/harmony/harmony-sample257.xml b/_includes/v4/examples/harmony/harmony-sample257.xml similarity index 100% rename from _includes/dev/examples/harmony/harmony-sample257.xml rename to _includes/v4/examples/harmony/harmony-sample257.xml diff --git a/_includes/dev/examples/harmony/harmony-sample258.xml b/_includes/v4/examples/harmony/harmony-sample258.xml similarity index 100% rename from _includes/dev/examples/harmony/harmony-sample258.xml rename to _includes/v4/examples/harmony/harmony-sample258.xml diff --git a/_includes/dev/examples/harmony/harmony-sample259.xml b/_includes/v4/examples/harmony/harmony-sample259.xml similarity index 100% rename from _includes/dev/examples/harmony/harmony-sample259.xml rename to _includes/v4/examples/harmony/harmony-sample259.xml diff --git a/_includes/dev/examples/harmony/harmony-sample260.xml b/_includes/v4/examples/harmony/harmony-sample260.xml similarity index 100% rename from _includes/dev/examples/harmony/harmony-sample260.xml rename to _includes/v4/examples/harmony/harmony-sample260.xml diff --git a/_includes/dev/examples/harmony/harmony-sample261.xml b/_includes/v4/examples/harmony/harmony-sample261.xml similarity index 100% rename from _includes/dev/examples/harmony/harmony-sample261.xml rename to _includes/v4/examples/harmony/harmony-sample261.xml diff --git a/_includes/dev/examples/harmony/harmony-sample262.xml b/_includes/v4/examples/harmony/harmony-sample262.xml similarity index 100% rename from _includes/dev/examples/harmony/harmony-sample262.xml rename to _includes/v4/examples/harmony/harmony-sample262.xml diff --git a/_includes/dev/examples/harmony/harmony-sample263.xml b/_includes/v4/examples/harmony/harmony-sample263.xml similarity index 100% rename from _includes/dev/examples/harmony/harmony-sample263.xml rename to _includes/v4/examples/harmony/harmony-sample263.xml diff --git a/_includes/dev/examples/harmony/harmony-sample264.xml b/_includes/v4/examples/harmony/harmony-sample264.xml similarity index 100% rename from _includes/dev/examples/harmony/harmony-sample264.xml rename to _includes/v4/examples/harmony/harmony-sample264.xml diff --git a/_includes/dev/examples/harmony/harmony-sample265.xml b/_includes/v4/examples/harmony/harmony-sample265.xml similarity index 100% rename from _includes/dev/examples/harmony/harmony-sample265.xml rename to _includes/v4/examples/harmony/harmony-sample265.xml diff --git a/_includes/dev/examples/harmony/harmony-sample266.xml b/_includes/v4/examples/harmony/harmony-sample266.xml similarity index 100% rename from _includes/dev/examples/harmony/harmony-sample266.xml rename to _includes/v4/examples/harmony/harmony-sample266.xml diff --git a/_includes/dev/examples/harmony/harmony-sample267.xml b/_includes/v4/examples/harmony/harmony-sample267.xml similarity index 100% rename from _includes/dev/examples/harmony/harmony-sample267.xml rename to _includes/v4/examples/harmony/harmony-sample267.xml diff --git a/_includes/dev/examples/harmony/harmony-sample268.xml b/_includes/v4/examples/harmony/harmony-sample268.xml similarity index 100% rename from _includes/dev/examples/harmony/harmony-sample268.xml rename to _includes/v4/examples/harmony/harmony-sample268.xml diff --git a/_includes/dev/examples/harmony/harmony-sample269.xml b/_includes/v4/examples/harmony/harmony-sample269.xml similarity index 100% rename from _includes/dev/examples/harmony/harmony-sample269.xml rename to _includes/v4/examples/harmony/harmony-sample269.xml diff --git a/_includes/dev/examples/harmony/harmony-sample270.xml b/_includes/v4/examples/harmony/harmony-sample270.xml similarity index 100% rename from _includes/dev/examples/harmony/harmony-sample270.xml rename to _includes/v4/examples/harmony/harmony-sample270.xml diff --git a/_includes/dev/examples/harmony/harmony-sample271.xml b/_includes/v4/examples/harmony/harmony-sample271.xml similarity index 100% rename from _includes/dev/examples/harmony/harmony-sample271.xml rename to _includes/v4/examples/harmony/harmony-sample271.xml diff --git a/_includes/dev/examples/harmony/harmony-sample272.xml b/_includes/v4/examples/harmony/harmony-sample272.xml similarity index 100% rename from _includes/dev/examples/harmony/harmony-sample272.xml rename to _includes/v4/examples/harmony/harmony-sample272.xml diff --git a/_includes/dev/examples/harmony/harmony-sample273.xml b/_includes/v4/examples/harmony/harmony-sample273.xml similarity index 100% rename from _includes/dev/examples/harmony/harmony-sample273.xml rename to _includes/v4/examples/harmony/harmony-sample273.xml diff --git a/_includes/dev/examples/harmony/harmony-sample274.xml b/_includes/v4/examples/harmony/harmony-sample274.xml similarity index 100% rename from _includes/dev/examples/harmony/harmony-sample274.xml rename to _includes/v4/examples/harmony/harmony-sample274.xml diff --git a/_includes/dev/examples/harmony/harmony-sample275.xml b/_includes/v4/examples/harmony/harmony-sample275.xml similarity index 100% rename from _includes/dev/examples/harmony/harmony-sample275.xml rename to _includes/v4/examples/harmony/harmony-sample275.xml diff --git a/_includes/dev/examples/harmony/harmony-sample276.xml b/_includes/v4/examples/harmony/harmony-sample276.xml similarity index 100% rename from _includes/dev/examples/harmony/harmony-sample276.xml rename to _includes/v4/examples/harmony/harmony-sample276.xml diff --git a/_includes/dev/examples/harmony/harmony-sample277.xml b/_includes/v4/examples/harmony/harmony-sample277.xml similarity index 100% rename from _includes/dev/examples/harmony/harmony-sample277.xml rename to _includes/v4/examples/harmony/harmony-sample277.xml diff --git a/_includes/dev/examples/harmony/harmony-sample278.xml b/_includes/v4/examples/harmony/harmony-sample278.xml similarity index 100% rename from _includes/dev/examples/harmony/harmony-sample278.xml rename to _includes/v4/examples/harmony/harmony-sample278.xml diff --git a/_includes/dev/examples/harmony/harmony-sample279.xml b/_includes/v4/examples/harmony/harmony-sample279.xml similarity index 100% rename from _includes/dev/examples/harmony/harmony-sample279.xml rename to _includes/v4/examples/harmony/harmony-sample279.xml diff --git a/_includes/dev/examples/header/header-sample019.xml b/_includes/v4/examples/header/header-sample019.xml similarity index 100% rename from _includes/dev/examples/header/header-sample019.xml rename to _includes/v4/examples/header/header-sample019.xml diff --git a/_includes/dev/examples/header/header-sample020.xml b/_includes/v4/examples/header/header-sample020.xml similarity index 100% rename from _includes/dev/examples/header/header-sample020.xml rename to _includes/v4/examples/header/header-sample020.xml diff --git a/_includes/dev/examples/header/header-sample021.xml b/_includes/v4/examples/header/header-sample021.xml similarity index 100% rename from _includes/dev/examples/header/header-sample021.xml rename to _includes/v4/examples/header/header-sample021.xml diff --git a/_includes/dev/examples/header/header-sample022.xml b/_includes/v4/examples/header/header-sample022.xml similarity index 100% rename from _includes/dev/examples/header/header-sample022.xml rename to _includes/v4/examples/header/header-sample022.xml diff --git a/_includes/dev/examples/header/header-sample023.xml b/_includes/v4/examples/header/header-sample023.xml similarity index 100% rename from _includes/dev/examples/header/header-sample023.xml rename to _includes/v4/examples/header/header-sample023.xml diff --git a/_includes/dev/examples/header/header-sample024.xml b/_includes/v4/examples/header/header-sample024.xml similarity index 100% rename from _includes/dev/examples/header/header-sample024.xml rename to _includes/v4/examples/header/header-sample024.xml diff --git a/_includes/dev/examples/header/header-sample025.xml b/_includes/v4/examples/header/header-sample025.xml similarity index 100% rename from _includes/dev/examples/header/header-sample025.xml rename to _includes/v4/examples/header/header-sample025.xml diff --git a/_includes/dev/examples/header/header-sample026.xml b/_includes/v4/examples/header/header-sample026.xml similarity index 100% rename from _includes/dev/examples/header/header-sample026.xml rename to _includes/v4/examples/header/header-sample026.xml diff --git a/_includes/dev/examples/header/header-sample027.xml b/_includes/v4/examples/header/header-sample027.xml similarity index 100% rename from _includes/dev/examples/header/header-sample027.xml rename to _includes/v4/examples/header/header-sample027.xml diff --git a/_includes/dev/examples/header/header-sample028.xml b/_includes/v4/examples/header/header-sample028.xml similarity index 100% rename from _includes/dev/examples/header/header-sample028.xml rename to _includes/v4/examples/header/header-sample028.xml diff --git a/_includes/dev/examples/header/header-sample029.xml b/_includes/v4/examples/header/header-sample029.xml similarity index 100% rename from _includes/dev/examples/header/header-sample029.xml rename to _includes/v4/examples/header/header-sample029.xml diff --git a/_includes/dev/examples/header/header-sample030.xml b/_includes/v4/examples/header/header-sample030.xml similarity index 100% rename from _includes/dev/examples/header/header-sample030.xml rename to _includes/v4/examples/header/header-sample030.xml diff --git a/_includes/dev/examples/header/header-sample031.xml b/_includes/v4/examples/header/header-sample031.xml similarity index 100% rename from _includes/dev/examples/header/header-sample031.xml rename to _includes/v4/examples/header/header-sample031.xml diff --git a/_includes/dev/examples/header/header-sample032.xml b/_includes/v4/examples/header/header-sample032.xml similarity index 100% rename from _includes/dev/examples/header/header-sample032.xml rename to _includes/v4/examples/header/header-sample032.xml diff --git a/_includes/dev/examples/header/header-sample033.xml b/_includes/v4/examples/header/header-sample033.xml similarity index 100% rename from _includes/dev/examples/header/header-sample033.xml rename to _includes/v4/examples/header/header-sample033.xml diff --git a/_includes/dev/examples/header/header-sample034.xml b/_includes/v4/examples/header/header-sample034.xml similarity index 100% rename from _includes/dev/examples/header/header-sample034.xml rename to _includes/v4/examples/header/header-sample034.xml diff --git a/_includes/dev/examples/header/header-sample035.xml b/_includes/v4/examples/header/header-sample035.xml similarity index 100% rename from _includes/dev/examples/header/header-sample035.xml rename to _includes/v4/examples/header/header-sample035.xml diff --git a/_includes/dev/examples/header/header-sample036.xml b/_includes/v4/examples/header/header-sample036.xml similarity index 100% rename from _includes/dev/examples/header/header-sample036.xml rename to _includes/v4/examples/header/header-sample036.xml diff --git a/_includes/dev/examples/header/header-sample037.xml b/_includes/v4/examples/header/header-sample037.xml similarity index 100% rename from _includes/dev/examples/header/header-sample037.xml rename to _includes/v4/examples/header/header-sample037.xml diff --git a/_includes/dev/examples/header/header-sample038.xml b/_includes/v4/examples/header/header-sample038.xml similarity index 100% rename from _includes/dev/examples/header/header-sample038.xml rename to _includes/v4/examples/header/header-sample038.xml diff --git a/_includes/dev/examples/header/header-sample039.xml b/_includes/v4/examples/header/header-sample039.xml similarity index 100% rename from _includes/dev/examples/header/header-sample039.xml rename to _includes/v4/examples/header/header-sample039.xml diff --git a/_includes/dev/examples/header/header-sample040.xml b/_includes/v4/examples/header/header-sample040.xml similarity index 100% rename from _includes/dev/examples/header/header-sample040.xml rename to _includes/v4/examples/header/header-sample040.xml diff --git a/_includes/dev/examples/header/header-sample041.xml b/_includes/v4/examples/header/header-sample041.xml similarity index 100% rename from _includes/dev/examples/header/header-sample041.xml rename to _includes/v4/examples/header/header-sample041.xml diff --git a/_includes/dev/examples/header/header-sample042.xml b/_includes/v4/examples/header/header-sample042.xml similarity index 100% rename from _includes/dev/examples/header/header-sample042.xml rename to _includes/v4/examples/header/header-sample042.xml diff --git a/_includes/dev/examples/header/header-sample043.xml b/_includes/v4/examples/header/header-sample043.xml similarity index 100% rename from _includes/dev/examples/header/header-sample043.xml rename to _includes/v4/examples/header/header-sample043.xml diff --git a/_includes/dev/examples/header/header-sample044.xml b/_includes/v4/examples/header/header-sample044.xml similarity index 100% rename from _includes/dev/examples/header/header-sample044.xml rename to _includes/v4/examples/header/header-sample044.xml diff --git a/_includes/dev/examples/header/header-sample045.xml b/_includes/v4/examples/header/header-sample045.xml similarity index 100% rename from _includes/dev/examples/header/header-sample045.xml rename to _includes/v4/examples/header/header-sample045.xml diff --git a/_includes/dev/examples/header/header-sample046.xml b/_includes/v4/examples/header/header-sample046.xml similarity index 100% rename from _includes/dev/examples/header/header-sample046.xml rename to _includes/v4/examples/header/header-sample046.xml diff --git a/_includes/dev/examples/header/header-sample047.xml b/_includes/v4/examples/header/header-sample047.xml similarity index 100% rename from _includes/dev/examples/header/header-sample047.xml rename to _includes/v4/examples/header/header-sample047.xml diff --git a/_includes/dev/examples/header/header-sample048.xml b/_includes/v4/examples/header/header-sample048.xml similarity index 100% rename from _includes/dev/examples/header/header-sample048.xml rename to _includes/v4/examples/header/header-sample048.xml diff --git a/_includes/dev/examples/header/header-sample049.xml b/_includes/v4/examples/header/header-sample049.xml similarity index 100% rename from _includes/dev/examples/header/header-sample049.xml rename to _includes/v4/examples/header/header-sample049.xml diff --git a/_includes/dev/examples/header/header-sample050.xml b/_includes/v4/examples/header/header-sample050.xml similarity index 100% rename from _includes/dev/examples/header/header-sample050.xml rename to _includes/v4/examples/header/header-sample050.xml diff --git a/_includes/dev/examples/header/header-sample051.xml b/_includes/v4/examples/header/header-sample051.xml similarity index 100% rename from _includes/dev/examples/header/header-sample051.xml rename to _includes/v4/examples/header/header-sample051.xml diff --git a/_includes/dev/examples/header/header-sample052.xml b/_includes/v4/examples/header/header-sample052.xml similarity index 100% rename from _includes/dev/examples/header/header-sample052.xml rename to _includes/v4/examples/header/header-sample052.xml diff --git a/_includes/dev/examples/header/header-sample053.xml b/_includes/v4/examples/header/header-sample053.xml similarity index 100% rename from _includes/dev/examples/header/header-sample053.xml rename to _includes/v4/examples/header/header-sample053.xml diff --git a/_includes/dev/examples/header/header-sample054.xml b/_includes/v4/examples/header/header-sample054.xml similarity index 100% rename from _includes/dev/examples/header/header-sample054.xml rename to _includes/v4/examples/header/header-sample054.xml diff --git a/_includes/dev/examples/header/header-sample055.xml b/_includes/v4/examples/header/header-sample055.xml similarity index 100% rename from _includes/dev/examples/header/header-sample055.xml rename to _includes/v4/examples/header/header-sample055.xml diff --git a/_includes/dev/examples/header/header-sample056.xml b/_includes/v4/examples/header/header-sample056.xml similarity index 100% rename from _includes/dev/examples/header/header-sample056.xml rename to _includes/v4/examples/header/header-sample056.xml diff --git a/_includes/dev/examples/header/header-sample057.xml b/_includes/v4/examples/header/header-sample057.xml similarity index 100% rename from _includes/dev/examples/header/header-sample057.xml rename to _includes/v4/examples/header/header-sample057.xml diff --git a/_includes/dev/examples/header/header-sample058.xml b/_includes/v4/examples/header/header-sample058.xml similarity index 100% rename from _includes/dev/examples/header/header-sample058.xml rename to _includes/v4/examples/header/header-sample058.xml diff --git a/_includes/dev/examples/header/header-sample059.xml b/_includes/v4/examples/header/header-sample059.xml similarity index 100% rename from _includes/dev/examples/header/header-sample059.xml rename to _includes/v4/examples/header/header-sample059.xml diff --git a/_includes/dev/examples/header/header-sample060.xml b/_includes/v4/examples/header/header-sample060.xml similarity index 100% rename from _includes/dev/examples/header/header-sample060.xml rename to _includes/v4/examples/header/header-sample060.xml diff --git a/_includes/dev/examples/header/header-sample061.xml b/_includes/v4/examples/header/header-sample061.xml similarity index 100% rename from _includes/dev/examples/header/header-sample061.xml rename to _includes/v4/examples/header/header-sample061.xml diff --git a/_includes/dev/examples/header/header-sample062.xml b/_includes/v4/examples/header/header-sample062.xml similarity index 100% rename from _includes/dev/examples/header/header-sample062.xml rename to _includes/v4/examples/header/header-sample062.xml diff --git a/_includes/dev/examples/header/header-sample063.xml b/_includes/v4/examples/header/header-sample063.xml similarity index 100% rename from _includes/dev/examples/header/header-sample063.xml rename to _includes/v4/examples/header/header-sample063.xml diff --git a/_includes/dev/examples/header/header-sample064.xml b/_includes/v4/examples/header/header-sample064.xml similarity index 100% rename from _includes/dev/examples/header/header-sample064.xml rename to _includes/v4/examples/header/header-sample064.xml diff --git a/_includes/dev/examples/header/header-sample065.xml b/_includes/v4/examples/header/header-sample065.xml similarity index 100% rename from _includes/dev/examples/header/header-sample065.xml rename to _includes/v4/examples/header/header-sample065.xml diff --git a/_includes/dev/examples/header/header-sample066.xml b/_includes/v4/examples/header/header-sample066.xml similarity index 100% rename from _includes/dev/examples/header/header-sample066.xml rename to _includes/v4/examples/header/header-sample066.xml diff --git a/_includes/dev/examples/header/header-sample067.xml b/_includes/v4/examples/header/header-sample067.xml similarity index 100% rename from _includes/dev/examples/header/header-sample067.xml rename to _includes/v4/examples/header/header-sample067.xml diff --git a/_includes/dev/examples/header/header-sample068.xml b/_includes/v4/examples/header/header-sample068.xml similarity index 100% rename from _includes/dev/examples/header/header-sample068.xml rename to _includes/v4/examples/header/header-sample068.xml diff --git a/_includes/dev/examples/header/header-sample069.xml b/_includes/v4/examples/header/header-sample069.xml similarity index 100% rename from _includes/dev/examples/header/header-sample069.xml rename to _includes/v4/examples/header/header-sample069.xml diff --git a/_includes/dev/examples/header/header-sample070.xml b/_includes/v4/examples/header/header-sample070.xml similarity index 100% rename from _includes/dev/examples/header/header-sample070.xml rename to _includes/v4/examples/header/header-sample070.xml diff --git a/_includes/dev/examples/header/header-sample071.xml b/_includes/v4/examples/header/header-sample071.xml similarity index 100% rename from _includes/dev/examples/header/header-sample071.xml rename to _includes/v4/examples/header/header-sample071.xml diff --git a/_includes/dev/examples/header/header-sample072.xml b/_includes/v4/examples/header/header-sample072.xml similarity index 100% rename from _includes/dev/examples/header/header-sample072.xml rename to _includes/v4/examples/header/header-sample072.xml diff --git a/_includes/dev/examples/header/header-sample073.xml b/_includes/v4/examples/header/header-sample073.xml similarity index 100% rename from _includes/dev/examples/header/header-sample073.xml rename to _includes/v4/examples/header/header-sample073.xml diff --git a/_includes/dev/examples/header/header-sample074.xml b/_includes/v4/examples/header/header-sample074.xml similarity index 100% rename from _includes/dev/examples/header/header-sample074.xml rename to _includes/v4/examples/header/header-sample074.xml diff --git a/_includes/dev/examples/header/header-sample075.xml b/_includes/v4/examples/header/header-sample075.xml similarity index 100% rename from _includes/dev/examples/header/header-sample075.xml rename to _includes/v4/examples/header/header-sample075.xml diff --git a/_includes/dev/examples/header/header-sample076.xml b/_includes/v4/examples/header/header-sample076.xml similarity index 100% rename from _includes/dev/examples/header/header-sample076.xml rename to _includes/v4/examples/header/header-sample076.xml diff --git a/_includes/dev/examples/header/header-sample077.xml b/_includes/v4/examples/header/header-sample077.xml similarity index 100% rename from _includes/dev/examples/header/header-sample077.xml rename to _includes/v4/examples/header/header-sample077.xml diff --git a/_includes/dev/examples/header/header-sample078.xml b/_includes/v4/examples/header/header-sample078.xml similarity index 100% rename from _includes/dev/examples/header/header-sample078.xml rename to _includes/v4/examples/header/header-sample078.xml diff --git a/_includes/dev/examples/header/header-sample079.xml b/_includes/v4/examples/header/header-sample079.xml similarity index 100% rename from _includes/dev/examples/header/header-sample079.xml rename to _includes/v4/examples/header/header-sample079.xml diff --git a/_includes/dev/examples/linkalign/linkalign-sample381.xml b/_includes/v4/examples/linkalign/linkalign-sample381.xml similarity index 100% rename from _includes/dev/examples/linkalign/linkalign-sample381.xml rename to _includes/v4/examples/linkalign/linkalign-sample381.xml diff --git a/_includes/dev/examples/linkalign/linkalign-sample382.xml b/_includes/v4/examples/linkalign/linkalign-sample382.xml similarity index 100% rename from _includes/dev/examples/linkalign/linkalign-sample382.xml rename to _includes/v4/examples/linkalign/linkalign-sample382.xml diff --git a/_includes/dev/examples/lyricsdesc/lyricsdesc-sample263.xml b/_includes/v4/examples/lyricsdesc/lyricsdesc-sample263.xml similarity index 100% rename from _includes/dev/examples/lyricsdesc/lyricsdesc-sample263.xml rename to _includes/v4/examples/lyricsdesc/lyricsdesc-sample263.xml diff --git a/_includes/dev/examples/lyricsdesc/lyricsdesc-sample264.xml b/_includes/v4/examples/lyricsdesc/lyricsdesc-sample264.xml similarity index 100% rename from _includes/dev/examples/lyricsdesc/lyricsdesc-sample264.xml rename to _includes/v4/examples/lyricsdesc/lyricsdesc-sample264.xml diff --git a/_includes/dev/examples/lyricsdesc/lyricsdesc-sample265.xml b/_includes/v4/examples/lyricsdesc/lyricsdesc-sample265.xml similarity index 100% rename from _includes/dev/examples/lyricsdesc/lyricsdesc-sample265.xml rename to _includes/v4/examples/lyricsdesc/lyricsdesc-sample265.xml diff --git a/_includes/dev/examples/lyricsdesc/lyricsdesc-sample266.xml b/_includes/v4/examples/lyricsdesc/lyricsdesc-sample266.xml similarity index 100% rename from _includes/dev/examples/lyricsdesc/lyricsdesc-sample266.xml rename to _includes/v4/examples/lyricsdesc/lyricsdesc-sample266.xml diff --git a/_includes/dev/examples/lyricsdesc/lyricsdesc-sample267.xml b/_includes/v4/examples/lyricsdesc/lyricsdesc-sample267.xml similarity index 100% rename from _includes/dev/examples/lyricsdesc/lyricsdesc-sample267.xml rename to _includes/v4/examples/lyricsdesc/lyricsdesc-sample267.xml diff --git a/_includes/dev/examples/lyricsdesc/lyricsdesc-sample268.xml b/_includes/v4/examples/lyricsdesc/lyricsdesc-sample268.xml similarity index 100% rename from _includes/dev/examples/lyricsdesc/lyricsdesc-sample268.xml rename to _includes/v4/examples/lyricsdesc/lyricsdesc-sample268.xml diff --git a/_includes/dev/examples/lyricsdesc/lyricsdesc-sample280.xml b/_includes/v4/examples/lyricsdesc/lyricsdesc-sample280.xml similarity index 100% rename from _includes/dev/examples/lyricsdesc/lyricsdesc-sample280.xml rename to _includes/v4/examples/lyricsdesc/lyricsdesc-sample280.xml diff --git a/_includes/dev/examples/lyricsdesc/lyricsdesc-sample281.xml b/_includes/v4/examples/lyricsdesc/lyricsdesc-sample281.xml similarity index 100% rename from _includes/dev/examples/lyricsdesc/lyricsdesc-sample281.xml rename to _includes/v4/examples/lyricsdesc/lyricsdesc-sample281.xml diff --git a/_includes/dev/examples/lyricsdesc/lyricsdesc-sample282.xml b/_includes/v4/examples/lyricsdesc/lyricsdesc-sample282.xml similarity index 100% rename from _includes/dev/examples/lyricsdesc/lyricsdesc-sample282.xml rename to _includes/v4/examples/lyricsdesc/lyricsdesc-sample282.xml diff --git a/_includes/dev/examples/lyricsdesc/lyricsdesc-sample283.xml b/_includes/v4/examples/lyricsdesc/lyricsdesc-sample283.xml similarity index 100% rename from _includes/dev/examples/lyricsdesc/lyricsdesc-sample283.xml rename to _includes/v4/examples/lyricsdesc/lyricsdesc-sample283.xml diff --git a/_includes/dev/examples/lyricsdesc/lyricsdesc-sample284.xml b/_includes/v4/examples/lyricsdesc/lyricsdesc-sample284.xml similarity index 100% rename from _includes/dev/examples/lyricsdesc/lyricsdesc-sample284.xml rename to _includes/v4/examples/lyricsdesc/lyricsdesc-sample284.xml diff --git a/_includes/dev/examples/lyricsdesc/lyricsdesc-sample285.xml b/_includes/v4/examples/lyricsdesc/lyricsdesc-sample285.xml similarity index 100% rename from _includes/dev/examples/lyricsdesc/lyricsdesc-sample285.xml rename to _includes/v4/examples/lyricsdesc/lyricsdesc-sample285.xml diff --git a/_includes/dev/examples/mensural/mensural-sample154.xml b/_includes/v4/examples/mensural/mensural-sample154.xml similarity index 100% rename from _includes/dev/examples/mensural/mensural-sample154.xml rename to _includes/v4/examples/mensural/mensural-sample154.xml diff --git a/_includes/dev/examples/mensural/mensural-sample155.xml b/_includes/v4/examples/mensural/mensural-sample155.xml similarity index 100% rename from _includes/dev/examples/mensural/mensural-sample155.xml rename to _includes/v4/examples/mensural/mensural-sample155.xml diff --git a/_includes/dev/examples/mensural/mensural-sample156.xml b/_includes/v4/examples/mensural/mensural-sample156.xml similarity index 100% rename from _includes/dev/examples/mensural/mensural-sample156.xml rename to _includes/v4/examples/mensural/mensural-sample156.xml diff --git a/_includes/dev/examples/mensural/mensural-sample157.xml b/_includes/v4/examples/mensural/mensural-sample157.xml similarity index 100% rename from _includes/dev/examples/mensural/mensural-sample157.xml rename to _includes/v4/examples/mensural/mensural-sample157.xml diff --git a/_includes/dev/examples/mensural/mensural-sample158.xml b/_includes/v4/examples/mensural/mensural-sample158.xml similarity index 100% rename from _includes/dev/examples/mensural/mensural-sample158.xml rename to _includes/v4/examples/mensural/mensural-sample158.xml diff --git a/_includes/dev/examples/mensural/mensural-sample164.xml b/_includes/v4/examples/mensural/mensural-sample164.xml similarity index 100% rename from _includes/dev/examples/mensural/mensural-sample164.xml rename to _includes/v4/examples/mensural/mensural-sample164.xml diff --git a/_includes/dev/examples/mensural/mensural-sample165.xml b/_includes/v4/examples/mensural/mensural-sample165.xml similarity index 100% rename from _includes/dev/examples/mensural/mensural-sample165.xml rename to _includes/v4/examples/mensural/mensural-sample165.xml diff --git a/_includes/dev/examples/mensural/mensural-sample166.xml b/_includes/v4/examples/mensural/mensural-sample166.xml similarity index 100% rename from _includes/dev/examples/mensural/mensural-sample166.xml rename to _includes/v4/examples/mensural/mensural-sample166.xml diff --git a/_includes/dev/examples/mensural/mensural-sample167.xml b/_includes/v4/examples/mensural/mensural-sample167.xml similarity index 100% rename from _includes/dev/examples/mensural/mensural-sample167.xml rename to _includes/v4/examples/mensural/mensural-sample167.xml diff --git a/_includes/dev/examples/mensural/mensural-sample168.xml b/_includes/v4/examples/mensural/mensural-sample168.xml similarity index 100% rename from _includes/dev/examples/mensural/mensural-sample168.xml rename to _includes/v4/examples/mensural/mensural-sample168.xml diff --git a/_includes/dev/examples/midiguidelines/midiguidelines-sample269.xml b/_includes/v4/examples/midiguidelines/midiguidelines-sample269.xml similarity index 100% rename from _includes/dev/examples/midiguidelines/midiguidelines-sample269.xml rename to _includes/v4/examples/midiguidelines/midiguidelines-sample269.xml diff --git a/_includes/dev/examples/midiguidelines/midiguidelines-sample270.xml b/_includes/v4/examples/midiguidelines/midiguidelines-sample270.xml similarity index 100% rename from _includes/dev/examples/midiguidelines/midiguidelines-sample270.xml rename to _includes/v4/examples/midiguidelines/midiguidelines-sample270.xml diff --git a/_includes/dev/examples/midiguidelines/midiguidelines-sample271.xml b/_includes/v4/examples/midiguidelines/midiguidelines-sample271.xml similarity index 100% rename from _includes/dev/examples/midiguidelines/midiguidelines-sample271.xml rename to _includes/v4/examples/midiguidelines/midiguidelines-sample271.xml diff --git a/_includes/dev/examples/midiguidelines/midiguidelines-sample272.xml b/_includes/v4/examples/midiguidelines/midiguidelines-sample272.xml similarity index 100% rename from _includes/dev/examples/midiguidelines/midiguidelines-sample272.xml rename to _includes/v4/examples/midiguidelines/midiguidelines-sample272.xml diff --git a/_includes/dev/examples/midiguidelines/midiguidelines-sample273.xml b/_includes/v4/examples/midiguidelines/midiguidelines-sample273.xml similarity index 100% rename from _includes/dev/examples/midiguidelines/midiguidelines-sample273.xml rename to _includes/v4/examples/midiguidelines/midiguidelines-sample273.xml diff --git a/_includes/dev/examples/midiguidelines/midiguidelines-sample274.xml b/_includes/v4/examples/midiguidelines/midiguidelines-sample274.xml similarity index 100% rename from _includes/dev/examples/midiguidelines/midiguidelines-sample274.xml rename to _includes/v4/examples/midiguidelines/midiguidelines-sample274.xml diff --git a/_includes/dev/examples/midiguidelines/midiguidelines-sample275.xml b/_includes/v4/examples/midiguidelines/midiguidelines-sample275.xml similarity index 100% rename from _includes/dev/examples/midiguidelines/midiguidelines-sample275.xml rename to _includes/v4/examples/midiguidelines/midiguidelines-sample275.xml diff --git a/_includes/dev/examples/midiguidelines/midiguidelines-sample286.xml b/_includes/v4/examples/midiguidelines/midiguidelines-sample286.xml similarity index 100% rename from _includes/dev/examples/midiguidelines/midiguidelines-sample286.xml rename to _includes/v4/examples/midiguidelines/midiguidelines-sample286.xml diff --git a/_includes/dev/examples/midiguidelines/midiguidelines-sample287.xml b/_includes/v4/examples/midiguidelines/midiguidelines-sample287.xml similarity index 100% rename from _includes/dev/examples/midiguidelines/midiguidelines-sample287.xml rename to _includes/v4/examples/midiguidelines/midiguidelines-sample287.xml diff --git a/_includes/dev/examples/midiguidelines/midiguidelines-sample288.xml b/_includes/v4/examples/midiguidelines/midiguidelines-sample288.xml similarity index 100% rename from _includes/dev/examples/midiguidelines/midiguidelines-sample288.xml rename to _includes/v4/examples/midiguidelines/midiguidelines-sample288.xml diff --git a/_includes/dev/examples/midiguidelines/midiguidelines-sample289.xml b/_includes/v4/examples/midiguidelines/midiguidelines-sample289.xml similarity index 100% rename from _includes/dev/examples/midiguidelines/midiguidelines-sample289.xml rename to _includes/v4/examples/midiguidelines/midiguidelines-sample289.xml diff --git a/_includes/dev/examples/midiguidelines/midiguidelines-sample290.xml b/_includes/v4/examples/midiguidelines/midiguidelines-sample290.xml similarity index 100% rename from _includes/dev/examples/midiguidelines/midiguidelines-sample290.xml rename to _includes/v4/examples/midiguidelines/midiguidelines-sample290.xml diff --git a/_includes/dev/examples/midiguidelines/midiguidelines-sample291.xml b/_includes/v4/examples/midiguidelines/midiguidelines-sample291.xml similarity index 100% rename from _includes/dev/examples/midiguidelines/midiguidelines-sample291.xml rename to _includes/v4/examples/midiguidelines/midiguidelines-sample291.xml diff --git a/_includes/dev/examples/midiguidelines/midiguidelines-sample292.xml b/_includes/v4/examples/midiguidelines/midiguidelines-sample292.xml similarity index 100% rename from _includes/dev/examples/midiguidelines/midiguidelines-sample292.xml rename to _includes/v4/examples/midiguidelines/midiguidelines-sample292.xml diff --git a/_includes/dev/examples/namesdates/namesdates-sample276.xml b/_includes/v4/examples/namesdates/namesdates-sample276.xml similarity index 100% rename from _includes/dev/examples/namesdates/namesdates-sample276.xml rename to _includes/v4/examples/namesdates/namesdates-sample276.xml diff --git a/_includes/dev/examples/namesdates/namesdates-sample277.xml b/_includes/v4/examples/namesdates/namesdates-sample277.xml similarity index 100% rename from _includes/dev/examples/namesdates/namesdates-sample277.xml rename to _includes/v4/examples/namesdates/namesdates-sample277.xml diff --git a/_includes/dev/examples/namesdates/namesdates-sample278.xml b/_includes/v4/examples/namesdates/namesdates-sample278.xml similarity index 100% rename from _includes/dev/examples/namesdates/namesdates-sample278.xml rename to _includes/v4/examples/namesdates/namesdates-sample278.xml diff --git a/_includes/dev/examples/namesdates/namesdates-sample279.xml b/_includes/v4/examples/namesdates/namesdates-sample279.xml similarity index 100% rename from _includes/dev/examples/namesdates/namesdates-sample279.xml rename to _includes/v4/examples/namesdates/namesdates-sample279.xml diff --git a/_includes/dev/examples/namesdates/namesdates-sample280.xml b/_includes/v4/examples/namesdates/namesdates-sample280.xml similarity index 100% rename from _includes/dev/examples/namesdates/namesdates-sample280.xml rename to _includes/v4/examples/namesdates/namesdates-sample280.xml diff --git a/_includes/dev/examples/namesdates/namesdates-sample281.xml b/_includes/v4/examples/namesdates/namesdates-sample281.xml similarity index 100% rename from _includes/dev/examples/namesdates/namesdates-sample281.xml rename to _includes/v4/examples/namesdates/namesdates-sample281.xml diff --git a/_includes/dev/examples/namesdates/namesdates-sample282.xml b/_includes/v4/examples/namesdates/namesdates-sample282.xml similarity index 100% rename from _includes/dev/examples/namesdates/namesdates-sample282.xml rename to _includes/v4/examples/namesdates/namesdates-sample282.xml diff --git a/_includes/dev/examples/namesdates/namesdates-sample283.xml b/_includes/v4/examples/namesdates/namesdates-sample283.xml similarity index 100% rename from _includes/dev/examples/namesdates/namesdates-sample283.xml rename to _includes/v4/examples/namesdates/namesdates-sample283.xml diff --git a/_includes/dev/examples/namesdates/namesdates-sample284.xml b/_includes/v4/examples/namesdates/namesdates-sample284.xml similarity index 100% rename from _includes/dev/examples/namesdates/namesdates-sample284.xml rename to _includes/v4/examples/namesdates/namesdates-sample284.xml diff --git a/_includes/dev/examples/namesdates/namesdates-sample285.xml b/_includes/v4/examples/namesdates/namesdates-sample285.xml similarity index 100% rename from _includes/dev/examples/namesdates/namesdates-sample285.xml rename to _includes/v4/examples/namesdates/namesdates-sample285.xml diff --git a/_includes/dev/examples/namesdates/namesdates-sample286.xml b/_includes/v4/examples/namesdates/namesdates-sample286.xml similarity index 100% rename from _includes/dev/examples/namesdates/namesdates-sample286.xml rename to _includes/v4/examples/namesdates/namesdates-sample286.xml diff --git a/_includes/dev/examples/namesdates/namesdates-sample287.xml b/_includes/v4/examples/namesdates/namesdates-sample287.xml similarity index 100% rename from _includes/dev/examples/namesdates/namesdates-sample287.xml rename to _includes/v4/examples/namesdates/namesdates-sample287.xml diff --git a/_includes/dev/examples/namesdates/namesdates-sample288.xml b/_includes/v4/examples/namesdates/namesdates-sample288.xml similarity index 100% rename from _includes/dev/examples/namesdates/namesdates-sample288.xml rename to _includes/v4/examples/namesdates/namesdates-sample288.xml diff --git a/_includes/dev/examples/namesdates/namesdates-sample289.xml b/_includes/v4/examples/namesdates/namesdates-sample289.xml similarity index 100% rename from _includes/dev/examples/namesdates/namesdates-sample289.xml rename to _includes/v4/examples/namesdates/namesdates-sample289.xml diff --git a/_includes/dev/examples/namesdates/namesdates-sample290.xml b/_includes/v4/examples/namesdates/namesdates-sample290.xml similarity index 100% rename from _includes/dev/examples/namesdates/namesdates-sample290.xml rename to _includes/v4/examples/namesdates/namesdates-sample290.xml diff --git a/_includes/dev/examples/namesdates/namesdates-sample291.xml b/_includes/v4/examples/namesdates/namesdates-sample291.xml similarity index 100% rename from _includes/dev/examples/namesdates/namesdates-sample291.xml rename to _includes/v4/examples/namesdates/namesdates-sample291.xml diff --git a/_includes/dev/examples/namesdates/namesdates-sample292.xml b/_includes/v4/examples/namesdates/namesdates-sample292.xml similarity index 100% rename from _includes/dev/examples/namesdates/namesdates-sample292.xml rename to _includes/v4/examples/namesdates/namesdates-sample292.xml diff --git a/_includes/dev/examples/namesdates/namesdates-sample293.xml b/_includes/v4/examples/namesdates/namesdates-sample293.xml similarity index 100% rename from _includes/dev/examples/namesdates/namesdates-sample293.xml rename to _includes/v4/examples/namesdates/namesdates-sample293.xml diff --git a/_includes/dev/examples/namesdates/namesdates-sample294.xml b/_includes/v4/examples/namesdates/namesdates-sample294.xml similarity index 100% rename from _includes/dev/examples/namesdates/namesdates-sample294.xml rename to _includes/v4/examples/namesdates/namesdates-sample294.xml diff --git a/_includes/dev/examples/namesdates/namesdates-sample295.xml b/_includes/v4/examples/namesdates/namesdates-sample295.xml similarity index 100% rename from _includes/dev/examples/namesdates/namesdates-sample295.xml rename to _includes/v4/examples/namesdates/namesdates-sample295.xml diff --git a/_includes/dev/examples/namesdates/namesdates-sample296.xml b/_includes/v4/examples/namesdates/namesdates-sample296.xml similarity index 100% rename from _includes/dev/examples/namesdates/namesdates-sample296.xml rename to _includes/v4/examples/namesdates/namesdates-sample296.xml diff --git a/_includes/dev/examples/namesdates/namesdates-sample297.xml b/_includes/v4/examples/namesdates/namesdates-sample297.xml similarity index 100% rename from _includes/dev/examples/namesdates/namesdates-sample297.xml rename to _includes/v4/examples/namesdates/namesdates-sample297.xml diff --git a/_includes/dev/examples/namesdates/namesdates-sample298.xml b/_includes/v4/examples/namesdates/namesdates-sample298.xml similarity index 100% rename from _includes/dev/examples/namesdates/namesdates-sample298.xml rename to _includes/v4/examples/namesdates/namesdates-sample298.xml diff --git a/_includes/dev/examples/namesdates/namesdates-sample299.xml b/_includes/v4/examples/namesdates/namesdates-sample299.xml similarity index 100% rename from _includes/dev/examples/namesdates/namesdates-sample299.xml rename to _includes/v4/examples/namesdates/namesdates-sample299.xml diff --git a/_includes/dev/examples/namesdates/namesdates-sample300.xml b/_includes/v4/examples/namesdates/namesdates-sample300.xml similarity index 100% rename from _includes/dev/examples/namesdates/namesdates-sample300.xml rename to _includes/v4/examples/namesdates/namesdates-sample300.xml diff --git a/_includes/dev/examples/namesdates/namesdates-sample301.xml b/_includes/v4/examples/namesdates/namesdates-sample301.xml similarity index 100% rename from _includes/dev/examples/namesdates/namesdates-sample301.xml rename to _includes/v4/examples/namesdates/namesdates-sample301.xml diff --git a/_includes/dev/examples/namesdates/namesdates-sample302.xml b/_includes/v4/examples/namesdates/namesdates-sample302.xml similarity index 100% rename from _includes/dev/examples/namesdates/namesdates-sample302.xml rename to _includes/v4/examples/namesdates/namesdates-sample302.xml diff --git a/_includes/dev/examples/namesdates/namesdates-sample303.xml b/_includes/v4/examples/namesdates/namesdates-sample303.xml similarity index 100% rename from _includes/dev/examples/namesdates/namesdates-sample303.xml rename to _includes/v4/examples/namesdates/namesdates-sample303.xml diff --git a/_includes/dev/examples/namesdates/namesdates-sample304.xml b/_includes/v4/examples/namesdates/namesdates-sample304.xml similarity index 100% rename from _includes/dev/examples/namesdates/namesdates-sample304.xml rename to _includes/v4/examples/namesdates/namesdates-sample304.xml diff --git a/_includes/dev/examples/namesdates/namesdates-sample305.xml b/_includes/v4/examples/namesdates/namesdates-sample305.xml similarity index 100% rename from _includes/dev/examples/namesdates/namesdates-sample305.xml rename to _includes/v4/examples/namesdates/namesdates-sample305.xml diff --git a/_includes/dev/examples/namesdates/namesdates-sample306.xml b/_includes/v4/examples/namesdates/namesdates-sample306.xml similarity index 100% rename from _includes/dev/examples/namesdates/namesdates-sample306.xml rename to _includes/v4/examples/namesdates/namesdates-sample306.xml diff --git a/_includes/dev/examples/namesdates/namesdates-sample307.xml b/_includes/v4/examples/namesdates/namesdates-sample307.xml similarity index 100% rename from _includes/dev/examples/namesdates/namesdates-sample307.xml rename to _includes/v4/examples/namesdates/namesdates-sample307.xml diff --git a/_includes/dev/examples/namesdates/namesdates-sample308.xml b/_includes/v4/examples/namesdates/namesdates-sample308.xml similarity index 100% rename from _includes/dev/examples/namesdates/namesdates-sample308.xml rename to _includes/v4/examples/namesdates/namesdates-sample308.xml diff --git a/_includes/dev/examples/namesdates/namesdates-sample309.xml b/_includes/v4/examples/namesdates/namesdates-sample309.xml similarity index 100% rename from _includes/dev/examples/namesdates/namesdates-sample309.xml rename to _includes/v4/examples/namesdates/namesdates-sample309.xml diff --git a/_includes/dev/examples/namesdates/namesdates-sample310.xml b/_includes/v4/examples/namesdates/namesdates-sample310.xml similarity index 100% rename from _includes/dev/examples/namesdates/namesdates-sample310.xml rename to _includes/v4/examples/namesdates/namesdates-sample310.xml diff --git a/_includes/dev/examples/namesdates/namesdates-sample311.xml b/_includes/v4/examples/namesdates/namesdates-sample311.xml similarity index 100% rename from _includes/dev/examples/namesdates/namesdates-sample311.xml rename to _includes/v4/examples/namesdates/namesdates-sample311.xml diff --git a/_includes/dev/examples/namesdates/namesdates-sample312.xml b/_includes/v4/examples/namesdates/namesdates-sample312.xml similarity index 100% rename from _includes/dev/examples/namesdates/namesdates-sample312.xml rename to _includes/v4/examples/namesdates/namesdates-sample312.xml diff --git a/_includes/dev/examples/namesdates/namesdates-sample313.xml b/_includes/v4/examples/namesdates/namesdates-sample313.xml similarity index 100% rename from _includes/dev/examples/namesdates/namesdates-sample313.xml rename to _includes/v4/examples/namesdates/namesdates-sample313.xml diff --git a/_includes/dev/examples/namesdates/namesdates-sample314.xml b/_includes/v4/examples/namesdates/namesdates-sample314.xml similarity index 100% rename from _includes/dev/examples/namesdates/namesdates-sample314.xml rename to _includes/v4/examples/namesdates/namesdates-sample314.xml diff --git a/_includes/dev/examples/namesdates/namesdates-sample315.xml b/_includes/v4/examples/namesdates/namesdates-sample315.xml similarity index 100% rename from _includes/dev/examples/namesdates/namesdates-sample315.xml rename to _includes/v4/examples/namesdates/namesdates-sample315.xml diff --git a/_includes/dev/examples/namesdates/namesdates-sample316.xml b/_includes/v4/examples/namesdates/namesdates-sample316.xml similarity index 100% rename from _includes/dev/examples/namesdates/namesdates-sample316.xml rename to _includes/v4/examples/namesdates/namesdates-sample316.xml diff --git a/_includes/dev/examples/namesdates/namesdates-sample317.xml b/_includes/v4/examples/namesdates/namesdates-sample317.xml similarity index 100% rename from _includes/dev/examples/namesdates/namesdates-sample317.xml rename to _includes/v4/examples/namesdates/namesdates-sample317.xml diff --git a/_includes/dev/examples/namesdates/namesdates-sample318.xml b/_includes/v4/examples/namesdates/namesdates-sample318.xml similarity index 100% rename from _includes/dev/examples/namesdates/namesdates-sample318.xml rename to _includes/v4/examples/namesdates/namesdates-sample318.xml diff --git a/_includes/dev/examples/namesdates/namesdates-sample319.xml b/_includes/v4/examples/namesdates/namesdates-sample319.xml similarity index 100% rename from _includes/dev/examples/namesdates/namesdates-sample319.xml rename to _includes/v4/examples/namesdates/namesdates-sample319.xml diff --git a/_includes/dev/examples/namesdates/namesdates-sample320.xml b/_includes/v4/examples/namesdates/namesdates-sample320.xml similarity index 100% rename from _includes/dev/examples/namesdates/namesdates-sample320.xml rename to _includes/v4/examples/namesdates/namesdates-sample320.xml diff --git a/_includes/dev/examples/neumes/neumes-sample159.xml b/_includes/v4/examples/neumes/neumes-sample159.xml similarity index 100% rename from _includes/dev/examples/neumes/neumes-sample159.xml rename to _includes/v4/examples/neumes/neumes-sample159.xml diff --git a/_includes/dev/examples/neumes/neumes-sample160.xml b/_includes/v4/examples/neumes/neumes-sample160.xml similarity index 100% rename from _includes/dev/examples/neumes/neumes-sample160.xml rename to _includes/v4/examples/neumes/neumes-sample160.xml diff --git a/_includes/dev/examples/neumes/neumes-sample161.xml b/_includes/v4/examples/neumes/neumes-sample161.xml similarity index 100% rename from _includes/dev/examples/neumes/neumes-sample161.xml rename to _includes/v4/examples/neumes/neumes-sample161.xml diff --git a/_includes/dev/examples/neumes/neumes-sample169.xml b/_includes/v4/examples/neumes/neumes-sample169.xml similarity index 100% rename from _includes/dev/examples/neumes/neumes-sample169.xml rename to _includes/v4/examples/neumes/neumes-sample169.xml diff --git a/_includes/dev/examples/neumes/neumes-sample170.xml b/_includes/v4/examples/neumes/neumes-sample170.xml similarity index 100% rename from _includes/dev/examples/neumes/neumes-sample170.xml rename to _includes/v4/examples/neumes/neumes-sample170.xml diff --git a/_includes/dev/examples/neumes/neumes-sample171.xml b/_includes/v4/examples/neumes/neumes-sample171.xml similarity index 100% rename from _includes/dev/examples/neumes/neumes-sample171.xml rename to _includes/v4/examples/neumes/neumes-sample171.xml diff --git a/_includes/dev/examples/performances/performances-sample297.xml b/_includes/v4/examples/performances/performances-sample297.xml similarity index 100% rename from _includes/dev/examples/performances/performances-sample297.xml rename to _includes/v4/examples/performances/performances-sample297.xml diff --git a/_includes/dev/examples/performances/performances-sample298.xml b/_includes/v4/examples/performances/performances-sample298.xml similarity index 100% rename from _includes/dev/examples/performances/performances-sample298.xml rename to _includes/v4/examples/performances/performances-sample298.xml diff --git a/_includes/dev/examples/performances/performances-sample299.xml b/_includes/v4/examples/performances/performances-sample299.xml similarity index 100% rename from _includes/dev/examples/performances/performances-sample299.xml rename to _includes/v4/examples/performances/performances-sample299.xml diff --git a/_includes/dev/examples/performances/performances-sample300.xml b/_includes/v4/examples/performances/performances-sample300.xml similarity index 100% rename from _includes/dev/examples/performances/performances-sample300.xml rename to _includes/v4/examples/performances/performances-sample300.xml diff --git a/_includes/dev/examples/performances/performances-sample301.xml b/_includes/v4/examples/performances/performances-sample301.xml similarity index 100% rename from _includes/dev/examples/performances/performances-sample301.xml rename to _includes/v4/examples/performances/performances-sample301.xml diff --git a/_includes/dev/examples/performances/performances-sample302.xml b/_includes/v4/examples/performances/performances-sample302.xml similarity index 100% rename from _includes/dev/examples/performances/performances-sample302.xml rename to _includes/v4/examples/performances/performances-sample302.xml diff --git a/_includes/dev/examples/performances/performances-sample303.xml b/_includes/v4/examples/performances/performances-sample303.xml similarity index 100% rename from _includes/dev/examples/performances/performances-sample303.xml rename to _includes/v4/examples/performances/performances-sample303.xml diff --git a/_includes/dev/examples/performances/performances-sample304.xml b/_includes/v4/examples/performances/performances-sample304.xml similarity index 100% rename from _includes/dev/examples/performances/performances-sample304.xml rename to _includes/v4/examples/performances/performances-sample304.xml diff --git a/_includes/dev/examples/performances/performances-sample305.xml b/_includes/v4/examples/performances/performances-sample305.xml similarity index 100% rename from _includes/dev/examples/performances/performances-sample305.xml rename to _includes/v4/examples/performances/performances-sample305.xml diff --git a/_includes/dev/examples/performances/performances-sample306.xml b/_includes/v4/examples/performances/performances-sample306.xml similarity index 100% rename from _includes/dev/examples/performances/performances-sample306.xml rename to _includes/v4/examples/performances/performances-sample306.xml diff --git a/_includes/dev/examples/performances/performances-sample307.xml b/_includes/v4/examples/performances/performances-sample307.xml similarity index 100% rename from _includes/dev/examples/performances/performances-sample307.xml rename to _includes/v4/examples/performances/performances-sample307.xml diff --git a/_includes/dev/examples/performances/performances-sample308.xml b/_includes/v4/examples/performances/performances-sample308.xml similarity index 100% rename from _includes/dev/examples/performances/performances-sample308.xml rename to _includes/v4/examples/performances/performances-sample308.xml diff --git a/_includes/dev/examples/performances/performances-sample309.xml b/_includes/v4/examples/performances/performances-sample309.xml similarity index 100% rename from _includes/dev/examples/performances/performances-sample309.xml rename to _includes/v4/examples/performances/performances-sample309.xml diff --git a/_includes/dev/examples/performances/performances-sample310.xml b/_includes/v4/examples/performances/performances-sample310.xml similarity index 100% rename from _includes/dev/examples/performances/performances-sample310.xml rename to _includes/v4/examples/performances/performances-sample310.xml diff --git a/_includes/dev/examples/performances/performances-sample311.xml b/_includes/v4/examples/performances/performances-sample311.xml similarity index 100% rename from _includes/dev/examples/performances/performances-sample311.xml rename to _includes/v4/examples/performances/performances-sample311.xml diff --git a/_includes/dev/examples/performances/performances-sample321.xml b/_includes/v4/examples/performances/performances-sample321.xml similarity index 100% rename from _includes/dev/examples/performances/performances-sample321.xml rename to _includes/v4/examples/performances/performances-sample321.xml diff --git a/_includes/dev/examples/performances/performances-sample322.xml b/_includes/v4/examples/performances/performances-sample322.xml similarity index 100% rename from _includes/dev/examples/performances/performances-sample322.xml rename to _includes/v4/examples/performances/performances-sample322.xml diff --git a/_includes/dev/examples/performances/performances-sample323.xml b/_includes/v4/examples/performances/performances-sample323.xml similarity index 100% rename from _includes/dev/examples/performances/performances-sample323.xml rename to _includes/v4/examples/performances/performances-sample323.xml diff --git a/_includes/dev/examples/performances/performances-sample324.xml b/_includes/v4/examples/performances/performances-sample324.xml similarity index 100% rename from _includes/dev/examples/performances/performances-sample324.xml rename to _includes/v4/examples/performances/performances-sample324.xml diff --git a/_includes/dev/examples/performances/performances-sample325.xml b/_includes/v4/examples/performances/performances-sample325.xml similarity index 100% rename from _includes/dev/examples/performances/performances-sample325.xml rename to _includes/v4/examples/performances/performances-sample325.xml diff --git a/_includes/dev/examples/performances/performances-sample326.xml b/_includes/v4/examples/performances/performances-sample326.xml similarity index 100% rename from _includes/dev/examples/performances/performances-sample326.xml rename to _includes/v4/examples/performances/performances-sample326.xml diff --git a/_includes/dev/examples/performances/performances-sample327.xml b/_includes/v4/examples/performances/performances-sample327.xml similarity index 100% rename from _includes/dev/examples/performances/performances-sample327.xml rename to _includes/v4/examples/performances/performances-sample327.xml diff --git a/_includes/dev/examples/performances/performances-sample328.xml b/_includes/v4/examples/performances/performances-sample328.xml similarity index 100% rename from _includes/dev/examples/performances/performances-sample328.xml rename to _includes/v4/examples/performances/performances-sample328.xml diff --git a/_includes/dev/examples/performances/performances-sample329.xml b/_includes/v4/examples/performances/performances-sample329.xml similarity index 100% rename from _includes/dev/examples/performances/performances-sample329.xml rename to _includes/v4/examples/performances/performances-sample329.xml diff --git a/_includes/dev/examples/performances/performances-sample330.xml b/_includes/v4/examples/performances/performances-sample330.xml similarity index 100% rename from _includes/dev/examples/performances/performances-sample330.xml rename to _includes/v4/examples/performances/performances-sample330.xml diff --git a/_includes/dev/examples/performances/performances-sample331.xml b/_includes/v4/examples/performances/performances-sample331.xml similarity index 100% rename from _includes/dev/examples/performances/performances-sample331.xml rename to _includes/v4/examples/performances/performances-sample331.xml diff --git a/_includes/dev/examples/performances/performances-sample332.xml b/_includes/v4/examples/performances/performances-sample332.xml similarity index 100% rename from _includes/dev/examples/performances/performances-sample332.xml rename to _includes/v4/examples/performances/performances-sample332.xml diff --git a/_includes/dev/examples/performances/performances-sample333.xml b/_includes/v4/examples/performances/performances-sample333.xml similarity index 100% rename from _includes/dev/examples/performances/performances-sample333.xml rename to _includes/v4/examples/performances/performances-sample333.xml diff --git a/_includes/dev/examples/performances/performances-sample334.xml b/_includes/v4/examples/performances/performances-sample334.xml similarity index 100% rename from _includes/dev/examples/performances/performances-sample334.xml rename to _includes/v4/examples/performances/performances-sample334.xml diff --git a/_includes/dev/examples/performances/performances-sample335.xml b/_includes/v4/examples/performances/performances-sample335.xml similarity index 100% rename from _includes/dev/examples/performances/performances-sample335.xml rename to _includes/v4/examples/performances/performances-sample335.xml diff --git a/_includes/dev/examples/ptrref/ptrref-sample336.txt b/_includes/v4/examples/ptrref/ptrref-sample336.txt similarity index 100% rename from _includes/dev/examples/ptrref/ptrref-sample336.txt rename to _includes/v4/examples/ptrref/ptrref-sample336.txt diff --git a/_includes/dev/examples/ptrref/ptrref-sample337.txt b/_includes/v4/examples/ptrref/ptrref-sample337.txt similarity index 100% rename from _includes/dev/examples/ptrref/ptrref-sample337.txt rename to _includes/v4/examples/ptrref/ptrref-sample337.txt diff --git a/_includes/dev/examples/ptrref/ptrref-sample338.txt b/_includes/v4/examples/ptrref/ptrref-sample338.txt similarity index 100% rename from _includes/dev/examples/ptrref/ptrref-sample338.txt rename to _includes/v4/examples/ptrref/ptrref-sample338.txt diff --git a/_includes/dev/examples/ptrref/ptrref-sample339.txt b/_includes/v4/examples/ptrref/ptrref-sample339.txt similarity index 100% rename from _includes/dev/examples/ptrref/ptrref-sample339.txt rename to _includes/v4/examples/ptrref/ptrref-sample339.txt diff --git a/_includes/dev/examples/ptrref/ptrref-sample340.txt b/_includes/v4/examples/ptrref/ptrref-sample340.txt similarity index 100% rename from _includes/dev/examples/ptrref/ptrref-sample340.txt rename to _includes/v4/examples/ptrref/ptrref-sample340.txt diff --git a/_includes/dev/examples/ptrref/ptrref-sample341.txt b/_includes/v4/examples/ptrref/ptrref-sample341.txt similarity index 100% rename from _includes/dev/examples/ptrref/ptrref-sample341.txt rename to _includes/v4/examples/ptrref/ptrref-sample341.txt diff --git a/_includes/dev/examples/ptrref/ptrref-sample342.txt b/_includes/v4/examples/ptrref/ptrref-sample342.txt similarity index 100% rename from _includes/dev/examples/ptrref/ptrref-sample342.txt rename to _includes/v4/examples/ptrref/ptrref-sample342.txt diff --git a/_includes/dev/examples/ptrref/ptrref-sample343.txt b/_includes/v4/examples/ptrref/ptrref-sample343.txt similarity index 100% rename from _includes/dev/examples/ptrref/ptrref-sample343.txt rename to _includes/v4/examples/ptrref/ptrref-sample343.txt diff --git a/_includes/dev/examples/ptrref/ptrref-sample344.txt b/_includes/v4/examples/ptrref/ptrref-sample344.txt similarity index 100% rename from _includes/dev/examples/ptrref/ptrref-sample344.txt rename to _includes/v4/examples/ptrref/ptrref-sample344.txt diff --git a/_includes/dev/examples/ptrref/ptrref-sample345.txt b/_includes/v4/examples/ptrref/ptrref-sample345.txt similarity index 100% rename from _includes/dev/examples/ptrref/ptrref-sample345.txt rename to _includes/v4/examples/ptrref/ptrref-sample345.txt diff --git a/_includes/dev/examples/ptrref/ptrref-sample346.txt b/_includes/v4/examples/ptrref/ptrref-sample346.txt similarity index 100% rename from _includes/dev/examples/ptrref/ptrref-sample346.txt rename to _includes/v4/examples/ptrref/ptrref-sample346.txt diff --git a/_includes/dev/examples/ptrref/ptrref-sample347.txt b/_includes/v4/examples/ptrref/ptrref-sample347.txt similarity index 100% rename from _includes/dev/examples/ptrref/ptrref-sample347.txt rename to _includes/v4/examples/ptrref/ptrref-sample347.txt diff --git a/_includes/dev/examples/ptrref/ptrref-sample348.txt b/_includes/v4/examples/ptrref/ptrref-sample348.txt similarity index 100% rename from _includes/dev/examples/ptrref/ptrref-sample348.txt rename to _includes/v4/examples/ptrref/ptrref-sample348.txt diff --git a/_includes/dev/examples/ptrref/ptrref-sample349.txt b/_includes/v4/examples/ptrref/ptrref-sample349.txt similarity index 100% rename from _includes/dev/examples/ptrref/ptrref-sample349.txt rename to _includes/v4/examples/ptrref/ptrref-sample349.txt diff --git a/_includes/dev/examples/ptrref/ptrref-sample350.txt b/_includes/v4/examples/ptrref/ptrref-sample350.txt similarity index 100% rename from _includes/dev/examples/ptrref/ptrref-sample350.txt rename to _includes/v4/examples/ptrref/ptrref-sample350.txt diff --git a/_includes/dev/examples/ptrref/ptrref-sample351.txt b/_includes/v4/examples/ptrref/ptrref-sample351.txt similarity index 100% rename from _includes/dev/examples/ptrref/ptrref-sample351.txt rename to _includes/v4/examples/ptrref/ptrref-sample351.txt diff --git a/_includes/dev/examples/ptrref/ptrref-sample352.txt b/_includes/v4/examples/ptrref/ptrref-sample352.txt similarity index 100% rename from _includes/dev/examples/ptrref/ptrref-sample352.txt rename to _includes/v4/examples/ptrref/ptrref-sample352.txt diff --git a/_includes/dev/examples/shared/shared-sample000.xml b/_includes/v4/examples/shared/shared-sample000.xml similarity index 100% rename from _includes/dev/examples/shared/shared-sample000.xml rename to _includes/v4/examples/shared/shared-sample000.xml diff --git a/_includes/dev/examples/shared/shared-sample001.xml b/_includes/v4/examples/shared/shared-sample001.xml similarity index 100% rename from _includes/dev/examples/shared/shared-sample001.xml rename to _includes/v4/examples/shared/shared-sample001.xml diff --git a/_includes/dev/examples/shared/shared-sample002.xml b/_includes/v4/examples/shared/shared-sample002.xml similarity index 100% rename from _includes/dev/examples/shared/shared-sample002.xml rename to _includes/v4/examples/shared/shared-sample002.xml diff --git a/_includes/dev/examples/shared/shared-sample003.xml b/_includes/v4/examples/shared/shared-sample003.xml similarity index 100% rename from _includes/dev/examples/shared/shared-sample003.xml rename to _includes/v4/examples/shared/shared-sample003.xml diff --git a/_includes/dev/examples/shared/shared-sample004.xml b/_includes/v4/examples/shared/shared-sample004.xml similarity index 100% rename from _includes/dev/examples/shared/shared-sample004.xml rename to _includes/v4/examples/shared/shared-sample004.xml diff --git a/_includes/dev/examples/shared/shared-sample005.xml b/_includes/v4/examples/shared/shared-sample005.xml similarity index 100% rename from _includes/dev/examples/shared/shared-sample005.xml rename to _includes/v4/examples/shared/shared-sample005.xml diff --git a/_includes/dev/examples/shared/shared-sample006.xml b/_includes/v4/examples/shared/shared-sample006.xml similarity index 100% rename from _includes/dev/examples/shared/shared-sample006.xml rename to _includes/v4/examples/shared/shared-sample006.xml diff --git a/_includes/dev/examples/shared/shared-sample007.xml b/_includes/v4/examples/shared/shared-sample007.xml similarity index 100% rename from _includes/dev/examples/shared/shared-sample007.xml rename to _includes/v4/examples/shared/shared-sample007.xml diff --git a/_includes/dev/examples/shared/shared-sample008.xml b/_includes/v4/examples/shared/shared-sample008.xml similarity index 100% rename from _includes/dev/examples/shared/shared-sample008.xml rename to _includes/v4/examples/shared/shared-sample008.xml diff --git a/_includes/dev/examples/shared/shared-sample009.xml b/_includes/v4/examples/shared/shared-sample009.xml similarity index 100% rename from _includes/dev/examples/shared/shared-sample009.xml rename to _includes/v4/examples/shared/shared-sample009.xml diff --git a/_includes/dev/examples/shared/shared-sample010.xml b/_includes/v4/examples/shared/shared-sample010.xml similarity index 100% rename from _includes/dev/examples/shared/shared-sample010.xml rename to _includes/v4/examples/shared/shared-sample010.xml diff --git a/_includes/dev/examples/shared/shared-sample011.xml b/_includes/v4/examples/shared/shared-sample011.xml similarity index 100% rename from _includes/dev/examples/shared/shared-sample011.xml rename to _includes/v4/examples/shared/shared-sample011.xml diff --git a/_includes/dev/examples/shared/shared-sample012.xml b/_includes/v4/examples/shared/shared-sample012.xml similarity index 100% rename from _includes/dev/examples/shared/shared-sample012.xml rename to _includes/v4/examples/shared/shared-sample012.xml diff --git a/_includes/dev/examples/shared/shared-sample013.xml b/_includes/v4/examples/shared/shared-sample013.xml similarity index 100% rename from _includes/dev/examples/shared/shared-sample013.xml rename to _includes/v4/examples/shared/shared-sample013.xml diff --git a/_includes/dev/examples/shared/shared-sample014.xml b/_includes/v4/examples/shared/shared-sample014.xml similarity index 100% rename from _includes/dev/examples/shared/shared-sample014.xml rename to _includes/v4/examples/shared/shared-sample014.xml diff --git a/_includes/dev/examples/shared/shared-sample015.xml b/_includes/v4/examples/shared/shared-sample015.xml similarity index 100% rename from _includes/dev/examples/shared/shared-sample015.xml rename to _includes/v4/examples/shared/shared-sample015.xml diff --git a/_includes/dev/examples/shared/shared-sample016.xml b/_includes/v4/examples/shared/shared-sample016.xml similarity index 100% rename from _includes/dev/examples/shared/shared-sample016.xml rename to _includes/v4/examples/shared/shared-sample016.xml diff --git a/_includes/dev/examples/shared/shared-sample017.xml b/_includes/v4/examples/shared/shared-sample017.xml similarity index 100% rename from _includes/dev/examples/shared/shared-sample017.xml rename to _includes/v4/examples/shared/shared-sample017.xml diff --git a/_includes/dev/examples/shared/shared-sample018.xml b/_includes/v4/examples/shared/shared-sample018.xml similarity index 100% rename from _includes/dev/examples/shared/shared-sample018.xml rename to _includes/v4/examples/shared/shared-sample018.xml diff --git a/_includes/dev/examples/tablature/tablature-sample323.xml b/_includes/v4/examples/tablature/tablature-sample323.xml similarity index 100% rename from _includes/dev/examples/tablature/tablature-sample323.xml rename to _includes/v4/examples/tablature/tablature-sample323.xml diff --git a/_includes/dev/examples/tablature/tablature-sample324.xml b/_includes/v4/examples/tablature/tablature-sample324.xml similarity index 100% rename from _includes/dev/examples/tablature/tablature-sample324.xml rename to _includes/v4/examples/tablature/tablature-sample324.xml diff --git a/_includes/dev/examples/tablature/tablature-sample325.xml b/_includes/v4/examples/tablature/tablature-sample325.xml similarity index 100% rename from _includes/dev/examples/tablature/tablature-sample325.xml rename to _includes/v4/examples/tablature/tablature-sample325.xml diff --git a/_includes/dev/examples/tablature/tablature-sample326.xml b/_includes/v4/examples/tablature/tablature-sample326.xml similarity index 100% rename from _includes/dev/examples/tablature/tablature-sample326.xml rename to _includes/v4/examples/tablature/tablature-sample326.xml diff --git a/_includes/dev/examples/tablature/tablature-sample327.xml b/_includes/v4/examples/tablature/tablature-sample327.xml similarity index 100% rename from _includes/dev/examples/tablature/tablature-sample327.xml rename to _includes/v4/examples/tablature/tablature-sample327.xml diff --git a/_includes/dev/examples/tablature/tablature-sample353.xml b/_includes/v4/examples/tablature/tablature-sample353.xml similarity index 100% rename from _includes/dev/examples/tablature/tablature-sample353.xml rename to _includes/v4/examples/tablature/tablature-sample353.xml diff --git a/_includes/dev/examples/tablature/tablature-sample354.xml b/_includes/v4/examples/tablature/tablature-sample354.xml similarity index 100% rename from _includes/dev/examples/tablature/tablature-sample354.xml rename to _includes/v4/examples/tablature/tablature-sample354.xml diff --git a/_includes/dev/examples/tablature/tablature-sample355.xml b/_includes/v4/examples/tablature/tablature-sample355.xml similarity index 100% rename from _includes/dev/examples/tablature/tablature-sample355.xml rename to _includes/v4/examples/tablature/tablature-sample355.xml diff --git a/_includes/dev/examples/tablature/tablature-sample356.xml b/_includes/v4/examples/tablature/tablature-sample356.xml similarity index 100% rename from _includes/dev/examples/tablature/tablature-sample356.xml rename to _includes/v4/examples/tablature/tablature-sample356.xml diff --git a/_includes/dev/examples/tablature/tablature-sample357.xml b/_includes/v4/examples/tablature/tablature-sample357.xml similarity index 100% rename from _includes/dev/examples/tablature/tablature-sample357.xml rename to _includes/v4/examples/tablature/tablature-sample357.xml diff --git a/_includes/dev/examples/text/text-sample328.xml b/_includes/v4/examples/text/text-sample328.xml similarity index 100% rename from _includes/dev/examples/text/text-sample328.xml rename to _includes/v4/examples/text/text-sample328.xml diff --git a/_includes/dev/examples/text/text-sample329.xml b/_includes/v4/examples/text/text-sample329.xml similarity index 100% rename from _includes/dev/examples/text/text-sample329.xml rename to _includes/v4/examples/text/text-sample329.xml diff --git a/_includes/dev/examples/text/text-sample330.xml b/_includes/v4/examples/text/text-sample330.xml similarity index 100% rename from _includes/dev/examples/text/text-sample330.xml rename to _includes/v4/examples/text/text-sample330.xml diff --git a/_includes/dev/examples/text/text-sample331.xml b/_includes/v4/examples/text/text-sample331.xml similarity index 100% rename from _includes/dev/examples/text/text-sample331.xml rename to _includes/v4/examples/text/text-sample331.xml diff --git a/_includes/dev/examples/text/text-sample332.xml b/_includes/v4/examples/text/text-sample332.xml similarity index 100% rename from _includes/dev/examples/text/text-sample332.xml rename to _includes/v4/examples/text/text-sample332.xml diff --git a/_includes/dev/examples/text/text-sample333.xml b/_includes/v4/examples/text/text-sample333.xml similarity index 100% rename from _includes/dev/examples/text/text-sample333.xml rename to _includes/v4/examples/text/text-sample333.xml diff --git a/_includes/dev/examples/text/text-sample334.xml b/_includes/v4/examples/text/text-sample334.xml similarity index 100% rename from _includes/dev/examples/text/text-sample334.xml rename to _includes/v4/examples/text/text-sample334.xml diff --git a/_includes/dev/examples/text/text-sample335.xml b/_includes/v4/examples/text/text-sample335.xml similarity index 100% rename from _includes/dev/examples/text/text-sample335.xml rename to _includes/v4/examples/text/text-sample335.xml diff --git a/_includes/dev/examples/text/text-sample336.xml b/_includes/v4/examples/text/text-sample336.xml similarity index 100% rename from _includes/dev/examples/text/text-sample336.xml rename to _includes/v4/examples/text/text-sample336.xml diff --git a/_includes/dev/examples/text/text-sample337.xml b/_includes/v4/examples/text/text-sample337.xml similarity index 100% rename from _includes/dev/examples/text/text-sample337.xml rename to _includes/v4/examples/text/text-sample337.xml diff --git a/_includes/dev/examples/text/text-sample338.xml b/_includes/v4/examples/text/text-sample338.xml similarity index 100% rename from _includes/dev/examples/text/text-sample338.xml rename to _includes/v4/examples/text/text-sample338.xml diff --git a/_includes/dev/examples/text/text-sample339.xml b/_includes/v4/examples/text/text-sample339.xml similarity index 100% rename from _includes/dev/examples/text/text-sample339.xml rename to _includes/v4/examples/text/text-sample339.xml diff --git a/_includes/dev/examples/text/text-sample340.xml b/_includes/v4/examples/text/text-sample340.xml similarity index 100% rename from _includes/dev/examples/text/text-sample340.xml rename to _includes/v4/examples/text/text-sample340.xml diff --git a/_includes/dev/examples/text/text-sample341.xml b/_includes/v4/examples/text/text-sample341.xml similarity index 100% rename from _includes/dev/examples/text/text-sample341.xml rename to _includes/v4/examples/text/text-sample341.xml diff --git a/_includes/dev/examples/text/text-sample342.xml b/_includes/v4/examples/text/text-sample342.xml similarity index 100% rename from _includes/dev/examples/text/text-sample342.xml rename to _includes/v4/examples/text/text-sample342.xml diff --git a/_includes/dev/examples/text/text-sample343.xml b/_includes/v4/examples/text/text-sample343.xml similarity index 100% rename from _includes/dev/examples/text/text-sample343.xml rename to _includes/v4/examples/text/text-sample343.xml diff --git a/_includes/dev/examples/text/text-sample344.xml b/_includes/v4/examples/text/text-sample344.xml similarity index 100% rename from _includes/dev/examples/text/text-sample344.xml rename to _includes/v4/examples/text/text-sample344.xml diff --git a/_includes/dev/examples/text/text-sample358.xml b/_includes/v4/examples/text/text-sample358.xml similarity index 100% rename from _includes/dev/examples/text/text-sample358.xml rename to _includes/v4/examples/text/text-sample358.xml diff --git a/_includes/dev/examples/text/text-sample359.xml b/_includes/v4/examples/text/text-sample359.xml similarity index 100% rename from _includes/dev/examples/text/text-sample359.xml rename to _includes/v4/examples/text/text-sample359.xml diff --git a/_includes/dev/examples/text/text-sample360.xml b/_includes/v4/examples/text/text-sample360.xml similarity index 100% rename from _includes/dev/examples/text/text-sample360.xml rename to _includes/v4/examples/text/text-sample360.xml diff --git a/_includes/dev/examples/text/text-sample361.xml b/_includes/v4/examples/text/text-sample361.xml similarity index 100% rename from _includes/dev/examples/text/text-sample361.xml rename to _includes/v4/examples/text/text-sample361.xml diff --git a/_includes/dev/examples/text/text-sample362.xml b/_includes/v4/examples/text/text-sample362.xml similarity index 100% rename from _includes/dev/examples/text/text-sample362.xml rename to _includes/v4/examples/text/text-sample362.xml diff --git a/_includes/dev/examples/text/text-sample363.xml b/_includes/v4/examples/text/text-sample363.xml similarity index 100% rename from _includes/dev/examples/text/text-sample363.xml rename to _includes/v4/examples/text/text-sample363.xml diff --git a/_includes/dev/examples/text/text-sample364.xml b/_includes/v4/examples/text/text-sample364.xml similarity index 100% rename from _includes/dev/examples/text/text-sample364.xml rename to _includes/v4/examples/text/text-sample364.xml diff --git a/_includes/dev/examples/text/text-sample365.xml b/_includes/v4/examples/text/text-sample365.xml similarity index 100% rename from _includes/dev/examples/text/text-sample365.xml rename to _includes/v4/examples/text/text-sample365.xml diff --git a/_includes/dev/examples/text/text-sample366.xml b/_includes/v4/examples/text/text-sample366.xml similarity index 100% rename from _includes/dev/examples/text/text-sample366.xml rename to _includes/v4/examples/text/text-sample366.xml diff --git a/_includes/dev/examples/text/text-sample367.xml b/_includes/v4/examples/text/text-sample367.xml similarity index 100% rename from _includes/dev/examples/text/text-sample367.xml rename to _includes/v4/examples/text/text-sample367.xml diff --git a/_includes/dev/examples/text/text-sample368.xml b/_includes/v4/examples/text/text-sample368.xml similarity index 100% rename from _includes/dev/examples/text/text-sample368.xml rename to _includes/v4/examples/text/text-sample368.xml diff --git a/_includes/dev/examples/text/text-sample369.xml b/_includes/v4/examples/text/text-sample369.xml similarity index 100% rename from _includes/dev/examples/text/text-sample369.xml rename to _includes/v4/examples/text/text-sample369.xml diff --git a/_includes/dev/examples/text/text-sample370.xml b/_includes/v4/examples/text/text-sample370.xml similarity index 100% rename from _includes/dev/examples/text/text-sample370.xml rename to _includes/v4/examples/text/text-sample370.xml diff --git a/_includes/dev/examples/text/text-sample371.xml b/_includes/v4/examples/text/text-sample371.xml similarity index 100% rename from _includes/dev/examples/text/text-sample371.xml rename to _includes/v4/examples/text/text-sample371.xml diff --git a/_includes/dev/examples/text/text-sample372.xml b/_includes/v4/examples/text/text-sample372.xml similarity index 100% rename from _includes/dev/examples/text/text-sample372.xml rename to _includes/v4/examples/text/text-sample372.xml diff --git a/_includes/dev/examples/text/text-sample373.xml b/_includes/v4/examples/text/text-sample373.xml similarity index 100% rename from _includes/dev/examples/text/text-sample373.xml rename to _includes/v4/examples/text/text-sample373.xml diff --git a/_includes/dev/examples/text/text-sample374.xml b/_includes/v4/examples/text/text-sample374.xml similarity index 100% rename from _includes/dev/examples/text/text-sample374.xml rename to _includes/v4/examples/text/text-sample374.xml diff --git a/_includes/dev/examples/usersymbols/usersymbols-sample345.xml b/_includes/v4/examples/usersymbols/usersymbols-sample345.xml similarity index 100% rename from _includes/dev/examples/usersymbols/usersymbols-sample345.xml rename to _includes/v4/examples/usersymbols/usersymbols-sample345.xml diff --git a/_includes/dev/examples/usersymbols/usersymbols-sample346.xml b/_includes/v4/examples/usersymbols/usersymbols-sample346.xml similarity index 100% rename from _includes/dev/examples/usersymbols/usersymbols-sample346.xml rename to _includes/v4/examples/usersymbols/usersymbols-sample346.xml diff --git a/_includes/dev/examples/usersymbols/usersymbols-sample347.xml b/_includes/v4/examples/usersymbols/usersymbols-sample347.xml similarity index 100% rename from _includes/dev/examples/usersymbols/usersymbols-sample347.xml rename to _includes/v4/examples/usersymbols/usersymbols-sample347.xml diff --git a/_includes/dev/examples/usersymbols/usersymbols-sample348.xml b/_includes/v4/examples/usersymbols/usersymbols-sample348.xml similarity index 100% rename from _includes/dev/examples/usersymbols/usersymbols-sample348.xml rename to _includes/v4/examples/usersymbols/usersymbols-sample348.xml diff --git a/_includes/dev/examples/usersymbols/usersymbols-sample349.xml b/_includes/v4/examples/usersymbols/usersymbols-sample349.xml similarity index 100% rename from _includes/dev/examples/usersymbols/usersymbols-sample349.xml rename to _includes/v4/examples/usersymbols/usersymbols-sample349.xml diff --git a/_includes/dev/examples/usersymbols/usersymbols-sample350.xml b/_includes/v4/examples/usersymbols/usersymbols-sample350.xml similarity index 100% rename from _includes/dev/examples/usersymbols/usersymbols-sample350.xml rename to _includes/v4/examples/usersymbols/usersymbols-sample350.xml diff --git a/_includes/dev/examples/usersymbols/usersymbols-sample375.xml b/_includes/v4/examples/usersymbols/usersymbols-sample375.xml similarity index 100% rename from _includes/dev/examples/usersymbols/usersymbols-sample375.xml rename to _includes/v4/examples/usersymbols/usersymbols-sample375.xml diff --git a/_includes/dev/examples/usersymbols/usersymbols-sample376.xml b/_includes/v4/examples/usersymbols/usersymbols-sample376.xml similarity index 100% rename from _includes/dev/examples/usersymbols/usersymbols-sample376.xml rename to _includes/v4/examples/usersymbols/usersymbols-sample376.xml diff --git a/_includes/dev/examples/usersymbols/usersymbols-sample377.xml b/_includes/v4/examples/usersymbols/usersymbols-sample377.xml similarity index 100% rename from _includes/dev/examples/usersymbols/usersymbols-sample377.xml rename to _includes/v4/examples/usersymbols/usersymbols-sample377.xml diff --git a/_includes/dev/examples/usersymbols/usersymbols-sample378.xml b/_includes/v4/examples/usersymbols/usersymbols-sample378.xml similarity index 100% rename from _includes/dev/examples/usersymbols/usersymbols-sample378.xml rename to _includes/v4/examples/usersymbols/usersymbols-sample378.xml diff --git a/_includes/dev/examples/usersymbols/usersymbols-sample379.xml b/_includes/v4/examples/usersymbols/usersymbols-sample379.xml similarity index 100% rename from _includes/dev/examples/usersymbols/usersymbols-sample379.xml rename to _includes/v4/examples/usersymbols/usersymbols-sample379.xml diff --git a/_includes/dev/examples/usersymbols/usersymbols-sample380.xml b/_includes/v4/examples/usersymbols/usersymbols-sample380.xml similarity index 100% rename from _includes/dev/examples/usersymbols/usersymbols-sample380.xml rename to _includes/v4/examples/usersymbols/usersymbols-sample380.xml diff --git a/images/dev/DataDictionary/DataDictAttClass.png b/images/v4/DataDictionary/DataDictAttClass.png similarity index 100% rename from images/dev/DataDictionary/DataDictAttClass.png rename to images/v4/DataDictionary/DataDictAttClass.png diff --git a/images/dev/DataDictionary/DataDictElement.png b/images/v4/DataDictionary/DataDictElement.png similarity index 100% rename from images/dev/DataDictionary/DataDictElement.png rename to images/v4/DataDictionary/DataDictElement.png diff --git a/images/dev/DataDictionary/DataDictElement_1.png b/images/v4/DataDictionary/DataDictElement_1.png similarity index 100% rename from images/dev/DataDictionary/DataDictElement_1.png rename to images/v4/DataDictionary/DataDictElement_1.png diff --git a/images/dev/DataDictionary/DataDictElement_2.png b/images/v4/DataDictionary/DataDictElement_2.png similarity index 100% rename from images/dev/DataDictionary/DataDictElement_2.png rename to images/v4/DataDictionary/DataDictElement_2.png diff --git a/images/dev/DataDictionary/DataDictMacro.png b/images/v4/DataDictionary/DataDictMacro.png similarity index 100% rename from images/dev/DataDictionary/DataDictMacro.png rename to images/v4/DataDictionary/DataDictMacro.png diff --git a/images/dev/DataDictionary/DataDictModelClass.png b/images/v4/DataDictionary/DataDictModelClass.png similarity index 100% rename from images/dev/DataDictionary/DataDictModelClass.png rename to images/v4/DataDictionary/DataDictModelClass.png diff --git a/images/dev/ExampleImages/accid-20100510.png b/images/v4/ExampleImages/accid-20100510.png similarity index 100% rename from images/dev/ExampleImages/accid-20100510.png rename to images/v4/ExampleImages/accid-20100510.png diff --git a/images/dev/ExampleImages/arpeg-20100510.png b/images/v4/ExampleImages/arpeg-20100510.png similarity index 100% rename from images/dev/ExampleImages/arpeg-20100510.png rename to images/v4/ExampleImages/arpeg-20100510.png diff --git a/images/dev/ExampleImages/artic-20100510.png b/images/v4/ExampleImages/artic-20100510.png similarity index 100% rename from images/dev/ExampleImages/artic-20100510.png rename to images/v4/ExampleImages/artic-20100510.png diff --git a/images/dev/ExampleImages/barline-20100510.png b/images/v4/ExampleImages/barline-20100510.png similarity index 100% rename from images/dev/ExampleImages/barline-20100510.png rename to images/v4/ExampleImages/barline-20100510.png diff --git a/images/dev/ExampleImages/beam-a-20100510.png b/images/v4/ExampleImages/beam-a-20100510.png similarity index 100% rename from images/dev/ExampleImages/beam-a-20100510.png rename to images/v4/ExampleImages/beam-a-20100510.png diff --git a/images/dev/ExampleImages/beam-b-20100510.png b/images/v4/ExampleImages/beam-b-20100510.png similarity index 100% rename from images/dev/ExampleImages/beam-b-20100510.png rename to images/v4/ExampleImages/beam-b-20100510.png diff --git a/images/dev/ExampleImages/beam-c-20100510.png b/images/v4/ExampleImages/beam-c-20100510.png similarity index 100% rename from images/dev/ExampleImages/beam-c-20100510.png rename to images/v4/ExampleImages/beam-c-20100510.png diff --git a/images/dev/ExampleImages/beam-d-20100510.png b/images/v4/ExampleImages/beam-d-20100510.png similarity index 100% rename from images/dev/ExampleImages/beam-d-20100510.png rename to images/v4/ExampleImages/beam-d-20100510.png diff --git a/images/dev/ExampleImages/beam-e-20100510.png b/images/v4/ExampleImages/beam-e-20100510.png similarity index 100% rename from images/dev/ExampleImages/beam-e-20100510.png rename to images/v4/ExampleImages/beam-e-20100510.png diff --git a/images/dev/ExampleImages/beatrpt-20100510.png b/images/v4/ExampleImages/beatrpt-20100510.png similarity index 100% rename from images/dev/ExampleImages/beatrpt-20100510.png rename to images/v4/ExampleImages/beatrpt-20100510.png diff --git a/images/dev/ExampleImages/bend-300-20100514.png b/images/v4/ExampleImages/bend-300-20100514.png similarity index 100% rename from images/dev/ExampleImages/bend-300-20100514.png rename to images/v4/ExampleImages/bend-300-20100514.png diff --git a/images/dev/ExampleImages/breath-20100510.png b/images/v4/ExampleImages/breath-20100510.png similarity index 100% rename from images/dev/ExampleImages/breath-20100510.png rename to images/v4/ExampleImages/breath-20100510.png diff --git a/images/dev/ExampleImages/btrem-a-20100510.png b/images/v4/ExampleImages/btrem-a-20100510.png similarity index 100% rename from images/dev/ExampleImages/btrem-a-20100510.png rename to images/v4/ExampleImages/btrem-a-20100510.png diff --git a/images/dev/ExampleImages/btrem-b-20100510.png b/images/v4/ExampleImages/btrem-b-20100510.png similarity index 100% rename from images/dev/ExampleImages/btrem-b-20100510.png rename to images/v4/ExampleImages/btrem-b-20100510.png diff --git a/images/dev/ExampleImages/chord-20100510.png b/images/v4/ExampleImages/chord-20100510.png similarity index 100% rename from images/dev/ExampleImages/chord-20100510.png rename to images/v4/ExampleImages/chord-20100510.png diff --git a/images/dev/ExampleImages/clef-20100510.png b/images/v4/ExampleImages/clef-20100510.png similarity index 100% rename from images/dev/ExampleImages/clef-20100510.png rename to images/v4/ExampleImages/clef-20100510.png diff --git a/images/dev/ExampleImages/cpMark_1.png b/images/v4/ExampleImages/cpMark_1.png similarity index 100% rename from images/dev/ExampleImages/cpMark_1.png rename to images/v4/ExampleImages/cpMark_1.png diff --git a/images/dev/ExampleImages/cpMark_2.png b/images/v4/ExampleImages/cpMark_2.png similarity index 100% rename from images/dev/ExampleImages/cpMark_2.png rename to images/v4/ExampleImages/cpMark_2.png diff --git a/images/dev/ExampleImages/cpMark_3.png b/images/v4/ExampleImages/cpMark_3.png similarity index 100% rename from images/dev/ExampleImages/cpMark_3.png rename to images/v4/ExampleImages/cpMark_3.png diff --git a/images/dev/ExampleImages/custos-20100510.png b/images/v4/ExampleImages/custos-20100510.png similarity index 100% rename from images/dev/ExampleImages/custos-20100510.png rename to images/v4/ExampleImages/custos-20100510.png diff --git a/images/dev/ExampleImages/dir-20100510.png b/images/v4/ExampleImages/dir-20100510.png similarity index 100% rename from images/dev/ExampleImages/dir-20100510.png rename to images/v4/ExampleImages/dir-20100510.png diff --git a/images/dev/ExampleImages/dot-a-20100510.png b/images/v4/ExampleImages/dot-a-20100510.png similarity index 100% rename from images/dev/ExampleImages/dot-a-20100510.png rename to images/v4/ExampleImages/dot-a-20100510.png diff --git a/images/dev/ExampleImages/dot-b-20100510.png b/images/v4/ExampleImages/dot-b-20100510.png similarity index 100% rename from images/dev/ExampleImages/dot-b-20100510.png rename to images/v4/ExampleImages/dot-b-20100510.png diff --git a/images/dev/ExampleImages/dynam-20100510.png b/images/v4/ExampleImages/dynam-20100510.png similarity index 100% rename from images/dev/ExampleImages/dynam-20100510.png rename to images/v4/ExampleImages/dynam-20100510.png diff --git a/images/dev/ExampleImages/ending-300-20100514.png b/images/v4/ExampleImages/ending-300-20100514.png similarity index 100% rename from images/dev/ExampleImages/ending-300-20100514.png rename to images/v4/ExampleImages/ending-300-20100514.png diff --git a/images/dev/ExampleImages/fermata-a-300-20100514.png b/images/v4/ExampleImages/fermata-a-300-20100514.png similarity index 100% rename from images/dev/ExampleImages/fermata-a-300-20100514.png rename to images/v4/ExampleImages/fermata-a-300-20100514.png diff --git a/images/dev/ExampleImages/fermata-b-300-20100514.png b/images/v4/ExampleImages/fermata-b-300-20100514.png similarity index 100% rename from images/dev/ExampleImages/fermata-b-300-20100514.png rename to images/v4/ExampleImages/fermata-b-300-20100514.png diff --git a/images/dev/ExampleImages/ftrem-a-300-20100514.png b/images/v4/ExampleImages/ftrem-a-300-20100514.png similarity index 100% rename from images/dev/ExampleImages/ftrem-a-300-20100514.png rename to images/v4/ExampleImages/ftrem-a-300-20100514.png diff --git a/images/dev/ExampleImages/ftrem-b-300-20100514.png b/images/v4/ExampleImages/ftrem-b-300-20100514.png similarity index 100% rename from images/dev/ExampleImages/ftrem-b-300-20100514.png rename to images/v4/ExampleImages/ftrem-b-300-20100514.png diff --git a/images/dev/ExampleImages/gliss-300-20100514.png b/images/v4/ExampleImages/gliss-300-20100514.png similarity index 100% rename from images/dev/ExampleImages/gliss-300-20100514.png rename to images/v4/ExampleImages/gliss-300-20100514.png diff --git a/images/dev/ExampleImages/grpsym-20100510.png b/images/v4/ExampleImages/grpsym-20100510.png similarity index 100% rename from images/dev/ExampleImages/grpsym-20100510.png rename to images/v4/ExampleImages/grpsym-20100510.png diff --git a/images/dev/ExampleImages/hairpin-20100510.png b/images/v4/ExampleImages/hairpin-20100510.png similarity index 100% rename from images/dev/ExampleImages/hairpin-20100510.png rename to images/v4/ExampleImages/hairpin-20100510.png diff --git a/images/dev/ExampleImages/harm-a-300-20100514.png b/images/v4/ExampleImages/harm-a-300-20100514.png similarity index 100% rename from images/dev/ExampleImages/harm-a-300-20100514.png rename to images/v4/ExampleImages/harm-a-300-20100514.png diff --git a/images/dev/ExampleImages/harm-b-300-20100514.png b/images/v4/ExampleImages/harm-b-300-20100514.png similarity index 100% rename from images/dev/ExampleImages/harm-b-300-20100514.png rename to images/v4/ExampleImages/harm-b-300-20100514.png diff --git a/images/dev/ExampleImages/keysig-20100510.png b/images/v4/ExampleImages/keysig-20100510.png similarity index 100% rename from images/dev/ExampleImages/keysig-20100510.png rename to images/v4/ExampleImages/keysig-20100510.png diff --git a/images/dev/ExampleImages/layer-20100510.png b/images/v4/ExampleImages/layer-20100510.png similarity index 100% rename from images/dev/ExampleImages/layer-20100510.png rename to images/v4/ExampleImages/layer-20100510.png diff --git a/images/dev/ExampleImages/measure-20100510.png b/images/v4/ExampleImages/measure-20100510.png similarity index 100% rename from images/dev/ExampleImages/measure-20100510.png rename to images/v4/ExampleImages/measure-20100510.png diff --git a/images/dev/ExampleImages/mrest-20100510.png b/images/v4/ExampleImages/mrest-20100510.png similarity index 100% rename from images/dev/ExampleImages/mrest-20100510.png rename to images/v4/ExampleImages/mrest-20100510.png diff --git a/images/dev/ExampleImages/mrpt-20100510.png b/images/v4/ExampleImages/mrpt-20100510.png similarity index 100% rename from images/dev/ExampleImages/mrpt-20100510.png rename to images/v4/ExampleImages/mrpt-20100510.png diff --git a/images/dev/ExampleImages/mrpt2-20100510.png b/images/v4/ExampleImages/mrpt2-20100510.png similarity index 100% rename from images/dev/ExampleImages/mrpt2-20100510.png rename to images/v4/ExampleImages/mrpt2-20100510.png diff --git a/images/dev/ExampleImages/mspace-20100510.png b/images/v4/ExampleImages/mspace-20100510.png similarity index 100% rename from images/dev/ExampleImages/mspace-20100510.png rename to images/v4/ExampleImages/mspace-20100510.png diff --git a/images/dev/ExampleImages/mspace-300-20100514.png b/images/v4/ExampleImages/mspace-300-20100514.png similarity index 100% rename from images/dev/ExampleImages/mspace-300-20100514.png rename to images/v4/ExampleImages/mspace-300-20100514.png diff --git a/images/dev/ExampleImages/multirest.png b/images/v4/ExampleImages/multirest.png similarity index 100% rename from images/dev/ExampleImages/multirest.png rename to images/v4/ExampleImages/multirest.png diff --git a/images/dev/ExampleImages/multirpt-20100510.png b/images/v4/ExampleImages/multirpt-20100510.png similarity index 100% rename from images/dev/ExampleImages/multirpt-20100510.png rename to images/v4/ExampleImages/multirpt-20100510.png diff --git a/images/dev/ExampleImages/octave-a-20100510.png b/images/v4/ExampleImages/octave-a-20100510.png similarity index 100% rename from images/dev/ExampleImages/octave-a-20100510.png rename to images/v4/ExampleImages/octave-a-20100510.png diff --git a/images/dev/ExampleImages/octave-b-20100510.png b/images/v4/ExampleImages/octave-b-20100510.png similarity index 100% rename from images/dev/ExampleImages/octave-b-20100510.png rename to images/v4/ExampleImages/octave-b-20100510.png diff --git a/images/dev/ExampleImages/phrase-300-20100514.png b/images/v4/ExampleImages/phrase-300-20100514.png similarity index 100% rename from images/dev/ExampleImages/phrase-300-20100514.png rename to images/v4/ExampleImages/phrase-300-20100514.png diff --git a/images/dev/ExampleImages/reh-20100510.png b/images/v4/ExampleImages/reh-20100510.png similarity index 100% rename from images/dev/ExampleImages/reh-20100510.png rename to images/v4/ExampleImages/reh-20100510.png diff --git a/images/dev/ExampleImages/slur-300-20100514.png b/images/v4/ExampleImages/slur-300-20100514.png similarity index 100% rename from images/dev/ExampleImages/slur-300-20100514.png rename to images/v4/ExampleImages/slur-300-20100514.png diff --git a/images/dev/ExampleImages/tempo-20100510.png b/images/v4/ExampleImages/tempo-20100510.png similarity index 100% rename from images/dev/ExampleImages/tempo-20100510.png rename to images/v4/ExampleImages/tempo-20100510.png diff --git a/images/dev/ExampleImages/trill-20100510.png b/images/v4/ExampleImages/trill-20100510.png similarity index 100% rename from images/dev/ExampleImages/trill-20100510.png rename to images/v4/ExampleImages/trill-20100510.png diff --git a/images/dev/ExampleImages/tuplet-300-20100514.png b/images/v4/ExampleImages/tuplet-300-20100514.png similarity index 100% rename from images/dev/ExampleImages/tuplet-300-20100514.png rename to images/v4/ExampleImages/tuplet-300-20100514.png diff --git a/images/dev/dfg_logo_schwarz.png b/images/v4/dfg_logo_schwarz.png similarity index 100% rename from images/dev/dfg_logo_schwarz.png rename to images/v4/dfg_logo_schwarz.png diff --git a/images/dev/hzonlineart.png b/images/v4/hzonlineart.png similarity index 100% rename from images/dev/hzonlineart.png rename to images/v4/hzonlineart.png diff --git a/images/dev/meilogo.png b/images/v4/meilogo.png similarity index 100% rename from images/dev/meilogo.png rename to images/v4/meilogo.png diff --git a/images/dev/modules/analysis/chor003_m1-2.png b/images/v4/modules/analysis/chor003_m1-2.png similarity index 100% rename from images/dev/modules/analysis/chor003_m1-2.png rename to images/v4/modules/analysis/chor003_m1-2.png diff --git a/images/dev/modules/analysis/chor003_m6-7.png b/images/v4/modules/analysis/chor003_m6-7.png similarity index 100% rename from images/dev/modules/analysis/chor003_m6-7.png rename to images/v4/modules/analysis/chor003_m6-7.png diff --git a/images/dev/modules/analysis/erl-koenig.bmp b/images/v4/modules/analysis/erl-koenig.bmp similarity index 100% rename from images/dev/modules/analysis/erl-koenig.bmp rename to images/v4/modules/analysis/erl-koenig.bmp diff --git a/images/dev/modules/analysis/schubert_erlkonig_op1_m1.png b/images/v4/modules/analysis/schubert_erlkonig_op1_m1.png similarity index 100% rename from images/dev/modules/analysis/schubert_erlkonig_op1_m1.png rename to images/v4/modules/analysis/schubert_erlkonig_op1_m1.png diff --git a/images/dev/modules/cmn/beamAcc-Rit.png b/images/v4/modules/cmn/beamAcc-Rit.png similarity index 100% rename from images/dev/modules/cmn/beamAcc-Rit.png rename to images/v4/modules/cmn/beamAcc-Rit.png diff --git a/images/dev/modules/cmn/finger-300.png b/images/v4/modules/cmn/finger-300.png similarity index 100% rename from images/dev/modules/cmn/finger-300.png rename to images/v4/modules/cmn/finger-300.png diff --git a/images/dev/modules/cmn/grace-300.png b/images/v4/modules/cmn/grace-300.png similarity index 100% rename from images/dev/modules/cmn/grace-300.png rename to images/v4/modules/cmn/grace-300.png diff --git a/images/dev/modules/cmn/halfmRpt_beethoven.png b/images/v4/modules/cmn/halfmRpt_beethoven.png similarity index 100% rename from images/dev/modules/cmn/halfmRpt_beethoven.png rename to images/v4/modules/cmn/halfmRpt_beethoven.png diff --git a/images/dev/modules/cmn/reh_berlioz.png b/images/v4/modules/cmn/reh_berlioz.png similarity index 100% rename from images/dev/modules/cmn/reh_berlioz.png rename to images/v4/modules/cmn/reh_berlioz.png diff --git a/images/dev/modules/cmn/xchord-300.png b/images/v4/modules/cmn/xchord-300.png similarity index 100% rename from images/dev/modules/cmn/xchord-300.png rename to images/v4/modules/cmn/xchord-300.png diff --git a/images/dev/modules/cmnOrnaments/JSBtableofornaments.jpg b/images/v4/modules/cmnOrnaments/JSBtableofornaments.jpg similarity index 100% rename from images/dev/modules/cmnOrnaments/JSBtableofornaments.jpg rename to images/v4/modules/cmnOrnaments/JSBtableofornaments.jpg diff --git a/images/dev/modules/cmnOrnaments/ex_mordent.png b/images/v4/modules/cmnOrnaments/ex_mordent.png similarity index 100% rename from images/dev/modules/cmnOrnaments/ex_mordent.png rename to images/v4/modules/cmnOrnaments/ex_mordent.png diff --git a/images/dev/modules/cmnOrnaments/ex_mordent_l.png b/images/v4/modules/cmnOrnaments/ex_mordent_l.png similarity index 100% rename from images/dev/modules/cmnOrnaments/ex_mordent_l.png rename to images/v4/modules/cmnOrnaments/ex_mordent_l.png diff --git a/images/dev/modules/cmnOrnaments/ex_multi_orn.png b/images/v4/modules/cmnOrnaments/ex_multi_orn.png similarity index 100% rename from images/dev/modules/cmnOrnaments/ex_multi_orn.png rename to images/v4/modules/cmnOrnaments/ex_multi_orn.png diff --git a/images/dev/modules/cmnOrnaments/ex_tr.png b/images/v4/modules/cmnOrnaments/ex_tr.png similarity index 100% rename from images/dev/modules/cmnOrnaments/ex_tr.png rename to images/v4/modules/cmnOrnaments/ex_tr.png diff --git a/images/dev/modules/cmnOrnaments/ex_tr_B.png b/images/v4/modules/cmnOrnaments/ex_tr_B.png similarity index 100% rename from images/dev/modules/cmnOrnaments/ex_tr_B.png rename to images/v4/modules/cmnOrnaments/ex_tr_B.png diff --git a/images/dev/modules/cmnOrnaments/ex_tr_accid.png b/images/v4/modules/cmnOrnaments/ex_tr_accid.png similarity index 100% rename from images/dev/modules/cmnOrnaments/ex_tr_accid.png rename to images/v4/modules/cmnOrnaments/ex_tr_accid.png diff --git a/images/dev/modules/cmnOrnaments/ex_tr_grace.png b/images/v4/modules/cmnOrnaments/ex_tr_grace.png similarity index 100% rename from images/dev/modules/cmnOrnaments/ex_tr_grace.png rename to images/v4/modules/cmnOrnaments/ex_tr_grace.png diff --git a/images/dev/modules/cmnOrnaments/ex_tr_multi.png b/images/v4/modules/cmnOrnaments/ex_tr_multi.png similarity index 100% rename from images/dev/modules/cmnOrnaments/ex_tr_multi.png rename to images/v4/modules/cmnOrnaments/ex_tr_multi.png diff --git a/images/dev/modules/cmnOrnaments/ex_trill_wavy.png b/images/v4/modules/cmnOrnaments/ex_trill_wavy.png similarity index 100% rename from images/dev/modules/cmnOrnaments/ex_trill_wavy.png rename to images/v4/modules/cmnOrnaments/ex_trill_wavy.png diff --git a/images/dev/modules/cmnOrnaments/ex_turn.png b/images/v4/modules/cmnOrnaments/ex_turn.png similarity index 100% rename from images/dev/modules/cmnOrnaments/ex_turn.png rename to images/v4/modules/cmnOrnaments/ex_turn.png diff --git a/images/dev/modules/cmnOrnaments/ex_turn_d.png b/images/v4/modules/cmnOrnaments/ex_turn_d.png similarity index 100% rename from images/dev/modules/cmnOrnaments/ex_turn_d.png rename to images/v4/modules/cmnOrnaments/ex_turn_d.png diff --git a/images/dev/modules/harmony/A7_1st.gif b/images/v4/modules/harmony/A7_1st.gif similarity index 100% rename from images/dev/modules/harmony/A7_1st.gif rename to images/v4/modules/harmony/A7_1st.gif diff --git a/images/dev/modules/harmony/A7_5th.gif b/images/v4/modules/harmony/A7_5th.gif similarity index 100% rename from images/dev/modules/harmony/A7_5th.gif rename to images/v4/modules/harmony/A7_5th.gif diff --git a/images/dev/modules/harmony/figuredBass01.png b/images/v4/modules/harmony/figuredBass01.png similarity index 100% rename from images/dev/modules/harmony/figuredBass01.png rename to images/v4/modules/harmony/figuredBass01.png diff --git a/images/dev/modules/harmony/figuredBass02.png b/images/v4/modules/harmony/figuredBass02.png similarity index 100% rename from images/dev/modules/harmony/figuredBass02.png rename to images/v4/modules/harmony/figuredBass02.png diff --git a/images/dev/modules/harmony/figuredBass03.png b/images/v4/modules/harmony/figuredBass03.png similarity index 100% rename from images/dev/modules/harmony/figuredBass03.png rename to images/v4/modules/harmony/figuredBass03.png diff --git a/images/dev/modules/harmony/figuredBass04.png b/images/v4/modules/harmony/figuredBass04.png similarity index 100% rename from images/dev/modules/harmony/figuredBass04.png rename to images/v4/modules/harmony/figuredBass04.png diff --git a/images/dev/modules/harmony/figuredBass05.png b/images/v4/modules/harmony/figuredBass05.png similarity index 100% rename from images/dev/modules/harmony/figuredBass05.png rename to images/v4/modules/harmony/figuredBass05.png diff --git a/images/dev/modules/harmony/figuredBass06.png b/images/v4/modules/harmony/figuredBass06.png similarity index 100% rename from images/dev/modules/harmony/figuredBass06.png rename to images/v4/modules/harmony/figuredBass06.png diff --git a/images/dev/modules/harmony/figuredBass07.png b/images/v4/modules/harmony/figuredBass07.png similarity index 100% rename from images/dev/modules/harmony/figuredBass07.png rename to images/v4/modules/harmony/figuredBass07.png diff --git a/images/dev/modules/harmony/figuredBass08.png b/images/v4/modules/harmony/figuredBass08.png similarity index 100% rename from images/dev/modules/harmony/figuredBass08.png rename to images/v4/modules/harmony/figuredBass08.png diff --git a/images/dev/modules/harmony/figuredBass09.png b/images/v4/modules/harmony/figuredBass09.png similarity index 100% rename from images/dev/modules/harmony/figuredBass09.png rename to images/v4/modules/harmony/figuredBass09.png diff --git a/images/dev/modules/harmony/figuredBass10.png b/images/v4/modules/harmony/figuredBass10.png similarity index 100% rename from images/dev/modules/harmony/figuredBass10.png rename to images/v4/modules/harmony/figuredBass10.png diff --git a/images/dev/modules/lyrics/ex_lyric.png b/images/v4/modules/lyrics/ex_lyric.png similarity index 100% rename from images/dev/modules/lyrics/ex_lyric.png rename to images/v4/modules/lyrics/ex_lyric.png diff --git a/images/dev/modules/lyrics/ex_syl_att.png b/images/v4/modules/lyrics/ex_syl_att.png similarity index 100% rename from images/dev/modules/lyrics/ex_syl_att.png rename to images/v4/modules/lyrics/ex_syl_att.png diff --git a/images/dev/modules/lyrics/ex_verse_m.png b/images/v4/modules/lyrics/ex_verse_m.png similarity index 100% rename from images/dev/modules/lyrics/ex_verse_m.png rename to images/v4/modules/lyrics/ex_verse_m.png diff --git a/images/dev/modules/mensural/ex_ligatures01.png b/images/v4/modules/mensural/ex_ligatures01.png similarity index 100% rename from images/dev/modules/mensural/ex_ligatures01.png rename to images/v4/modules/mensural/ex_ligatures01.png diff --git a/images/dev/modules/mensural/ex_ligatures02.png b/images/v4/modules/mensural/ex_ligatures02.png similarity index 100% rename from images/dev/modules/mensural/ex_ligatures02.png rename to images/v4/modules/mensural/ex_ligatures02.png diff --git a/images/dev/modules/neumes/parrish_neumes.png b/images/v4/modules/neumes/parrish_neumes.png similarity index 100% rename from images/dev/modules/neumes/parrish_neumes.png rename to images/v4/modules/neumes/parrish_neumes.png diff --git a/images/dev/modules/usersymbols/bulge.png b/images/v4/modules/usersymbols/bulge.png similarity index 100% rename from images/dev/modules/usersymbols/bulge.png rename to images/v4/modules/usersymbols/bulge.png diff --git a/images/dev/modules/usersymbols/bulge.svg b/images/v4/modules/usersymbols/bulge.svg similarity index 100% rename from images/dev/modules/usersymbols/bulge.svg rename to images/v4/modules/usersymbols/bulge.svg diff --git a/images/dev/modules/usersymbols/charpentier.png b/images/v4/modules/usersymbols/charpentier.png similarity index 100% rename from images/dev/modules/usersymbols/charpentier.png rename to images/v4/modules/usersymbols/charpentier.png diff --git a/images/dev/modules/usersymbols/charpentier.svg b/images/v4/modules/usersymbols/charpentier.svg similarity index 100% rename from images/dev/modules/usersymbols/charpentier.svg rename to images/v4/modules/usersymbols/charpentier.svg diff --git a/images/dev/modules/usersymbols/mignon.png b/images/v4/modules/usersymbols/mignon.png similarity index 100% rename from images/dev/modules/usersymbols/mignon.png rename to images/v4/modules/usersymbols/mignon.png diff --git a/images/dev/modules/usersymbols/mignon.svg b/images/v4/modules/usersymbols/mignon.svg similarity index 100% rename from images/dev/modules/usersymbols/mignon.svg rename to images/v4/modules/usersymbols/mignon.svg diff --git a/images/dev/modules/usersymbols/percussion.png b/images/v4/modules/usersymbols/percussion.png similarity index 100% rename from images/dev/modules/usersymbols/percussion.png rename to images/v4/modules/usersymbols/percussion.png diff --git a/images/dev/modules/usersymbols/percussion.svg b/images/v4/modules/usersymbols/percussion.svg similarity index 100% rename from images/dev/modules/usersymbols/percussion.svg rename to images/v4/modules/usersymbols/percussion.svg diff --git a/images/dev/modules/usersymbols/triangle.png b/images/v4/modules/usersymbols/triangle.png similarity index 100% rename from images/dev/modules/usersymbols/triangle.png rename to images/v4/modules/usersymbols/triangle.png diff --git a/images/dev/modules/usersymbols/triangle.svg b/images/v4/modules/usersymbols/triangle.svg similarity index 100% rename from images/dev/modules/usersymbols/triangle.svg rename to images/v4/modules/usersymbols/triangle.svg diff --git a/images/dev/modules/usersymbols/triangleWithStick.png b/images/v4/modules/usersymbols/triangleWithStick.png similarity index 100% rename from images/dev/modules/usersymbols/triangleWithStick.png rename to images/v4/modules/usersymbols/triangleWithStick.png diff --git a/images/dev/modules/usersymbols/triangleWithStick.svg b/images/v4/modules/usersymbols/triangleWithStick.svg similarity index 100% rename from images/dev/modules/usersymbols/triangleWithStick.svg rename to images/v4/modules/usersymbols/triangleWithStick.svg diff --git a/index.md b/index.md index dc7cad5e7a6..18e4b7bff41 100644 --- a/index.md +++ b/index.md @@ -1,4 +1,4 @@ --- layout: redirect -redirect_to: "v3/content" +redirect_to: "v4/content" --- \ No newline at end of file diff --git a/dev/attribute-classes.md b/v4/attribute-classes.md similarity index 99% rename from dev/attribute-classes.md rename to v4/attribute-classes.md index 2c2b9c92014..8ce5ff55f85 100644 --- a/dev/attribute-classes.md +++ b/v4/attribute-classes.md @@ -2,7 +2,7 @@ layout: sidebar sidebar: s1 title: "Attribute Classes" -version: "dev" +version: "v4" ---