lilypond-user
[Top][All Lists]
Advanced

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

Re: How can I get a repeat symbol in the chord names part of lead sheet?


From: Klaus Blum
Subject: Re: How can I get a repeat symbol in the chord names part of lead sheet?
Date: Fri, 13 Jan 2017 02:35:44 -0700 (MST)

Hi Rob, 

Rob Torop wrote
> I'm trying to figure out what to use for a chord name to get a "repeat"
> (percent) sign over one of the measures.

you could also try:

% ------------------------------------------------------------
\version "2.18.2"

chordNames = \chordmode {
  \repeat percent 2 {c1}
  d1
}

melody = \relative c'' {
  c4 d e f
  g a, b c
  c d e f
}


\score {
  <<
    \new ChordNames \chordNames
    \new Staff { \melody }
  >>
  \layout {
    \context {
      \ChordNames
      \consists "Percent_repeat_engraver"
    }
  }
}
% ------------------------------------------------------------

However, the percent sign will be centered above the measure.

Cheers, 
Klaus



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/How-can-I-get-a-repeat-symbol-in-the-chord-names-part-of-lead-sheet-tp199145p199148.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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