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: jmechmech
Subject: Re: How can I get a repeat symbol in the chord names part of lead sheet?
Date: Sat, 21 Jan 2017 08:23:50 -0700 (MST)

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.



reply via email to

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