\include "gregorian-init.ly"
#(set-global-staff-size 36)
\score {
<<
\relative c
\new VaticanaVoice = "cantus" {
\clef "medicaea-do3" \[c32 c32\] <<d f>>
<<f b>> <<c, c'>>
}
\new Lyrics \lyricsto "cantus"
{
Lo- rem ip- sum
}
>>
}
Just found the workaround:
\include "gregorian-init.ly"
#(set-global-staff-size 36)
\score {
<<
\relative c
\new VaticanaVoice = "cantus" {
\clef "medicaea-do3" \[c32 \auctum c32\] <<d f>>
}
\new Lyrics \lyricsto "cantus"
{
Lo- " "rem }
}
is really near the manuscript. I do still lack five lines and touching
the two "c"s together.
Michal
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user