Grand Traité d’instrumentation et d’orchestration modernes/Les Saxophones

La bibliothèque libre.

LES SAXOPHONES

sont au nombre de Six :

L’Aigu, le Soprano, le Contralto, le Ténor, le Baryton et la Basse.

Mr SAX en produira même prochainement un septième : le Saxophone Contrebasse.

L’étendue de chacun d’eux est à peu près la même et voici leur gamme écrite pour tous sur la clef de Sol, comme celle des clarinettes, d’après le système proposé par Mr Sax et déjà adopté par les compositeurs.


\version "2.14.0"
\header { tagline = ##f }
\layout {
  indent = 30\mm
  line-width = #120
  \context {
    \Score
    \remove "Bar_number_engraver"
  }
}

global = {
  \language "italiano"
  \override Staff.TimeSignature #'stencil = ##f
  \cadenzaOn
}

SaxI = \relative do' {
  \global
  \once \override Glissando.minimum-length = #26
  \once \override Glissando.springs-and-rods = #ly:spanner::set-spacing-rods
  si1^\markup { \raise #2 \fontsize #-4 "avec les intervalles chromatiques" }
  \glissando re'' \bar "||"
}

SaxII = \relative do' {
  \global
  re1 \glissando  fa'' \bar "||"
}

SaxIPart = \new Staff \with {
  instrumentName = \markup {  \column {
    \line { \fontsize #-2 "Saxophone aigu en Mi"\flat"." }}}
} \SaxI

SaxIIPart = \new Staff \with {
  instrumentName = \markup {  \fontsize #-2 "Sons réels.        " }
} \SaxII

\score {
  \new GrandStaff \with {
    \remove Span_bar_engraver
  } <<
    \SaxIPart
    \SaxIIPart
  >>
  \layout { }
}

\version "2.14.0"
\header { tagline = ##f }
\layout {
  indent = 32\mm
  line-width = #120
  \context {
    \Score
    \remove "Bar_number_engraver"
  }
}

global = {
  \language "italiano"
  \override Staff.TimeSignature #'stencil = ##f
  \cadenzaOn
}

SaxI = \relative do' {
  \global
  \once \override Glissando.minimum-length = #26
  \once \override Glissando.springs-and-rods = #ly:spanner::set-spacing-rods
  si1^\markup { \raise #2 \fontsize #-4 "avec les intervalles chromatiques" }
  \glissando re'' \bar "||"
}

SaxII = \relative do' {
  \global
  la1 \glissando  do'' \bar "||"
}

SaxIPart = \new Staff \with {
  instrumentName = \markup {  \column {
    \line { \fontsize #-2 "Saxophone Soprano en Ut" }
    \line { \fontsize #-2 "            ou en Si"\flat"." }}}
} \SaxI

SaxIIPart = \new Staff \with {
  instrumentName = \markup {  \column {
    \line {  \fontsize #-2 "Sons réels du Saxophone" }
    \line { \fontsize #-2 "              en Si"\flat"." }}}
} \SaxII

\score {
  \new GrandStaff \with {
    \remove Span_bar_engraver
  } <<
    \SaxIPart
    \SaxIIPart
  >>
  \layout { }
}

\version "2.14.0"
\header { tagline = ##f }
\layout {
  indent = 32\mm
  line-width = #120
  \context {
    \Score
    \remove "Bar_number_engraver"
  }
}

global = {
  \language "italiano"
  \override Staff.TimeSignature #'stencil = ##f
  \cadenzaOn
}

SaxI = \relative do' {
  \global
  \once \override Glissando.minimum-length = #26
  \once \override Glissando.springs-and-rods = #ly:spanner::set-spacing-rods
  si1^\markup { \raise #2 \fontsize #-4 "avec les intervalles chromatiques" }
  \glissando fa''' \bar "||"
}

SaxII = \relative do {
  \global
  mi1 \glissando  sib''' \bar "||"
}

SaxIPart = \new Staff \with {
  instrumentName = \markup {  \column {
    \line { \fontsize #-2 "Saxophone Alto en Fa     " }
    \line { \fontsize #-2 "            ou en Mi"\flat".     " }}}
} \SaxI

SaxIIPart = \new Staff \with {
  instrumentName = \markup {  \column {
    \line { \fontsize #-2 "Effet du Saxophone en Fa," }
    \line { \fontsize #-2 {"celui du ton de Mi"\flat" est"}}
    \line { \fontsize #-2 "d’un ton plus grave." }}}
} \SaxII

\score {
  \new GrandStaff \with {
    \remove Span_bar_engraver
  } <<
    \SaxIPart
    \SaxIIPart
  >>
  \layout { }
}

\version "2.14.0"
\header { tagline = ##f }
\layout {
  indent = 32\mm
  line-width = #120
  \context {
    \Score
    \remove "Bar_number_engraver"
  }
}

global = {
  \language "italiano"
  \override Staff.TimeSignature #'stencil = ##f
  \cadenzaOn
}

SaxI = \relative do' {
  \global
  \once \override Glissando.minimum-length = #26
  \once \override Glissando.springs-and-rods = #ly:spanner::set-spacing-rods
  si1^\markup { \raise #2 \fontsize #-4 "avec les intervalles chromatiques" }
  \glissando fa''' \bar "||"
}

SaxII = \relative do {
  \global
  \clef bass
  si1 \glissando  \clef treble fa''' \bar "||"
}

SaxIPart = \new Staff \with {
  instrumentName = \markup {  \column {
    \line { \fontsize #-2 "Saxophone Tenor en Ut    " }
    \line { \fontsize #-2 "            ou en Si"\flat".    " }}}
} \SaxI

SaxIIPart = \new Staff \with {
  instrumentName = \markup {  \column {
    \line { \fontsize #-2 "Effet du Saxophone Tenor" }
    \line { \fontsize #-2 "en Ut, celui du ton de Si"\flat}
    \line { \fontsize #-2 "est d’un ton plus grave." }}}
} \SaxII

\score {
  \new GrandStaff \with {
    \remove Span_bar_engraver
  } <<
    \SaxIPart
    \SaxIIPart
  >>
  \layout { }
}

\version "2.14.0"
\header { tagline = ##f }
\layout {
  indent = 35\mm
  line-width = #120
  \context {
    \Score
    \remove "Bar_number_engraver"
  }
}

global = {
  \language "italiano"
  \override Staff.TimeSignature #'stencil = ##f
  \cadenzaOn
}

SaxI = \relative do' {
  \global
  \once \override Glissando.minimum-length = #26
  \once \override Glissando.springs-and-rods = #ly:spanner::set-spacing-rods
  si1^\markup { \raise #2 \fontsize #-4 "avec les intervalles chromatiques" }
  \glissando fa''' \bar "||"
}

SaxII = \relative do, {
  \global
  \clef bass
  mi1 \glissando  \clef treble sib''' \bar "||"
}

SaxIPart = \new Staff \with {
  instrumentName = \markup {  \column {     
    \line { \fontsize #-2 "Saxophone Baryton en     " }
    \line { \fontsize #-2 "        Fa ou en Mi"\flat".         " }}}
} \SaxI

SaxIIPart = \new Staff \with {
  instrumentName = \markup {  \column {
    \line { \fontsize #-2 "Effet du Saxophone Bary-" }
    \line { \fontsize #-2 "ton en Fa, celui du ton de" }
    \line { \fontsize #-2 {"Mi"\flat "est d’un ton plus grave."} }}}
} \SaxII

\score {
  \new GrandStaff \with {
    \remove Span_bar_engraver
  } <<
    \SaxIPart
    \SaxIIPart
  >>
  \layout { }
}

\version "2.14.0"
\header { tagline = ##f }
\layout {
  indent = 32\mm
  line-width = #120
  \context {
    \Score
    \remove "Bar_number_engraver"
  }
}

global = {
  \language "italiano"
  \override Staff.TimeSignature #'stencil = ##f
  \cadenzaOn
}

SaxI = \relative do' {
  \global
  \once \override Glissando.minimum-length = #26
  \once \override Glissando.springs-and-rods = #ly:spanner::set-spacing-rods
  si1^\markup { \raise #2 \fontsize #-4 "avec les intervalles chromatiques" }
  \glissando mib'' \bar "||"
}

SaxII = \relative do, {
  \global
  \clef bass
  si1 \glissando  mib'' \bar "||"
}

SaxIPart = \new Staff \with {
  instrumentName = \markup {  \column {     
    \line { \fontsize #-2 "Saxophone Basse en Ut    " }
    \line { \fontsize #-2 "        ou en Si"\flat".         " }}}
} \SaxI

SaxIIPart = \new Staff \with {
  instrumentName = \markup {  \column {
    \line { \fontsize #-2 "Effet du Saxophone Basse" }
    \line { \fontsize #-2 "en Ut, celui du ton de Si"\flat }
    \line { \fontsize #-2 "est d’un ton plus grave." }}}
} \SaxII

\score {
  \new GrandStaff \with {
    \remove Span_bar_engraver
  } <<
    \SaxIPart
    \SaxIIPart
  >>
  \layout { }
}

Les trilles majeurs et mineurs sont praticables sur presque toute l’étendue de l’échelle chromatique des Saxophones. Voici ceux qu’il convient d’éviter :


\language "italiano"
\relative do' {
\clef treble
\key do \major
\override Staff.TimeSignature #'stencil = ##f
\override Stem #'transparent = ##t 
\shape #'((-3 . -0.5) (0 . -1.5) (0 . -1.5) (2 . -0.5)) Slur
\slurDashed
\afterGrace dod1(^\trill  { s4 s4 red4) } \bar "||" 
\shape #'((-3 . -1.5) (0 . -2.5) (0 . -2.5) (2 . -1.5)) Slur
\afterGrace fad1(^\trill  { s4 s4 sold4) } \bar "||" 
\shape #'((-2 . -2.5) (0 . -3.5) (0 . -3.5) (1.5 . -2.8)) Slur
\afterGrace do1_(^\trill  { s4 s4 re4) } \bar "||" 
\shape #'((-2.5 . -2.5) (0 . -3) (0 . -3.5) (2 . -3)) Slur
\afterGrace dod1_(^\trill  { s4 s4 red4) } \bar "||" 
\shape #'((-2 . -6) (0 . -6.5) (0 . -6.5) (2 . -6)) Slur
\afterGrace do'1_(^\trill  { s4 s4 re4) } \bar "||" 
\shape #'((-2 . -6.5) (0 . -7) (0 . -7) (2 . -6.5)) Slur
\afterGrace re1_(^\trill  { s4 s4 mib4) } \bar "||" 
\shape #'((-2 . -7) (0 . -7.5) (0 . -7.5) (2 . -7)) Slur
\afterGrace red1_(^\trill  { s4 s4 mid4) } \bar "||" 
\shape #'((-1.5 . -7.5) (0 . -8) (0 . -8) (1.5 . -7.5)) Slur
\afterGrace mi1_(^\trill  { s4 s4 fa4) } \bar "||" 
}
\header { tagline = ##f}

Mr SAX a encore produit les familles des Sax horns, des Saxotrombas et des Saxtubas, instruments en cuivre à bocal (embouchure évasée) avec un mécanisme de trois, quatre, ou cinq cylindres.