lilypond-user
[Top][All Lists]
Advanced

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

different behavior of "\remove Time_signature_engraver" in Lilypond-Book


From: Charles Gran
Subject: different behavior of "\remove Time_signature_engraver" in Lilypond-Book
Date: Sun, 06 Feb 2005 16:44:28 -0800

If I run this as a separate lily file the time signature is 
removed.  It is not removed when I embed this in a latex document 
as shown.
(WindowsXP, 2.4.2) -Charles

\begin{lilypond}
\relative c' {
\clef percussion 
\autoBeamOff
\cadenzaOn
c8. c16 c8 c c16 c c8
c16 c c4 c16 c c8 c
c16 c8. c8 c c c16 c
c4 c c \bar "|."
}
\layout {
  \context {
    \Staff
    \remove Time_signature_engraver
  }
}
\end{lilypond}




reply via email to

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