lilypond-user
[Top][All Lists]
Advanced

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

Re: Removing time signature from end of line


From: Flaming Hakama by Elaine
Subject: Re: Removing time signature from end of line
Date: Tue, 7 Jun 2016 17:23:58 -0700


Subject: Re: Removing time signature from end of line
Hi Alberto,

here's what I would start with:

% ---------------------------------------------------------------------
\version "2.19.25"

\defineBarLine "|-norepeat" #'("|" "" "|")   % End / Start / Middle of line


One minor point is that this comment is not totally accurate: 

\defineBarLine "|-norepeat" #'("|" "" "|")   % End / Start / Middle of line


It is more like:

\defineBarLine "|-norepeat" #'("|" "" "|")   % "Middle-<name>" (End / Start / Span)


The final argument defines what barline style appears in between staves (in the context of a staff group), not the style of the barline when it is mid-line.

The style of barline that appears mid-line is contained within the first argument to \defineBarLine, which is actually a concatenation of:

1) The barline that appears when it is mid-line (in this case, "|")
2) The character "-"
3) The second half of the name of this custom barline (in this case, "norepeat").


In the docs, this first (compound) argument is just described as "bartype":
http://lilypond.org/doc/v2.19/Documentation/notation/bars#bar-lines



HTH,

David Elaine Alt
415 . 341 .4954                                           "Confusion is highly underrated"
address@hidden
self-immolation.info
skype: flaming_hakama
Producer ~ Composer ~ Instrumentalist
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

reply via email to

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