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
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to