Skip to content

Instantly share code, notes, and snippets.

@jimka2001
Created April 13, 2015 19:18
Show Gist options
  • Save jimka2001/2f25b1488457ada9aad4 to your computer and use it in GitHub Desktop.
Save jimka2001/2f25b1488457ada9aad4 to your computer and use it in GitHub Desktop.
case ArticulationType::Turn: {
vector<int> body = {0,1,0,-1,0};
renderArticulation(events, chord, pitch, _32nd,
emptypattern,
body, false, true, // sustain last note of body, but don't repeat
emptypattern);
}
break;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment