Re: Emacs setup

2025-02-09 Thread Kenneth Flak via LilyPond user discussion
"Immanuel Litzroth" writes: > I posted a message a while back to get point-and-click +preview > working  > in emacs a while back. It was titled "Point an Click & emacs", it > requires > pdf-tools -- which you want anyway :-) > greetz, Hi Immanuel, Always feels like I'm starting afresh with lilyp

Re: Emacs setup

2024-10-10 Thread Kenneth Flak
It's been a while, but I'm returning to lilypond now, and I still have some unresolved issues with emacs and lilypond, that I'm hoping you all can help me out with. First of all, how can I set pdf-tools to be the default viewer? Right now I have (customize-set-variable 'LilyPond-pdf-command "zat

Re: Emacs setup

2024-07-06 Thread Laurie Savage
You can ignore my previous email! I have done some more digging and found the S-Left Tab (sorry, S-(left-iso)) binding. Laurie On Sun, 7 Jul 2024 at 10:04, Laurie Savage wrote: > I used the AucTeX package for editing LaTeX files in Emacs long ago when I > taught Physics. It had some keystrokes

Re: Emacs setup

2024-07-06 Thread Laurie Savage
I used the AucTeX package for editing LaTeX files in Emacs long ago when I taught Physics. It had some keystrokes that let the user create environments and tags with combinations like C-c v, C-c e etc (it's long ago so forgive my memory ). Is their any way of accessing auto-complete for Lilypond en

Re: Emacs setup

2024-07-06 Thread Immanuel Litzroth
Fair enough: "it" refers to the lilypond elisp code which provides integration between emacs and lilypond and utils for editing elisp code. That code is installed by the lilypond installer. Immanuel On Sat, Jul 6, 2024 at 6:17 PM waterhorsemusic wrote: > What is "it?" > > It is useful to edit me

Re: Emacs setup

2024-07-06 Thread waterhorsemusic
What is "it?" It is useful to edit messages to make it easier to follow the thread. I do always use the latest developer version of Lilypond and have always had to do something to get lilypond-mode to work in Emacs on Linux only when I get a new computer. After that lilypond-mode works works for

Re: Emacs setup

2024-07-06 Thread Immanuel Litzroth
It is installed when/where you install lilypond. Immanuel On Sat, Jul 6, 2024 at 4:03 PM Ben Bradshaw wrote: > Is it not being included by default a recent change? I have no memory of > needing to ever install lilypond mode. Or is it installed when you install > lilypond by default? > > On Sat,

Re: Emacs setup

2024-07-06 Thread Ben Bradshaw
Is it not being included by default a recent change? I have no memory of needing to ever install lilypond mode. Or is it installed when you install lilypond by default? On Sat, Jul 6, 2024, 1:09 AM Immanuel Litzroth wrote: > lilypond mode is not included in emacs by default (at least not up unti

Re: Emacs setup

2024-07-06 Thread savage.laurie
I'll  give it a go.Laurie.Sent from my Galaxy Original message From: Immanuel Litzroth Date: 6/7/24 5:38 pm (GMT+10:00) To: Laurie Savage Cc: Ben Bradshaw , Kenneth Flak , Gilles Sadowski , Lily Pond Subject: Re: Emacs setup The '(setq auto-mode ... ' inv

Re: Emacs setup

2024-07-06 Thread Immanuel Litzroth
The '(setq auto-mode ... ' invocation does nothing except make emacs aware that any file ending in .ily is a lilypond file and it needs to use lilypond mode for that file It will not put the any directory on the lilypond include path (see https://lilypond.org/doc/v2.24/Documentation/notation/inclu

Re: Emacs setup

2024-07-06 Thread Immanuel Litzroth
lilypond mode is not included in emacs by default (at least not up until 30 prerelease). What is included in org mode is support for org mode lilypond blocks: > ./lisp/org/ob-lilypond.el but that don't get you very far without lilypond and it's mode. Immanuel On Sat, Jul 6, 2024 at 4:09 AM Ben B

Re: Emacs setup

2024-07-05 Thread Laurie Savage
Thanks Ben, I added this stanza to my emacs.init and it loaded my includes with their .ily extension, although I needed to specify their full path which is unnecessary in Frescobaldi once you've edited its preferences. (setq auto-mode-alist (cons '("\\.ily$" . LilyPond-mode) auto-mode-alist

Re: Emacs setup

2024-07-05 Thread Ben Bradshaw
My recollection is that lilypond mode is included by default in emacs now. I think you should just have to load the library. Have you tried the settings from a few messages ago in this thread? On Fri, Jul 5, 2024, 8:05 PM Laurie Savage wrote: > I've fiddled with Emacs and Lilypond but it didn't

Re: Emacs setup

2024-07-05 Thread Laurie Savage
I've fiddled with Emacs and Lilypond but it didn't find my includes files that I keep in a directory in my /home directory. I tried setting that through the settings buffer for Lilypond mode but it obviously didn't take. Has anybody found a video tutorial showing its use? Laurie On Sat, 6 Jul 2

Re: Emacs setup

2024-07-05 Thread Ben Bradshaw
Yeah pdf-tools is a good way to view PDFs within emacs. You can install it from the emacs package manager. On Fri, Jul 5, 2024, 1:41 PM Kenneth Flak wrote: > Aha, getting closer! This is all very helpful. I suspect I'm still > missing a couple of pieces of the puzzle, but I'm getting > something

Re: Emacs setup

2024-07-05 Thread Kenneth Flak
Aha, getting closer! This is all very helpful. I suspect I'm still missing a couple of pieces of the puzzle, but I'm getting something out of xpdf. I still need to figure out what/how this whole pdf-tools thing is all about, though. Displaying pdfs inside emacs, perhaps? Best, K "Ben Bradshaw

Re: Emacs setup

2024-07-05 Thread Ben Bradshaw
Welcome to emacs, where hackish is normal ;) I did get point and click, basically by following the GNOME settings on this page https://lilypond.org/doc/v2.23/Documentation/usage/configuring-the-system-for-point-and-click I had to do that even though I'm not using GNOME or a DE at all. You don't hav

Re: Emacs setup

2024-07-05 Thread Immanuel Litzroth
I posted a message a while back to get point-and-click +preview working in emacs a while back. It was titled "Point an Click & emacs", it requires pdf-tools -- which you want anyway :-) greetz, i On Fri, Jul 5, 2024 at 9:18 AM Kenneth Flak wrote: > Thanks a lot, Ben! This seems to work very nice

Re: Emacs setup

2024-07-05 Thread Kenneth Flak
Thanks a lot, Ben! This seems to work very nicely indeed (although a bit on the hacky side ;-)) Did you get point-and-click working by any chance? Best, Kenneth "Ben Bradshaw" writes: > For me on Arch, I have to do this in my emacs init file: > (autoload 'LilyPond-mode "lilypond-mode") > (se

Re: Emacs setup

2024-07-04 Thread Ben Bradshaw
For me on Arch, I have to do this in my emacs init file: (autoload 'LilyPond-mode "lilypond-mode") (setq auto-mode-alist (cons '("\\.ly$" . LilyPond-mode) auto-mode-alist)) (setq auto-mode-alist (cons '("\\.lyi$" . LilyPond-mode) auto-mode-alist)) (add-hook 'LilyPond-mode-hook (lambda

Re: Emacs setup

2024-07-04 Thread Gilles Sadowski
Hello. Le jeu. 4 juil. 2024 à 17:05, Kenneth Flak a écrit : > > "Kenneth Flak" writes: > > Sorry, forgot to add subject... Still getting used to mu4e :-D > Kenneth > > > Hi list, > > > > I've started learning me a bit of emacs, and I would love to get > > lilypond working with it as well... Howe

Emacs setup

2024-07-04 Thread Kenneth Flak
"Kenneth Flak" writes: Sorry, forgot to add subject... Still getting used to mu4e :-D Kenneth > Hi list, > > I've started learning me a bit of emacs, and I would love to get > lilypond working with it as well... However, the installation > instructions in the documentation left me a bit baffled.

Re: [Frescobaldi] MIDI playback setup

2018-08-18 Thread Federico Bruni
Il giorno mar 7 ago 2018 alle 1:19, Simon Albrecht <"simon.albrecht"@mail.de> ha scritto: On 06.08.2018 17:34, ma...@masonhock.com wrote: Is libportmidi0 installed? Great catch, that was the culprit! Should that be added to the wiki page? Federico? Added to the wiki. Thanks

Re: [Frescobaldi] MIDI playback setup

2018-08-06 Thread Simon Albrecht
On 06.08.2018 17:34, ma...@masonhock.com wrote: Is libportmidi0 installed? Great catch, that was the culprit! Should that be added to the wiki page? Federico? Thanks, Simon ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/m

Re: [Frescobaldi] MIDI playback setup

2018-08-06 Thread mason
On 08/06, Simon Albrecht wrote: > Hello everybody, > > I just took another shot at configuring MIDI playback in Frescobaldi. Before > the last ubuntu reinstall I performed, I had the good fortune that it worked > by simply starting `timidity -iA` on the command line, then refreshing MIDI > output

[Frescobaldi] MIDI playback setup

2018-08-06 Thread Simon Albrecht
Hello everybody, I just took another shot at configuring MIDI playback in Frescobaldi. Before the last ubuntu reinstall I performed, I had the good fortune that it worked by simply starting `timidity -iA` on the command line, then refreshing MIDI output ports in Frescobaldi’s MIDI options and

Re: break-align-symbol setup for left-aligning a RehearsalMark with the first note

2017-09-01 Thread Kieren MacMillan
Hi Simon, > Should be left-edge, I think I believe "left-edge" refers to the system? In any case, using that doesn't seem to turn my M[N]WE into a MWE… Cheers, Kieren. Kieren MacMillan, composer ‣ website: www.kierenmacmillan.info ‣ email: i...@kierenmacmillan.i

Re: break-align-symbol setup for left-aligning a RehearsalMark with the first note

2017-09-01 Thread Simon Albrecht
On 01.09.2017 23:01, Kieren MacMillan wrote: Hello all, Is there a break-align-symbols list such that a RehearsalMark left-aligns with the first note in the measure, rather than the barline? Should be left-edge, I think (untested, sorry). From

break-align-symbol setup for left-aligning a RehearsalMark with the first note

2017-09-01 Thread Kieren MacMillan
Hello all, Is there a break-align-symbols list such that a RehearsalMark left-aligns with the first note in the measure, rather than the barline? %%% M[N]WE: { \tweak RehearsalMark.self-alignment-X #LEFT \tweak RehearsalMark.break-align-symbols #'() \mark \default c''1 } Thanks, Kieren

Re: Polymetric setup and volta repeat with alternatives

2015-10-01 Thread David Wright
Quoting Simon Albrecht (simon.albre...@mail.de): > these two don’t seem to go well together: > If Timing_translator and Default_bar_line_engraver are moved to > Staff context, no repeat bar lines are printed and the gap between > the Volta brackets disappears. Moving the > Repeat_acknowledge_engra

Re: Polymetric setup and volta repeat with alternatives

2015-10-01 Thread Thomas Morley
2015-09-29 23:03 GMT+02:00 Simon Albrecht : > Hello, > > these two don’t seem to go well together: > If Timing_translator and Default_bar_line_engraver are moved to Staff > context, no repeat bar lines are printed and the gap between the Volta > brackets disappears. Moving the Repeat_acknowledge_en

Polymetric setup and volta repeat with alternatives

2015-09-30 Thread Simon Albrecht
Volta brackets at all. Is this due to wrong usage or a bug? Thanks, Simon \version "2.19.27" \paper { #(set-paper-size "a7") indent = 0 } \header { tagline = ##f } mus = { \repeat volta 2 { s1 } \alternative { { s1 } { s1 } } } setup = << \mus

Re: New User Frescobaldi Setup for Mac

2013-10-10 Thread Davide Liessi
2013/10/10 Paul Morris : > This is a familiar problem that tripped me up at first as well. It's an > easy fix. Instead of pointing it to the LilyPond app: > /Applications/LilyPond.app > > You need to point it here: > /Applications/LilyPond.app/Contents/Resources/bin/lilypond This problem has alr

Re: New User Frescobaldi Setup for Mac

2013-10-09 Thread Paul Morris
Paul Morris wrote > (Hmmm... this might be something to add to the guide.) And done. -Paul -- View this message in context: http://lilypond.1069038.n5.nabble.com/New-User-Frescobaldi-Setup-for-Mac-tp152054p152056.html Sent from the User mailing list archive at Nabble.

Re: New User Frescobaldi Setup for Mac

2013-10-09 Thread Paul Morris
lyPond.app You need to point it here: /Applications/LilyPond.app/Contents/Resources/bin/lilypond This is not intuitive, but should do the trick. (Hmmm... this might be something to add to the guide.) -Paul -- View this message in context: http://lilypond.1069038.n5.nabble.com/New-User-Frescobaldi-S

New User Frescobaldi Setup for Mac

2013-10-09 Thread Garrett McGilvray
I have tried thus far unsuccessfully to get Frescobaldi to work on my Mac, and I am wondering if any of you Mac Frescobaldi users could help me. I have followed the instructions from this link: https://github.com/wbsoft/frescobaldi/wiki/Frescobaldi-Mac-OS-X-install-guide After all of those instr

Web Server setup

2013-06-25 Thread Carl Peterson
So I know a hymnal publisher who is wanting to give churches the option of setting a hymn text to different tunes with the same meter (and of creating "composite" hymns with verses from different texts set to the same tune). They used Finale for the actual hymnal (and that isn't likely to change),

Re: Multi column page setup

2013-04-05 Thread David Kastrup
Thomas Morley writes: > 2013/4/5 Thomas Morley : >> 2013/4/5 David Kastrup : >>> Thomas Morley writes: >>> 2013/4/4 David Kastrup : > > Regarding the "you can't have LilyPond figure out page breaking" angle: > maybe > http://code.google.com/p/lilypond/issues/detail?id=1

Re: Multi column page setup

2013-04-04 Thread David Kastrup
Thomas Morley writes: > 2013/4/5 David Kastrup : >> Thomas Morley writes: >> >>> 2013/4/4 David Kastrup : >>> Regarding the "you can't have LilyPond figure out page breaking" angle: maybe http://code.google.com/p/lilypond/issues/detail?id=1334> is a suitable building block fo

Re: Multi column page setup

2013-04-04 Thread Thomas Morley
2013/4/5 Thomas Morley : > 2013/4/5 David Kastrup : >> Thomas Morley writes: >> >>> 2013/4/4 David Kastrup : >>> Regarding the "you can't have LilyPond figure out page breaking" angle: maybe http://code.google.com/p/lilypond/issues/detail?id=1334> is a suitable building block f

Re: Multi column page setup

2013-04-04 Thread Thomas Morley
2013/4/5 David Kastrup : > Thomas Morley writes: > >> 2013/4/4 David Kastrup : >> >>> >>> Regarding the "you can't have LilyPond figure out page breaking" angle: >>> maybe http://code.google.com/p/lilypond/issues/detail?id=1334> is a >>> suitable building block for that. >>> >>> -- >>> David Kastr

Re: Multi column page setup

2013-04-04 Thread David Kastrup
Thomas Morley writes: > 2013/4/4 David Kastrup : > >> >> Regarding the "you can't have LilyPond figure out page breaking" angle: >> maybe http://code.google.com/p/lilypond/issues/detail?id=1334> is a >> suitable building block for that. >> >> -- >> David Kastrup > > \markup \score { ... } now _c

Re: Multi column page setup

2013-04-04 Thread Thomas Morley
2013/4/4 David Kastrup : > > Regarding the "you can't have LilyPond figure out page breaking" angle: > maybe http://code.google.com/p/lilypond/issues/detail?id=1334> is a > suitable building block for that. > > -- > David Kastrup \markup \score { ... } now _can_ handle pageBreak, though, if you

Re: Multi column page setup

2013-04-04 Thread David Kastrup
Eluze writes: > Orm Finnendahl-3 wrote >> Hi Hanns Holger, >> >> below is a minimal example (with a layout block for each column for >> illustration how to specify different layout settings for each >> column). You can extend it to as many columns you want. There is a >> major drawback though:

Re: Multi column page setup

2013-04-04 Thread David Kastrup
Eluze writes: > Orm Finnendahl-3 wrote >> Hi Hanns Holger, >> >> below is a minimal example (with a layout block for each column for >> illustration how to specify different layout settings for each >> column). You can extend it to as many columns you want. There is a >> major drawback though:

Re: Multi column page setup

2013-04-04 Thread Eluze
ought you can only produce one line/system with \markup \score … thanks for showing this feature! Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Multi-column-page-setup-tp143899p143931.html Sent from the User mailing list archive at Nabble.com. __

Re: Multi column page setup

2013-04-04 Thread Nick Payne
On 04/04/13 23:59, Hanns Holger Rutz wrote: hello, how can I set up lilypond to use a multiple column page layout. I have very short independent scores, and I would like to arrange them in four example four columns next to each other. It doesn't matter whether the grid goes left-to-right then

Re: Multi column page setup

2013-04-04 Thread Hanns Holger Rutz
thanks, Orm, this looks straight forward. I'm generating the score fragments, so adding explicit breaks is no problem. .h.h. On 4 Apr 2013, at 17:52, Orm Finnendahl wrote: > Hi Hanns Holger, > > below is a minimal example (with a layout block for each column for > illustration how to specify d

Re: Multi column page setup

2013-04-04 Thread Orm Finnendahl
Hi Hanns Holger, below is a minimal example (with a layout block for each column for illustration how to specify different layout settings for each column). You can extend it to as many columns you want. There is a major drawback though: You can't have lilypond figure out page breaking as the mus

Re: Multi column page setup

2013-04-04 Thread Hanns Holger Rutz
ok, great! (I think that's what grid_of_mini_scores.ly is actually doing) On 4 Apr 2013, at 16:12, Marek Klein wrote: > Hello > > 2013/4/4 Hanns Holger Rutz > how can I set up lilypond to use a multiple column page layout. I have very > short independent scores, and I would like to arrange the

Re: Multi column page setup

2013-04-04 Thread Hanns Holger Rutz
On 4 Apr 2013, at 15:46, Phil Hézaine wrote: > Le 04/04/2013 15:25, Urs Liska a écrit : >> If you don't find a lilypond-wise solution (which I'm afraid) yo'll probably >> have to define a 1/16th paper size with suitably small margins and use an >> external tool (suggestions depending on your OS

Re: Multi column page setup

2013-04-04 Thread Marek Klein
Hello 2013/4/4 Hanns Holger Rutz > how can I set up lilypond to use a multiple column page layout. I have > very short independent scores, and I would like to arrange them in four > example four columns next to each other. It doesn't matter whether the grid > goes left-to-right then top-to-botto

Re: Multi column page setup

2013-04-04 Thread Phil Hézaine
Le 04/04/2013 15:25, Urs Liska a écrit : If you don't find a lilypond-wise solution (which I'm afraid) yo'll probably have to define a 1/16th paper size with suitably small margins and use an external tool (suggestions depending on your OS and output format) to arrange them on the full paper.

Re: Multi column page setup

2013-04-04 Thread Urs Liska
If you don't find a lilypond-wise solution (which I'm afraid) yo'll probably have to define a 1/16th paper size with suitably small margins and use an external tool (suggestions depending on your OS and output format) to arrange them on the full paper. HTH Urs Hanns Holger Rutz schrieb: >h

Multi column page setup

2013-04-04 Thread Hanns Holger Rutz
hello, how can I set up lilypond to use a multiple column page layout. I have very short independent scores, and I would like to arrange them in four example four columns next to each other. It doesn't matter whether the grid goes left-to-right then top-to-bottom or the other way round. thanks

RE: General bar setup for score

2013-01-21 Thread Maarten de Keijzer
>-Oorspronkelijk bericht- >Van: james [mailto:james.lilyp...@googlemail.com] >Verzonden: zaterdag 19 januari 2013 11:48 >Aan: Maarten de Keijzer >CC: lilypond-user@gnu.org >Onderwerp: Re: General bar setup for score > >On Jan 18, 2013, at 11:26 AM, Maarten de Ke

Re: General bar setup for score

2013-01-19 Thread james
On Jan 18, 2013, at 11:26 AM, Maarten de Keijzer wrote: > >>> Am 16.01.2013 08:51, schrieb Maarten de Keijzer: >>> >>> Hi, >>> >>> Is it possible to create some general setup for the total number of >>> bars within the score, includ

RE: Re: General bar setup for score

2013-01-18 Thread Maarten de Keijzer
>>Am 16.01.2013 08:51, schrieb Maarten de Keijzer: >> >> Hi, >> >> Is it possible to create some general setup for the total number of >> bars within the score, including time changes? >> >> In the example I have a score with two voices on t

Re: General bar setup for score

2013-01-15 Thread Marc Hohl
Am 16.01.2013 08:51, schrieb Maarten de Keijzer: Hi, Is it possible to create some general setup for the total number of bars within the score, including time changes? In the example I have a score with two voices on the right (piano) staff with 6/8 and 3/8 bars. When I create in one

General bar setup for score

2013-01-15 Thread Maarten de Keijzer
Hi, Is it possible to create some general setup for the total number of bars within the score, including time changes? In the example I have a score with two voices on the right (piano) staff with 6/8 and 3/8 bars. When I create in one voice some rhythmic accents (like grace notes or

Re: What setup for a Pedagogy Book? - Lyx

2010-11-23 Thread Henry Flurry
I can't find the OS X binary for the new 2.0 Beta 1, whose feature set with lilypond interests me. Is this integration being discussed using the 1.6.8 version? Thanks! Henry ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/m

Re: What setup for a Pedagogy Book?

2010-11-22 Thread Damian leGassick
I can see it, yes but it didn't work initially - in fact has never worked until now did you try this in the terminal? /Applications/TeX/LyX.app/Contents/MacOS/lyx and it may be coincidence but try running OnyX Damian On 22 Nov 2010, at 01:57, Marc Mouries wrote: > > were you able to see t

Re: What setup for a Pedagogy Book?

2010-11-21 Thread Marc Mouries
were you able to see the preview image of the lilypond score in Lyx? For me on Mac as well when i open the lyx file i get an error message saying that I am missing a latex package. On Nov 21, 2010, at 4:24 PM, Damian leGassick wrote: > So... > > I just ran Onyx 2.2 and now everything works fin

Re: What setup for a Pedagogy Book?

2010-11-21 Thread Damian leGassick
So... I just ran Onyx 2.2 and now everything works fine (mac OSX 10.6.5) weird anyway... i'll give it a good road test over the next few weeks Damian On 21 Nov 2010, at 18:58, Julien Rioux wrote: > On 21/11/2010 12:19 PM, Damian leGassick wrote: >> 2.13.39 >> >> yes, I restarted LyX but I s

Re: What setup for a Pedagogy Book?

2010-11-21 Thread Julien Rioux
On 21/11/2010 12:19 PM, Damian leGassick wrote: 2.13.39 yes, I restarted LyX but I still can't view it in any format except LyXHTML should I enter the lilypond-book converters manually? Damian Hi Damian, So, it sounds like LyX is not detecting your lilypond installation. This is a bug. Can

Re: What setup for a Pedagogy Book?

2010-11-21 Thread Damian leGassick
2.13.39 yes, I restarted LyX but I still can't view it in any format except LyXHTML should I enter the lilypond-book converters manually? Damian On 21 Nov 2010, at 17:11, Julien Rioux wrote: > On 21/11/2010 11:45 AM, Damian leGassick wrote: >> Hi Julien >> >> lilypond-book is in my path >>

Re: What setup for a Pedagogy Book?

2010-11-21 Thread Julien Rioux
On 21/11/2010 11:45 AM, Damian leGassick wrote: Hi Julien lilypond-book is in my path I see no convertors for lilypond or lilypond-book in preferences/file handling/convertors maybe this is my problem? Damian On 19 Nov 2010, at 17:14, Julien Rioux wrote: On 19/11/2010 5:26 AM, Damian leG

Re: What setup for a Pedagogy Book?

2010-11-21 Thread Damian leGassick
Hi Julien lilypond-book is in my path I see no convertors for lilypond or lilypond-book in preferences/file handling/convertors maybe this is my problem? Damian On 19 Nov 2010, at 17:14, Julien Rioux wrote: > On 19/11/2010 5:26 AM, Damian leGassick wrote: >> lyx is also telling me (modules)

Re: What setup for a Pedagogy Book?

2010-11-19 Thread Julien Rioux
On 19/11/2010 5:26 AM, Damian leGassick wrote: lyx is also telling me (modules) that i can't enable lilypond-book because some packages are unavailable - which packages are those? Sorry I just realised that my previous message wasn't useful in understanding the error. Is "lilypond-book" in

Re: What setup for a Pedagogy Book?

2010-11-19 Thread Julien Rioux
On 19/11/2010 5:26 AM, Damian leGassick wrote: has anyone got a link for the lilypond.lyx file - i can't see it Here's the beta version of the file. Where did you download your copy? Did you download the .dmg file for Mac? lyx is also telling me (modules) that i can't enable lilypond-book b

Re: What setup for a Pedagogy Book?

2010-11-19 Thread Damian leGassick
has anyone got a link for the lilypond.lyx file - i can't see it lyx is also telling me (modules) that i can't enable lilypond-book because some packages are unavailable - which packages are those? thanks damian On 14 Nov 2010, at 01:09, Julien Rioux wrote: > On 13/11/2010 3:08 PM, Bernardo B

Re: What setup for a Pedagogy Book?

2010-11-13 Thread Julien Rioux
On 13/11/2010 3:08 PM, Bernardo Barros wrote: How about Lyx and Lilypond integration? How is it going? The first beta version of LyX 2.0 is out since last week. New in this version is support for Lilypond-book (version 2.13 or above) backend: http://wiki.lyx.org/LyX/NewInLyX20#toc24 Source

Re: What setup for a Pedagogy Book?

2010-11-13 Thread Bernardo Barros
How about Lyx and Lilypond integration? How is it going? 2010/11/13 Jonathan Kulp : > On Fri, Nov 12, 2010 at 7:34 PM, Carl Sorensen wrote: >> >> What a cool book!  I think I may buy the Kennan book and work my through >> your workbook!  Maybe I'll do some real learning about music. >> >> BTW, co

Re: What setup for a Pedagogy Book?

2010-11-13 Thread Jonathan Kulp
On Fri, Nov 12, 2010 at 7:34 PM, Carl Sorensen wrote: > > What a cool book!  I think I may buy the Kennan book and work my through > your workbook!  Maybe I'll do some real learning about music. > > BTW, congratulations on your tenure and promotion.  Great news! Thanks Carl. Nice of you to say. U

Re: What setup for a Pedagogy Book?

2010-11-12 Thread Carl Sorensen
On 11/12/10 6:01 PM, "Jonathan Kulp" wrote: > > My counterpoint workbook is also done with LaTeX and Lilypond. It's an > excellent combination. Source files are available here if you want to > see: > > http://music2.louisiana.edu/Gratis/ What a cool book! I think I may buy the Kennan book

Re: What setup for a Pedagogy Book?

2010-11-12 Thread Jonathan Kulp
On Fri, Nov 12, 2010 at 10:37 AM, Aaron Dalton wrote: > On Fri, 12 Nov 2010, Henry Flurry wrote: > >> >> I was thinking of exploring the possibility of LaTex & Lilypond. >> >> Has anybody out there done this kind of combo? >> > > My entire Master's thesis was a combination of LaTeX and Lilypond---

Re: What setup for a Pedagogy Book?

2010-11-12 Thread Aaron Dalton
On Fri, 12 Nov 2010, Henry Flurry wrote: I was thinking of exploring the possibility of LaTex & Lilypond. Has anybody out there done this kind of combo? My entire Master's thesis was a combination of LaTeX and Lilypond---both musical examples and the inclusion of an entire modern edition a

What setup for a Pedagogy Book?

2010-11-12 Thread Henry Flurry
I am getting ready to embard on typesetting a pedagogy book containing mostly large print music but also some text. The book is fairly big for a music book, probably on the order of 150+ pages. I have used embedded Lilypond in OpenOffice documents (OOoLilyPond (OLy) - Music notation in OpenOff

Re: lilypond-book setup for windows

2009-10-26 Thread MonAmiPierrot
class: Koma book - Lilypond 2.12 for example excerpts - BibLaTeX for bibliographies -- View this message in context: http://www.nabble.com/lilypond-book-setup-for-windows-tp22726746p26068745.html Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. _

Re: can't find lilypond in publisher section of Cygwin download mirror setup offers

2009-05-25 Thread Frédéric Bron
> You won't need to use Cygwin to run Lilypond anymore.  Just get the windows > version of the binary (the .exe file) here: You can then use it from cygwin if you want. Frédéric ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.or

Re: can't find lilypond in publisher section of Cygwin download mirror setup offers

2009-05-25 Thread Jonathan Kulp
Tom Moonen wrote: I'm interested to use Lilypond, followed instructions at http://lilypond.org/web/install/cygwin, but i can't find lilypond in the publisher section of Cygwin download mirror setup offers. If you could redirect me, i'd much appreciate it. Thanks, Tom Moonen Hi

can't find lilypond in publisher section of Cygwin download mirror setup offers

2009-05-25 Thread Tom Moonen
I'm interested to use Lilypond, followed instructions at http://lilypond.org/web/install/cygwin, but i can't find lilypond in the publisher section of Cygwin download mirror setup offers. If you could redirect me, i'd much appreciate it. Thanks, Tom Moonen -- Tom Moonen, altvi

Re: Multiple scores with common layout setup

2009-04-02 Thread Helge Kruse
Anthony W. Youngman wrote: Any other suggestions are welcome. If it's all the same code, just bung it in a \include! Ok, I placed the lines in the layout block into a .ly file and include it wherever I would repeat the lines. I also tried to define an expression dynamicsContext = { %% all t

Re: Multiple scores with common layout setup

2009-04-01 Thread Anthony W. Youngman
In message <49d32d78.8070...@gmx.net>, Helge Kruse writes >Hello, > >I have a "Theme and Variations" questions. I started notating a piece >what could be handled with (3.1.2 "Multiple scores in a book", see also >http://lsr.dsi.unimi.it/LSR/Item?id=310).

Multiple scores with common layout setup

2009-04-01 Thread Helge Kruse
Hello, I have a "Theme and Variations" questions. I started notating a piece what could be handled with (3.1.2 "Multiple scores in a book", see also http://lsr.dsi.unimi.it/LSR/Item?id=310). But I need a lot of layout setup in the PianoStaff, that is bound to the \score. F

Re: lilypond-book setup for windows

2009-03-29 Thread MonAmiPierrot
r example excerpts - BibLaTeX for bibliographies -- View this message in context: http://www.nabble.com/lilypond-book-setup-for-windows-tp22726746p22765914.html Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. ___ lilypond-us

Re: lilypond-book setup for windows

2009-03-28 Thread Hajo Dezelski
Hello, thanks for the input. After some hours of working with latex and several editors on windows and mac I decided to take the easy road: OpenOffice with the OOoLilypond Macro. It works not always as I thought, but with time I will find some workarounds. Three reasons for the decision: 1. Whe

Re: lilypond-book setup for windows

2009-03-27 Thread Carl D. Sorensen
On 3/27/09 4:56 AM, "Hajo Dezelski" wrote: > I was afraid of that - back to square one - > > In the early 90s I had a quarrel with my former boss who wanted to > force me to TeX and later LaTex and I, working on a Mac, was a vivid > Wysiwyg advocator. I won. > > Now - I have yet not decided

Re: lilypond-book setup for windows

2009-03-27 Thread Hajo Dezelski
I was afraid of that - back to square one - In the early 90s I had a quarrel with my former boss who wanted to force me to TeX and later LaTex and I, working on a Mac, was a vivid Wysiwyg advocator. I won. Now - I have yet not decided which output would be appropriate (pdf or html) so I will give

Re: lilypond-book setup for windows

2009-03-26 Thread Andrew Hawryluk
On Thu, Mar 26, 2009 at 11:13 AM, Hajo Dezelski wrote: > Hello, > > now, that I have all relevant scores coded with lilypond I want to put > together all my notes in an analytical, didatical orientated "book" > with scores and a lot of referential incipts, themes, excerpts etc. > And the only way

Re: lilypond-book setup for windows

2009-03-26 Thread Carl Sorensen
Hajo Dezelski googlemail.com> writes: > > Hello, > > > Are there recommondations for an integrated editorial environment > using lilypond-book on a windows machine which is easy to use ? I know > I have to learn some coding but I dont want to dig the next year into > the internals of TEX to l

lilypond-book setup for windows

2009-03-26 Thread Hajo Dezelski
Hello, now, that I have all relevant scores coded with lilypond I want to put together all my notes in an analytical, didatical orientated "book" with scores and a lot of referential incipts, themes, excerpts etc. And the only way I can do this in a timely manner seems to be with lilypond-book. U

Compilation setup (Was: Modules)

2008-05-20 Thread Hans Aberg
On 20 May 2008, at 04:42, Han-Wen Nienhuys wrote: My original reply was to Karl Hammar said: I would be nice to be able to do like lilypond a.ly .. o.ly z.ly i.e. treat a.ly .. o.ly as if they where included in z.ly, without having to say so in z.ly. to which I said it is not needed with

Font problem w/X11/Linux/Tetex3 setup

2005-06-01 Thread Doug Asherman
Hi: I'm having a problem running lilypond 2.5.27. My setup is TeTeX 3.0 Slackware Linux current When I compile a lilypond file using the --verbose flag, I see that it seems to be saying it's going to use Century Schoolbook as the text font. When it gets to the point where it produces

Re: Windows download for local setup option

2005-03-29 Thread Maurits Lamers
e you downloaded is the setup for Cygwin. Using that program you can download all packages you need. Since you are connected by modem, you 'd maybe better ask someone with a faster connection to download the files for you and put them on CD or USB memory stick. After that you can copy th

Windows download for local setup option

2005-03-29 Thread john
Hi, I'm a very new looker-at Lilypond - (1/2 hour). I've downloaded the setup.exe for Windows - but is there somewhere the "main" lilypond archive (eg zip) for Windows so I can download it and use the "Install from local directory" option in setup.exe? The reason is, I am connected by modem and i

Re: Help for OSX setup.

2005-01-16 Thread Graham Percival
On 13-Jan-05, at 3:46 PM, Richard Grubb wrote: I think some on this list have compiled lilypond for OS-X. Yes, but I (/we) do it via the Fink package. :) Mark, consult the Fink page: http://fink.sourceforge.net/ Although Fink is mainly intended for people with some unix background, they have help

Re: Help for OSX setup.

2005-01-13 Thread Richard Grubb
I think some on this list have compiled lilypond for OS-X. If no one responds, Fink is probably your best bet, although it sounds like you need some basic Unix instruction also. Darwin Ports does not seem to have a lilypond package. I am thinking about trying to make an i-installer package, but

Help for OSX setup.

2005-01-13 Thread Mark Tulk
Hi, Does anyone know if there exists any 'simple' step-by-step instructions for installing and running Lilypond on Mac OS X? I am not familiar with UNIX applications and need some really basic step-by-step help. Thanks! Mark. ___ lilypond-user maili

install/setup working (I think)

2003-07-24 Thread David Bobroff
> >Now when I run Lilypond it is asking for > > files: > > > > lilyponddefs.tex (I put a copy in /usr/share/texmf/tex/lilypond/ > > lilyponddefs.ps (I put a copy in /usr/share/texmf/dvips/lilypond/ > > don't do this. You'll shoot yourself again when Lilypond when we > upgrade lilyponddefs.* and

  1   2   >