معرفی شرکت ها


chordstransposer-0.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

-
ویژگی مقدار
سیستم عامل -
نام فایل chordstransposer-0.1
نام chordstransposer
نسخه کتابخانه 0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Benjamin Terris
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/benterris/chords-transposer
آدرس اینترنتی https://pypi.org/project/chordstransposer/
مجوز MIT
# transposer **transposer** helps musicians by transposing the chords of a song. ## Basic usage example ```bash python transposer.py mySong.txt G Bb # transposes the song mySong for G to B-flat ``` For instance, let's take the file `lost-in-the-stars.txt` : ``` Before Lord God made the sea and the land, G G° A-7sus D D+ He held all the stars in the palm of his hand G6/B E7b9 A-7 A-7b5 ``` You can use transposer to transpose this song in any tone you like, for instance : ```bash python transposer.py lost-in-the-stars.txt G F# # transposes lost-in-the-stars from G to F sharp ``` You can then find in the newly created file (lost-in-the-stars.transposed.txt) : ``` Before Lord God made the sea and the land, F# F#° G#-7sus C# C#+ He held all the stars in the palm of his hand F#6/A# D#7b9 G#-7 G#-7b5 ``` _These are the first bars of Kurt Weill's [Lost in the Stars](https://www.youtube.com/watch?v=6xJ1u920c2o)_ ## File format Since chord lines are auto-detected, you can structure your file as you wish, though each line must be only text or only chords (not a mix of both). ## About the harmony **transposer** tries to follow as much as possible harmonic rules (eg. Cb instead of B when necessary). These are defined in the destination scale : for instance, if you want to transpose a song to Db, then the 3rd note of the minor scale is Fb and not E. You don't need your original file to follow these rules for this to work. However, in [traditional notation of the chords in popular music](<https://en.wikipedia.org/wiki/Chord_names_and_symbols_(popular_music)>), we avoid writing double-flat (bb) and double-sharp (x) for the sake of readability. Here, when they should appear to be perfectly correct in terms of harmony, the double-flat and double-sharp are transposed to their most simple equivalent.


نحوه نصب


نصب پکیج whl chordstransposer-0.1:

    pip install chordstransposer-0.1.whl


نصب پکیج tar.gz chordstransposer-0.1:

    pip install chordstransposer-0.1.tar.gz