Skip to content

Instantly share code, notes, and snippets.

@uliska
Last active August 29, 2015 14:21
Show Gist options
  • Save uliska/5a58564f433747b94105 to your computer and use it in GitHub Desktop.
Save uliska/5a58564f433747b94105 to your computer and use it in GitHub Desktop.
Align grace notes between voices
\version "2.19.20"
music = \relative e''' {
r8 e \tuplet 3/2 { des b g }
a4 \grace { a16 f } cis8 e
}
\score {
\new Staff <<
{
\music
} \\
{
\transpose c c, \music
}
>>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment