Skip to content

Instantly share code, notes, and snippets.

@hinrik
Created March 13, 2011 05:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hinrik/867886 to your computer and use it in GitHub Desktop.
Save hinrik/867886 to your computer and use it in GitHub Desktop.
\version "2.12.3"
\score {
\new PianoStaff <<
\new Staff {
\relative c'' {
a4 b c d
<<
{ <c e g>1 }
\\
{ a4 b c d }
>>
}
}
\new Staff {
\relative c'' {
<c e g>1
}
}
>>
\midi { }
\layout { }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment