[ << Tweaks and overrides ] | [Top][Contents] | [ Paper and layout >> ] |
[ < メトロノーム記号やリハーサル記号を譜の下に表示する ] | [ Up : Tweaks and overrides ] | [ Printing tuplet brackets on the note head side > ] |
音名を表示し、オクターブの表示を制御する
音符の音名を表示するために、NoteNames
コンテキストを用いることができます。printOctaveNames
プロパティは音符のオクターブを表示するか否かを設定します。
scale = \relative c' { a4 b c d e4 f g a } \new Staff { << \scale \context NoteNames { \set printOctaveNames = ##f \scale } >> R1 << \scale \context NoteNames { \set printOctaveNames = ##t \scale } >> }