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: Michał Dwużnik
Subject: Re: Gregorian notes on _five lines_
Date: Mon, 31 Jul 2006 21:24:18 +0200

\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




reply via email to

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