bug-lilypond
[Top][All Lists]
Advanced

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

Re: Gregorian episemas.


From: Graham Percival
Subject: Re: Gregorian episemas.
Date: Sun, 24 Dec 2006 04:49:30 -0800
User-agent: Thunderbird 1.5.0.9 (Macintosh/20061207)

Mirosław Doroszewski wrote:
Placing episemas only over staff lines and... disappeared.

Sorry, I don't know what you mean by "disappeared" -- I am not familiar with Gregorian notation, so I'm not certain what it should look like. What exactly is wrong with the output of this code?

Cheers,
- Graham

Example file:

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

\version "2.10.0"
\include "gregorian-init.ly"
\paper {
    #(set-paper-size "a4")
    #(layout-set-staff-size (* 18.0 pt))
    indent = 0 \mm
    between-system-space = #(* 0.1 mm)
    between-system-padding = #(* 0.1 mm)
}

\score {
    \new VaticanaStaff {
        \context VaticanaVoice = "cantus" {
            \set VaticanaStaff.createSpacing = ##f
            \override VaticanaStaff.StaffSymbol #'color = #red
            \override VaticanaStaff.LedgerLineSpanner #'color = #red
            \override Score.BarNumber #'transparent = ##t
            \override Score.Clef #'extra-offset = #'(-0.75 . 0.0)
            \clef "vaticana-do1"
            \relative {
\[ g \episemInitium \melisma \pes a \flexa g \episemFinis \melismaEnd \]
                \[ a \episemInitium \pes b \flexa a \episemFinis \]
                \finalis
            }
        }
    }
}


_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond






reply via email to

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