lilypond-user
[Top][All Lists]
Advanced

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

Chords degree


From: Stjepan Horvat
Subject: Chords degree
Date: Mon, 10 Oct 2011 20:22:11 +0200

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


reply via email to

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