Skip to content

Instantly share code, notes, and snippets.

@jonathanconway
Last active October 16, 2016 08:03
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 jonathanconway/485c6e4db0aa79a48666b7bcd256f15a to your computer and use it in GitHub Desktop.
Save jonathanconway/485c6e4db0aa79a48666b7bcd256f15a to your computer and use it in GitHub Desktop.
\version "2.18.2"
\header {
title = "16-10-16"
composer = "Jonathan A. Conway"
}
\score {
\new PianoStaff <<
\new Staff {
\set midiInstrument = #"piano"
\relative c' {
\clef treble
\key c \major
\time 3/4
c2.
\time 5/4
a'2. c,4 ces4
\time 3/4
c2.
\time 5/4
a'1~ a4
}
}
\new Staff {
\set midiInstrument = #"piano"
\relative c {
\clef bass
\key c \major
\time 3/4
c4 e4 g4
\time 5/4
bes,4 d4 f4 a4 ais4
\time 3/4
c,4 e4 g4
\time 5/4
bes,4 d4 f4 a4 ais4
}
}
>>
\layout { }
\midi {
\tempo 4 = 112
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment