| [ << テンプレート ] | [トップ][目次][インデックス][ ? ] | [ GNU Free Documentation License >> ] | ||
| [ < ソロ ピアノ ] | [ 上へ : ピアノ テンプレート ] | [ 歌詞が中央に配置されたピアノ譜 > ] | ||
A.2.2 ピアノと歌詞を持つ旋律
これは一般的な歌曲のフォーマットです: 旋律と歌詞を持つ譜と、その下にピアノ伴奏譜があります。
melody = \relative c'' {
\clef treble
\key c \major
\time 4/4
a b c d
}
text = \lyricmode {
Aaa Bee Cee Dee
}
upper = \relative c'' {
\clef treble
\key c \major
\time 4/4
a4 b c d
}
lower = \relative c {
\clef bass
\key c \major
\time 4/4
a2 c
}
\score {
<<
\new Voice = "mel" { \autoBeamOff \melody }
\new Lyrics \lyricsto mel \text
\new PianoStaff <<
\new Staff = "upper" \upper
\new Staff = "lower" \lower
>>
>>
\layout {
\context { \Staff \RemoveEmptyStaves }
}
\midi { }
}
| [ << テンプレート ] | [トップ][目次][インデックス][ ? ] | [ GNU Free Documentation License >> ] | ||
| [ < ソロ ピアノ ] | [ 上へ : ピアノ テンプレート ] | [ 歌詞が中央に配置されたピアノ譜 > ] | ||
他の言語: English, català, deutsch, español, français, italiano, nederlands
About automatic language selection.