lilypond-user
[Top][All Lists]
Advanced

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

Re: Chord Chart - no lines


From: Mats Bengtsson
Subject: Re: Chord Chart - no lines
Date: Wed, 16 Nov 2005 10:46:59 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511

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
\consists Bar_engraver
\consists "Volta_engraver"
\consists "Percent_repeat_engraver"
}
\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 }
\repeat volta 2 {
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
}
}

  /Mats


joeyc (sent by Nabble.com) wrote:

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 ChordNames and all the engravers? I found if I didn't do this, then I got a staff and the chords were notes...

\new ChordNames \with {
\override BarLine #'bar-size = #4
voltaOnThisStaff = ##t
\consists Bar_engraver
\consists "Volta_engraver"
\consists "Percent_repeat_engraver"
}
\repeat volta 2 \chordmode {
\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
}
\new ChordNames \with {
\override BarLine #'bar-size = #4
voltaOnThisStaff = ##t
\consists Bar_engraver
\consists "Volta_engraver"
\consists "Percent_repeat_engraver"
}
\repeat volta 2 \chordmode {
\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 <http://www.nabble.com/Chord-Chart---no-lines-t553587.html#a1496965> forum at Nabble.com.

------------------------------------------------------------------------

_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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