lilypond-user
[Top][All Lists]
Advanced

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

Re: Bar number moves down inexplicably


From: Michael Gerdau
Subject: Re: Bar number moves down inexplicably
Date: Mon, 01 Feb 2016 08:04:17 +0100
User-agent: KMail/5.1.1 (Linux/4.3.3-3-ARCH; KDE/5.18.0; x86_64; ; )

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: address@hidden
 GPG-keys available on request or at public keyserver

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


reply via email to

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