lilypond-user
[Top][All Lists]
Advanced

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

Re: Help beautify my fingering chart


From: Phil Holmes
Subject: Re: Help beautify my fingering chart
Date: Fri, 1 Feb 2013 19:14:33 -0000


Try concat { phrase " " phrase } to space things out a bit.

--
Phil Holmes
 
 
----- Original Message -----
Sent: Friday, February 01, 2013 6:01 PM
Subject: Re: Help beautify my fingering chart

Thanks Phil!
1) concat worked, but it sets word spacing to 0, so I'm (per my research) out of luck if I want to space things out for the sake of readability.  Also, for alternate fingerings, I try to label them "(alt. fingering)" but because of word spacing shows up as "(alt.fingering)".

2) concat put the finger diagrams beside each other, but per #1 spacing was reduced to 0, causing the diagrams to be squished together.  I made the executive decision to turn the alternate fingerings into separate entries.

3) PERFECT!  Thanks!

4) Still no input on this one.

You requested partial code, but at this point it's looking pretty good other than the above concerns, so I'm including it in its current form so everyone can get the overall impression and offer suggestions, especially on spacing.  Two additional questions though: 

5) For the soprano sax diagram, I thought I read somewhere that a high-G had been added, yet I can't seem to find it.  It's not listed in the output from "#(print-keys-verbose 'soprano-saxophone)".

6) For the baritone sax low-a, is there any way to represent it as a black dot like the other keys, or is it only available as a printed "lowA"?

Thanks again!

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\version "2.16.1"
\header{
title = "Saxophone Fingering Chart"
}
\layout {
indent = 0.0\cm
}
\relative c'' {
\textLengthOn
\set Score.timing = ##f
\override Staff.TimeSignature #'transparent = ##t
a,1^
\markup {
\center-column {
A
\concat { (bari. only) }
" "
\woodwind-diagram
#'baritone-saxophone
#'((lh . (low-a low-bes))
(cc . (one two three four five six))
(rh . (low-c)))
}
}
bes1^
\markup {
\center-column {
\concat{B \flat}
" "
\woodwind-diagram
#'saxophone
#'((lh . (low-bes))
(cc . (one two three four five six))
(rh . (low-c)))
}
} \bar "||"
b1^
\markup {
\center-column {
B
" "
\woodwind-diagram
#'saxophone
#'((lh . (b))
(cc . (one two three four five six))
(rh . (low-c)))
}
}  \bar "||"
c1^
\markup {
\center-column {
C
" "
\woodwind-diagram
#'saxophone
#'((lh . ( ))
(cc . (one two three four five six))
(rh . (low-c)))
}
}  \bar "||"
<cis des>^
\markup {
\center-column {
\concat {C \sharp / D \flat}
" "
\woodwind-diagram
#'saxophone
#'((lh . (cis))
(cc . (one two three four five six))
(rh . (low-c)))
}
}  \bar "||"
\break
d1^
\markup {
\center-column {
D
" "
\woodwind-diagram
#'saxophone
#'((lh . ( ))
(cc . (one two three four five six))
(rh . ( )))
}
}  \bar "||"
<dis ees>1^
\markup {
\center-column {
\concat{D \sharp / E \flat}
" "
\woodwind-diagram
#'saxophone
#'((lh . ( ))
(cc . (one two three four five six))
(rh . (ees)))
}
}  \bar "||"
e1^
\markup {
\center-column {
E
" "
\woodwind-diagram
#'saxophone
#'((lh . ( ))
(cc . (one two three four five))
(rh . ( )))
}
}  \bar "||"
f1^
\markup {
\center-column {
F
" "
\woodwind-diagram
#'saxophone
#'((lh . ( ))
(cc . (one two three four))
(rh . ( )))
}
}  \bar "||"
<fis ges>1^
\markup {
\center-column {
\concat {F\sharp / G\flat}
" "
\concat { \woodwind-diagram
#'saxophone
#'((lh . ( ))
(cc . (one two three five))
(rh . ( ))) }
}  
\noBreak
<fis! ges!>1^
\markup {
\center-column {
\concat {F\sharp / G\flat}
\concat {alt. fingering}
" "
\woodwind-diagram
#'saxophone
#'((lh . ( ))
(cc . (one two three four))
(rh . (fis)))
}
} \bar "||"
\break
g1^
\markup {
\center-column {
G
" "
\woodwind-diagram
#'saxophone
#'((lh . ( ))
(cc . (one two three))
(rh . ( )))
}
}  \bar "||"
<gis aes>1^
\markup {
\center-column {
\concat {G\sharp / A\flat}
" "
\woodwind-diagram
#'saxophone
#'((lh . (gis))
(cc . (one two three))
(rh . ( )))
}
}  \bar "||"
a1^
\markup {
\center-column {
A
" "
\woodwind-diagram
#'saxophone
#'((lh . ( ))
(cc . (one two))
(rh . ( )))
}
}  \bar "||"
bes1^
\markup {
\center-column {
\concat {B\flat}
" "
\woodwind-diagram
#'saxophone
#'((lh . ( ))
(cc . (one two))
(rh . (bes)))
}
bes!1^
\markup {
\center-column {
\concat {B \flat}
\concat {alt. fingering}
" "
\woodwind-diagram
#'saxophone
#'((lh . (bes))
(cc . (one))
(rh . ( ))) 
}
bes!1^
\markup {
\center-column {
\concat {B \flat}
\concat {alt. fingering}
" "
\woodwind-diagram
#'saxophone
#'((lh . ( ))
(cc . (one four))
(rh . ( ))) 
}
} \bar "||"
\break
b1^
\markup {
\center-column {
B
" "
\woodwind-diagram
#'saxophone
#'((lh . ( ))
(cc . (one))
(rh . ( )))
}
} \bar "||"
c1^
\markup {
\center-column {
C
" "
\woodwind-diagram
#'saxophone
#'((lh . ( ))
(cc . (two))
(rh . ( )))
}
}  \bar "||"
<cis des>1^
\markup {
\center-column {
\concat {C\sharp / D\flat}
" "
\woodwind-diagram
#'saxophone
#'((lh . ( ))
(cc . ( ))
(rh . ( )))
}
}  \bar "||"
d1^
\markup {
\center-column {
D
" "
\woodwind-diagram
#'saxophone
#'((lh . (T))
(cc . (one two three four five six))
(rh . ( )))
}
}  \bar "||"
<dis ees>^
\markup {
\center-column {
\concat{D \sharp / E \flat}
\woodwind-diagram
#'saxophone
#'((lh . (T))
(cc . (one two three four five six))
(rh . (ees)))
}
} \bar "||"
\pageBreak
e1^
\markup {
\center-column {
E
" "
\woodwind-diagram
#'saxophone
#'((lh . (T))
(cc . (one two three four five))
(rh . ( )))
}
}  \bar "||"
f1^
\markup {
\center-column {
F
" "
\woodwind-diagram
#'saxophone
#'((lh . (T))
(cc . (one two three four))
(rh . ( )))
}
}  \bar "||"
<fis ges>1^
\markup {
\center-column {
\concat {F\sharp / G\flat}
" "
\woodwind-diagram
#'saxophone
#'((lh . (T))
(cc . (one two three five))
(rh . ( )))
}
<fis! ges!>1^
\markup {
\center-column {
\concat {F\sharp / G\flat}
\concat {alt. fingering}
\woodwind-diagram
#'saxophone
#'((lh . (T))
(cc . (one two three four))
(rh . (fis)))
}
} \bar "||"
g1^
\markup {
\center-column {
G
" "
\woodwind-diagram
#'saxophone
#'((lh . (T))
(cc . (one two three))
(rh . ( )))
}
}  \bar "||"
\break
<gis aes>1^
\markup {
\center-column {
\concat {G\sharp / A\flat}
" "
\woodwind-diagram
#'saxophone
#'((lh . (T gis))
(cc . (one two three))
(rh . ( )))
}
}  \bar "||"
\noBreak
a1^
\markup {
\center-column {
A
" "
\woodwind-diagram
#'saxophone
#'((lh . (T))
(cc . (one two))
(rh . ( )))
}
}  \bar "||"
\noBreak
bes1^
\markup {
\center-column {
\concat {B\flat}
" "
\woodwind-diagram
#'saxophone
#'((lh . (T))
(cc . (one two))
(rh . (bes)))
}
bes!1^
\markup {
\center-column {
\concat {B \flat}
\concat {alt. fingering}
" "
\woodwind-diagram
#'saxophone
#'((lh . (T bes))
(cc . (one))
(rh . ( ))) 
}
bes!1^
\markup {
\center-column {
\concat {B \flat}
\concat {alt. fingering}
" "
\woodwind-diagram
#'saxophone
#'((lh . (T))
(cc . (one four))
(rh . ( ))) 
}
} \bar "||"
\break
b1^
\markup {
\center-column {
B
" "
\woodwind-diagram
#'saxophone
#'((lh . (T))
(cc . (one))
(rh . ( )))
}
} \bar "||"
c1^
\markup {
\center-column {
C
" "
\woodwind-diagram
#'saxophone
#'((lh . (T))
(cc . (two))
(rh . ( )))
}
}  \bar "||"
<cis des>1^
\markup {
\center-column {
\concat {C\sharp / D\flat}
" "
\woodwind-diagram
#'saxophone
#'((lh . (T))
(cc . ( ))
(rh . ( )))
}
}  \bar "||"
d1^
\markup {
\center-column {
D
" "
\woodwind-diagram
#'saxophone
#'((lh . (T d))
(cc . ( ))
(rh . ( )))
}
} \bar "||"
<dis ees>1^
\markup {
\center-column {
\concat {D\sharp / E\flat}
" "
\woodwind-diagram
#'saxophone
#'((lh . (T d ees))
(cc . ( ))
(rh . ( )))
}
} \bar "||"
\break
e1^
\markup {
\center-column {
E
" "
\woodwind-diagram
#'saxophone
#'((lh . (T d ees))
(cc . ( ))
(rh . (e)))
}
} \bar "||"
f1^
\markup {
\center-column {
F
" "
\woodwind-diagram
#'saxophone
#'((lh . (T d ees f))
(cc . ( ))
(rh . (e)))
}
}
f1^
\markup {
\center-column {
\concat {F}
\concat{ (alt. fingering) }
" "
\woodwind-diagram
#'saxophone
#'((lh . (T front-f))
(cc . (one))
(rh . ( )))
}
} \bar "||"
fis1^
\markup {
\center-column {
\concat {F\sharp}
" "
\woodwind-diagram
#'saxophone
#'((lh . (T d ees f))
(cc . ( ))
(rh . (e high-fis)))
}
fis!1^
\markup {
\center-column {
\concat {F \sharp}
\concat{ (alt. fingering) }
" "
\woodwind-diagram
#'saxophone
#'((lh . (T front-f))
(cc . (one))
(rh . (high-fis)))
}
} \bar "|."
}

reply via email to

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