lilypond-user
[Top][All Lists]
Advanced

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

Re: How to write chords for a rhythm section part from a blind user


From: jmechmech
Subject: Re: How to write chords for a rhythm section part from a blind user
Date: Wed, 23 Dec 2015 07:07:03 -0700 (MST)

  
  \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.



reply via email to

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