Seng Hin Yew schrieb:
Hi Mark,

I knew this command. But it won't show the alphabet "I" (i)
It does; I think you confused format-mark-box-letters with -alphabet -
the latter shows the I.

Marc

On Tue, Mar 16, 2010 at 2:39 AM, Marc Hohl <[email protected] <mailto:[email protected]>> wrote:

    Seng Hin Yew schrieb:

        Dear All,

        If insist to use the boxed alphabet with the "I" included,
        possible?
        The
        \set Score.markFormatter = #format-mark-alphabet
        shows only plain alphabet which not a very satisfied look.

    Try

    \set Score.markFormatter = #format-mark-box-alphabet

    this should do the trick.

    Marc




--
Martin Seng Hin Yew
Addtone Guitar Ensemble

Attachment: t.pdf
Description: Adobe PDF document

\version "2.13.13"

\pointAndClickOff

test = {
  \set Score.markFormatter = #format-mark-box-alphabet
  \time 1/4
  \mark \default
  c4
  \mark \default
  c4
  \mark \default
  c4
  \mark \default
  c4
  \mark \default
  c4
  \mark \default
  c4
  \mark \default
  c4
  \mark \default
  c4
  \mark \default
  c4
  \mark \default
  c4
}

\score { \test }
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to