Aide:LilyPond/Modèles de partition : Différence entre versions
De Wicri Musique
(→Ligne de chant basse) |
(→Ligne de chant Alto) |
||
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 " |
Version du 4 décembre 2022 à 10:55
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>