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 22:02:37 +0000 (UTC)

Oui, ça marche.
Pas facile (pour moi) de trouver la bonne orthographe.
Merci encore et toujours Jean.
Bien cordialement.


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


Le jeudi 02 mars 2023 à 21:44 +0000, xtof pno a écrit :

    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"
  ??????????????????????

Quelque chose comme ça, a priori :

scoreAHarpPart =
\new PianoStaff \with {
  instrumentName = "Harpe"
} {
  \tag conducteur \set PianoStaff.shortInstrumentName = "Hp"
  <<
    \new Staff = "upper" ...
    \new Staff = "lower" ...
  >>
}

Cordialement,

Jean


reply via email to

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