Thank you, tried it, but the space is still visible.

 \repeat unfold 4 { a4 a a a } \bar "||"


\layout {

\context {

\Score

\omit BarLine

%\omit SpanBar

}

}





On 18.08.2015 14:24, Urs Liska wrote:
\hide makes objects transparent so tey \omit instead.

HTH
Urs

Am 18. August 2015 14:08:52 MESZ, schrieb BB <[email protected]>:

    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
    [email protected]
    https://lists.gnu.org/mailman/listinfo/lilypond-user


--
Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet.

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to