|
@ -13,7 +13,7 @@ |
|
|
% http://songs.sourceforge.net/songsdoc/songs.html |
|
|
% http://songs.sourceforge.net/songsdoc/songs.html |
|
|
|
|
|
|
|
|
% You may find complementary information in the Patacrep documentation file |
|
|
% You may find complementary information in the Patacrep documentation file |
|
|
% http://www.patacrep.com/data/documents/doc.pdf |
|
|
% http://www.patacrep.com/data/documents/doc_en.pdf |
|
|
% ******************************************************************************* |
|
|
% ******************************************************************************* |
|
|
|
|
|
|
|
|
\selectlanguage{english} %defines the song main language |
|
|
\selectlanguage{english} %defines the song main language |
|
@ -24,7 +24,7 @@ |
|
|
% 8-bit-lagerfeuer : the file "8-bit-lagerfeuer.jpg" that corresponds to the album art |
|
|
% 8-bit-lagerfeuer : the file "8-bit-lagerfeuer.jpg" that corresponds to the album art |
|
|
% 8 bit lagerfeuer : the album whose song is extracted from |
|
|
% 8 bit lagerfeuer : the album whose song is extracted from |
|
|
\beginsong{Sad robot} |
|
|
\beginsong{Sad robot} |
|
|
[by=Pornophonique,cov=8-bit-lagerfeuer,album=8 bit lagerfeuer] |
|
|
[by={Pornophonique},cov={8-bit-lagerfeuer},album={8 bit lagerfeuer}] |
|
|
|
|
|
|
|
|
% inserts the album art (8-bit-lagerfeuer.jpg) |
|
|
% inserts the album art (8-bit-lagerfeuer.jpg) |
|
|
\cover |
|
|
\cover |
|
@ -34,44 +34,48 @@ |
|
|
% <strings> : series of six symbols, one for each string of the guitar from lowest pitch to highest. |
|
|
% <strings> : series of six symbols, one for each string of the guitar from lowest pitch to highest. |
|
|
% Each symbol should be one of: X if that string is not to be played, 0 (zero or the letter O) if that |
|
|
% Each symbol should be one of: X if that string is not to be played, 0 (zero or the letter O) if that |
|
|
% string is to be played open, or one of 1 through 9 if that string is to be played on the given numbered fret. |
|
|
% string is to be played open, or one of 1 through 9 if that string is to be played on the given numbered fret. |
|
|
\gtab{Rém}{XX0231} |
|
|
\gtab{D}{XX0231} |
|
|
\gtab{Fa}{1:022100} |
|
|
\gtab{F}{1:022100} |
|
|
\gtab{Do}{X32010} |
|
|
\gtab{C}{X32010} |
|
|
|
|
|
|
|
|
% propose minimal information to play the song (do not repeat chords) |
|
|
|
|
|
% insert a chord right before the corresponding syllabe (no space) |
|
|
% insert a chord right before the corresponding syllabe (no space) |
|
|
% put a verse between \beginverse and \endverse |
|
|
% put a verse between \begin{verse} and \end{verse} |
|
|
% put a chorus between \beginchorus and \endchorus |
|
|
% put a chorus between \begin{chorus} and \end{chorus} |
|
|
% \beginverse* defines a not numbered verse |
|
|
% \begin{verse*} defines a not numbered verse |
|
|
% use the \rep{n} macro for a sentence repeated n times |
|
|
% use the \rep{n} macro for a sentence repeated n times |
|
|
% use the \echo{text} macro for background singing lyrics |
|
|
% use the \echo{text} macro for background singing lyrics |
|
|
|
|
|
|
|
|
\lilypond{Sad_robot} % inserts the music sheet corresponding to the Sad_robot.ly file in the ./lilypond directory |
|
|
\lilypond{Sad_robot} % inserts the music sheet corresponding to the Sad_robot.ly file in the ./lilypond directory |
|
|
|
|
|
|
|
|
\beginverse |
|
|
% verse environments are automatically numbered |
|
|
His \[Rém]steely skin is covered |
|
|
\begin{verse} |
|
|
By \[Fa]centuries of dust |
|
|
His \[Dm]steely skin is covered |
|
|
\[Do]Once he was a great one |
|
|
By \[F]centuries of dust |
|
|
\[Rém]Now he's dull and rust |
|
|
\[C]Once he was a great one |
|
|
\endverse |
|
|
\[Dm]Now he's dull and rust |
|
|
|
|
|
\end{verse} |
|
|
|
|
|
|
|
|
\beginverse* |
|
|
% repeatedchords environments allow to show (for sufficiency) |
|
|
An oily tear he's crying |
|
|
% or hide (for readability) duplicated chords |
|
|
Can you feel the pain |
|
|
\begin{repeatedchords} |
|
|
Of the sad, sad robot |
|
|
\begin{verse*} |
|
|
And it's driving him insane |
|
|
An \[Dm]oily tear he's crying |
|
|
\endverse |
|
|
\[F]Can you feel the pain |
|
|
|
|
|
Of the \[C]sad, sad robot |
|
|
|
|
|
And it's \[Dm]driving him insane |
|
|
|
|
|
\end{verse*} |
|
|
|
|
|
|
|
|
\beginverse* |
|
|
\begin{verse*} |
|
|
He can't turn back time nor history |
|
|
He can't \[Dm]turn back time nor history |
|
|
So his life became a misery |
|
|
So his \[F]life became a misery |
|
|
He has to face the destiny |
|
|
He \[C]has to face the destiny |
|
|
Nobody cares anymore |
|
|
Nobody \[Dm]cares anymore |
|
|
\endverse |
|
|
\end{verse*} |
|
|
|
|
|
\end{repeatedchords} |
|
|
|
|
|
|
|
|
\beginchorus |
|
|
\begin{chorus} |
|
|
Sad, sad robot \rep{3} |
|
|
Sad, sad robot \rep{3} |
|
|
All alone |
|
|
All alone |
|
|
\endchorus |
|
|
\end{chorus} |
|
|
|
|
|
|
|
|
\endsong |
|
|
\endsong |
|
|