songbook [from: Songs data for LaTeX songbooks http:///www.patacrep.com]
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
718 B
48 lines
718 B
\include "../_lilypond/header"
|
|
\paper{
|
|
paper-height = 2 \cm
|
|
paper-width= 6.7\cm
|
|
line-width= 8\cm
|
|
}
|
|
|
|
TAB = \markup {
|
|
\raise #1.5
|
|
\sans
|
|
\bold
|
|
\huge
|
|
\override #'(baseline-skip . 2.5)
|
|
\left-align
|
|
\center-column {
|
|
T
|
|
A
|
|
B
|
|
}
|
|
}
|
|
|
|
symbols = {
|
|
\numericTimeSignature
|
|
\time 4/4
|
|
\repeat volta 4 {
|
|
<d\5>4 f\5 e\5 g\4
|
|
f\4 a\4 g\4 <f\4>8 e\4
|
|
d4 f\4 e\4 g\4
|
|
f\4 e\4 d c\5
|
|
}
|
|
}
|
|
|
|
\score {
|
|
<<
|
|
|
|
\new Staff
|
|
|
|
{
|
|
\override Staff.StringNumber #'transparent =
|
|
##t
|
|
\clef "G_8" \symbols }
|
|
%\chords { d2 c | f c | d c | f c }
|
|
\new TabStaff {
|
|
\override Staff.Clef #'stencil = #(lambda (grob)
|
|
(grob-interpret-markup grob TAB))
|
|
\symbols }
|
|
>>
|
|
}
|
|
|