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.

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to