lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Trying to do a template


From: joeyc (sent by Nabble.com)
Subject: Re: Trying to do a template
Date: Sun, 27 Nov 2005 07:53:46 -0800 (PST)

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.
reply via email to

[Prev in Thread] Current Thread [Next in Thread]