rlisle
Forum Replies Created
-
Forum: Plugins
In reply to: [Chords and Lyrics] [Plugin: Chords and Lyrics] American vs. European chordsOk, I’ve added European chord support to the code and will upload v1.7 once I’ve done a little bit more testing in the morning.
This problem really comprises two aspects:
1. Being able to enter chord information in a post using European chords.
2. Displaying music using European chords.To support the first, I’ve added a new parameter european=”yes” to the chordsandlyrics shortcode. This will cause B to be interpreted as Bb.
To support the display of European chords (regardless of how they’re entered in the post) I have added a checkbox to the Chords and Lyrics options on the Settings -> Readings page.
Forum: Plugins
In reply to: [Chords and Lyrics] [Plugin: Chords and Lyrics] American vs. European chordsInteresting. I’ll see about adding support for it.
I’m assuming that this is a ‘global’ type setting, so I will add a checkbox to the Settings -> Reading options to enable displaying “h” instead of “b”.Forum: Plugins
In reply to: [Chords and Lyrics] [Plugin: Chords and Lyrics] American vs. European chordsSorry, haven’t been getting notifications so didn’t see this request.
Please help me understand this clearly. In Europe the scale is AHCDEFG?
This feels like someone is trying to play a practical joke on me 🙂Forum: Plugins
In reply to: [Plugin: Chords and Lyrics] Version 1.6 released.Or maybe not a bug. I’ve checked my test page, and added a line following the closing [/chordsandlyrics] tag. It appears to display ok. I’ve also added a test post with similar text, and it also formats correctly.
So this appears to be an issue with the other plugins that you are using, or most likely with the theme.
I suggest switching your theme and see if the problem persists. If so, then selectively disable your other plug-ins until the problem goes away.
Please let me know if there is anything else that I can do to help you debug this.Forum: Plugins
In reply to: [Plugin: Chords and Lyrics] Version 1.6 released.Sorry. There appears to be a bug in my code. I’ll try to get a fix out later today.
Forum: Plugins
In reply to: [Plugin: Chords and Lyrics] Chords at end of lines are positioned lowerI’ve just uploaded version 1.6.
This release fixes the end of line issues reported. It also improves the handling of big chords over little words and other difficult situations.
I’ve removed the experimental multipage formatting.
Note that the control to select lyrics-only display has been moved to a section at the bottom of the Settings->Reading page.
I have also tested with WordPress 3.0 release candidate.Forum: Plugins
In reply to: [Plugin: Chords and Lyrics] Chords at end of lines are positioned lowerYep, this is a known issue. I believe that it can be fixed with CSS by vertically aligning the td elements to the top. What is happening is that normally a chord and a lyrics are displayed within a table cell (td) over/under each other with an intervening br. When a chord appears at the end of a line without a lyric, the chord gets aligned to the vertical center.
I’ll check into fixing it in code also.