NoteHead

Zur Navigation springen Zur Suche springen

Notenkopfstil und -größe

\version "2.19.80"
\language "deutsch"

\layout {
  \context {
    \Voice
    \override NoteHead.font-size = #4
  }
}

\relative c'' {
  h4
  \override NoteHead.style = #'cross h
  \override NoteHead.style = #'harmonic h
  \revert NoteHead.style
  < e, \xNote h' f' >
  \override NoteHead.style = #'xcircle h'
  \xNote h
}

Graphische Ausgabe

Links