Re: Scheme function for ossia

2009-08-25 Thread Trevor Daniels
Jonathan Wilkes wrote Monday, August 24, 2009 6:34 PM Another thing I noticed is that \type, \alias, \remove, and \name are not in Appendix F of the NR. Index entries added in git. They'll appear in the Notation Reference in the next release. Trevor

Re: Scheme function for ossia

2009-08-25 Thread Kieren MacMillan
Hi Mats, No! \alias does something completely different than you seem to beleive. Just to complete this (dangling) thread, and make sure *I* know what it does... =) \context { \name BAR \alias FOO ... } informs lilypond that the newly-defined context called BAR should accept

Re: Scheme function for ossia

2009-08-24 Thread Trevor Daniels
Jonathan Wilkes wrote Monday, August 24, 2009 6:24 AM Would probably help if I showed the file :). I'm guessing the problem is it's not allowed to use a variable inside of the braces after the \with command, but I don't understand why. Correct. A \with clause may contain only a)

RE: Scheme function for ossia

2009-08-24 Thread Kieren MacMillan
Hi Jonathan, Would probably help if I showed the file :). I'm guessing the problem is it's not allowed to use a variable inside of the braces after the \with command, but I don't understand why. I don't know how to solve your Scheme problem, but this is what I would do. Hope it helps!

Re: Scheme function for ossia

2009-08-24 Thread Robin Bannister
Trevor Daniels wrote: like this: And staffName wants symbol? notstring? Cheers, Robin ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Scheme function for ossia

2009-08-24 Thread Robin Bannister
And staffName wants symbol? notstring? Sorry; forget that. The parameter given to \ossia should be #main not #'main Cheers, Robin ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Scheme function for ossia

2009-08-24 Thread Jonathan Wilkes
--- On Mon, 8/24/09, Trevor Daniels t.dani...@treda.co.uk wrote: From: Trevor Daniels t.dani...@treda.co.uk Subject: Re: Scheme function for ossia To: Jonathan Wilkes jancs...@yahoo.com, lilypond-user@gnu.org Date: Monday, August 24, 2009, 10:42 AM Jonathan Wilkes wrote Monday, August 24

Re: Scheme function for ossia

2009-08-24 Thread Trevor Daniels
Jonathan Wilkes wrote Monday, August 24, 2009 6:20 PM --- On Mon, 8/24/09, Trevor Daniels t.dani...@treda.co.uk wrote: This was one of my questions as a newbie three years ago next week! The answer came from Nicolaus Sceaux, see

RE: Scheme function for ossia

2009-08-24 Thread Jonathan Wilkes
...@sympatico.ca Subject: RE: Scheme function for ossia To: jancs...@yahoo.com, lilypond-user@gnu.org Date: Monday, August 24, 2009, 1:12 PM Hi Jonathan, Would probably help if I showed the file :). I'm guessing the problem is it's not allowed to use a variable inside of the braces after

Re: Scheme function for ossia

2009-08-24 Thread Mats Bengtsson
Jonathan Wilkes wrote: One thing I don't get is why, in NR 5.1.6 is there a need for the following: \consists Note_heads_engraver \consists Text_engraver These are already part of the Voice context because of the use of \alias, so isn't this redundant? No! \alias does something

Re: Scheme function for ossia

2009-08-23 Thread Jonathan Wilkes
Would probably help if I showed the file :). I'm guessing the problem is it's not allowed to use a variable inside of the braces after the \with command, but I don't understand why. -Jonathan \version 2.12.2 ossia = #(define-music-function (parser location staffName) (string?) #{