lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 4078 in lilypond: Improve syntax for specifyin


From: lilypond
Subject: Re: [Lilypond-auto] Issue 4078 in lilypond: Improve syntax for specifying instrument definitions
Date: Sat, 30 Aug 2014 06:29:43 +0000


Comment #1 on issue 4078 by address@hidden: Improve syntax for specifying instrument definitions
https://code.google.com/p/lilypond/issues/detail?id=4078

Let's deprecate instrumentSwitch. Its use for changing the playing instrument conflicts with its use to mark an instrument cue (as used in orchestralily): issue 2835. We do not need syntax to specify instrument definitions.

It is simpler and more flexible to define a variable
   kaspar = {
     \transposition c \clef "G_8" shortInstrumentNameKas.
     shortInstrumentName = "Kas."
     midiInstrument = "voice oohs"
     \tag#'part \mark\markup\smallCaps "Kaspar"
\tag#'score s1*0^\markup\whiteout\pad-around#0.3 \fontsize #1 \smallCaps "Kaspar"
   }
than to set up in instrument definition,
and simpler to type \kaspar than \switchInstrument #"kaspar"

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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