-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path03_-_Etude_-_Romberg.ly
49 lines (47 loc) · 1018 Bytes
/
03_-_Etude_-_Romberg.ly
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
\version "2.18.2"
\score {
\new StaffGroup = "" \with {
instrumentName = \markup { \bold \huge { \number "3." }}
}
<<
\new Staff = "celloI" \with { midiInstrument = #"cello" }
\relative c {
\clef bass
\key c \major
\time 4/4
\repeat volta 2 {
e4 f g c | %01
f, g a d | %02
b g a b | %03
d c g f | %04
e f g c | %05
f, g a d | %06
b g a b | %07
d2 c | %08
}
\repeat volta 2 {
e,4 f g d' | %09
e, f g c | %10
b g a b | %11
d c g e | %12
d e f d' | %13
e, f g c | %14
b g a b | %15
d c g f | %16
e f g c | %17
f, g a d | %18
b g a b | %19
c a b c | %20
d b g f | %21
c' g f e | %22
a b c d | %23
b2 c | %24
}
}
>>
\layout {}
\midi {}
\header {
composer = "Bernhard Romberg"
}
}