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" | <lilypond version="2.24.0"> | ||
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) | ||