| [ << Contexts and engravers ] | [トップ][目次] | [ Tweaks and overrides >> ] |
| [ < カスタマイズされた調号を作成する ] | [ 上へ : Contexts and engravers ] | [ Scheme でエングラーバを定義する: 音域 > ] |
譜をまたがる符幹
このスニペットは、Span_stem_engraver と \crossStaff を用いて、自動的に譜をまたがる符幹を作成しています。
符幹の長さは自動的に計算されるため指定する必要はありません。
\layout { \context { \PianoStaff \consists "Span_stem_engraver" } } { \new PianoStaff << \new Staff { <b d'>4 r d'16\> e'8. g8 r\! e'8 f' g'4 e'2 } \new Staff { \clef bass \voiceOne \autoBeamOff \crossStaff { <e g>4 e, g16 a8. c8} d \autoBeamOn g8 f g4 c2 } >> }
| [ << Contexts and engravers ] | [トップ][目次] | [ Tweaks and overrides >> ] |
| [ < カスタマイズされた調号を作成する ] | [ 上へ : Contexts and engravers ] | [ Scheme でエングラーバを定義する: 音域 > ] |
![[image of music]](../5e/lily-945ce180.png)