File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff This file was deleted.
Load diff This file was deleted.
Load diff This file was deleted.
Load diff This file was deleted.
Load diff This file was deleted.
Original file line number Diff line number Diff line change 1- % Content to be written
21\section {Tune with Changes }
2+
3+ \realbookPage {./excerpts/what-is-this-thing-called-love-changes.ly}
Original file line number Diff line number Diff line change 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 : m 7 .5 - |
52+ c1 : 7 |
53+ f1 : m in7 |
54+ f1 : m 6 |
55+ d1 : m 7 .5 - |
56+ g2 : 7 des2 : 7 |
57+ c1 : maj 7 |
58+ c1 : 6 |
59+ g1 : m 7 .5 - |
60+ c1 : 7 |
61+ f1 : m in7 |
62+ f1 : m 6 |
63+ d1 : m 7 .5 - |
64+ g2 : 7 des: 7 |
65+ c1 : 6 |
66+ g2 : m in7 c: 7 |
67+ c1 : m 7 / f |
68+ f1 : 7 |
69+ bes1 : maj 7 |
70+ bes1 : 6 |
71+ aes2 aes: aug |
72+ d1 : 7 |
73+ d1 : m in7 / g |
74+ des1 : 7 |
75+ g1 : m 7 .5 - |
76+ c1 : 7 |
77+ f1 : m in7 |
78+ f1 : m 6 |
79+ d: m 7 .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+ }
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments