Skip to content

08. Encoding Cheat Sheet

Anna Kijas edited this page Mar 15, 2023 · 1 revision

MEI XML

Multi-measure rest (goes in-between first <layer> elements)

                       <multiRest num="" />

Tempo (goes under first <staff>)

                 <tempo place="above" staff="1" tstamp="0">
                       <rend></rend></tempo>

Update tempo to use SMuFL

Ex: <tempo place="above" staff="1" tstamp="1.000000"> <rend fontfam="smufl">&#x1d15f; &#x1d16d;</rend> = 60; Fluid and elegant</tempo>

Can insert fontsize info after the fontfam, for ex: <rend fontfam="smufl" fontsize="small">&#xe1d5;</rend> = 144)</rend>

Unicode

	&#x1d15e; - half note
	&#x1d15f; - quarter note
	&#x1d160; - eighth note
	&#x1d161; - sixteenth note
	&#x1d16d; - dot
	&#9181; - tie (it’s technically not, but it works! See first mvt of Kay’s Five Portraits) 

Example:

                      <rend xml:id="rend-0000000432019326" fontweight="normal">Andantino &#x1d15f; = 100</rend></tempo>

Dynamic

                 <dynam place="" staff="" tstamp="" vgrp="1">
                       <rend></rend></dynam>

Pedal Markings (goes at the end of the <measure> with <ties> and <slurs>)

                 <pedal dir="down" staff="" tstamp="" vgrp=""/>
                 <pedal dir="up" staff="2" form="pedstar" tstamp="" vgrp="1"/>

Ottava (goes between </staff> and </measure>)

                 <octave staff="1" startid="#" endid="#" n="1" dis="8" dis.place="above" />

Piano Roll (goes beneath </staff> of the appropriate measure)

         <arpeg plist="#xml:id of the chord" />

Barlines (goes after <measure>)

         <right="dbl" /> (thin double barlines)
         <right="single"/> (single barline)
         <right="end"/> (final barline)

MuseScore Shortcuts

How to create a triplet within a measure

  • To create a triplet, you will need to input a note not using the duration of the note as it appears in the triplet, but rather the duration of the full beat within the measure. For example, you have a measure in C (4/4).
triplet

Enter the note (F) as a quarter note.

notef

In the MuseScore menu (top) go to Add Tuplets --> Triplet and it will create the triplet that will be broken out into the correct duration.

Screen Shot 2023-02-09 at 8 05 57 PM

Enter in the notes in the triplet.

Screen Shot 2023-02-09 at 8 06 01 PM

How to add cross-staff notation

  • If you are transcribing a bass and treble clef and there is a note or notes that are part of a specific voice/clef you can use the cross-staff notation technique to make them appear exactly as they do in the score. For example: see the “G” in the second measure that is written as part of a 16th note grouping for the left-hand/bass clef.
Screen Shot 2023-02-09 at 8 06 06 PM

MuseScore Keybord Shortcuts

N - turn on/off note input
Shift + arrow left/right - once a note is selected this shortcut allows you to select sequential notes (one  
    arrow click = one note to the left/right of the first note selected, like a word processor)
Command + click - allows you to select non-sequential notes
X - flips direction of an element (works on stems, dynamics, text etc…)
Command + C = copy
Command + V = paste
V - make invisible/visible
M - make multi-measure rests

Rhythm shortcuts

3 - sixteenth note
4 - eighth note
5 - quarter note
6 - half note
7 - whole note

Pitch/Rest shortcuts

a=a, b=b, c=c, etc…
Command + arrow up/down - moves note up/down an octave
arrow up/down - after a note is selected this will raise the pitch up/down chromatically
Shift + pitch letters - allows you to build chords without using mouse, add pitches lowest to highest
0 - rest, use rhythm short cut and then press 0 (ex. for a quarter rest hit 5 and then 0)

Text shortcuts

(for all text shortcuts click the note you want the text above/below and then use shortcut) Command/Ctrl + T = add text above the staff Command/Ctrl + E = add italic expressive text below the staff Command/Ctrl + L = add lyric text option + shift + t = tempo text (use fn + F2 to see note value symbols)

Accent shortcuts

Shift + S - staccato 
Shift + V - accent 
Shift + N - tenuto/legato
S - slur, select the sequential notes in the slur and hit S
Command/Ctrl + + - tie, input first not of tie, use numbers to change rhythm for the next note in the tie, then   
    use the tie shortcut

Tip for quick note/rhythm entry

For quick note entry click the rest in the empty measure, hit N, the number shortcut appropriate for the rhythm you are transcribing, and press the pitch letter on your keyboard (sometimes leaps do not go to the octave you wanted, use the Command/Ctrl + arrow up/down shortcut to adjust octave).

Encoding cheat-sheet created by Phillip Wright, 2022