Nitpick: ly:spanner-bound grob name slur -> spanner.
[lilypond.git] / input / sakura-sakura.ly
blob2b86466b063a65c354b9c1a3abceb74814275140
1 %% sakura-sakura.ly
3 \version "2.12.0"
6 \header {
7 title = "さくら さくら"
8 subtitle = "(Sakura, sakura)"
12 \score {
15 \relative c'' {
16 %% Beams are melismata, no autobeams.
17 \set Staff.autoBeaming = ##f
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 "|."
27 \addlyrics {
32 Try the following if the default font doesn't work for you,
33 run
35 lilypond -dshow-available-fonts blabla
37 this will show all fonts available to LilyPond, substitute
38 FAMILY-NAME below and uncomment
41 %% \override Lyrics . LyricText #'font-name = #"FAMILY-NAME"
43 さ く ら さ く ら
44 の や ま も さ と も
45 み わ た す か ぎ り
46 か す み か く も か
47 あ さ ひ に に を う
48 さ く ら さ く ら
49 は な ざ か り
52 \layout { }
54 \midi {
55 \context {
56 \Score
57 tempoWholesPerMinute = #(ly:make-moment 120 4)
64 %%% Local Variables:
65 %%% coding: utf-8
66 %%% End: