> 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*"
ela...@flaminghakama.com
self-immolation.info
skype: flaming_hakama
Producer ~ Composer ~ Instrumentalist
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to