first 6 measure of time spent
This commit is contained in:
parent
a94a987bfc
commit
f791418c78
|
@ -0,0 +1,24 @@
|
||||||
|
\version "2.22.1"
|
||||||
|
\header{
|
||||||
|
title="Time Spent"
|
||||||
|
composer="Deaf Center"
|
||||||
|
arranger="Amolith"
|
||||||
|
}
|
||||||
|
|
||||||
|
\score {
|
||||||
|
\new PianoStaff <<
|
||||||
|
\new Staff \relative{
|
||||||
|
\time 4/4
|
||||||
|
\key g \major
|
||||||
|
r1 | r1 | fis'2 a | b fis | g1 | r1 |
|
||||||
|
}
|
||||||
|
|
||||||
|
\new Staff \relative{
|
||||||
|
\time 4/4
|
||||||
|
\key g \major
|
||||||
|
\clef "bass"
|
||||||
|
e4 b' e b | e,4 b' e b | dis, b' fis b |
|
||||||
|
g b a b | e, b' e b | e, b' e b |
|
||||||
|
}
|
||||||
|
>>
|
||||||
|
}
|
Loading…
Reference in New Issue