Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.15 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.15 KB

Lyric Slicer

This is a tool for generating simple text-only slides in the PNG image format. I created it to simplify the inclusion of custom lyrics and scripture readings in iSingWorship.

Usage

  • Text entered into the "Lyrics" field will be placed on slides.
  • Use blank lines to separate slides.
  • Use the "Export" button or menu item to create PNG files of the slides.
  • The "Title" field is used to generate exported file names. If left empty, the first line of the lyrics will be used.
  • "Slide group size" affects slide numbers in the exported file names.

Building

This project depends on Qt 6.

mkdir build
cd build
qmake ..
make

Licenses

Lyric Slicer is released under the MIT License.

Fluent UI System Icons are used under the MIT License.

Linux Biolinum is used under the SIL OFL Version 1.1.

Qt is used under the LGPL Version 3.