Re: Removing time signature from end of line

2016-06-07 Thread Flaming Hakama by Elaine
> 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-" (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


Re: Removing time signature from end of line

2016-06-05 Thread Alberto Simões



On 05/06/16 11:19, Klaus Blum wrote:

Hi Alberto,

here's what I would start with:

% -
\version "2.19.25"

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

\relative c'{
  \override Score.TimeSignature.break-visibility = #'#(#f #t #t)  % End /
Middle / Start of line
  \time 3/4
  c8 d e f e d
  c8 d e f e d \break

  \repeat volta 2 {
\time 6/8
\bar "|-norepeat"
c8 d e f e d
c8 d e f e d \break
  }
}
% -

Unfortunately, the two lists use different orders of elements resp. their
meanings...



Thank you.
At the moment using two scores, and setting manually the measure count.
Thanks
Alberto


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


Re: Removing time signature from end of line

2016-06-05 Thread Klaus Blum
Hi Alberto, 

here's what I would start with:

% -
\version "2.19.25"

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

\relative c'{
  \override Score.TimeSignature.break-visibility = #'#(#f #t #t)  % End /
Middle / Start of line
  \time 3/4
  c8 d e f e d
  c8 d e f e d \break
  
  \repeat volta 2 {
\time 6/8
\bar "|-norepeat"
c8 d e f e d
c8 d e f e d \break
  }
}
% -

Unfortunately, the two lists use different orders of elements resp. their
meanings...

Cheers, 
Klaus



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Removing-time-signature-from-end-of-line-tp191386p191395.html
Sent from the User mailing list archive at Nabble.com.

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