lilypond-user
[Top][All Lists]
Advanced

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

Re: [WAS] Staff ends before \clef, \time and \key


From: Simon Albrecht
Subject: Re: [WAS] Staff ends before \clef, \time and \key
Date: Mon, 23 Nov 2015 21:18:20 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

How about
%%%%%%%%%%%
\version "2.19.31"
{
  \key e\major
  \time 3/4
  % mes.98
  s2.
\once\override Score.BreakAlignment.break-align-orders = #(make-vector 3 '(key-cancellation
key-signature
staff-bar))
  \key e \minor
  \bar "||"
}
%%%%%%%%%%
I can’t get the tweak on X-extent to work here…

Yours, Simon

On 23.11.2015 20:52, Pierre Perol-Schneider wrote:
'cause of a DS to the former key sig.

2015-11-23 20:45 GMT+01:00 Simon Albrecht <address@hidden <mailto:address@hidden>>:

    On 23.11.2015 10:36, Pierre Perol-Schneider wrote:

        Hi,

        See:
        
http://lilypond.1069038.n5.nabble.com/Staff-ends-before-clef-time-and-key-td174133.html#a174182

        Reminder:

        %% Here works fine:
        \version "2.18.2"
        {
          \key e\major
           \time 3/4
           % mes.98
            s2.
          \bar "||"
          \key e \minor
        }

        %% Bug here:
        \version "2.19.32"
        {
          \key e\major
           \time 3/4
           % mes.98
            s2.
          \bar "||"
          \key e \minor
          %% workaround but not satisfying:
          %\grace s4
        }


    The question is: why would one want a key signature if the staff
    dies anyway?

    Yours, Simon






reply via email to

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