lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Hide staff with Arrows Possible without other program?


From: Reggie
Subject: Re: Hide staff with Arrows Possible without other program?
Date: Sun, 3 Mar 2019 10:18:29 -0700 (MST)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]