[ << Staff notation ] | [Top][Contents] | [ Editorial annotations >> ] |
[ < 歌詞を譜の内部に表示する ] | [ Up : Staff notation ] | [ 移調を含む他のボイスの引用 > ] |
他のボイスを引用する
quotedEventTypes
プロパティは、引用される音楽イベントのタイプを指定します。デフォルト値は (note-event rest-event tie-event beam-event
tuplet-span-event)
であり、これは音符、休符、タイ、連桁、連符のみが
\quoteDuring
によって引用されることを示しています。次の例では、rest-event
がリストに含まれていないため、16 分休符が引用されていません。
イベントのタイプのリストは、内部リファレンスの “Music classes” を参照してください。
quoteMe = \relative c' { fis4 r16 a8.-> b4\ff c } \addQuote quoteMe \quoteMe original = \relative c'' { c8 d s2 \once \override NoteColumn.ignore-collision = ##t es8 gis8 } << \new Staff \with { instrumentName = "quoteMe" } \quoteMe \new Staff \with { instrumentName = "orig" } \original \new Staff \with { instrumentName = "orig+quote" quotedEventTypes = #'(note-event articulation-event) } \relative c'' << \original \new Voice { s4 \set fontSize = #-4 \override Stem.length-fraction = #(magstep -4) \quoteDuring "quoteMe" { \skip 2. } } >> >>
[ << Staff notation ] | [Top][Contents] | [ Editorial annotations >> ] |
[ < 歌詞を譜の内部に表示する ] | [ Up : Staff notation ] | [ 移調を含む他のボイスの引用 > ] |