Skip to content

Commit

Permalink
remove bogus char
Browse files Browse the repository at this point in the history
  • Loading branch information
lasconic committed Aug 27, 2015
1 parent ec5028d commit c89fe33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmscore/rendermidi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1167,7 +1167,7 @@ bool renderNoteArticulation(NoteEventList* events, Note * note, bool chromatic,
,{ArticulationType::PrallMordent,any, _32nd, {}, {1,0,-1,0}, false, true, {}}
,{ArticulationType::LinePrall, any, _32nd, {2,2,2},{1,0}, true, true, {}}
,{ArticulationType::UpPrall, any, _16th, {-1,0},{1,0}, true, true, {1,0}} // p 144 Ex 152 [1]
,{ArticulationType::UpMordent, any, _16th, {-1,0},{1,0}, true, true, {-1,0}} // p 144 Ex 152 [1]
,{ArticulationType::UpMordent, any, _16th, {-1,0},{1,0}, true, true, {-1,0}} // p 144 Ex 152 [1]
,{ArticulationType::DownPrall, any, _16th, {1,1,1,0}, {1,0}, true, true, {}} // p136 Cadence Appuyee [1] [2]
,{ArticulationType::DownMordent, any, _16th, {1,1,1,0}, {1,0}, true, true, {-1, 0}} // p136 Cadence Appuyee + mordent [1] [2]
,{ArticulationType::PrallUp, any, _16th, {1,0}, {1,0}, true, true, {-1,0}} // p136 Double Cadence [1]
Expand Down

0 comments on commit c89fe33

Please sign in to comment.