lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Subject: Re: Lilypond in Termux (Android)


From: gmail
Subject: Subject: Re: Lilypond in Termux (Android)
Date: Thu, 2 Feb 2023 22:03:47 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2

Hi, I tried the directions given by Martin Tarenskeen and thought that a small sample guide may be useful for other users.

Open PlayStore > search app Termux >
Open the terminal Termux and write: pkg install guile

Then write: pkg install lilypond
LilyPond 2.24.0 will be installed

Create a new directory: mkdir lilypond2.24
Create a new file: touch file1.ly

The directory where Termux put folder and file created is: data /data/com.termux/files/home
but it is not visible from android file manager.

Open PlayStore and download Material Files and start it, give all permissions.
Click the 3 dots at the top of dx to do "Add Storage > External Storage".

At this point the Termux folder appears. Open it and manipulate the files. Once you open the folder "LilyPond2.24" do "Use this folder", and from now on the folder path will appear in the side menu of Material Files.

Open the previously created file from here file1.ly and fill in the lilypond code to compose the sheet music and save it.

From Termux terminal go to the director lilypond2.24 where is located file.ly, then compile it from terminal: $ lilypond file.ly
Output a pdf in the same folder lilypond2.24 with the compiled sheet music.

I tested and it works.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]