I changed the documentation to avoid future confusion.
/Mats
joeyc (sent by Nabble.com) wrote:
Thanks Mats,
that makes sense...
I had just copied the original from the documentation, and it has the
\repeat outside of \chordmode...
thanks,
joey
---
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
You can insert as much music as you wish within
\new Chords \with {...} \chordmode{...}
For some reason, you had written the \repeat command outside \chordmode,
just move it inside, like in the following example.
\new ChordNames \with {
\override BarLine #'bar-size = #4
voltaOnThisStaff = ##t
\co
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
joeyc (sent by Nabble.com) wrote:
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
Since that's not standard notation practice