lilypond-user
[Top][All Lists]
Advanced

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

Re: Vaticana episema in general music script


From: David Kastrup
Subject: Re: Vaticana episema in general music script
Date: Wed, 25 Sep 2013 12:56:02 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Ben Hillen <address@hidden> writes:

> I am relatively new in Lilypond and am looking for a way to give a group of
> three notes one episema above the beam as in Vaticana script.
> Beneath some code a tried. In general script no episema appears. Is there a
> way for creating such?
> Wo can help me?
>
>
> \version "2.16.2"
>
> \include "gregorian.ly"
>
> \new Voice {
>   \revert Score.SpacingSpanner #'packed-spacing
>   a'8 [b'a']  
>   \[ a'8\episemInitium  [b' a']] \episemFinis \]
> }
>
> \new VaticanaVoice {
>   \revert Score.SpacingSpanner #'packed-spacing
>   a8 b a  
>   \[ a8\episemInitium b a] \episemFinis \]
> }

Try \new Voice \with { \consists "Episema_engraver" } { ... } but there
will be more measures necessary before the episema agrees with the
beaming.

-- 
David Kastrup




reply via email to

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