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: Alberto Simões
Subject: Re: Removing time signature from end of line
Date: Sun, 5 Jun 2016 11:22:37 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.1.1



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




reply via email to

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