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: Tue, 15 Nov 2005 13:41:47 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511



joeyc (sent by Nabble.com) wrote:

This example from the docs does what I want... It prints a chord chart with just Bar Lines, and the chord symbols... but I would like to modify it...

1.)  I would like to add a bar line at the beginning measure

Since that's not standard notation practice for ordinary scores, I guess
the easiest solution is simply to add an upbeat which just contains
a spacer rest, i.e. an invisible note.:
\partial 8 s8 | f1:maj ...
just remember to add the corresponding spacer rest in any other staves
so the rhythm matches.

2.)  How can I add more than one chord per measure

You specify the duration of each chord exactly the same way as the
duration of normal notes, see "7.2.2 Chords mode".

3.)  How would I add the measure repeat symbol

They are handled by yet another engraver, so you need to do
\new ChordNames \with{
 ...
\consists "Percent_repeat_engraver"
}

Then you can use the \repeat percent 3 {...} command as usual, see
"6.7.7 Measure repeats".

 /Mats

\new ChordNames \with {
\override BarLine #?bar-size = #4
voltaOnThisStaff = ##t
\consists Bar_engraver
\consists "Volta_engraver"
}
\repeat volta 2 \chordmode {
f1:maj f:7 bes:7
c:maj
} \alternative {
es e
}

------------------------------------------------------------------------
Sent from the Gnu - Lilypond - User <http://www.nabble.com/Chord-Chart---no-lines-t553587.html#a1487677> 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]