OK, change that into
\new VaticanaStaff <<
\new VaticanaVoice{ ... }
\new VaticanaVoice{ ... }
>>
Regarding the number of lines, just insert the
\override directive before the first note in one
of the voices.
/Mats
Michał Dwużnik wrote:
2006/7/31, Mats Bengtsson <[EMAIL PROTECTED]>:
I would try something like
<<
\new VaticanaVoice{ ... }
\new VaticanaVoice{ ... }
>>
That gives two voices on two staffs, as expected I assume :)
The manuscript is one staff.
but I don't really have any experience with the support for gregorian
notes,
so you may have to experiment a bit.
The result obtained may be ok, yet the tricks are a bit against the
logic.
\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
}
}
gives a nearly perfect neume alignment (the two "c"s at the beginning
shall ideally touch each other, result may be better if some pes is
used instead (more experiments needed) ), yet breaks down the lyrics
alignment (fairly obvious, needs worlaround).
Turning of the ligature yields OK lyrics and too large "notehead"
spacing.
Hmm, a workaround would be to put some invisible padding in the lyrics
context,
but I couldn't find a way to do that.
Cheers
Michal
BTW- where's correct place for overriding the VaticanaVoice line
numbering (I promice to look into the program reference).
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user
--
=============================================
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
SE-100 44 STOCKHOLM
Sweden
Phone: (+46) 8 790 8463
Fax: (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=============================================
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user