[ << Fretted strings ] | [Top][Contents] | [ Unfretted strings >> ] |
[ < フレット図の向きを変更する ] | [ Up : Fretted strings ] | [ フレット図の chordChange プロパティ > ] |
タブ譜での和音のグリッサンド
和音のスライドはデフォルトで Staff
と TabStaff
の両方に表示されます。TabStaff
では、弦番号の自動計算の方法が和音と単一音で異なるため、弦番号が必要です。
myMusic = \relative c' { <c e g>1 \glissando <f a c> <cis, eis gis>1 \glissando <f a c> <cis eis gis>1 \glissando <f a c\3> } \score { << \new Staff { \clef "treble_8" \omit StringNumber \myMusic } \new TabStaff \myMusic >> } \score { << \new Staff { \clef "treble_8" \omit StringNumber \myMusic } \new TabStaff \with { \override Glissando.style = #'none } { \myMusic } >> } \paper { tagline = ##f }
[ << Fretted strings ] | [Top][Contents] | [ Unfretted strings >> ] |
[ < フレット図の向きを変更する ] | [ Up : Fretted strings ] | [ フレット図の chordChange プロパティ > ] |