lilypond-user
[Top][All Lists]
Advanced

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

Barline at the beginning of a "piece"


From: Michael Dykes
Subject: Barline at the beginning of a "piece"
Date: Thu, 17 Feb 2011 00:55:56 -0500

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

reply via email to

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