]> git.donarmstrong.com Git - lilypond.git/blobdiff - debian/sakura-sakura.ly
Imported Debian patch 2.12.3-1
[lilypond.git] / debian / sakura-sakura.ly
diff --git a/debian/sakura-sakura.ly b/debian/sakura-sakura.ly
new file mode 100644 (file)
index 0000000..a604e3d
--- /dev/null
@@ -0,0 +1,55 @@
+%
+% sakura-sakura.ly
+%
+
+\version "2.2.4"
+
+\header {
+  title = "さくら さくら (Sakura, sakura)"
+  composer = ""
+  copyright = ""
+  footer = ""
+  tagline = ""
+  latexpackages = "[encapsulated]CJK,[cjkjis]ucs"
+  inputencoding = "utf8"
+  fontencoding = "C42,OT1"
+  atbegindocument = "\fontfamily{min}"
+}
+
+melody = \notes \relative c'' {
+  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 "|."
+}
+
+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