ballad-dw.mid           ballad-dw.pdf




%% -*- Coding: utf-8 -*-
\version "2.12.1"
#(set-default-paper-size "a4")
#(set-global-staff-size 20)

\header {
  title = \markup { \override #'(font-name . "Sazanami Gothic") "お江戸日本橋" }
  composer = \markup { \override #'(font-name . "Sazanami Gothic") "童歌" }
        }

Mel = { \clef treble \key g\major \time 2/4
           \tempo 4 = 88
            r8 b' c'' b' | c'' e'' c'' b' | a' b' e'' c'' | b'4. r8 \bar "|" \break
            b'8 b' a' a' | b'4. r8 | b' b' a' a' | b' b' c'' c'' \bar "|" \break
            b'16 b' c'' b' g'8 g' | fis'4 b'8 g' |
            << \new Voice = "UPside" {
                 \voiceOne r8 b'16 b' a'8 b' | c'4 c'8 a \bar "|" \break
                          b8 r8 r4 | R2 | r4 c'8 c' | b4 e'8 c'8 | b4. } \\
               \new Voice = "Downside" {
                  \voiceTwo fis'8 e' c' b | e8 e fis fis \bar "|" \break
                   r8 c'8 b8 g8 | fis8 e8 fis8 a8 | b4 a8 a | fis4 a8 a | b4. } >>
              \oneVoice r8 \bar "|." }


textOne = \context Lyrics \lyricsto "UPside" {
          \override Lyrics . LyricText #'font-name = "Sazanami Gothic"
            た16 か な8 わ よ4 あ8 け て }

textTwo = \lyricmode{
          \override Lyrics . LyricText #'font-name = "Sazanami Gothic"
           \skip 8 お8 え ど に ほん ば し な な つ だ ち4. \skip 8
           は8 つ の ぼ り4. \skip 8 ぎょ8 う れ つ そ ろ え て
           ア16 レ ワ イ サ8 ノ サ4 コ8 チャ
           \lyricsto "Downside" { た8 か な わ よ あ け て
           ちょ8 う "" ち ん け す コ4 チャ8 エ コ4 チャ8 エ4.}
           \oneVoice \skip 8 }

textThree = \context Lyrics \lyricsto "UPside" {
          \override Lyrics . LyricText #'font-name = "Sazanami Gothic"
             か16 な が8 わ い4 そ8 い で }

textFour = \lyricmode{
          \override Lyrics . LyricText #'font-name = "Sazanami Gothic"
            \skip 8 ろ8 く ごう わ た れ ば か わ さ き の4. \skip 8
            ま8 ん ね ん や4. \skip 8 つ8 - る と か め と の
            よ16 - ね - ま8 ん じゅう4 コ8 チャ
            \lyricsto "Downside" { か8 な が わ い そ い で
            ほ8 ど - が - や へ8 コ4 チャ8 エ コ4 チャ8 エ4.}
            \oneVoice \skip 8 }


\score {
          <<
	   \context Voice = "mel" \Mel
           <<
          \context Lyrics = "one" \textOne
          \context Lyrics = "two" \textTwo
          \context Lyrics = "three" \textThree
          \context Lyrics = "four" \textFour
           >>
          >>

        \layout {}
        \midi {}
        }
%% Information ( Windows XP(sp3); LilyPond ver 2.12. )
%%
%% [system terminal cmd.exe]
%%       >lilypond --pdf --png ballad-dw.ly
%%
%% We can get ballad-dw.mid, music-sheet(ps, pdf, png).... and so on.
%%