Skip to content

Commit a3b95f1

Browse files
what is this thing called love changes, we need to pass the font size value.
1 parent e626505 commit a3b95f1

9 files changed

Lines changed: 104 additions & 28 deletions

File tree

chapters/applications/love-for-sale/README.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

chapters/applications/love-for-sale/changes.tex

Lines changed: 0 additions & 2 deletions
This file was deleted.

chapters/applications/love-for-sale/comping.tex

Lines changed: 0 additions & 2 deletions
This file was deleted.

chapters/applications/love-for-sale/scale-map.tex

Lines changed: 0 additions & 2 deletions
This file was deleted.

chapters/applications/love-for-sale/solo.tex

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
% Content to be written
21
\section{Tune with Changes}
2+
3+
\realbookPage{./excerpts/what-is-this-thing-called-love-changes.ly}
Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
title = #"What Is This Thing Called Love"
2+
composer = #"Cole Porter"
3+
meter = #" (Med. Swing)"
4+
fontSize = #6
5+
6+
\include "real-book-chart.ily"
7+
8+
theNotes = \relative c' {
9+
\key c \major
10+
\partial 4
11+
bes'4 |
12+
13+
bes4 g g2~ |
14+
g2 bes |
15+
aes1 |
16+
r2 r4 aes4 | \break
17+
aes8 g4 g8~ g2~ |
18+
g2 dis |
19+
e1 |
20+
r2 r4 bes' \bar "||" \break
21+
bes4 g g2~ |
22+
g4 bes bes4. a8 |
23+
aes1 |
24+
r2 r4 aes | \break
25+
aes8 g4 g8~ g2~ |
26+
g4 ees ees8 ees4. |
27+
c1 |
28+
r2 r4 ees' \bar "||" \break
29+
ees4 c c2~ |
30+
c4 ees4 \tuplet 3/2 {ees ees ees} |
31+
d1 |
32+
r2 r4 d | \break
33+
c4 aes aes2~ |
34+
aes4 c \tuplet 3/2 {c bes aes} |
35+
g1 |
36+
r4 bes bes bes \bar "||" \break
37+
bes4 g g2~ |
38+
g4 bes bes8 c4 bes8 |
39+
aes1 |
40+
r2 r4 aes | \break
41+
aes4 g g2~ |
42+
g2 ees' |
43+
c1~ |
44+
c2. r4 \bar "|."
45+
}
46+
47+
theChords = \chordmode {
48+
\partial 4
49+
s4
50+
51+
g1:m7.5- |
52+
c1:7 |
53+
f1:min7 |
54+
f1:m6 |
55+
d1:m7.5- |
56+
g2:7 des2:7 |
57+
c1:maj7 |
58+
c1:6 |
59+
g1:m7.5- |
60+
c1:7 |
61+
f1:min7 |
62+
f1:m6 |
63+
d1:m7.5- |
64+
g2:7 des:7 |
65+
c1:6 |
66+
g2:min7 c:7 |
67+
c1:m7/f |
68+
f1:7 |
69+
bes1:maj7 |
70+
bes1:6 |
71+
aes2 aes:aug|
72+
d1:7 |
73+
d1:min7/g |
74+
des1:7 |
75+
g1:m7.5- |
76+
c1:7 |
77+
f1:min7 |
78+
f1:m6 |
79+
d:m7.5- |
80+
des:7 |
81+
c:6 |
82+
}
83+
84+
theWords = \lyricmode {
85+
What is this thing called love?
86+
This fun -- ny thing called love?
87+
Just who can solve its my -- ster -- y?
88+
Why should it make a fool of me?
89+
I saw you there one won -- der -- ful day
90+
You took my heart and threw it a -- way
91+
That's why I ask the Lord in hea -- ven a -- bove
92+
What is this thing called love?
93+
}
94+
95+
\score {
96+
<<
97+
\new ChordNames \theChords
98+
\new Voice = soloist \theNotes
99+
\new Lyrics \lyricsto soloist \theWords
100+
>>
101+
}

main.tex

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -198,13 +198,6 @@ \chapter{What Is This Thing Called Love?}
198198
\input{./chapters/applications/what-is-this-thing/solo.tex}
199199
\input{./chapters/applications/what-is-this-thing/comping.tex}
200200

201-
\chapter{Love For Sale}
202-
\incompleteContentNotice
203-
\input{./chapters/applications/love-for-sale/changes.tex}
204-
\input{./chapters/applications/love-for-sale/scale-map.tex}
205-
\input{./chapters/applications/love-for-sale/solo.tex}
206-
\input{./chapters/applications/love-for-sale/comping.tex}
207-
208201
\chapter{Softly, As in a Morning Sunrise}
209202
\incompleteContentNotice
210203
\input{./chapters/applications/softly-as-in-a-morning-sunrise/changes.tex}

source/real-book-chart.ily

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ realBookTitle = \markup {
3030
s^\markup {
3131
\fill-line {
3232
\fontsize #1 \lower #1 \rotate #7 \concat { " " #meter }
33-
\fontsize #8
33+
\fontsize #(if (defined? 'fontSize) fontSize 8)
3434
\override #'(offset . 7)
3535
\override #'(thickness . 6)
3636
\underline \larger \larger #title

0 commit comments

Comments
 (0)