lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Gregorian notes on _five lines_


From: Mats Bengtsson
Subject: Re: Gregorian notes on _five lines_
Date: Mon, 31 Jul 2006 22:41:18 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050927 Debian/1.7.8-1sarge3

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 <address@hidden>:

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
address@hidden
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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

[Prev in Thread] Current Thread [Next in Thread]