unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: "Dr. Arne Babenhauserheide" <arne_bab@web.de>
To: Gottfried <gottfried@posteo.de>
Cc: help-guix@gnu.org
Subject: Re: Musescore and other music notation packages like Lilypond, Frescobaldi, Denemo, Rosegarden
Date: Tue, 21 Mar 2023 08:24:49 +0100	[thread overview]
Message-ID: <87ileua767.fsf@web.de> (raw)
In-Reply-To: <8c9b6816-40c1-e371-2677-7e543bcbdfc1@posteo.de>

[-- Attachment #1: Type: text/plain, Size: 1463 bytes --]

Hi Gottfried,

Gottfried <gottfried@posteo.de> writes:

>> You use
>>> lilypond THE_FILENAME.ly
>>> to create the document, 
>
>
> I tried to go into my lilypond profile

How do you go into the lilypond profile?
guix shell lilypond?

> and to create a lilypond file:
>
> lilypond test.ly
>
> but it doesn’t create a document.
>
> message:
> test.ly can’t be found.
>
> Than I created a file:
> touch test.ly
>
> and opended it with:
> gedit test.ly
>
> So I can edit this file but
> terminal message:
> TypeError: Couldn't find foreign struct converter for 'cairo.Context'

This sounds like gtk stuff is missing.

> Do I have to install something else?
>
> How can I create a .ly file in the terminal?

As a start you can use the simplest editor: nano

guix shell lilypond nano -- nano test.ly

Just edit the file there, then press CTRL-o to save and CTRL-x to exit
nano.

for starters:

# get a shell with the required programs
guix shell lilypond nano mercurial timidity++

hg clone https://hg.sr.ht/~arnebab/draketos-songbook
cd draketos-songbook
# edit the file
nano delfini-tune.ly
# create pdf and midi
lilypond delfini-tune.ly
# see the output
evince delfini-tune.pdf
# listen to it
timidity delfini-tune.midi

(that example is a song I set for my kids, so don’t expect anything fancy)

Best wishes,
Arne
-- 
Unpolitisch sein
heißt politisch sein,
ohne es zu merken.
draketo.de

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 1125 bytes --]

  reply	other threads:[~2023-03-21  7:35 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-19 16:52 Musescore and other music notation packages like Lilypond, Frescobaldi, Denemo, Rosegarden Gottfried
2023-03-19 17:34 ` Dr. Arne Babenhauserheide
2023-03-20 12:45   ` Gottfried
2023-03-20 14:43     ` Dr. Arne Babenhauserheide
2023-03-21  6:08       ` Gottfried
2023-03-21  7:24         ` Dr. Arne Babenhauserheide [this message]
2023-03-21  9:02           ` Gottfried
2023-03-21 11:06             ` Martin Castillo
2023-03-21 17:21               ` Gottfried
2023-03-21 17:37             ` Dr. Arne Babenhauserheide
2023-03-19 17:50 ` Spencer Skylar Chan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ileua767.fsf@web.de \
    --to=arne_bab@web.de \
    --cc=gottfried@posteo.de \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).