[ << テンプレート ] | [トップ][目次][インデックス] | [ GNU Free Documentation License >> ] |
[ < ピアノ テンプレート ] | [ 上へ : ピアノ テンプレート ] | [ ピアノと歌詞を持つ旋律 > ] |
A.3.1 ソロ ピアノ
いくつかの音符を持つシンプルなピアノ譜を示します。
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 PianoStaff \with { instrumentName = "Piano" } << \new Staff = "upper" \upper \new Staff = "lower" \lower >> \layout { } \midi { } }
[ << テンプレート ] | [トップ][目次][インデックス] | [ GNU Free Documentation License >> ] |
[ < ピアノ テンプレート ] | [ 上へ : ピアノ テンプレート ] | [ ピアノと歌詞を持つ旋律 > ] |