Flamenco spanner: Difference between revisions

m Remove LSR link and full option
m New category
 
(4 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">
<lilypond version="2.24">
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 91: 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 124: 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 <<
  \new Staff <<
  \clef "G_8"
    \clef "G_8"
  \time 3/4
    \time 3/4
  \new Voice = "Soprano" { \voiceOne \musicTwo }
    \context Voice = "Soprano" { \voiceOne << \musicTwo >> }
  \new Voice = "Alto" { \voiceTwo \fingTwo }  
    \context Voice = "Alto" { \voiceTwo << \fingTwo >> }  
>>
  >>
  \layout { }
}
 
\paper { tagline = ##f }
</lilypond>
</lilypond>


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