0
Hi there,
I am very interested in this great component and I am thinking of bying it, but before I want to purchase it I'd like to ask a question about adding lyrics and chords.
(I can't try it...
)
Because I am a musician, playing the guitar, I'd like to add chords to the lyrics. Off course no problem with plain text, but I would like to have the chords seperately and even if possible changeable (Transposing the chords up or down).
Is this already possible or is adding lyrics and chords just plain text? Could it maybe something on the wishlist...a possibility in the future?
I hope I am clear enough:blink:
Can someone please respond? Thanks in advance!
I am very interested in this great component and I am thinking of bying it, but before I want to purchase it I'd like to ask a question about adding lyrics and chords.
(I can't try it...

Because I am a musician, playing the guitar, I'd like to add chords to the lyrics. Off course no problem with plain text, but I would like to have the chords seperately and even if possible changeable (Transposing the chords up or down).
Is this already possible or is adding lyrics and chords just plain text? Could it maybe something on the wishlist...a possibility in the future?
I hope I am clear enough:blink:
Can someone please respond? Thanks in advance!
Responses (9)
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0This is the way to proceed in order to have a TEXTAREA field for the chords
1) replace the file /administrator/components/com_muscol/views/song/tmpl/form.php for this other file (you have to unzip it):
[file name=form.zip size=1253]http://www.joomlamusicsolutions.com/images/fbfiles/files/form.zip[/file]
2) open /components/com_muscol/views/song/tmpl/default.php
and add the chords field wherever you want it to appear. after line 82 would be a good idea, but you can choose it. the code you have to add it inside PHP tags is:
echo $this->song->chords;
IMPORTANT: the right way to display the chords is inside, for instance, an HTML "pre" tag (you know, to make every letter have the same width an keep the format you gave to the chords)
if you prefer to have an EDITOR field instead of a textarea field fo the chords, tell me. but I think it's better a textarea -
Accepted Answer
0Hi Germin, again thanks for your effort!
Though it is not really what I meant. I would like to have the chords right above the lyrics, and in most perfect way, when you can transpose them by semitones. This way, I can play and singalong with the lyrics. Example:
C Am
Now do ya hear me talking to you
Dm G Em
Across the water, across the deep blue ocean
Am Dm
Under the open sky, oh my
G
Baby I'm trying..........
Change tone : semitones (a button with the possibility to transpose up or down by semitones.
The component ' Jsongs lyrics' uses it. (sorry, I don't want to make that component famous, but it's for trying to make myself clear)
Then again, your component is very complete, but for me adding this would be totaly perfect!
Off course I can inmagine that this is something for the wishlist... -
Accepted Answer
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »