lilypond-user-fr
[Top][All Lists]
Advanced

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

Re: Abréviation d'instruments


From: xtof pno
Subject: Re: Abréviation d'instruments
Date: Thu, 2 Mar 2023 21:44:49 +0000 (UTC)

Encore un souci avec la suppression des abréviations par les balises, en ce qui concerne la harpe :
scoreAHarpPart = \new PianoStaff \with {
  instrumentName = "Harpe"
%  shortInstrumentName = "Hp"
} <<
  \new Staff = "upper" \with {
    midiInstrument = "orchestral harp"
  }  \scoreAUpper
  \new Staff = "lower" \with {
    midiInstrument = "orchestral harp"
  } { \clef bass \scoreALower }
  >>

Quelle est la bonne syntaxe pour :
{ \tag conducteur \set Staff.shortInstrumentName = "Hp"
  ??????????????????????
}

Merci.
Christophe

Le jeudi 2 mars 2023 à 21:16:27 UTC+1, Jean Abou Samra <jean@abou-samra.fr> a écrit :


Bonjour,

Vous y êtes presque. C'est juste qu'avec ce code :

scoreAOboePart = \new Staff \with {
  instrumentName = "2 Hautbois"
  shortInstrumentName = "Ob"
  midiInstrument = "oboe"
} % \scoreAOboe

Vous définissez un shortInstrumentName. Et avec ce code :

  \tag conducteur \set Staff.shortInstrumentName = "Ob"

Vous définissez un shortInstrumentName mais seulement pour le conducteur.

Il faut enlever la ligne shortInstrumentName = "Ob" du \with.

Cordialement,

Jean


reply via email to

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