lilypond-user
[Top][All Lists]
Advanced

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

Re: Using a tick as a bar line and vertically repositioning it


From: DJF
Subject: Re: Using a tick as a bar line and vertically repositioning it
Date: Tue, 14 Mar 2017 16:31:05 -0400

On Mar 14, 2017, at 2:57 PM, Joseph N. Srednicki <address@hidden> 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 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


reply via email to

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