]> git.donarmstrong.com Git - lilypond.git/blobdiff - debian/xiao-haizi-guai-guai.ly
Imported Debian patch 2.12.3-1
[lilypond.git] / debian / xiao-haizi-guai-guai.ly
diff --git a/debian/xiao-haizi-guai-guai.ly b/debian/xiao-haizi-guai-guai.ly
new file mode 100644 (file)
index 0000000..ac50d6b
--- /dev/null
@@ -0,0 +1,57 @@
+%
+% xiao-haizi-guai-guai.ly
+%
+
+\version "2.2.4"
+
+\header {
+  title = "小孩子乖乖 (\Xiao3 \hai2\zi5 \guai1\guai1)"
+  composer = ""
+  copyright = ""
+  footer = ""
+  tagline = ""
+  latexpackages = "[encapsulated]CJK,pinyin,[cjkbg5]ucs"
+  inputencoding = "utf8"
+  fontencoding = "C00,OT1"
+  atbegindocument = "\fontfamily{bsmi}"
+}
+
+melody = \notes \relative c'' {
+  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 "|."
+}
+
+text = \lyrics {
+  小 孩 子 乖 乖
+  把 門 兒 開 開
+  快 點 兒 開 開
+  我 要 進 來
+
+  不 開 不 開 不 能 開
+  你 是 大 野 狼
+  不 讓 你 進 來
+}
+
+\score {
+  <<
+    \context Voice = one {
+      \set Staff.autoBeaming = ##f
+      \override Score.LyricText #'extra-offset = #'(1 . 0)
+      \melody
+    }
+    \lyricsto "one" \new Lyrics \text
+  >>
+  \paper { }
+}
+
+% Local Variables:
+% coding: utf-8
+% End:
+
+% EOF