Urs Liska <[email protected]> writes: > Am 11.09.2017 um 11:23 schrieb David Kastrup: >> Urs Liska <[email protected]> writes: >> >>> Yes, indeed better than nothing (sudo apt install lilypond => "package >>> lilypond has no release candidate"). >>> OTOH it may take some pressure off the need for a "proper" solution ... >>> >>> Hm, will I be able to get a system where I can build LilyPond again? I'm >>> really not fluent enough with package management, but could I install >>> Guile 1.8 from sid and use that for setting up my LilyPond environment? >>> I really don't want to use an extra virtual machine just for that. >>> (I don't need step-by-step instructions here, just a confirmation if it >>> is possible (and maybe a general pointer on how to proceed) >> You just take the Guile 1.8.8 distribution (Git or tarball) to some >> suitable directory and do >> ./autogen.sh # I think >> ./configure --disable-error-on-warning --prefix=/opt/guile-1.8 > > This worked quite well, except I had to compile GNU MP along the way, > which made me stumble over this little gem of web publishing: > > <p style="text-align:center;">This site does <b>not</b>use cookies > <button type="button">I agree! </button></p> > > > :-) > >> make > > This aborts with errors related to .texi files and ...
Oh right. Should not have gone from memory.
>From 78d68ea00c65ae3e786127fe0015aeb87779309b Mon Sep 17 00:00:00 2001 From: David Kastrup <[email protected]> Date: Fri, 8 Sep 2017 17:30:44 +0200 Subject: [PATCH] Fix Texinfo sectioning --- doc/goops/goops.texi | 2 +- doc/r5rs/r5rs.texi | 3 --- doc/tutorial/guile-tut.texi | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/doc/goops/goops.texi b/doc/goops/goops.texi index d6d8e595d..b6493cf95 100644 --- a/doc/goops/goops.texi +++ b/doc/goops/goops.texi @@ -131,7 +131,7 @@ info (goops.info) and texinfo format. @end menu @node Running GOOPS, Methods, Getting Started, Getting Started -@subsection Running GOOPS +@section Running GOOPS @enumerate @item diff --git a/doc/r5rs/r5rs.texi b/doc/r5rs/r5rs.texi index 605a9762d..38a699f1d 100644 --- a/doc/r5rs/r5rs.texi +++ b/doc/r5rs/r5rs.texi @@ -116,9 +116,6 @@ -@unnumbered Summary - - The report gives a defining description of the programming language Scheme. Scheme is a statically scoped and properly tail-recursive dialect of the Lisp programming language invented by Guy Lewis diff --git a/doc/tutorial/guile-tut.texi b/doc/tutorial/guile-tut.texi index ed0b20210..4ebf54a18 100644 --- a/doc/tutorial/guile-tut.texi +++ b/doc/tutorial/guile-tut.texi @@ -446,7 +446,7 @@ get started, look at the books @cite{Simply Scheme} and @cite{The Little Schemer} from that list.} -@subsection Hello World +@section Hello World @cindex hello world Our first program is the typical Scheme "hello world" program. Put the -- 2.14.1
-- David Kastrup
_______________________________________________ lilypond-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-devel
