lilypond-user
[Top][All Lists]
Advanced

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

Trying to do a template


From: joeyc (sent by Nabble.com)
Subject: Trying to do a template
Date: Thu, 24 Nov 2005 18:29:06 -0800 (PST)

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
\consists "Volta_engraver"
\consists "Percent_repeat_engraver"
}

\blankchords
\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]