Flamenco spanner: Difference between revisions

m Remove LSR link and full option
m Simplify
Line 126: Line 126:
\markup\italic\concat { "Right hand movment ends down (soléares)"\hspace #.3 ":" }
\markup\italic\concat { "Right hand movment 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>