lilypond-devel
[Top][All Lists]
Advanced

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

bug with boxed rehearsal marks


From: Werner LEMBERG
Subject: bug with boxed rehearsal marks
Date: Wed, 28 Jul 2004 03:15:20 +0200 (CEST)

Here a bug with boxed rehearsal marks.


     Werner


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


%
% boxed-rehearsal-marks.ly
%
% important
%
% address@hidden
%

\version "2.2.5"

\header { texidoc = "
The box around a rehearsal mark becomes too tight if the font size
of the mark is increased.
" }


\score {
  \notes \relative c' {
\set Score.markFormatter =
  #(lambda (mark context)
    (make-bold-markup (make-box-markup (number->string mark))))
\override Score.RehearsalMark #'font-size = #1
    \mark \default R1 |
\override Score.RehearsalMark #'font-size = #20
    \mark \default R1 |
  }

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

% EOF

PNG image


reply via email to

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