X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fsakura-sakura.ly;h=d178f2241e4a64304716caac0787371572c69569;hb=8a34b34b5c545711ff86418bd15a9be0cddbc557;hp=91aa4af023c38c65b8a3a41334c3dbdabea5a2db;hpb=80fb49bf7b46b5aa0562246fe12574acd556f053;p=lilypond.git diff --git a/input/sakura-sakura.ly b/input/sakura-sakura.ly index 91aa4af023..d178f2241e 100644 --- a/input/sakura-sakura.ly +++ b/input/sakura-sakura.ly @@ -1,36 +1,66 @@ %% sakura-sakura.ly -\version "2.5.15" +\version "2.9.16" + \header { title = "さくら さくら" subtitle = "(Sakura, sakura)" } -<< + +\score { + + << \relative c'' { - %% Beams are melismata, no autobeams. - \set Staff.autoBeaming = ##f - - | 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 "|." + %% Beams are melismata, no autobeams. + \set Staff.autoBeaming = ##f + + | 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 "|." } \addlyrics { - さ く ら さ く ら - の や ま も さ と も - み わ た す か ぎ り - か す み か く も か - あ さ ひ に に を う - さ く ら さ く ら - は な ざ か り + + + %{ + + Try the following if the default font doesn't work for you, + run + + lilypond -dshow-available-fonts blabla + + this will show all fonts available to LilyPond, substitute + FAMILY-NAME below and uncomment + + %} + %% \override Lyrics . LyricText #'font-name = #"FAMILY-NAME" + + さ く ら さ く ら + の や ま も さ と も + み わ た す か ぎ り + か す み か く も か + あ さ ひ に に を う + さ く ら さ く ら + は な ざ か り + } + >> + \layout { } + + \midi { + \context { + \Score + tempoWholesPerMinute = #(ly:make-moment 120 4) + } } ->> - -% Local Variables: -% coding: utf-8 -% End: + + + } + +%%% Local Variables: +%%% coding: utf-8 +%%% End: