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
}

Does anyone has a better workaround/solution ?

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

Reply via email to