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         {            

Trying to do a template

2005-11-24 Thread joeyc (sent by Nabble.com)
Hi, I am trying my first template and things aren't working out... I make a template called blankchords, but it I get an error. what's wrong here... thanks joey blankchords = \new ChordNames \with { \override BarLine #'bar-size = #4 voltaOnThisStaff = ##t \consists Bar_engraver \consist

Re: Chord Chart - no lines

2005-11-16 Thread joeyc (sent by Nabble.com)
Thanks Mats, that makes sense... I had just copied the original from the documentation, and it has the \repeat outside of \chordmode... thanks, joey Sent from the Gnu - Lilypond - User forum at Nabble.com. ___ lilypond-user mailing list lilypond-user

Re: Chord Chart - no lines

2005-11-15 Thread joeyc (sent by Nabble.com)
The solution for the bar line only works well with one line of music... if the chord progression is long enough to go to the second line, then things get messed up... but I found I can just repeat the whole structure again like below...  my question is...  Why do you have to repeat the \new ChordN

Re: Chord Chart - no lines

2005-11-15 Thread joeyc (sent by Nabble.com)
Thanks Mats, I've included my resulting working update to the example with all your instructions so others in the future can see... cheers, joey \new ChordNames \with { \override BarLine #'bar-size = #4 voltaOnThisStaff = ##t \consists Bar_engraver \consists "Volta_engraver" \consists "Per

Re: : Unbound variable:

2005-11-14 Thread joeyc (sent by Nabble.com)
I found it was a bad apostrophe ...  fixed now Sent from the Gnu - Lilypond - User forum at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Chord Chart - no lines

2005-11-14 Thread joeyc (sent by Nabble.com)
This example from the docs does what I want... It prints a chord chart with just Bar Lines, and the chord symbols...  but I would like to modify it... 1.)  I would like to add a bar line at the beginning measure 2.)  How can I add more than one chord per measure 3.)  How would I add the measure r

: Unbound variable:

2005-11-14 Thread joeyc (sent by Nabble.com)
Hi, What does this error mean? Parsing...: In _expression_ ?bar-size: : Unbound variable: ?bar-size I get it when I try to compile the following \new ChordNames \with { \override BarLine #?bar-size = #4 voltaOnThisStaff = ##t \consists Bar_engraver \consists "Volta_engraver" } \repeat vo