Skip to content

Instantly share code, notes, and snippets.

@kris7t
Created June 16, 2013 18:42
Show Gist options
  • Save kris7t/5792972 to your computer and use it in GitHub Desktop.
Save kris7t/5792972 to your computer and use it in GitHub Desktop.
originalMusic = \relative c' {
\time 4/4
c4\mf <d e>~\startTrillSpan <d e> f\>\stopTrillSpan | c-. <d e>-.~ <d e>-.\! f-.
}
\new Staff \with { instrumentName = "Orig."}
\originalMusic
\new Staff \with { instrumentName = "Stacc." }
\filterByArticulation "staccato" \originalMusic
\new Staff \with { instrumentName = "Not Stacc."}
\filterByArticulationInverse "staccato" \originalMusic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment