Re: Barline at the beginning of a piece

2011-02-17 Thread Phil Holmes
This is covered in the Notation Reference, Section 1.4: Repeats; the section on 
Manual Repeat Marks.

--
Phil Holmes


  - Original Message - 
  From: Michael Dykes 
  To: lilypond-user@gnu.org 
  Sent: Thursday, February 17, 2011 5:55 AM
  Subject: Barline at the beginning of a piece


  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
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Barline at the beginning of a piece

2011-02-16 Thread Michael Dykes
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