Bonsoir Jany,
Ce qui donne, par ex. :
\version "2.20.0"
discantus = {
\set Staff.instrumentName = "Discantus"
\override Staff.InstrumentName.self-alignment-X = #RIGHT
\incipit { \clef "neomensural-c1" \key f \major \time 2/2 c''1. }
\fixed c' {
\set Score.skipBars = ##t
\hide Staff.BarLine
\key g \major
d'2. d'4 |
b e' d'2 |
c'4 e'4.( d'8 c' b |
a4) b a2 |
b4.( c'8 d'4) c'4 |
\once \hide NoteHead
c'1 |
b\breve |
\undo\hide Staff.BarLine
\bar "|."
}
}
discantusLyrics = \lyricmode {
Ju -- bi -- la -- te De -- o,
om -- nis ter -- ra, __ om-|
"..."
-us.
}
altus = {
\set Staff.instrumentName = "Altus"
\override Staff.InstrumentName.self-alignment-X = #RIGHT
\incipit { \clef "neomensural-c3" \key f \major \time 2/2 r1 f'1. }
\fixed c' {
\key g \major
\hide Staff.BarLine
r2 g2. e4 fis g |
a2 g4 e |
fis g4.( fis16 e fis4) |
g1 |
\once \hide NoteHead
g1 |
g\breve |
\undo\hide Staff.BarLine
\bar "|."
}
}
altusLyrics = \lyricmode {
Ju -- bi -- la -- te
De -- o, om -- nis ter -- ra,
"..."
-us.
}
tenor = {
\set Staff.instrumentName = "Tenor"
\override Staff.InstrumentName.self-alignment-X = #RIGHT
\incipit { \clef "neomensural-c4" \key f \major \time 2/2 r\longa r\breve r1 c'1. }
{
\clef "treble_8"
\key g \major
\hide Staff.BarLine
R1 |
R1 |
R1 |
% two measures
r2 d'2. d'4 b e' |
\once \hide NoteHead
e'1 |
d'\breve |
\undo\hide Staff.BarLine
\bar "|."
}
}
tenorLyrics = \lyricmode {
Ju -- bi -- la -- te
"..."
-us.
}
bassus = {
\set Staff.instrumentName = "Bassus"
\override Staff.InstrumentName.self-alignment-X = #RIGHT
\incipit { \clef "mensural-f" \key f \major \time 2/2 r\maxima f1. }
{
\clef F
\key g \major
\hide Staff.BarLine
R1 |
R1 |
R1 |
R1 |
g2. e4 |
\once \hide NoteHead
e1 |
g\breve |
\undo\hide Staff.BarLine
\bar "|."
}
}
bassusLyrics = \lyricmode {
Ju -- bi-
"..."
-us.
}
\score {
\new StaffGroup <<
\new Staff <<
\new Voice = Discantus \discantus
\new Lyrics \lyricsto Discantus \discantusLyrics
>>
\new Staff <<
\new Voice = Altus \altus
\new Lyrics \lyricsto Altus \altusLyrics
>>
\new Staff <<
\new Voice = Tenor \tenor
\new Lyrics \lyricsto Tenor \tenorLyrics
>>
\new Staff <<
\new Voice = Bassus \bassus
\new Lyrics \lyricsto Bassus \bassusLyrics
>>
>>
\layout {
indent = 55
incipit-width = 40
system-count = 2
\context {
\StaffGroup
systemStartDelimiter = #'SystemStartSquare
}
}
}
Cordialement,
Pierre