lilypond-devel
[Top][All Lists]
Advanced

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

Re: rehearsal mark problems


From: Mats Bengtsson
Subject: Re: rehearsal mark problems
Date: Fri, 16 Jan 2004 11:09:16 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031007

For rectangles, see
http://lilypond.org/doc/v2.0/input/test/out-www/collated-files.html#boxed-molecule.ly

   /Mats

Werner LEMBERG wrote:
Besides the bugs shown below, I would like to have a property to
enclose rehearsal marks in either a circle or rectangle (the latter
preferred).  Perhaps it is possible to directly use TeX's
capabilities?  To implement this, there could be a property which
describes how to format the rehearsal string, e.g.

  \property Staff.RehearsalMark \override #'style = #'frame

A proper LaTeX macro definition for a frame could be this:

  \def\lilypondframe#1{%
    \frame{\vrule height 0.7\baselineskip
                  depth  0.2\baselineskip
                  width 0pt
           \thinspace #1\thinspace}}


   Werner


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

%
% This file shows problems with rehearsal marks in lilypond
% CVS 2004-01-16 07:44 MET.
%
% . The \default command to increase the rehearsal number produces
%   strange results.
%
% . The default size of the rehearsal mark `1' is far too small.

\version "2.1.9"
\include "paper20.ly"

\score {
  \context Voice \notes \relative c' {
    c1 | \mark "1"
    c1 | \mark \default
    c1 |
  }

  \paper {
    linewidth = 50.0\mm
    indent = 0.0\mm
  }
}

% EOF


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


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

_______________________________________________
Lilypond-devel mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/lilypond-devel

--
=============================================
        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]