bug-lilypond
[Top][All Lists]
Advanced

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

Rehearsal Mark bugs


From: Cameron Horsburgh
Subject: Rehearsal Mark bugs
Date: Sat, 7 Oct 2006 11:51:33 +1000
User-agent: Mutt/1.5.13 (2006-08-11)

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,
-- 

=============================================
Cameron Horsburgh

=============================================

Attachment: RehearsalMarks.png
Description: PNG image


reply via email to

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