On Mar 14, 2017, at 2:57 PM, Joseph N. Srednicki <jnsredni...@verizon.net> 
wrote:
> 
> \version "2.19.54"
> \relative c {
>   \time 2/4
>   c' c \bar"'" |
>   c c \bar "|."
> }

You can modify the \breathe mark or just \include “gregorian.ly” in your file. 
You also have to set the regular bar line not to print, so I like to put it all 
in a variable. See 
http://lilypond.org/doc/v2.19/Documentation/notation/chants-psalms-and-hymns 
<http://lilypond.org/doc/v2.19/Documentation/notation/chants-psalms-and-hymns> 
for options.

\version "2.19.54"

\include "gregorian.ly"

tick = { \divisioMinima \bar "" }

\relative c {
  \time 2/4
  c' c \tick |
  c c \bar "|."
}

I hope this helps,

Dan

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to