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: Jean Abou Samra
Subject: Re: Abréviation d'instruments
Date: Thu, 02 Mar 2023 22:49:58 +0100
User-agent: Evolution 3.46.4 (3.46.4-1.fc37)

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

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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