lilypond-user
[Top][All Lists]
Advanced

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

Re: ReheasalMark in Staff context is broken - can someone verify this sn


From: Mats Bengtsson
Subject: Re: ReheasalMark in Staff context is broken - can someone verify this snippet is a bug?
Date: Fri, 19 Oct 2007 16:08:42 +0200
User-agent: Thunderbird 2.0.0.5 (X11/20070716)

The bug has already been reported, see http://code.google.com/p/lilypond/issues/detail?id=432

In your simple example, it helps to move also the Break_align_engraver
from the Score to the Staff context, but I have no idea if such an operation
will work well also for multi-stave scores or if something else will break.

   /Mats

Adam James Wilson wrote:
There is a  problem when moving the RehearsalMark to the Staff
context.  In the case where the RehearsalMark remains in the Score
context (comment out the layout block below), the first RehearsalMark
aligns to a Clef and the rest align to staff-bars.  This is the
correct behavior.

But if you move the RehearsalMark to the Staff context (retain the
layour block below), the opposite (and incorrect) behavior occurs: the
first RehearsalMark aligns to a staff-bar and the rest seem to align
to Clefs.

\version "2.11.34"

%%{
\layout {
        \context { \Score               
                \remove "Mark_engraver"
        }
        \context { \Staff       
                \consists "Mark_engraver"
        }
}
%%}

\new Staff {

  \bar "|"
  \mark \default
  \clef bass
  c'4 c'4

  \bar "|"
  \mark \default
  \clef treble
  c'4 c'4

}

Should this be filed as a bug?

Best,
Adam


_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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