Hello guys..

How could i make a file.ly using sheme that i would include into my song so
when i write chords in c major that i would have chords degree instead..
I don't understand Sheme that much so thats why i need your help..

I used a workaround using chord-name.scm and changing a line like this:

#("Do" "Ré" "Mi" "Fa" "Sol" "La" "Si")

into

#("I" "II" "III" "IV" "V" "VI" "VII")

and then in a lilypond song used italianChords and \transpose from my songs
key into C..for Tonic (first scale degree) to be "I"..
That was ok until i came across Minor songs..Where T in Minor is VI in
major..
so i changed the upper line into #("VI" "VII" "I" "II" "III" "IV" "V") but
that alltogether becomes to complicated with compiling and everything..

Is there a simple sheme solution..that i would only need to include a file
and then just use \majorChordsDegree or \minorChordsDegree..I tryed
reading chord-name.scm and understanding how to create own code but didn't
succeeded..just frustration..

Thank you very much..!


-- 
*Nesmotren govori kao da mačem probada, a jezik je mudrih iscjeljenje.
Izreke 12:18*
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to