lilypond-user
[Top][All Lists]
Advanced

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

Re: hide bar lines


From: Robert Schmaus
Subject: Re: hide bar lines
Date: Tue, 18 Aug 2015 14:56:44 +0200

Have you tried \cadenzaOn and \cadenzaOff?

Best, Rob



> On 18 Aug 2015, at 14:08, BB <address@hidden> wrote:
> 
> I tried to hide the bar lines and was very successful with two methods that 
> work. (If that are good ones a cannot decide.) 
> 
> I found that 
> \hide BarLine
> \hide SpanBar
> hide but let the space untouched. 
> 
> A problem is I am not happy, as I cannot force bars. I wanted no bars, but a 
> double bar at the end. 
> Does anybody have a solution? 
> 
> Thanks
> 
> 
> 
> 
> 
>   \repeat unfold 4 { a4 a a a } \bar "||"
> 
> %{
>   \layout {
>     \context {
>       \Staff
>       whichBar = #""
>       \remove "Time_signature_engraver" 
>     } 
> 
> }
> %}
> 
> \layout {
>    \context { \Score \remove Timing_translator \remove Bar_number_engraver }
>    \context {
>       \Staff
>       \override BarLine #'stencil = ##f
>       \override TimeSignature #'stencil = ##f
>    }
> }
> 
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user



reply via email to

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