Hi David,

> > It also seems to move the bar number down. Does anybody know why?
> 
> I also have a bar number which moves down for some reason.
> 
> The attached snippet shows the problem. Commenting out the \layout
> with % {  →  %{ fixes the bar number but I lose my fermatas (both
> cases attached).

the following layout block works for me with LP 2.19.35:

%====================
\layout {
  \context {
    \Score
    \remove Mark_engraver
    %\remove Staff_collecting_engraver
  }
  \context {
    \Staff
    \consists Mark_engraver
    \consists Staff_collecting_engraver
  }
}
%====================

HTH,
Michael
-- 
 Michael Gerdau       email: m...@qata.de
 GPG-keys available on request or at public keyserver

Attachment: signature.asc
Description: This is a digitally signed message part.

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

Reply via email to