An open API service indexing awesome lists of open source software.

https://github.com/svish/transposer

For transposing simple songs written as plain text with chords above the lyrics.
https://github.com/svish/transposer

chords lyrics php songs transposing

Last synced: 8 months ago
JSON representation

For transposing simple songs written as plain text with chords above the lyrics.

Awesome Lists containing this project

README

          

Introduction
===

For transposing simple songs written as plain text with chords above the lyrics.

Install
---

If you're using [Composer](http://getcomposer.org), which you really should, simply require the package
[geekality/transposer](https://packagist.org/packages/geekality/transposer) in your `composer.json`. Otherwise download
and include as per usual :)

"require":
{
"geekality/transposer": "1.*",
},

Example usage
---

// song.php
$text = <<transpose($_GET['key']);

echo $song->get_key_selector('song.php?key=');
echo $song;

For an example with chorus and simple css styling, see [sample.php](sample/sample.php).

License
===

This work is licensed under the Creative Commons Attribution 3.0 Unported License. To view a copy of this license, visit [Creative Commons Attribution 3.0 Unported License](http://creativecommons.org/licenses/by/3.0/).

![Creative Commons License](http://i.creativecommons.org/l/by/3.0/88x31.png)