summaryrefslogtreecommitdiff
path: root/30621-h/music
diff options
context:
space:
mode:
Diffstat (limited to '30621-h/music')
-rw-r--r--30621-h/music/melody239.ly26
-rw-r--r--30621-h/music/melody239.midibin0 -> 151 bytes
-rw-r--r--30621-h/music/melody241.ly27
-rw-r--r--30621-h/music/melody241.midibin0 -> 215 bytes
-rw-r--r--30621-h/music/melody244.ly26
-rw-r--r--30621-h/music/melody244.midibin0 -> 187 bytes
-rw-r--r--30621-h/music/melody245.ly27
-rw-r--r--30621-h/music/melody245.midibin0 -> 215 bytes
-rw-r--r--30621-h/music/melody247.ly26
-rw-r--r--30621-h/music/melody247.midibin0 -> 169 bytes
-rw-r--r--30621-h/music/melody248.ly26
-rw-r--r--30621-h/music/melody248.midibin0 -> 169 bytes
-rw-r--r--30621-h/music/melody249.ly27
-rw-r--r--30621-h/music/melody249.midibin0 -> 169 bytes
-rw-r--r--30621-h/music/melody250.ly25
-rw-r--r--30621-h/music/melody250.midibin0 -> 169 bytes
-rw-r--r--30621-h/music/melody251.ly25
-rw-r--r--30621-h/music/melody251.midibin0 -> 169 bytes
-rw-r--r--30621-h/music/melody252.ly25
-rw-r--r--30621-h/music/melody252.midibin0 -> 169 bytes
-rw-r--r--30621-h/music/melody253.ly25
-rw-r--r--30621-h/music/melody253.midibin0 -> 169 bytes
-rw-r--r--30621-h/music/melody254.ly25
-rw-r--r--30621-h/music/melody254.midibin0 -> 169 bytes
-rw-r--r--30621-h/music/melody255.ly25
-rw-r--r--30621-h/music/melody255.midibin0 -> 169 bytes
26 files changed, 335 insertions, 0 deletions
diff --git a/30621-h/music/melody239.ly b/30621-h/music/melody239.ly
new file mode 100644
index 0000000..b4e3084
--- /dev/null
+++ b/30621-h/music/melody239.ly
@@ -0,0 +1,26 @@
+\version "2.10.25"
+\include "english.ly"
+
+
+melody = \relative c''''
+ {
+ \clef treble
+ \key c \major
+ \time 4/4
+ \set Staff.midiInstrument = "recorder"
+% \set Staff.midiInstrument = "taiko drum"
+ \partial 4
+ fs4 \bar "||"
+}
+
+ \score {
+ \new Staff \melody
+ \layout {
+ \context {
+ \Score
+ \remove Bar_number_engraver
+ } }
+ \midi {
+ \context { \Score tempoWholesPerMinute = #(ly:make-moment 90 4) }
+ }
+}
diff --git a/30621-h/music/melody239.midi b/30621-h/music/melody239.midi
new file mode 100644
index 0000000..1c15e08
--- /dev/null
+++ b/30621-h/music/melody239.midi
Binary files differ
diff --git a/30621-h/music/melody241.ly b/30621-h/music/melody241.ly
new file mode 100644
index 0000000..7593334
--- /dev/null
+++ b/30621-h/music/melody241.ly
@@ -0,0 +1,27 @@
+\version "2.10.25"
+\include "english.ly"
+
+
+melody = \relative c''
+ {
+ \clef treble
+ \key c \major
+ \time 4/4
+ \set Staff.midiInstrument = "recorder"
+% \set Staff.midiInstrument = "taiko drum"
+ \cadenzaOn
+ b4 f' gs b r2 a4 b cs d
+ \cadenzaOff \bar "||"
+}
+
+ \score {
+ \new Staff \melody
+ \layout {
+ \context {
+ \Score
+ \remove Bar_number_engraver
+ } }
+ \midi {
+ \context { \Score tempoWholesPerMinute = #(ly:make-moment 90 4) }
+ }
+}
diff --git a/30621-h/music/melody241.midi b/30621-h/music/melody241.midi
new file mode 100644
index 0000000..d89a503
--- /dev/null
+++ b/30621-h/music/melody241.midi
Binary files differ
diff --git a/30621-h/music/melody244.ly b/30621-h/music/melody244.ly
new file mode 100644
index 0000000..5ff3775
--- /dev/null
+++ b/30621-h/music/melody244.ly
@@ -0,0 +1,26 @@
+\version "2.10.25"
+\include "english.ly"
+
+
+melody = \relative c''''
+ {
+ \clef treble
+ \key c \major
+ \time 5/4
+ \set Staff.midiInstrument = "recorder"
+% \set Staff.midiInstrument = "taiko drum"
+ b4 cs d ds e
+ \bar "||"
+}
+
+ \score {
+ \new Staff \melody
+ \layout {
+ \context {
+ \Score
+ \remove Bar_number_engraver
+ } }
+ \midi {
+ \context { \Score tempoWholesPerMinute = #(ly:make-moment 90 4) }
+ }
+}
diff --git a/30621-h/music/melody244.midi b/30621-h/music/melody244.midi
new file mode 100644
index 0000000..c47ad86
--- /dev/null
+++ b/30621-h/music/melody244.midi
Binary files differ
diff --git a/30621-h/music/melody245.ly b/30621-h/music/melody245.ly
new file mode 100644
index 0000000..51e72a8
--- /dev/null
+++ b/30621-h/music/melody245.ly
@@ -0,0 +1,27 @@
+\version "2.10.25"
+\include "english.ly"
+
+
+melody = \relative c''
+ {
+ \clef treble
+ \key c \major
+ \time 4/4
+ \set Staff.midiInstrument = "recorder"
+% \set Staff.midiInstrument = "taiko drum"
+ \cadenzaOn
+ fs4 gs a b r2 f4 g af bf % printed g unmarked, c flat
+ \cadenzaOff \bar "||"
+}
+
+ \score {
+ \new Staff \melody
+ \layout {
+ \context {
+ \Score
+ \remove Bar_number_engraver
+ } }
+ \midi {
+ \context { \Score tempoWholesPerMinute = #(ly:make-moment 90 4) }
+ }
+}
diff --git a/30621-h/music/melody245.midi b/30621-h/music/melody245.midi
new file mode 100644
index 0000000..c2a6f28
--- /dev/null
+++ b/30621-h/music/melody245.midi
Binary files differ
diff --git a/30621-h/music/melody247.ly b/30621-h/music/melody247.ly
new file mode 100644
index 0000000..f739232
--- /dev/null
+++ b/30621-h/music/melody247.ly
@@ -0,0 +1,26 @@
+\version "2.10.25"
+\include "english.ly"
+
+
+melody = \relative c'''
+ {
+ \clef treble
+ \key c \major
+ \time 3/4
+ \set Staff.midiInstrument = "recorder"
+% \set Staff.midiInstrument = "taiko drum"
+ b ds fs
+ \bar "||"
+}
+
+ \score {
+ \new Staff \melody
+ \layout {
+ \context {
+ \Score
+ \remove Bar_number_engraver
+ } }
+ \midi {
+ \context { \Score tempoWholesPerMinute = #(ly:make-moment 90 4) }
+ }
+}
diff --git a/30621-h/music/melody247.midi b/30621-h/music/melody247.midi
new file mode 100644
index 0000000..d7ccc31
--- /dev/null
+++ b/30621-h/music/melody247.midi
Binary files differ
diff --git a/30621-h/music/melody248.ly b/30621-h/music/melody248.ly
new file mode 100644
index 0000000..f1294b4
--- /dev/null
+++ b/30621-h/music/melody248.ly
@@ -0,0 +1,26 @@
+\version "2.10.25"
+\include "english.ly"
+
+
+melody = \relative c''''
+ {
+ \clef treble
+ \key c \major
+ \time 3/4
+ \set Staff.midiInstrument = "recorder"
+% \set Staff.midiInstrument = "taiko drum"
+ g bf c
+ \bar "||"
+}
+
+ \score {
+ \new Staff \melody
+ \layout {
+ \context {
+ \Score
+ \remove Bar_number_engraver
+ } }
+ \midi {
+ \context { \Score tempoWholesPerMinute = #(ly:make-moment 90 4) }
+ }
+}
diff --git a/30621-h/music/melody248.midi b/30621-h/music/melody248.midi
new file mode 100644
index 0000000..9e571de
--- /dev/null
+++ b/30621-h/music/melody248.midi
Binary files differ
diff --git a/30621-h/music/melody249.ly b/30621-h/music/melody249.ly
new file mode 100644
index 0000000..9dce5e3
--- /dev/null
+++ b/30621-h/music/melody249.ly
@@ -0,0 +1,27 @@
+\version "2.10.25"
+\include "english.ly"
+
+% 249, 250 are the same exc octave
+
+melody = \relative c''' % 250 is one octave lower
+ {
+ \clef treble
+ \key c \major
+ \time 3/4
+ \set Staff.midiInstrument = "recorder"
+% \set Staff.midiInstrument = "taiko drum"
+ g bf c
+ \bar "||"
+}
+
+ \score {
+ \new Staff \melody
+ \layout {
+ \context {
+ \Score
+ \remove Bar_number_engraver
+ } }
+ \midi {
+ \context { \Score tempoWholesPerMinute = #(ly:make-moment 90 4) }
+ }
+}
diff --git a/30621-h/music/melody249.midi b/30621-h/music/melody249.midi
new file mode 100644
index 0000000..8b2d5ab
--- /dev/null
+++ b/30621-h/music/melody249.midi
Binary files differ
diff --git a/30621-h/music/melody250.ly b/30621-h/music/melody250.ly
new file mode 100644
index 0000000..89f403e
--- /dev/null
+++ b/30621-h/music/melody250.ly
@@ -0,0 +1,25 @@
+\version "2.10.25"
+\include "english.ly"
+
+melody = \relative c''
+ {
+ \clef treble
+ \key c \major
+ \time 3/4
+ \set Staff.midiInstrument = "recorder"
+% \set Staff.midiInstrument = "taiko drum"
+ g bf c
+ \bar "||"
+}
+
+ \score {
+ \new Staff \melody
+ \layout {
+ \context {
+ \Score
+ \remove Bar_number_engraver
+ } }
+ \midi {
+ \context { \Score tempoWholesPerMinute = #(ly:make-moment 90 4) }
+ }
+}
diff --git a/30621-h/music/melody250.midi b/30621-h/music/melody250.midi
new file mode 100644
index 0000000..1775fb2
--- /dev/null
+++ b/30621-h/music/melody250.midi
Binary files differ
diff --git a/30621-h/music/melody251.ly b/30621-h/music/melody251.ly
new file mode 100644
index 0000000..8580822
--- /dev/null
+++ b/30621-h/music/melody251.ly
@@ -0,0 +1,25 @@
+\version "2.10.25"
+\include "english.ly"
+
+melody = \relative c''
+ {
+ \clef treble
+ \key c \major
+ \time 3/4
+ \set Staff.midiInstrument = "recorder"
+% \set Staff.midiInstrument = "taiko drum"
+ f af bf
+ \bar "||"
+}
+
+ \score {
+ \new Staff \melody
+ \layout {
+ \context {
+ \Score
+ \remove Bar_number_engraver
+ } }
+ \midi {
+ \context { \Score tempoWholesPerMinute = #(ly:make-moment 90 4) }
+ }
+}
diff --git a/30621-h/music/melody251.midi b/30621-h/music/melody251.midi
new file mode 100644
index 0000000..4f481df
--- /dev/null
+++ b/30621-h/music/melody251.midi
Binary files differ
diff --git a/30621-h/music/melody252.ly b/30621-h/music/melody252.ly
new file mode 100644
index 0000000..30110e1
--- /dev/null
+++ b/30621-h/music/melody252.ly
@@ -0,0 +1,25 @@
+\version "2.10.25"
+\include "english.ly"
+
+melody = \relative c''
+ {
+ \clef treble
+ \key c \major
+ \time 3/4
+ \set Staff.midiInstrument = "recorder"
+% \set Staff.midiInstrument = "taiko drum"
+ bf d f
+ \bar "||"
+}
+
+ \score {
+ \new Staff \melody
+ \layout {
+ \context {
+ \Score
+ \remove Bar_number_engraver
+ } }
+ \midi {
+ \context { \Score tempoWholesPerMinute = #(ly:make-moment 90 4) }
+ }
+}
diff --git a/30621-h/music/melody252.midi b/30621-h/music/melody252.midi
new file mode 100644
index 0000000..77cf389
--- /dev/null
+++ b/30621-h/music/melody252.midi
Binary files differ
diff --git a/30621-h/music/melody253.ly b/30621-h/music/melody253.ly
new file mode 100644
index 0000000..36faf13
--- /dev/null
+++ b/30621-h/music/melody253.ly
@@ -0,0 +1,25 @@
+\version "2.10.25"
+\include "english.ly"
+
+melody = \relative c'''
+ {
+ \clef treble
+ \key c \major
+ \time 3/4
+ \set Staff.midiInstrument = "recorder"
+% \set Staff.midiInstrument = "taiko drum"
+ d fs a
+ \bar "||"
+}
+
+ \score {
+ \new Staff \melody
+ \layout {
+ \context {
+ \Score
+ \remove Bar_number_engraver
+ } }
+ \midi {
+ \context { \Score tempoWholesPerMinute = #(ly:make-moment 90 4) }
+ }
+}
diff --git a/30621-h/music/melody253.midi b/30621-h/music/melody253.midi
new file mode 100644
index 0000000..acf2d1f
--- /dev/null
+++ b/30621-h/music/melody253.midi
Binary files differ
diff --git a/30621-h/music/melody254.ly b/30621-h/music/melody254.ly
new file mode 100644
index 0000000..a3b0603
--- /dev/null
+++ b/30621-h/music/melody254.ly
@@ -0,0 +1,25 @@
+\version "2.10.25"
+\include "english.ly"
+
+melody = \relative c'''
+ {
+ \clef treble
+ \key c \major
+ \time 3/4
+ \set Staff.midiInstrument = "recorder"
+% \set Staff.midiInstrument = "taiko drum"
+ g a b
+ \bar "||"
+}
+
+ \score {
+ \new Staff \melody
+ \layout {
+ \context {
+ \Score
+ \remove Bar_number_engraver
+ } }
+ \midi {
+ \context { \Score tempoWholesPerMinute = #(ly:make-moment 90 4) }
+ }
+}
diff --git a/30621-h/music/melody254.midi b/30621-h/music/melody254.midi
new file mode 100644
index 0000000..f5e5955
--- /dev/null
+++ b/30621-h/music/melody254.midi
Binary files differ
diff --git a/30621-h/music/melody255.ly b/30621-h/music/melody255.ly
new file mode 100644
index 0000000..b6e0826
--- /dev/null
+++ b/30621-h/music/melody255.ly
@@ -0,0 +1,25 @@
+\version "2.10.25"
+\include "english.ly"
+
+melody = \relative c'''
+ {
+ \clef treble
+ \key c \major
+ \time 3/4
+ \set Staff.midiInstrument = "recorder"
+% \set Staff.midiInstrument = "taiko drum"
+ b d e
+ \bar "||"
+}
+
+ \score {
+ \new Staff \melody
+ \layout {
+ \context {
+ \Score
+ \remove Bar_number_engraver
+ } }
+ \midi {
+ \context { \Score tempoWholesPerMinute = #(ly:make-moment 90 4) }
+ }
+}
diff --git a/30621-h/music/melody255.midi b/30621-h/music/melody255.midi
new file mode 100644
index 0000000..052567b
--- /dev/null
+++ b/30621-h/music/melody255.midi
Binary files differ