]> git.donarmstrong.com Git - lilypond.git/commitdiff
* input/sakura-sakura.ly:
authorJan Nieuwenhuizen <janneke@gnu.org>
Sat, 12 Mar 2005 21:19:33 +0000 (21:19 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Sat, 12 Mar 2005 21:19:33 +0000 (21:19 +0000)
* input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).

* mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.

ChangeLog
input/GNUmakefile
input/sakura-sakura.ly [new file with mode: 0644]
input/xiao-haizi-guai-guai.ly [new file with mode: 0644]

index 03063f43ff5f0bb02f1ccf4a4573a415a5bad09b..53836e2229274bb316dd0a0375f485b2e739979b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
 
+       * input/sakura-sakura.ly: 
+       * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
+
        * buildscripts/guile-gnome.sh: Update.
 
        * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
index bda1724691f89c34c8c6e7d97ecdfbdcaa1c3687..5b3974c3b35c7e2d81c721eff1c7c77faeca317c 100644 (file)
@@ -2,7 +2,7 @@ depth = ..
 
 SUBDIRS = test regression tutorial no-notation mutopia 
 
-examples = typography-demo simple simple-song les-nereides puer-fragment wilhelmus paddy
+examples = typography-demo simple simple-song les-nereides puer-fragment wilhelmus paddy sakura-sakura #xiao-haizi-guai-guai
 
 LOCALSTEPMAKE_TEMPLATES=ly mutopia
 EXTRA_DIST_FILES=paddy.abc
diff --git a/input/sakura-sakura.ly b/input/sakura-sakura.ly
new file mode 100644 (file)
index 0000000..91aa4af
--- /dev/null
@@ -0,0 +1,36 @@
+%% sakura-sakura.ly
+
+\version "2.5.15"
+
+\header {
+  title = "さくら さくら"
+  subtitle = "(Sakura, sakura)"
+}
+
+<<
+    \relative c'' {
+       %% Beams are melismata, no autobeams.
+       \set Staff.autoBeaming = ##f
+
+       | a4 a b2 | a4 a b2
+       | a4 b c b | a4 b8[ a] f2
+       | e4 c e f | e4 e8[ c] b2
+       | a'4 b c b | a4 b8[ a] f2
+       | e4 c e f | e4 e8[ c] b2
+       | a'4 a b2 | a4 a b2
+       | d,4 e b'8[ a] f4 | e1 \bar "|."
+    }
+    \addlyrics {
+       さ く ら さ く ら
+       の や ま も さ と も
+       み わ た す か ぎ り
+       か す み か く も か
+       あ さ ひ に に を う
+       さ く ら さ く ら
+       は な ざ か り
+    }
+>>
+    
+% Local Variables:
+% coding: utf-8
+% End:
diff --git a/input/xiao-haizi-guai-guai.ly b/input/xiao-haizi-guai-guai.ly
new file mode 100644 (file)
index 0000000..128577d
--- /dev/null
@@ -0,0 +1,38 @@
+%% xiao-haizi-guai-guai.ly
+
+\version "2.5.14"
+
+\header {
+  title = "小孩子乖乖"
+  subtitle = "(Xiao3 hai2 zi5 guai1 guai1)"
+}
+
+<<
+    \relative c'' {
+       %% Beams are melismata, no autobeams.
+       \set Staff.autoBeaming = ##f
+
+       | g4 c8 a g4 g
+       | e4 g8 a g4 g
+       | a4 g8 e d4 d
+       | e4 g8[ e] d[ e] c4
+       
+       | a'8 g a g e a g4
+       | e8 g e d c4 r
+       | a8 c d e c4 r \bar "|."
+    }
+    \addlyrics {
+       小 孩 子 乖 乖
+       把 門 兒 開 開
+       快 點 兒 開 開
+       我 要 進 來
+       
+       不 開 不 開 不 能 開
+       你 是 大 野 狼
+       不 讓 你 進 來
+    }
+>>
+
+% Local Variables:
+% coding: utf-8
+% End: