이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Chords and Lyrics

설명

This plugin assists in the creation of staffless lead sheets, also called chords sheets.
It defines a [chordsandlyrics] shortcode which can be used in your post or page text.
It does not require any editing of your template files.

Text appearing between the [chordsandlyrics] and [/chordsandlyrics] tags will be
formatted for chord symbols written in square brackets (eg. [Cmaj]) embedded
inline within lyrics.
It will then display the chord symbol at the same horizontal position above the lyrics.
For example:

[C]Oh [F]say can you see…

will be reformatting using HTML table to display as

C F
Oh say can you see…

with the C correctly positioned over “Oh” and the F positioned over “say”.
The commonly used alternative is to use fixed fonts which isn’t very attractive.
This syntax is similar to the that used by ChordPro/Chordii.

Features:

  • Format lead sheets, keeping chord symbols above the correct lyric.
  • Appearance options page allows each end user to select Lyrics only
    or Chords And Lyrics display via their profile (user’s option page).

Directions for Use

  1. Create Posts or Pages containing the [chordsandlyrics] … [/chordsandlyrics] tags.
  2. Embed chord symbols within square brackets inline with lyrics within these tags.
    For example:
    [chordsandlyrics]
    [C]Mary had a little lamb, [G]little lamb, [C]little lamb.
    [C]Mary had a little lamb whose [F]fleece was [G]white as [C]snow.
    [/chordsandlyrics]
    Note that chords can appear in the middle of lyric words.

스크린샷

  • User option section on settings->reading page allows control of chords and/or lyrics display.

설치

These are the directions for the install. Be sure to read Directions for Use before using.

  1. Upload the ‘ChordsAndLyrics’ directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Insert [chordsandlyrics] and [/chordsandlyrics] shortcodes around text containing
    embedded chords symbols in square brackets.

FAQ

Is it possible to customize the formatting of the lyrics and chord symbols?

Yes. Adjust the CSS in your theme.
Chords are wrapped within div#cnl div#chord strong tags.
Lyrics are wrapped within div#cnl div#lyric tags.

Can I display European chords?

Yes. Beginning with version 1.7, European chord convention is supported.
A new option in the Reading Settings allows enabling display using aHcdefg instead of abcdefg.
For entering chords in a post using European chord convention, add the european=yes argument
to the chordsandlyrics short tag (eg. [chordsandlyrics european=yes])

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Chords and Lyrics”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Chords and Lyrics”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.8.0

  • Fix deprecated get_currentuserinfo error

1.7.0

  • Add support for European chord style (aHcdefg, B=Bb)

1.6.0

  • Fix bug preventing headings from showing.
  • Improved formatting for big chords over small words.
  • Clean up options API code.
  • Settings now displayed at bottom of settings -> reading page.
  • Removed multi-page option.

1.5.0

  • Convert previous use of tables to CSS layers for formatting.
  • Change multicolumn formatting to allow author to control it better.

1.4.0

  • First public release to WordPress.org subversion.

1.3.0

  • Move controls from a widget to the user’s profile page.

1.0.0

  • Initial creation. Used privately on http://TheRockBand.org.