Hi Urs,

> The problem with this is (as Harm pointed out already rather at the
> beginning of this thread) that there may be elements at the wrong size
> at the changing spot.

Easily fixed.

%%%%  SNIPPET BEGINS
\version "2.19"

\header {
 tagline = ##f
}

\layout {
 indent = 0
 \context {
   \Score
   \remove "Bar_number_engraver"
   \omit TimeSignature
 }
}

{
 c'4 d' e' f' g' a' b' c''
 \once \override Score.BarLine.stencil = #ly:text-interface::print
 \once \override Score.BarLine.text = \markup \override #'(thickness . 3) 
\translate #'(0 . -2) \draw-line #'(0 . 4)
 \break
 \magnifyStaff #(magstep 3)
 \break
 \repeat unfold 13 { s1 }
}
%%%%  SNIPPET ENDS

Cheers,
Kieren.
________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: [email protected]


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

Reply via email to