lilypond-user
[Top][All Lists]
Advanced

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

Hungarian Gregorian


From: Rita Composer
Subject: Hungarian Gregorian
Date: Tue, 27 Jan 2015 20:49:40 +0100

Dear Listmembers,

Could you help me, how can I creat something like this?
https://drive.google.com/file/d/0BzQDuwMSrodQU19yRTVLM0F3ZHM/view?usp=sharing

I found something simmilar in version 2.19.15 here
http://lilypond.org/doc/v2.19/Documentation/notation/working-with-ancient-music_002d_002dscenarios-and-solutions
just above "Ancient and modern from one source" but the noteheads are still not close enough.
They should be exactly next to eachother.

Thank you very much!
Sister Judit
This is what I could create, but it is quite weak:

chantEgy = \relative c' {

\override NoteHead.style = #'default

\[ g a h c \]

c h a g \divisioMinima

\[ h4 \virga a g \] d' c h a g \divisioMinima

\finalis

}

verba = \lyricmode {

Lo -- _ _ _ rem ip -- sum do -- lor _ _ sit a -- men a -- men

}

\markup { 3 }

\score {

\new VaticanaStaff <<

\override VaticanaStaff.StaffSymbol #'line-count = #5

\new VaticanaVoice = "melody" \chantEgy

% \new VaticanaVoice = "melody" \chantKettő

\new Lyrics = "one" \lyricsto melody \verba

>>

\layout {

\context {

\VaticanaStaff

\override StaffSymbol.color = #black

\override LedgerLineSpanner.color = #black

}

}

}





reply via email to

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