[ << テンプレート ] | [Top][Contents][Index] | [ GNU Free Documentation License >> ] |
[ < 音符とコード ] | [ Up : 単一譜テンプレート ] | [ ピアノ テンプレート > ] |
A.2.4 音符、歌詞それにコード
これは旋律、歌詞、コードを持つ歌曲の楽譜のためのテンプレートです。
melody = \relative c' { \clef treble \key c \major \time 4/4 a4 b c d } text = \lyricmode { Aaa Bee Cee Dee } harmonies = \chordmode { a2 c } \score { << \new ChordNames { \set chordChanges = ##t \harmonies } \new Voice = "one" { \autoBeamOff \melody } \new Lyrics \lyricsto "one" \text >> \layout { } \midi { } }
[ << テンプレート ] | [Top][Contents][Index] | [ GNU Free Documentation License >> ] |
[ < 音符とコード ] | [ Up : 単一譜テンプレート ] | [ ピアノ テンプレート > ] |