Hello,

On Jun 4, 2009, at 2:44 PM, Georg Dummer wrote:
> Hi all,
>
> I successfully compiled and installed the SVN version of gregorio on  
> Ubuntu 9.04.
> If I run gregorio on this simple snippet:
>
> name: test;
> initial-style: 0;
> %%
> (c4)A(a) (::)
>
> the result is an erroneous tex file because of the the extra curly  
> bracket after the 'A':
>
> % Name: test
> % File generated by gregorio 0.9.2
> \begingregorioscore%
> ...
> \syllable{A}}{}{}{1}{}{}{12}{}{%  ...
> \endgregorioscore %
>
> Is this a bug of gregorio or did I something wrong?

This is a known bug. You can, meanwhile, write the gabc as this instead:

name: test;
initial-style: 0;
%%
A(c4a) (::)

and it should work as expected. Hope you enjoy working with gregorio!

Regards,

--
Tracy

_______________________________________________
Gregorio-users mailing list
[email protected]
https://mail.gna.org/listinfo/gregorio-users

Reply via email to