]> git.donarmstrong.com Git - lilypond.git/blob - debian/sakura-sakura.ly
a604e3d0b65f0652c4dbff80fdcbe29cb3bbe217
[lilypond.git] / debian / sakura-sakura.ly
1 %
2 % sakura-sakura.ly
3 %
4
5 \version "2.2.4"
6
7 \header {
8   title = "さくら さくら (Sakura, sakura)"
9   composer = ""
10   copyright = ""
11   footer = ""
12   tagline = ""
13   latexpackages = "[encapsulated]CJK,[cjkjis]ucs"
14   inputencoding = "utf8"
15   fontencoding = "C42,OT1"
16   atbegindocument = "\fontfamily{min}"
17 }
18
19 melody = \notes \relative c'' {
20   a4 a b2 | a4 a b2 |
21   a4 b c b | a4 b8[ a] f2 |
22   e4 c e f | e4 e8[ c] b2 |
23   a'4 b c b | a4 b8[ a] f2 |
24   e4 c e f | e4 e8[ c] b2 |
25   a'4 a b2 | a4 a b2 |
26   d,4 e b'8[ a] f4 | e1 \bar "|."
27 }
28
29 text = \lyrics {
30   さ く ら さ く ら
31   の や ま も さ と も
32   み わ た す か ぎ り
33   か す み か く も か
34   あ さ ひ に に を う
35   さ く ら さ く ら
36   は な ざ か り
37 }
38
39 \score {
40   <<
41     \context Voice = one {
42       \set Staff.autoBeaming = ##f
43       \override Score.LyricText #'extra-offset = #'(1 . 0)
44       \melody
45     }
46     \lyricsto "one" \new Lyrics \text
47   >>
48   \paper { }
49 }
50
51 % Local Variables:
52 % coding: utf-8
53 % End:
54
55 % EOF