Play along with ChordPro
Configuration Files
When browsing through the wiki entries about ChordPro's file format and the command-line options, you continually find references to the option to use a configuration file for certain things. In fact, this kind of processing is far more powerful than the command-line parameters or the graphical interface. A detailed description of the extensive possibilities of the configuration file can also be found in the wiki [6].
Typical examples of the need for an external control file include printing fingering diagrams for instruments that are not directly supported, outputting alternative fingerings, and displaying chords that ChordPro does not know and that you therefore have to specify explicitly. Listing 4 shows you an example of a wiki fingering image, marginally adapted for our purposes, which defines two variants of the B flat major chord in the low and high registers in the configuration file.
Listing 4
Adapted Wiki Fingering
// The default for "base" is 1. // Use 0 for an empty string and // -1 for a damped string. "chords" : [ { "name" : "B(low)", "base" : 1, "frets" : [ 1, 1, 3, 3, 3, 1 ], "fingers" : [ 1, 1, 2, 3, 4, 1 ], }, { "name" : "B(high)", "base" : 6, "frets" : [ 1, 3, 3, 2, 1, 1 ], "fingers" : [ 1, 3, 4, 2, 1, 1 ], }, ],
Conclusions
ChordPro fully lives up to its reputation as the reference software for the ChordPro markup format – no matter whether you prefer the command-line version or the GUI. The program does a really good job of the things it sets out to do and can be a good option provided that the basic functions are all you need for the time being. In general, the terminal version of ChordPro is more powerful and practical than the GUI version. The editor in particular lacks functionally, so you might prefer your favorite editor.
However, the widely used editors based on Gtksourceview (like Gedit) or KatePart (Kate) do not have syntax highlighting for the ChordPro format. At least there is a plugin for Vim [7]. But even without syntax highlighting, it is worth learning the various command-line and configuration options. This is the only way to visualize unknown chords in the printed output.
Infos
- ChordPro: https://github.com/ChordPro/chordpro
- File format specification: https://github.com/ChordPro/chordpro/wiki/ChordPro-File-Format-Specification
- MuseScore: https://musescore.org/
- LilyPond: https://lilypond.org
- Chordii: https://sourceforge.net/projects/chordii/
- Configuration file description: https://github.com/ChordPro/chordpro/wiki/ChordPro-Configuration-File
- Syntax highlighting for ChordPro in Vim: https://github.com/vim-scripts/chordpro.vim/blob/master/syntax/chordpro.vim
« Previous 1 2
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Direct Download
Read full article as PDF:
Price $2.95
News
-
Apple M1 Hardware Support to be Merged into Linux Kernel 5.13
Linux users will be able to install their favorite distribution on Apple’s M1-based hardware.
-
KDE Launches the Qt 5 Patch Collection
To support and maintain a stable Qt 5 for KDE Gears and Frameworks, KDE will maintain a patch collection.
-
Linux Creator Warns Next Kernel Could be Delayed
Linus Torvalds has issued concern about the size of kernel 5.12 and possible delays for its release.
-
System76 Updates its Pangolin Laptop
System76 has released a much-anticipated AMD version of their most popular laptop, the Pangolin.
-
New Debian-Based Distribution Arrives on the Market
TelOS is a new Debian-based Linux distribution with a customized, touch-screen-ready KDE Plasma 5 desktop.
-
System76 Releases New Thelio Desktop
One of the most ardent supporters of open source hardware has released a new desktop machine for home or office.
-
Mageia 8 Now Available with Linux 5.10 LTS
The latest release of Mageia includes improved graphics support for both AMD and NVIDIA GPUs.
-
GNOME 40 Beta has been Released
Anyone looking to test the beta for the upcoming GNOME 40 release can now do so.
-
OpenMandriva Lx 4.2 has Arrived
The latest stable version of OpenMandriva has been released and offers the newest KDE desktop and ARM support.
-
Thunderbird 78 Ported to Ubuntu 20.04
The Ubuntu developers have made the decision to port the latest release of Thunderbird to the LTS version of the platform.