Aide:LilyPond/Modèles de partition : Différence entre versions
De Wicri Musique
imported>Jacques Ducloy (→Ligne de chant Alto) |
(→Tutti) |
||
(4 révisions intermédiaires par le même utilisateur non affichées) | |||
Ligne 25 : | Ligne 25 : | ||
<score vorbis="1"> | <score vorbis="1"> | ||
\new Staff \with { | \new Staff \with { | ||
− | midiInstrument = " | + | midiInstrument = "choir aahs" |
instrumentName = #"A " | instrumentName = #"A " | ||
shortInstrumentName = #"A " | shortInstrumentName = #"A " | ||
Ligne 62 : | Ligne 62 : | ||
<score vorbis="1"> | <score vorbis="1"> | ||
\new Staff \with { | \new Staff \with { | ||
− | midiInstrument = " | + | midiInstrument = "voice oohs" |
shortInstrumentName = #"B " | shortInstrumentName = #"B " | ||
instrumentName = #"Bass " | instrumentName = #"Bass " | ||
Ligne 75 : | Ligne 75 : | ||
</score> | </score> | ||
</source> | </source> | ||
+ | ==Tutti== | ||
+ | <source lang="li"> | ||
+ | <score vorbis="1"> | ||
+ | << | ||
+ | \new ChoirStaff << | ||
+ | |||
+ | >> | ||
+ | >> | ||
+ | </source> | ||
+ | |||
+ | ==Divers== | ||
+ | \set Score.currentBarNumber = #81 |
Version actuelle datée du 20 octobre 2025 à 07:00
Cette page donne des modèles de partitions utilisables pour ces copier/coller.
Sommaire
Ligne de chant Soprano
<score vorbis="1">
\new Staff \with {
midiInstrument = #"Flute"
instrumentName = #"S "
shortInstrumentName = #"S "
} {
\relative c'' {
\time 4/4 \key g \major
r1
} }
\addlyrics {
a -- b
}
</score>
Ligne de chant Alto
<score vorbis="1">
\new Staff \with {
midiInstrument = "choir aahs"
instrumentName = #"A "
shortInstrumentName = #"A "
} {
\relative c' {
\time 4/4 \key g \major
r1
} }
\addlyrics {
a -- b
}
</score>
Ligne de chant Ténor
<score vorbis="1">
\new Staff \with {
midiInstrument = "trumpet"
shortInstrumentName = #"T "
instrumentName = #"T "
} {
\relative c' {
\clef "treble_8"
\time 4/4 \key g \major
r1
} }
\addlyrics {
a -- b
}
</score>
Ligne de chant basse
<score vorbis="1">
\new Staff \with {
midiInstrument = "voice oohs"
shortInstrumentName = #"B "
instrumentName = #"Bass "
} {
\clef bass \relative c {
\time 4/4 \key g \major
r1
} }
\addlyrics {
a -- b
}
</score>
Tutti
<score vorbis="1">
<<
\new ChoirStaff <<
>>
>>
Divers
\set Score.currentBarNumber = #81