Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.75 KB

spontini-server.md

File metadata and controls

30 lines (24 loc) · 1.75 KB

Spontini Server GUI

When SpontiniServer is launched, a GUI with the log of the editor is displayed. This GUI also provides a menu with some options:

  1. Set workspace: you can choose the directory in which ly files will be opened, saved and compiled
  2. Install LilyPond: this option allows to choose a supported version of LilyPond and automatically install it inside a directory called "lilyponds", which will be automatically created inside the editor's base directory.
  3. Set LilyPond: you can set Spontini-Editor to work with a chosen installed version of LilyPond.
  4. Reset LilyPond: it configures Spontini-Editor to work with its default version of LilyPond, which is listed with "[D]" mark on the server's log.
  5. Clear screen: it clears the visible log of the editor

NOTE SpotiniServer can be launched also by a python3 interpreter; all the required dependencies are listed in requirements.txt and must be installed with pip (pip install -r requirements.txt).