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
{
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
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
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
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
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
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
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