bug-lilypond
[Top][All Lists]
Advanced

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

Re: Problem with Mark_engraver


From: Erik Sandberg
Subject: Re: Problem with Mark_engraver
Date: Mon, 6 Feb 2006 13:43:34 +0100
User-agent: KMail/1.8.3

On Monday 06 February 2006 12.31, liang seng wrote:
> Hi, I'm using Lilypond 2.7.27 for Windows 98. There seems to be a problem
> regarding the Mark_engraver property. Apparently, when Mark_engraver is
> used, it seems to disregard the
> \set Score.rehearsalMarkAlignSymbol property. Here is an example:
> \version "2.7.27"
> align = \set Score.rehearsalMarkAlignSymbol = #'time-signature

I think you may want to change that to
align = \set Staff.rehearsalMarkAlignSymbol = #'time-signature
but I haven't tested it.

> linea = { \align  \mark "Rehearsal Mark" R1 }
> lineb = { \align  \mark "Rehearsal Mark" R1 }
>
> \score {
> \new StaffGroup { <<
> \new Staff { \linea }
> \new Staff \with{\consists "Mark_engraver"} { \lineb }
>
>  >> } }
>
> The placement of the rehearsal mark on the first staff is correct, but
> wrong in the second staff as the rehearsal mark is centrally aligned to the
> beginning of the staff, disregarding the rehearsalMarkAlignSymbol property.
> I've tried this when setting it to align to clefs and key signatures and
> they do not alter the result of the rehearsal mark's placement of the
> second staff as well. Is this a bug?


-- 
Erik




reply via email to

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