Flamenco spanner: Difference between revisions

Import snippet from LSR
 
m Remove LSR link and full option
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.0">
%% 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)