-
Notifications
You must be signed in to change notification settings - Fork 0
/
01_-_Etude_-_Romberg.ly
45 lines (43 loc) · 985 Bytes
/
01_-_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
\version "2.18.2"
\score {
\new StaffGroup = "" \with {
instrumentName = \markup { \bold \huge { \number "1." }}
}
<<
\new Staff = "celloI" \with { midiInstrument = #"cello" }
\relative c' {
\clef bass
\key c \major
\time 4/4
a1\p\downbow | %01
d,\upbow | %02
e | %03
a, | %04
a' | %05
d, | %06
e | %07
a,2 r | %08
c,1\downbow | %09
g' | %10
a | %11
c, | %12
d | %13
e | %14
d( | %15
e2) r | %16
a1\downbow | %17
d, | %18
e | %19
a | %20
a' | %21
d, | %22
e | %23
a,2 r \bar "|." %24
}
>>
\layout {}
\midi {}
\header {
composer = "Bernhard Romberg"
}
}