summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex4musicians/Figures/sample-songbook.tex
blob: 10d2ae9a202f2c22e823c3a06d010158126941d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
\documentclass[11pt]{article}
\usepackage{graphicx}
\usepackage{gchords}
\usepackage{guitar}
% \thispagestyle{empty}
% \pagestyle{empty}

\begin{document}

\title{A Minimal Songbook}
\author{Guido Gonzato}

\maketitle

\tableofcontents

\bigskip
\hrule

% -----

\section{For He's a Jolly Good Fellow}

According to the 1998 Guinness World Records, this is the second most
recognized song in the English language.

\smallchords

\def\numfrets{4}
\chords{
\chord{t}{n,p3,p2,n,p1,n}{C}
\chord{t}{p3,p2,n,n,n,p3}{G}
\chord{t1}{n,p2,p2,p1,n,n}{F}
}

\medskip

\includegraphics[width=\textwidth]{fellow}

% -----

\section{Happy Birthday To You}

According to the 1998 Guinness World Records, it is the most
recognized song in the English language, followed by ``For He's a
Jolly Good Fellow''.

\def\numfrets{4}
\chords{
\chord{t1}{n,p2,p2,p1,n,n}{F}
\chord{t}{n,p3,p2,n,p1,n}{C}
\chord{t}{n,p3,p2,p3,p1,n}{C7}
\chord{t1}{n,n,p2,p2,p2,n}{B$\flat$}
}

\medskip

\includegraphics[width=\textwidth]{happyb}

% -----

\section{Twinkle, Twinkle Little Star}

This is a popular English lullaby.

\def\numfrets{4}
\chords{
\chord{t}{n,p3,p2,n,p1,n}{C}
\chord{t1}{n,p2,p2,p1,n,n}{F}
\chord{t}{x,n,n,p2,p3,p1}{Dm}
\chord{t}{p3,p2,n,n,n,p3}{G}
}

\includegraphics[width=\textwidth]{twinkle}

\medskip  

\begin{guitar}

[C]Twinkle, twinkle, [F]little [C]star,
[Dm]How I [C]wonder [G]what you [C]are!
[C]Up a[Dm]bove the [C]world so [G]high,
[C]Like a [Dm]diamond [C]in the [G]sky.
Twinkle{\ldots}

[C]When this blazing [F]sun is [C]gone,
[Dm]When he [C]nothing [G]shines u[C]pon,
[C]Then you [Dm]show your [C]little [G]light,
[C]Twinkle, [Dm]twinkle, [C]through the night.
Twinkle{\ldots}

[C]Then the [F]traveller in the [C]dark
[Dm]Thanks you [C]for your [G]tiny [C]spark;
[C]He could [Dm]not see [C]where to [G]go,
[C]If you [Dm]did not [C]twinkle [G]so.
Twinkle{\ldots}

[C]In the dark blue [F]sky you [C]keep,
And [Dm]often [C]through my [G]curtains [C]peep,
[C]For you [Dm]never [C]shut your [G]eye
[C]Till the [Dm]sun is [C]in the [G]sky.
Twinkle{\ldots}

[C]As your bright and [F]tiny [C]spark
[Dm]Lights the [C]traveller [G]in the [C]dark,
[C]Though I [Dm]know not [C]what you [G]are,
[C]Twinkle, [Dm]twinkle, [C]little [G]star.
Twinkle{\ldots}

\end{guitar}


\end{document}