Re: Documentation question.

2025-01-13 Thread David Wright
On Mon 13 Jan 2025 at 00:17:11 (-0500), Hwaen Ch'uqi wrote: > Hello. I just downloaded 2.24.4, but I do not see where the texinfo manuals > are. How might I obtain them? I am using ubuntu-22.04. If you go to https://gitlab.com/lilypond/lilypond/-/releases/v2.24.4 I think you'll find that the Packa

Re: Documentation question.

2017-02-07 Thread Federico Bruni
Yes, brain fart from me :-) IIRC the problem is when you run the command with --doc in a directory different from where the .sh file is located. Sorry, I'm away from my computer and can't double-check in the tracker. ___ lilypond-user mailing list lilyp

Re: Documentation question.

2017-02-07 Thread Simon Albrecht
On 07.02.2017 17:15, Federico Bruni wrote: There's an open issue in the tracker about a bug triggered by the --prefix option. If you use --doc without --prefix it should work, but it will be installed under /usr/local. I always use both, so that really can’t be much of a problem. Best, Simon

Re: Documentation question.

2017-02-07 Thread David Wright
On Tue 07 Feb 2017 at 11:22:29 (-), Phil Holmes wrote: > - Original Message - From: "Hwaen Ch'uqi" > > To: > Sent: Tuesday, February 07, 2017 10:52 AM > Subject: Documentation question. > > > >Greetings All, > > > >I have been trying to install lilypond-2.18.2 along with its > >docu

Re: Documentation question.

2017-02-07 Thread Federico Bruni
There's an open issue in the tracker about a bug triggered by the --prefix option. If you use --doc without --prefix it should work, but it will be installed under /usr/local. Il 07 feb 2017 15:18 Hwaen Ch'uqi ha scritto: > > Greetings Phil, > > Thank you so much for the mirroring site. All is

Re: Documentation question.

2017-02-07 Thread Hwaen Ch'uqi
Greetings Phil, Thank you so much for the mirroring site. All is now installed. Hwaen Ch'uqi On 2/7/17, Phil Holmes wrote: > - Original Message - > From: "Hwaen Ch'uqi" > To: > Sent: Tuesday, February 07, 2017 10:52 AM > Subject: Documentation question. > > >> Greetings All, >> >> I

Re: Documentation question.

2017-02-07 Thread Phil Holmes
- Original Message - From: "Hwaen Ch'uqi" To: Sent: Tuesday, February 07, 2017 10:52 AM Subject: Documentation question. Greetings All, I have been trying to install lilypond-2.18.2 along with its documentation. From the command line, I have called sudo sh lilypond-2.18.2-1.linux-6

Re: documentation question

2004-11-24 Thread D Josiah Boothby
ah, i think that's more clear now. thank you. josiah On Wed, 24 Nov 2004, Mats Bengtsson wrote: Not exactly! A \layout{} block can be put both within a \score{} and before it. If you put it outside the \score{} block, it will apply to all score blocks after it. The difference between \layout and \p

Re: documentation question

2004-11-24 Thread Mats Bengtsson
Not exactly! A \layout{} block can be put both within a \score{} and before it. If you put it outside the \score{} block, it will apply to all score blocks after it. The difference between \layout and \paper is what you can put into them. In \layout{}, you specify things related to how the music is

Re: documentation question

2004-11-23 Thread D Josiah Boothby
I think I figured this out on my own (though I still think the documentation seems a bit vague on the matter): \layout is for inside the \score block, where \paper is for outside the \score block. Josiah On Tue, 23 Nov 2004, D Josiah Boothby wrote: in the documentation for v. 2.4.2 regarding th