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: Martial R
Subject: Re: Abréviation d'instruments
Date: Sun, 26 Feb 2023 20:52:48 +0100

Bonjour,

mettre sant les parties séparée
 shortInstrumentName = ##f

%---------------------
global = {
  \key c \major
  \time 4/4
}

mandolin = \relative c' {
  \global
  c \break  c
}

\score {
  \new Staff \with {
    midiInstrument = "acoustic guitar (steel)"
    instrumentName = "Mandoline"
    shortInstrumentName = "Mnd"
  } \mandolin
  \layout { }
  \midi {
    \tempo 4=100
  }
}

\score {
  \new Staff \with {
    midiInstrument = "acoustic guitar (steel)"
    instrumentName = ##f
    shortInstrumentName = ##f
  } \mandolin
 
}
%------------------------------

Cordialement

Le dim. 26 févr. 2023 à 19:23, xtof pno <xtof01-pno@yahoo.fr> a écrit :
Bonjour,
Lire dans la marge d'un conducteur les abréviations des instruments (shortInstrumentName) est utile.
Mais comment les supprimer dans les parties séparées, qui par définition ne sont lues que par un seul
musiciens ou groupe de musiciens ?
Merci pour vos conseils.
Bien cordialement.
Christophe


--
Martial Rameaux


reply via email to

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