bug-lilypond
[Top][All Lists]
Advanced

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

Re: rehearsal mark prints twice (Almost solved)


From: palama
Subject: Re: rehearsal mark prints twice (Almost solved)
Date: Sat, 23 May 2009 00:25:04 +0200

Frédéric, Mats,

Trying to narrow down the problem to a simple example, which follows, showed 
that removing the

      \context 
      {
         \Staff
         \consists Mark_engraver
      }    

construct solves the problem.
I do not remember where does this construct came from, the file I am working on 
went through countless applications of convert-ly and this is probably the 
residue of the syntax of some previous version of Lilypond.

Is the fact that Lilypond does not complain about the use of this construct to 
be considered a bug?

Thank you very much for your help.

Ciao,

Antonio

--------------------------------------------------------------------------------

\version "2.10.10"
Foo =  
\relative c'
{
   {
   c1 c c c c c c c c c c c c
   \mark \default
   c c c c c c c c c c c c c c c
   }
}
\score 
{
   { 
   \Foo
   }
   \layout 
   {   
      \context 
      {
         \Staff
         \consists Mark_engraver
      }    
   }
}
\paper 
{
   #(set-paper-size "a4")
}
---------------------------------------------------------------------------------------
-- 
 <address@hidden>




reply via email to

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