[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Enlever le nom de l'instrument
From: |
legoss |
Subject: |
Re: Enlever le nom de l'instrument |
Date: |
Wed, 25 Jan 2012 02:09:47 -0800 (PST) |
C'est l'option "Raw text" qui ne marche pas...
Voici donc mon message brut :
%%%%%%%%%%%%%%%%%%%%%%%%
J'ai un score de près de 20 parties. Chaque partie est importée dans le
score par un \include "mapartie1.ly"
Le fichier mapartie1.ly est du style:
\relative c' {
\set Staff.instrumentName = #"Violon 1"
\set Staff.shortInstrumentName = #"V1"
c4 d e f g1
}
Le fichier principal se décompose ainsi:
\book {
\score {
<<
\new StaffGroup
<<
\new Staff \include "mapartie1.ly"
\new Staff \include "mapartie2.ly"
>>
>>
}
}
\book {
\score {
\new Staff \include "mapartie1.ly"
}
}
\book {
\score {
\new Staff \include "mapartie2.ly"
}
}
Je cherche à enlever le nom de l'instrument pour les 2 derniers \book.
Merci pour aide,
Laurent
--
View this message in context:
http://lilypond-french-users.1298960.n2.nabble.com/Enlever-le-nom-de-l-instrument-tp7223280p7223367.html
Sent from the LilyPond French Users mailing list archive at Nabble.com.