bug-lilypond
[Top][All Lists]
Advanced

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

Re: InstrumentSwitch in CueVoice


From: Keith OHara
Subject: Re: InstrumentSwitch in CueVoice
Date: Sat, 21 Dec 2013 20:19:53 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Timothy Lanfear <lanfear <at> costamagna.demon.co.uk> writes:

> As suggested in
> http://www.lilypond.org/doc/v2.17/Documentation/notation/writing-
parts#formatting-cue-notes,
> I tried using instrumentSwitch to label cue voices. The instrument names are
> printed twice in different size fonts.

Oops.  The docs say 
  "The placement and style of the instrumentCueName is controlled by
   the \instrumentSwitch object,"
but that should be the InstrumentSwitch object, as in
  \once\override InstrumentSwitch #'font-series = #'bold
  \set instrumentCueName = "ten."

The double printing from an \instrumentSwitch is issue 2835.
\instrumentSwitch has been called into service for two jobs

You can avoid the difficulties if you use text markup instead of
instrumentCueName

  \labelTenor =  <>^\markup\bold"ten."
  { g'1
    \new CueVoice {
      \labelTenor
      g'1 } }




reply via email to

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