[ << Rhythms ] | [Top][Contents] | [ Expressive marks >> ] |
[ < Appoggiatura or grace note before a bar line ] | [ Up : Rhythms ] | [ 自動で音価を変更する > ] |
自動的な連桁細分
連桁の細分は自動で行われます。プロパティ subdivideBeams
をセットすることで、(beatBase
で指定できるような) 拍の位置で連桁が細分されます。
\new Staff { \relative c'' { << { \voiceOne \set subdivideBeams = ##t b32[ a g f c' b a g b32^"subdivide beams" a g f c' b a g] } \new Voice { \voiceTwo b32_"default"[ a g f c' b a g b32 a g f c' b a g] } >> \oneVoice \once \set beamMinimumSubdivision = #1/8 b32^"beamMinimumSubdivision 1/8"[ a g f c' b a g] \once \set beamMaximumSubdivision = #1/16 b32^"beamMaximumSubdivision 1/16"[ a g f c' b a g] } }
[ << Rhythms ] | [Top][Contents] | [ Expressive marks >> ] |
[ < Appoggiatura or grace note before a bar line ] | [ Up : Rhythms ] | [ 自動で音価を変更する > ] |