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: Klaus Blum
Subject: Re: Removing time signature from end of line
Date: Sun, 5 Jun 2016 03:19:02 -0700 (MST)

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.



reply via email to

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