[ << テンプレート ] | [トップ][目次][インデックス][ ? ] | [ GNU Free Documentation License >> ] | ||
[ < 弦楽四重奏テンプレート ] | [ 上へ : 弦楽四重奏テンプレート ] | [ 弦楽四重奏パート > ] |
A.3.1 弦楽四重奏
これは簡単な弦楽四重奏のためのテンプレートです。これは拍子記号と調号のために \global
セクションを使っています。
global= { \time 4/4 \key c \major } violinOne = \new Voice \relative c'' { \set Staff.instrumentName = #"Violin 1 " c2 d e1 \bar "|." } violinTwo = \new Voice \relative c'' { \set Staff.instrumentName = #"Violin 2 " g2 f e1 \bar "|." } viola = \new Voice \relative c' { \set Staff.instrumentName = #"Viola " \clef alto e2 d c1 \bar "|." } cello = \new Voice \relative c' { \set Staff.instrumentName = #"Cello " \clef bass c2 b a1 \bar "|." } \score { \new StaffGroup << \new Staff << \global \violinOne >> \new Staff << \global \violinTwo >> \new Staff << \global \viola >> \new Staff << \global \cello >> >> \layout { } \midi { } }
[ << テンプレート ] | [トップ][目次][インデックス][ ? ] | [ GNU Free Documentation License >> ] | ||
[ < 弦楽四重奏テンプレート ] | [ 上へ : 弦楽四重奏テンプレート ] | [ 弦楽四重奏パート > ] |
他の言語: English, česky, deutsch, español, français, italiano, nederlands
About automatic language selection.