2.6.1 Common notation for wind instruments

Dieser Abschnitt erklärt Eigenheiten, die für die meisten Blasinstrumente gültig sind.


References for wind instruments

Viele Besonderheiten der Blasinstrumentenotation haben mit Atmung und Spielart zu tun:

Es gibt auch noch weitere Aspekte der Notation, die für Blasinstrumente relevant sein können:

Selected Snippets

Changing \flageolet mark size

To make the \flageolet circle smaller use the following Scheme function.

smallFlageolet =
#(let ((m (make-music 'ArticulationEvent
                      'articulation-type "flageolet")))
   (ly:music-set-property! m 'tweaks
     (acons 'font-size -3
       (ly:music-property m 'tweaks)))
  m)

\layout { ragged-right = ##f }

\relative c'' {
  d4^\flageolet_\markup { default size } d_\flageolet
  c4^\smallFlageolet_\markup { smaller } c_\smallFlageolet
}

[image of music]

See also

Notationsreferenz: Breath marks, Slurs, Articulations and ornamentations, List of articulations, Tremolo repeats, Instrument transpositions, Glissando, Grace notes, Falls and doits, Special note heads,

Schnipsel: Winds


Fingerings

Alle Blasinstrumente außer der Posaune benötigen mehrere Finger, um verschiedene Tonhöhen zu produzieren.

TBC


Other languages: English, español.

Notation Reference