bug-lilypond
[Top][All Lists]
Advanced

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

Re: Rehearsal Mark bugs


From: Graham Percival
Subject: Re: Rehearsal Mark bugs
Date: Wed, 08 Nov 2006 18:54:32 -0800
User-agent: Thunderbird 1.5.0.8 (Macintosh/20061025)

Cameron Horsburgh wrote:
On Wed, Oct 25, 2006 at 11:03:42PM -0700, Graham Percival wrote:
Hi Cameron and Marcus,

Both of you reported this bug. Could you check if it has anything to do with #'break-align-symbol ? I'm thinking of something like the examples in the doc section on Text marks.

I've had a bit if a fiddle with different settings for
#'break-align-symbol. The correct (IMO) result comes when I set it to
#'clef, which surprises me a little, because it centres over the bar
line (cf. the example in the section on text marks).
It still isn't perfect -- the mark over the double bar line is aligned
to the first of the two bar lines, which means it's slightly off to the
left. Currently it seems to align over the right line, so in this case
the fix is no worse than the current situation.


I'm not really certain where that leaves this bug report. Are you proposing that
     \override Score.RehearsalMark #'break-align-symbol = #'clef
should be the default? Do you have any complaints with #'clef, other than bug #97 ?

- Graham


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.9.21"

\layout {
 ragged-right = ##t
}

{ \set Score.markFormatter = #format-mark-box-alphabet %this accenuates % the first bug but makes no difference otherwise

 R1
   % mark covers clef
\break \mark \default R1 % mark decentered when bar is not "|" (in 2.6 it's broken too)
   \mark \default \bar "||"
 R1
   % mark decentered when changing time sig. and key sig. is c major
   \mark \default \time 2/2
 R1
   % mark decentered when changing key sig.
   \mark \default \key ees \major
R1 % mark OK when changing time sig. and key sig. is not c major
   \mark \default \time 4/4
R1 }
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Cheers,


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


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

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







reply via email to

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