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, 25 Oct 2006 23:03:42 -0700
User-agent: Thunderbird 1.5.0.7 (Macintosh/20060909)

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.

- Graham


Cameron Horsburgh wrote:
Hi folks,

These bugs were reported in April, but Graham has instructed me to
resubmit. There seem to be a few bug reports typesetting Rehearsal
marks,  and Jordi Nadal collated them all into one example. The
original report can be found at
http://lists.gnu.org/archive/html/bug-lilypond/2006-03/msg00333.html

I have tested Jordi's example with Lily 2.9.21 and all problems still
exist. Here is the convert-ly'ed code and png:


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\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]