Skip to content

Latest commit

 

History

History
112 lines (87 loc) · 3.77 KB

index.md

File metadata and controls

112 lines (87 loc) · 3.77 KB
title lang page_language author creation_date last_updated ref tags sidebar datatable vim keywords summary permalink
Slurs
en es
en
Craig Stuart Sapp
5 Mar 2017
7 Mar 2017
graphic-slurs
all
graphic_editing
RDF
main_sidebar
true
ts=3
graphic editing slurs
Graphically adding and editing slurs in the notation editor.
/graphic/slurs/index.html

Key command summary

{% include keytable.html contentId="slurkeysummary" %}

<script type="text/JSON" id="slurkeysummary"> {% include keypresses/slurkeys.json %} </script>

s: Adding a simple slur

After clicking on a note in the notation editor, press the s key to add a slur to the next note:

{% include image.html file="add-slurs.gif" alt="adding slurs to the notation" max-width="75%" caption="Type s after selecting a note to add a slur." %}

Notice that a pair of parentheses to mark the start and end of the slur are added to the Humdrum data in the text editor on the left as the slurs appear in the notation.

After adding the slur, focus shifts to the slur, which will be highlighted in red, to allow for further editing of the slur.

a, b, c: Slur orientation

Slurs can be forced above or below the notes by using the a key to force above or b to force below. These two commands will be searched for in the Humdrum data as an RDF line in the form:

!!!RDF**kern: > = above
!!!RDF**kern: < = below

These two RDF signifiers, which could be assigned to other characters (although "<" and ">" are typically used), are used to indicate a forced direction on many graphic elements including slurs. If above/below signifiers are not found in the data they will automatically be added the first time a forced direction command is given. You can remove a forced direction by typing c to clear it.

{% include image.html file="slur-orientation.gif" alt="adding slurs to the notation" caption="Type a to force slurs above, b to force slurs below, and c to clear forced directions." %}

# s: Adding extended slurs

Typing s while editing a note will add a slur to the next note; however, the slur can be extended as it is created by typing a digit from 2 through 9 to extend from two to nine notes after the current note.

{% include image.html file="add-long-slur.gif" alt="adding long slurs to the notation" max-width="75%" caption="adding long slurs by typing a digit before s." %}

Moving slurs

Once a slur has been added to the notation, it can be moved around by pressing / to move the beginning of the slur forward or backward in the music, or shift-left/shift-left to move the ending of the slur.

{% include image.html file="move-slurs.gif" alt="moving slurs after they are created" max-width="75%" caption="Moving slurs after they are created." %}

{% include note.html content="While editing a slur, the / keys are not available for their usual functions to move to the next/previous page. To move to a new page with the arrow keys, press the esc key to deselect the slur." %}