lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: saxophon multiphonic, how to


From: Klaus Blum
Subject: Re: saxophon multiphonic, how to
Date: Sun, 20 Dec 2015 16:03:15 -0700 (MST)

Hi Stefan, 

according to a saxophone tutor written by Jean-Marie Londeix, the three keys
for the left palm are called C1, C2 and C4: 

% ------------------------------------------------------

\markup \line { 
  \center-column {
    C1
    " "
    \scale #'(-1 . 1) \woodwind-diagram
    #'saxophone
    #'(
        (cc . ())
        (lh . (d))
        (rh . ())
        )
  }
  \hspace #4
  \center-column {
    C2
    " "
    \scale #'(-1 . 1) \woodwind-diagram
    #'saxophone
    #'(
        (cc . ())
        (lh . (ees))
        (rh . ())
        )
  }
  \hspace #4
  \center-column {
    C4
    " "
    \scale #'(-1 . 1) \woodwind-diagram
    #'saxophone
    #'(
        (cc . ())
        (lh . (f))
        (rh . ())
        )
  }
}

% ------------------------------------------------------

As you might see, I've flipped the charts with \scale #'(-1 . 1), so they
show the fingerings from the player's perspective. That's what I learned in
my clarinet and saxophone lessons.

HTH, 
Klaus



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/saxophon-multiphonic-how-to-tp184913p184925.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]