lilypond-user
[Top][All Lists]
Advanced

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

Re: REHEARSAL MARK BUG?


From: Marc Hohl
Subject: Re: REHEARSAL MARK BUG?
Date: Mon, 15 Mar 2010 21:30:50 +0100
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

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 <address@hidden <mailto:address@hidden>> 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 }

reply via email to

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