summaryrefslogtreecommitdiff
path: root/24675-h/files
diff options
context:
space:
mode:
Diffstat (limited to '24675-h/files')
-rw-r--r--24675-h/files/gamelan.ly35
-rw-r--r--24675-h/files/gamelan.midibin0 -> 256 bytes
-rw-r--r--24675-h/files/gamelan.pdfbin0 -> 35038 bytes
-rw-r--r--24675-h/files/nonna-nina.ly39
-rw-r--r--24675-h/files/nonna-nina.midibin0 -> 483 bytes
-rw-r--r--24675-h/files/nonna-nina.pdfbin0 -> 41310 bytes
6 files changed, 74 insertions, 0 deletions
diff --git a/24675-h/files/gamelan.ly b/24675-h/files/gamelan.ly
new file mode 100644
index 0000000..d0b4bdd
--- /dev/null
+++ b/24675-h/files/gamelan.ly
@@ -0,0 +1,35 @@
+\header { piece = \markup { \italic "Andante." } }
+
+bar = {
+ \override Stem #'direction = #up
+
+ \clef treble
+ \key d \major
+
+ d'2 a'2 fis'4 e'8 fis'8 a'4 a'4 b'2 a'2 fis'4 e'8 fis'8 d'4 a4
+
+ \override Score.RehearsalMark
+ #'break-visibility = #begin-of-line-invisible
+ \once \override Score.RehearsalMark #'self-alignment-X = #right
+ \mark "etc. sempre da capo."
+}
+
+\score {
+ \new Staff = "bar" \bar
+ \midi {
+ \context {
+ \Score
+ tempoWholesPerMinute = #(ly:make-moment 120 4)
+ }
+ }
+ \layout {
+ \context {
+ \Score
+ \remove "Bar_number_engraver"
+ }
+ indent = #0
+ % line-width = #150
+ }
+}
+
+\version "2.7.39" % necessary for upgrading to future LilyPond versions.
diff --git a/24675-h/files/gamelan.midi b/24675-h/files/gamelan.midi
new file mode 100644
index 0000000..749fbc6
--- /dev/null
+++ b/24675-h/files/gamelan.midi
Binary files differ
diff --git a/24675-h/files/gamelan.pdf b/24675-h/files/gamelan.pdf
new file mode 100644
index 0000000..6a97726
--- /dev/null
+++ b/24675-h/files/gamelan.pdf
Binary files differ
diff --git a/24675-h/files/nonna-nina.ly b/24675-h/files/nonna-nina.ly
new file mode 100644
index 0000000..d6b12f4
--- /dev/null
+++ b/24675-h/files/nonna-nina.ly
@@ -0,0 +1,39 @@
+bar = {
+ \override Stem #'direction = #up
+
+ \clef treble
+ \key g \major
+
+ b'4. a'8 g'4 [a'8 (b'8)]
+ c''4. (b'8) a'4 r4
+ a'4 a'8.[ (a'16)] a'8[ (c''8)] b'8[ (a'8)]
+ b'4. (a'8) g'4 r4
+
+ \break
+
+ b'4 b'8[ (c''8)]
+ \override Stem #'direction = #down
+ fis''4 d''8[ (e''8)]
+ \override Stem #'direction = #up
+ c''4. (b'8) a'4 r8 g'8
+ fis'8[ (d'8)] fis'8[ (g'8)] a'8[ (c''8)] b'8[ (a'8)]
+ g'4 g'4 g'4 \bar "|."
+}
+\score {
+ \new Staff = "bar" \bar
+ \midi {
+ \context {
+ \Score
+ tempoWholesPerMinute = #(ly:make-moment 120 4)
+ }
+ }
+ \layout {
+ \context {
+ \Score
+ \remove "Bar_number_engraver"
+ }
+ indent = #0
+ line-width = #150
+ }
+}
+\version "2.7.39" % necessary for upgrading to future LilyPond versions.
diff --git a/24675-h/files/nonna-nina.midi b/24675-h/files/nonna-nina.midi
new file mode 100644
index 0000000..1cafa65
--- /dev/null
+++ b/24675-h/files/nonna-nina.midi
Binary files differ
diff --git a/24675-h/files/nonna-nina.pdf b/24675-h/files/nonna-nina.pdf
new file mode 100644
index 0000000..bf819f5
--- /dev/null
+++ b/24675-h/files/nonna-nina.pdf
Binary files differ