lilypond-user
[Top][All Lists]
Advanced

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

Re: Gregorian clefs


From: Malte Meyn
Subject: Re: Gregorian clefs
Date: Sun, 31 Jan 2016 23:11:37 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1


Am 31.01.2016 um 21:02 schrieb Joseph Folens:
> So, it seems the programm
> does not recognize its own clefs, or is there something I missed?
>  

> \include "gregorian.ly"
> \clef vaticana-do2
> \score {

Two things are wrong:
1. The \clef command is placed outside the score; it won’t have any
effect. You should put it into the VaticanaVoice.
2. Clef names (like all identifiers and strings) containing numbers must
be quoted:
\clef "vaticana-do2"
Quoting other names (like \clef "bass") is possible but not mandatory.



reply via email to

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