Flamenco spanner: Difference between revisions

Import snippet from LSR
 
m New category
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This snippet shows how to create a flamenco style spanner (e.g., as in Frederick Noad's book).
This snippet shows how to create a flamenco style spanner (e.g., as in Frederick Noad's book).


<lilypond version="2.24.0" full>
<lilypond version="2.24">
%% http://lsr.di.unimi.it/LSR/Item?id=911
 
% added by P.P.Schneider on April 2014.
 
%here starts the snippet:
 
strokeUp = \markup\combine\override #'(thickness . 1.3) \draw-line #'(0 . 2.8)\raise #2.8 \arrow-head #Y #UP ##f  
strokeUp = \markup\combine\override #'(thickness . 1.3) \draw-line #'(0 . 2.8)\raise #2.8 \arrow-head #Y #UP ##f  
strokeDown = \markup\combine\arrow-head #Y #DOWN ##f \override #'(thickness . 1.3) \draw-line #'(0 . 2.8)
strokeDown = \markup\combine\arrow-head #Y #DOWN ##f \override #'(thickness . 1.3) \draw-line #'(0 . 2.8)
Line 97: Line 91:
}
}


\markup\italic\concat { "Right hand movment ends up (tanguillo)"\hspace #.3 ":" }
\markup\italic\concat { "Right hand movement ends up (tanguillo)"\hspace #.3 ":" }


\score {
\score {
Line 130: Line 124:
}
}


\markup\italic\concat { "Right hand movment ends down (soléares)"\hspace #.3 ":" }
\markup\italic\concat { "Right hand movement ends down (soléares)"\hspace #.3 ":" }
 
\score {
  \new Staff <<
    \clef "G_8"
    \time 3/4
    \context Voice = "Soprano" { \voiceOne << \musicTwo >> }
    \context Voice = "Alto" { \voiceTwo << \fingTwo >> }
  >>
  \layout { }
}


\paper { tagline = ##f }
\new Staff <<
  \clef "G_8"
  \time 3/4
  \new Voice = "Soprano" { \voiceOne \musicTwo }
  \new Voice = "Alto" { \voiceTwo \fingTwo }  
>>
</lilypond>
</lilypond>


Line 149: Line 138:
[[Category:Rhythms]]
[[Category:Rhythms]]
[[Category:Editorial annotations]]
[[Category:Editorial annotations]]
[[Category:Snippet]]