Skip to content

Commit

Permalink
Added articulation value for rest (articulation = 0)
Browse files Browse the repository at this point in the history
  • Loading branch information
Torsten Anders committed Aug 26, 2012
1 parent d54c893 commit c55f207
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions strasheela/source/Init.oz
Expand Up @@ -337,7 +337,8 @@ define
FomusArticulationMap = {NewCell nil}
in
/** %% Sets the mapping of an (average) articulation value to the corresponding symbolic articulation. This articulation symbol is abstract and for music output must be mapped to the marks of the corresponding output format (e.g., Fomus or ENP). The default is
unit(25: staccatissimo
unit(0: rest
25: staccatissimo
50: staccato
70: 'mezzo staccato'
90: 'non legato'
Expand All @@ -349,7 +350,8 @@ define
ArticulationMap := Map
end
%% Default Map
{SetArticulationMap unit(25: staccatissimo
{SetArticulationMap unit(0: rest
25: staccatissimo
50: staccato
70: 'mezzo staccato'
95: 'non legato'
Expand Down Expand Up @@ -385,7 +387,8 @@ define
FomusArticulationMap := Map
end
%% Default Map
{SetFomusArticulationMap unit(staccatissimo: '!'
{SetFomusArticulationMap unit(rest: 'rest'
staccatissimo: '!'
staccato: '.'
'mezzo staccato': '/.'
'non legato': nil
Expand Down

0 comments on commit c55f207

Please sign in to comment.