\version "2.18.2" % woodwind diagrams were introduced in 2.14
#(set-default-paper-size "a6")
\header {
title = "Flute chords and high notes"
}
\score {
\layout { \context { \Score \omit BarNumber } }
\relative c'' {

<cis e>1 \p ^\markup { \woodwind-diagram #'flute #'((cc . (two three four five)) (lh . (b)) (rh . (d))) }

<d f> ^\markup { \woodwind-diagram #'flute #'((cc . (one two three four)) (lh . (b)) (rh . (d dis))) }

\bar "||"
\ottava #2

cis'' \f ^\markup { \woodwind-diagram #'flute #'((cc . (two four)) (lh . (gis)) (rh . ())) }

d ^\markup { \woodwind-diagram #'flute #'((cc . (three four five)) (lh . (b)) (rh . (c))) }

dis ^\markup { \woodwind-diagram #'flute #'((cc . (one two three four five six)) (lh . (b gis)) (rh . (ees))) }

e ^\markup { \woodwind-diagram #'flute #'((cc . (one two three five)) (lh . ()) (rh . (d))) }

f ^\markup { \woodwind-diagram #'flute #'((cc . (two five)) (lh . ()) (rh . (d))) } _"hard"

fis ^\markup { \woodwind-diagram #'flute #'((cc . (one three four six)) (lh . (b)) (rh . (ees c))) } _"harder"

g ^\markup { \woodwind-diagram #'flute #'((cc . (two three five)) (lh . (b gis)) (rh . (dis))) } _"harder"

} }
