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
        {
                \name MyChordNames
                \override BarLine #'bar-size = #4
                voltaOnThisStaff = ##t
                \consists Bar_engraver
                \consists "Volta_engraver"
                \consists "Percent_repeat_engraver"
                \alias ChordNames
        }
        \context
        {
                \Staff
                \accepts "MyChordNames"
        }

}


\chordmode{ \repeat volta 2  {
\partial 8 s8 | f2:maj f:7 \repeat "percent" 2 {bes1:7}
c:maj c:maj c:maj c:maj c:maj c:maj c:maj
} \alternative {
es e }
}

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

Reply via email to