]> git.donarmstrong.com Git - lilypond.git/blob - input/sakura-sakura.ly
Merge master into nested-bookparts
[lilypond.git] / input / sakura-sakura.ly
1 %% sakura-sakura.ly
2
3 \version "2.11.61"
4
5
6 \header {
7   title = "さくら さくら"
8   subtitle = "(Sakura, sakura)"
9 }
10
11
12 \score {
13   
14   <<
15     \relative c'' {
16       %% Beams are melismata, no autobeams.
17       \set Staff.autoBeaming = ##f
18
19       | a4 a b2 | a4 a b2
20       | a4 b c b | a4 b8[ a] f2
21       | e4 c e f | e4 e8[ c] b2
22       | a'4 b c b | a4 b8[ a] f2
23       | e4 c e f | e4 e8[ c] b2
24       | a'4 a b2 | a4 a b2
25       | d,4 e b'8[ a] f4 | e1 \bar "|."
26     }
27     \addlyrics {
28
29
30       %{
31
32       Try the following if the default font doesn't work for you,
33       run
34
35       lilypond -dshow-available-fonts blabla
36
37       this will show all fonts available to LilyPond, substitute
38       FAMILY-NAME below and uncomment
39       
40       %}
41       %% \override Lyrics . LyricText #'font-name = #"FAMILY-NAME"
42       
43       さ く ら さ く ら
44       の や ま も さ と も
45       み わ た す か ぎ り
46       か す み か く も か
47       あ さ ひ に に を う
48       さ く ら さ く ら
49       は な ざ か り
50     }
51   >>
52   \layout { }
53   
54   \midi {
55     \context {
56       \Score
57       tempoWholesPerMinute = #(ly:make-moment 120 4)
58       }
59     }
60
61
62   }
63
64 %%% Local Variables:
65 %%% coding: utf-8
66 %%% End: