Hullo all. I am creating chant templates for the 8 tones, and need repeat
barlines at the beginning of each section. I know how to acheive that in the
gregorian.ly style, but how do I do this if I do not have that feature on?
i.e. no gregorian.sty and cadenzaOn? Before, I would type:

\repeat volta 2
  {
  music stuff
  }


with the following underneath global:

global = {
  \key f \major
  \override Staff.TimeSignature #'stencil = ##f
  %\override Staff.BarLine #'stencil = ##f
  \set Score.defaultBarType = "empty"
  \bar "|:"
}

But, do I still do this now? Thanks.

-- 
In Christ,
Michael D
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to