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

}

}

}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to