Thanks, i have the same bug in this message

and my answer :

    \version "2.18.2"
    chordNames = \chordmode {
      \repeat percent 2 { c1:7 } 
      \repeat percent 4 { f4 } 
    }

    melody = \relative c'' {
      \repeat percent 2 { c1 } 
      \repeat percent 4 { c4 } 
    }
    \score {
      <<
        \new ChordNames \chordNames
        \new Staff { \melody }
      >>
      \layout {   
        \context {
          \ChordNames     
          \consists "Percent_repeat_engraver"     
          \consists "Slash_repeat_engraver"
          \override RepeatSlash.extra-offset = #'(0 . 1)
          \override PercentRepeat.extra-offset = #'(0 . 1)
        }
      }
    }




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Re-How-can-I-get-a-repeat-symbol-in-the-chord-names-part-of-lead-sheet-tp199418p199425.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