X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fsakura-sakura.ly;h=8bdcb2ebb578798b162aa1c94c35617c8dad3b64;hb=5c55d2c95253397557c48cdc30b11d708a5a5582;hp=2e0d812dc5b94cc4241e84c333c5eb3a42245b53;hpb=d02446a61d3eabfde67ed48928ae07766c97750f;p=lilypond.git diff --git a/input/sakura-sakura.ly b/input/sakura-sakura.ly index 2e0d812dc5..8bdcb2ebb5 100644 --- a/input/sakura-sakura.ly +++ b/input/sakura-sakura.ly @@ -1,6 +1,7 @@ %% sakura-sakura.ly -\version "2.7.32" +\version "2.11.61" + \header { title = "さくら さくら" @@ -24,6 +25,21 @@ | 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" + さ く ら さ く ら の や ま も さ と も み わ た す か ぎ り @@ -34,7 +50,15 @@ } >> \layout { } - \midi { \tempo 4=120 } + + \midi { + \context { + \Score + tempoWholesPerMinute = #(ly:make-moment 120 4) + } + } + + } %%% Local Variables: