On Tue, Aug 25, 2009 at 11:28 PM, Moe, Nicholas T<[email protected]> wrote: > Hello, > > I am running Ubuntu 8.04 64-bit. I tried running gregorio on the > example from the beginning of the gabc tutorial: > > name:Kyrie XVII; > %% > (c4)Kyrie * eleison. bis > Christe eleison. bis > Kyrie eleison. Kyrie * ** eleison. > > > Trying to compile it yields this result: > > nt...@ntmoe-ubuntu64:~/Documents/GregorioTeX/kyrie_XVII$ gregorio > kyrie_XVII.gabc > error: syntax error > error: call with NULL pointer > error: unable to find the first letter of the score > > > This is very odd, since this is straight from the tutorial! I should > get a 4-line staff with only a clef.
Hello, Thanks for pointing this out. The tutorial was written using an earlier version of gregorio, so some things regarding gabc input have, I think, changed... One thing you cannot now do is write a score consisting solely of a clef, with no notes. That's the cause of the final error you see above. > Compiling this: > > name: Kyrie XVII; > %% > (c4) Ky(f)ri(gfg)e(h) * > > > yields: > > nt...@ntmoe-ubuntu64:~/Documents/GregorioTeX/kyrie_XVII$ gregorio > kyrie_XVII.gabc > error: syntax error > > > While compiling this: > > name: Kyrie XVII; > %% > (c4)Ky(f)ri(gfg)e(h) > > > works just fine. > > > So the asterisk seems to be the problem. Isn't it supposed to work if > it's shown in the example? > It's not really the asterisk that's the problem; it's the trailing text with no notes associated with it. For example, (c4)Ky(f)ri(gfg)e also yields a syntax error. I would just add the chant text as you add the music. Thanks for asking about the tutorial, as it should probably be updated. If no one volunteers, I'll look at it more this weekend. Hope that helps, Tracy _______________________________________________ Gregorio-users mailing list [email protected] https://mail.gna.org/listinfo/gregorio-users

