Re: Trying to do a template

2005-11-28 Thread Mats Bengtsson
I guess that you don't want any new type of contexts, you just want to redefine the existing ChordNames context type. Then, simply do \layout { \context { \ChordNames \override BarLine #'bar-size = #4 voltaOnThisStaff = ##t

Re: Trying to do a template

2005-11-27 Thread joeyc (sent by Nabble.com)
Version 2.6.3 I tried section 9.1.5, and I have tried about 30 variations of something similar to what they have in that section with no luck... Here is one unsuccessful try...  it must be that I am really missing some main concept of Lilypond? \layout {         \context         {            

Re: Trying to do a template

2005-11-25 Thread Mats Bengtsson
You cannot define a macro (or identifier or whatever you want to call it) that does not contain a complete expression. Since the syntax for \new is something like \new \with it means that you have to include also the music itself in the \blankchords in order to get a correct syntax. I recommen