Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as Java by Kend ( 3 years ago )
\version "2.20.0"
\language "english"

\header {
  title = "Mozart-Inspired Piano Piece"
  composer = "Anonymous"
  instrument = "Piano"
}

upper = \relative c' {
  \clef treble
  \key c \major
  \time 4/4
  \tempo "Allegro con spirito" 4 = 120
  \set Staff.midiInstrument = #"acoustic grand piano"

  r4 d8( e) f4 g8( a) b4 c'4 d8( e) f4 |
  g8( a) b4 c'8 d( e) f4 g8( a) b4 |
  c'8 d( e) f4 g8( a) b4 c'8 d( e) f4 |
  g8( a) b4 c'8 d( e) f4 g8( a) b4 |
  c'8 d( e) f4 g8( a) b4 c'8 d( e) f4 |
  g8( a) b4 c'8 d( e) f4 g8( a) b4 |
  c'8 d( e) f4 g8( a) b4 c'8 d( e) f4 |
  g8( a) b4 c'8 d( e) f4 g8( a) b4 |
  c'8 d( e) f4 g8( a) b4 c'8 d( e) f4 |
  g8( a) b4 c'8 d( e) f4 g8( a) b4 |
  c'8 d( e) f4 g8( a) b4 c'8 d( e) f4 |
  g8( a) b4 c'8 d( e) f4 g8( a) b4 |
  c'8 d( e) f4 g8( a) b4 c'8 d( e) f4 |
  g8( a) b4 c'8 d( e) f4 g8( a) b4 |
  c'8 d( e) f4 g8( a) b4 c'8 d( e) f4 |
  g8( a) b4 c'8 d( e) f4 g8( a) b4 |
  c'8 d( e) f4 g8( a) b4 c'8 d( e) f4 |
  g8( a) b4 c'8 d( e) f4 g8( a) b4 |
  c'8 d( e) f4 g8( a) b4 c'8 d( e) f4 |
  g8( a) b4 c'8 d( e) f4 g8( a) b4 |
  c'8 d( e) f4 g8( a) b4 c'8 d( e) f4 |
  g8( a) b4 c'8 d( e) f4 g8( a) b4 |
  c'8 d( e) f4 g8

 

Revise this Paste

Your Name: Code Language: