Next: , Up: Common notation for wind instruments


References for wind instruments

Many notation issues for wind instruments pertain to breathing and tonguing:

There are also other aspects of musical notation that can apply to wind instruments:

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")))
            (set! (ly:music-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

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

Snippets: Winds

Diese Seite ist für LilyPond-2.11.58 (Entwicklungszweig).

Fehler bitte an http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs melden.

Ihre Vorschläge für die Dokumentation sind willkommen.