\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/How-to-write-chords-for-a-rhythm-section-part-from-a-blind-user-tp184991p185025.html
Sent from the User mailing list archive at Nabble.com.

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to