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