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.

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to