summaryrefslogtreecommitdiff
path: root/30621-h/music/melody255.ly
diff options
context:
space:
mode:
Diffstat (limited to '30621-h/music/melody255.ly')
-rw-r--r--30621-h/music/melody255.ly25
1 files changed, 25 insertions, 0 deletions
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) }
+ }
+}