File: README.md

package info (click to toggle)
qabc 1.14-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 448 kB
  • sloc: cpp: 2,338; xml: 48; makefile: 3
file content (35 lines) | stat: -rw-r--r-- 912 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# QAbc
ABC music notation minimal GUI.

## Dependencies
QAbc uses third-party softwares to generate MIDI, AUDIO, and PostScript files. Without them, QAbc would be very poor (only a little fancy text editor). So, please install them:

- abc2midi (CLI)
- fluidsynth (CLI)
- abcm2ps (CLI)
- Qt 5.x or 6.x (LIB)

## Screenshot
![screenshot](http://brouits.free.fr/qabc/qabc.png "The main window")

## Building
Just a matter of:
```
$ cd qabc
$ qmake -config release
$ make
# make install (as root)
```

## Starting
Launch `qabc`, type some ABC music in the editor, press `Play` button: you're done!

## Bugs
Lots of!

## Colophon
This project is (was), as of version 0.1, a one-night project because I wanted to be more comfortable with ABC notation and I could not find a GUI software that could run on my laptop.

## Icon
Icon is derived from [Cris Gradina's harp.svg](https://openclipart.org/detail/182170/harp)