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.
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user