Mark Knoop-4 wrote
> You can do this with a simple TextSpanner:
> 
> \version "2.19.82"
> 
> onStaffExtender = {
>   \override TextSpanner.style = #'line
>   \override TextSpanner.thickness = #6
>   \override TextSpanner.to-barline = ##t
>   \override TextSpanner.outside-staff-priority = ##f
>   \override TextSpanner.Y-offset = #0
>   \override TextSpanner.bound-details.left.padding = #0
>   \override TextSpanner.bound-details.right.padding = #0
>   \override TextSpanner.bound-details.right-broken.text =
>   \markup \fontsize #5 \arrow-head #X #RIGHT ##t
>   \override TextSpanner.bound-details.right.text =
>   \markup \fontsize #5 \arrow-head #X #RIGHT ##t
> }
> 
> \score {
>   <<
>     \new Staff \repeat unfold 80 c'4
>     \new Staff {
>       c'1
>       \stopStaff
>       \once \onStaffExtender
>       <>\startTextSpan
>       s1*18
>       \startStaff
>       <>\stopTextSpan
>       c'1
>     }
>   >>
> }
> 
> --
> Mark Knoop
> 
> _______________________________________________
> lilypond-user mailing list

> lilypond-user@

> https://lists.gnu.org/mailman/listinfo/lilypond-user

Mark this is so helpful to me thank you. Can you answer this however? What
if I would like the arrow to be solid straight line and only one arrowpoint
at end of everything not every system arrow at end of system? Also, how to
hide clef for each arrow line system while line occurs instead of treble
showing in your example each system has line + clef instead of just line?
Thank you so very much. And what is <> that you use at end?




--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to