lilypond-user
[Top][All Lists]
Advanced

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

hide bar lines


From: BB
Subject: hide bar lines
Date: Tue, 18 Aug 2015 14:08:52 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.8.0

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
   }
}


reply via email to

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