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

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

Reply via email to