1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
6 lsrtags
= "fretted-strings"
9 For flamenco guitar, special notation is used:
12 * a golpe symbol to indicate a slap on the guitar body with the nail of
16 * an arrow to indicate (the direction of) strokes
19 * different letters for fingering (\"p\": thumb, \"i\": index finger,
20 \"m\": middle finger, \"a\": ring finger and \"x\": little finger)
23 * 3- and 4-finger rasgueados; stroke upwards with all fingers, ending
24 with an up- and down using the index finger
27 * abanicos: strokes (in tuples) with thumb (down), little and index
28 finger (both up). There's also an abanico 2 where middle and ring
29 finger are used instead of the little finger.
32 * alza pua: fast playing with the thumb
35 Most figures use arrows in combination with fingering; with abanicos
36 and rasgueados, noteheads are printed only for the first chord.
38 This snippet contains some header-like code that can be copied as
39 @samp{flamenco.ly} and included in source files.
42 doctitle
= "Flamenco notation"
45 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
46 %%%%%%% Cut here ----- Start 'flamenco.ly'
49 abanico
= \markup { \italic Abanico
}
50 rasgueaso
= \markup { \italic R
as. }
51 alzapua
= \markup { \italic Alzapua
}
53 % Finger stroke symbols
54 strokeUp
= \markup { \postscript #"
64 strokeDown
= \markup { \postscript #"
75 golpe
= \markup { \postscript #"
89 strokeUpGolpe
= \markup { \column { \golpe \line { \strokeUp }}}
90 iUpGolpe
= \markup { \column { \golpe \line { \small i
} \line { \strokeUp }}}
92 % Strokes for all fingers
93 pUp
= \markup { \column { \small p
\line { \strokeUp }}}
94 pDown
= \markup { \column { \small p
\line { \strokeDown }}}
95 iUp
= \markup { \column { \small i
\line { \strokeUp }}}
96 iDown
= \markup { \column { \small i
\line { \strokeDown }}}
97 mUp
= \markup { \column { \small m
\line { \strokeUp }}}
98 mDown
= \markup { \column { \small m
\line { \strokeDown }}}
99 aUp
= \markup { \column { \small a \line { \strokeUp }}}
100 aDown
= \markup { \column { \small a \line { \strokeDown }}}
101 xUp
= \markup { \column { \small x
\line { \strokeUp }}}
102 xDown
= \markup { \column { \small x
\line { \strokeDown }}}
107 \once \override TupletNumber
#'stencil
= ##f
108 \once \override TupletBracket
#'stencil
= ##f
112 \override TupletNumber
#'stencil
= ##f
113 \override TupletBracket
#'bracket-visibility
= #'if-no-beam
117 \override TupletBracket
#'bracket-visibility
= #'default
118 \revert TupletNumber
#'stencil
122 \override TabNoteHead
#'transparent
= ##t
123 \override NoteHead
#'transparent
= ##t
124 \override NoteHead
#'no-ledgers
= ##t
128 \override TabNoteHead
#'transparent
= ##f
129 \override NoteHead
#'transparent
= ##f
130 \override NoteHead
#'no-ledgers
= ##f
133 %%%%%%% Cut here ----- End 'flamenco.ly'
134 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
136 part
= \relative c' {
137 <a, e' a cis e>8^\iUp
138 <a e' a cis e>8^\iDown
143 <a e' a cis e>8^\iDown
144 <a e' a cis e>8^\iUpGolpe
145 <a e' a cis e>8^\iDown
148 <a e' a cis e>16^\aUp
152 <a e' a cis e>^\iDown~
159 <a e' a cis e>16^\xUp
164 <a e' a cis e>^\iDown~
172 <a e' a cis e>8^\pDown
180 <a e' a cis e>8^\pDown
188 <a e' a cis e>8^\pDown
195 <a e' a cis e>8^\pDown
203 \override Beam
#'positions
= #'(2 . 2)
205 a8^\markup{ \small p
}
206 <e' a>^\strokeUpGolpe
210 a,8^\markup{ \small p
}
211 <e' a>^\strokeUpGolpe
215 a,8^\markup{ \small p
}
216 <e' a>^\strokeUpGolpe
220 a,8^\markup{ \small p
}
221 <e' a>^\strokeUpGolpe
226 \once \override TextScript
#'extra-offset
= #'(0 . -
1)
227 <g, b f'>1_\golpe^\mUp
233 \context Staff
= "part" <<