Re: How can I get a repeat symbol in the chord names part of lead sheet?

2017-01-21 Thread jmechmech
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 {

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

2015-12-23 Thread jmechmech
\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 Sta

Re: Fwd: Slash chords

2015-11-23 Thread jmechmech
Perfect for a snippet : \version "2.18.2" #(define (lower-extension pitch chbass) "Return lowered markup for pitch note name." #{ \markup \raise #-1.9 \halign #0.2 #(note-name->markup pitch chbass) #}) \layout { \context { \ChordNames

Re: Fwd: Slash chords

2015-11-20 Thread jmechmech
sorry, in french : http://www.linuxmao.org/Lilypond+et+les+lead+sheets#Accords_avec_basse_diff_rente_de_la_fondamentale -- View this message in context: http://lilypond.1069038.n5.nabble.c

Re: Key Signature only on first staff

2015-07-26 Thread jmechmech
like that? : \version "2.18.2" global = { \time 4/4 \tempo 4=90 \key b \major s1 } melody = \relative c' { \repeat unfold 5 { cis dis e fis } \key g \major \repeat unfold 5 { cis dis e fis } } wordsOne = \lyricmode{ \set stanza = "1" c d e f g } wordsTwo = \lyricm