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 21:16:23 +0100
User-agent: Evolution 3.46.4 (3.46.4-1.fc37)

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

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


reply via email to

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