lilypond-user
[Top][All Lists]
Advanced

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

Re: many bars with the same chrod


From: Xavier Noria
Subject: Re: many bars with the same chrod
Date: Sun, 9 Mar 2014 22:23:54 +0100

Ah, this seems to do what I need:

\version "2.18.0"


harmony = \chordmode {

R1*4

a1*4:7

b1*4:7

}


solo = \relative c'' {

r1 | r1 | r1 | a1 | \break

a1 | a1 | a1 | a1 | \break

b1 | b1 | b1 | b1 \bar ".."

}


\score {

<<

\new ChordNames {

\harmony

}

\solo

>>

}



reply via email to

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