Re: \paper block

2019-06-05 Thread Jeremy Ward
Thanks for the response. It looks like I was using too small a number to affect the spacing (changing by 10ths rather than 10's). Jeremy On Wed, Jun 5, 2019 at 9:13 AM Phil Holmes wrote: > Works for me, using 2.18.2 as the version. See attached PDFs. Perhaps > you're using

\paper block

2019-06-05 Thread Jeremy Ward
I am confounded by why my attempt to change the system-system-spacing a-list isn't being read by lilypond. Regardless of how big the padding number, the spacing between systems remains the same. The full input is below. \version "2.18.2" #(set-global-staff-size 19) \paper { system-system-spacing

Re: Download site is offline

2018-06-13 Thread Jeremy Jongepier
s much as possible and the download archives are available again. Please do double check the integrity of the downloads before using them. If you notice anything suspicious then please let me know. Thanks in advance, Jeremy ___ lilypond-user mai

best way to make a songbook (was "default margins and lilypond-book")

2013-03-26 Thread Jeremy Boor
I wrote a blog post about my experience making a LaTex/Lilypond songbook using \includepdf (with help from Urs). http://jboor.net/brdm/?p=172 I'm hoping the next person who searches the mailing list for songbook-making finds this. Terminological and any other corrections are welcome. I'll try to

Re:default margins and lilypond-book

2013-03-25 Thread Jeremy Boor
/book/bookRozTOC2.pdf This is fine, but if I later do one that requires an afterword or introductions to each piece, I'll need to be able to switch back and forth between LaTex and lilypond while keeping page-numbering consistent. Thanks for your quick response. -Jeremy _

default margins and lilypond-book

2013-03-25 Thread Jeremy Boor
I'm trying to wrestle lilypond-book into making a songbook (while realizing that's in intended [and better] for musicological documents). Can someone direct me to a list of default lilypond values for margins? My goal is to tweak the margins in the laTex source file so that they approximate lilypo

Re: paper-size

2011-10-02 Thread Jeremy Boor
th lp. With both your pdf and mine, and using either lp or adobe, I have to shrink the page to get it onto the paper. It's not a huge problem, but I'm wondering whether it's lilypond's deal or not. On Sun, Oct 02, 2011 at 10:38:25AM -0500, Patrick Karl wrote: > Hi Jeremy, &g

paper-size

2011-10-01 Thread Jeremy Boor
Does anyone know why \paper{ #(set-paper-size "letter") } isn't working in this file: http://www.jboor.net/sjch/ly/panis_satb.ly ? I have to shrink the page when I print in order to get the lowest lyrics on the page, and I haven't had to do that before. (The \include files are in the same dir

Re: independently barlined staves in a StaffGroup? (-Eluze)

2011-09-05 Thread Jeremy Joseph Boor
> Message: 3 > Date: Mon, 5 Sep 2011 01:43:19 -0700 (PDT) > From: -Eluze > yet another possibility - maybe with unpredictable drawbacks on your general > score: > > http://old.nabble.com/file/p32399463/test.png > Excellent! I got with a simplification of your example: staffBar = { \

Re: independently barlined staves

2011-09-04 Thread Jeremy Joseph Boor
On Sun, Sep 04, 2011 at 06:34:41PM -0400, lilypond-user-requ...@gnu.org wrote: The code below, sent by Harm works, thank you. But I still would like to be able to do it with something more along the lines of the divisioMaxima found in gregorian.ly: divisioMaxima = { \once \override BreathingSi

Re: independently barlined staves in a StaffGroup?

2011-09-04 Thread Jeremy Joseph Boor
On Sun, Sep 04, 2011 at 08:52:22PM +0100, Trevor Daniels wrote: > Jeremy Joseph Boor wrote Sunday, September 04, 2011 8:00 PM > > > >Breath-marks would work, right? > >So how do I get what lily thinks is breath-mark > >to look like a dotted barline? > > T

independently barlined staves in a StaffGroup?

2011-09-04 Thread Jeremy Joseph Boor
Breath-marks would work, right? So how do I get what lily thinks is breath-mark to look like a dotted barline? ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

independently barlined staves in a StaffGroup?

2011-09-04 Thread Jeremy Joseph Boor
In a StaffGroup using mensurstriche barlines, I would like to be able to place (dotted) barlines independently in the separate staves without having to hide them every time in the other staves. It would look something like this: ___ Soprano| : : : :

separating midi -- never mind

2011-09-01 Thread Jeremy Joseph Boor
Ok. Never mind I got it. It was because I used addlyrics. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

separating midi again

2011-09-01 Thread Jeremy Joseph Boor
Hi. I have succeded in getting the midi files to separate voices into channels, allowing me to produce separate audio voice-files for my choir by doing something I found in the list archives: \midi { \context{ \Staff \remove "Staff_performer" } \context { \Voice \consists "Staff_

Separating midi tracks into separate files.

2011-08-28 Thread Jeremy Joseph Boor
Hi. This might be a timidity++ problem on my end, but I was wondering if anyone has had success in separating midi tracks into distinct files (regardless of the final format of target files). Assuming that the new \set Score.midiChannelMapping=#'voice is working, I have tried to create separate s

Feta font for using .ps files in photoshop

2009-02-11 Thread jeremy tranter
? Thanks Jeremy ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: emacs question

2008-09-10 Thread Jeremy Henty
returns a string which represents, in shell syntax, an argument whose actual contents are ARGUMENT. It should work reliably to concatenate the return value into a shell command and then pass it to a shell for execution. which sounds like what you want. Regards, Jeremy Henty

Vocal Lyric Placement?

2005-12-02 Thread Jeremy Turner
above the staff, because they are the same for almost the entire piece, except for 4 measures. Any advice? Jeremy ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Which bison version to use to build on Linux?

2005-09-08 Thread Jeremy Henty
On Wed, Sep 07, 2005 at 06:51:57AM +0100, Jeremy Henty (ie. *me*) wrote: > On Tue, Sep 06, 2005 at 04:37:25PM -0600, Hans Forbrich wrote: > > > Are you familiar with the fix to the known bug for bison 1.875 > > 'fix'? > > > > If not, the fix is de

Re: Which bison version to use to build on Linux?

2005-09-06 Thread Jeremy Henty
ing out that the compile error I saw was completely different to the one described on this page. I am compiling lilypond 2.7.8 . Maybe the page describes the error you get from an earlier version? Cheers, Jeremy Henty ___ lilypond-user mailing list li

Which bison version to use to build on Linux?

2005-09-06 Thread Jeremy Henty
can I get round this? Details: Linux 2.4.31 gcc 3.2.1 flex 2.5.31 bison 1.875 Cheers, Jeremy Henty make --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C buildscripts all && make --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C python all && make --no-builtin

Adding Recorder Tablature

2004-04-28 Thread Jeremy Cowgar
all finger holes closed, while a capital z, "Z", would display all but the last whole closed, and the last hole half closed, then "x" would be all but the last hole closed, etc... How can I utiltize this in Lilypond? Thank you, Jeremy ___

Re: How to generate PDF files?

2004-03-27 Thread Jeremy Cowgar
witches or programs to generate pdf > files? Are you using lilypond or lilypond-book on a .tex file for your command? lilypond should generate a ps and pdf format. Now, you may need to include a \paper {} block in your \score... but really, I'm a newbie just saw that you had

last line, left justify?

2004-03-24 Thread Jeremy Cowgar
of this piece left justified instead of making it extend the whole width? Thanks, Jeremy ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user

Chord Names, and "/"

2004-03-11 Thread Jeremy Cowgar
--C7-- | 1: | 2: etc... Is their any way to fix that? Jeremy ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user

Optional breathe mark?

2004-03-09 Thread Jeremy Cowgar
Greetings. In beginner flute music, I need to typeset some optional breathe marks. (') instead of '. Can this be done? How? I know how to format with the \breathe but am not certian about wrapping it in quotes Thank you. Jeremy ___ Lil

Optional \breathe

2004-03-07 Thread Jeremy Cowgar
Greetings. In typesetting some flute music for beginners (myself), optional breathe marks exist in my source and I would like to include them in my LilyPond document. They are indicated by (')... instead of the normal '. Can this be done? If so, how? Thank

Re: Public Domain Question

2003-08-14 Thread Jeremy
can go ahead with no qualms whatsoever. Oh, and please try the Windows Shell. ;) Jeremy ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user

New website

2003-08-08 Thread Jeremy
The new website kicks ass! And that introduction is *so* fuc-- ... huh ... damn convincing! It sounds like you're doing a sales pitch! Way to go, Finale is going to cower at your feet before long. ___ Lilypond-user mailing list [EMAIL PROTECTED] ht

Re[2]: etf2ly wows

2003-07-07 Thread Jeremy
>> I am experiencing some problems with etf2ly. >> When I convert from etf to ly the key changes??? >> >> Is there something I can do about this?? Either in Finale before I >> convert or in etf2ly?? GP> I'm not certain how up-to-date etf2ly is -- what version of Finale file are GP> you trying t

Re[5]: Soon 1.8 release?

2003-06-30 Thread Jeremy
excerpts below: * http://tinyurl.com/dzmu/duphly2.jpg In this one, I have a hard time believing the long unmeasured end phrase would look good in Lilypond at all. * http://tinyurl.com/dzmu/duphly3.jpg It is simply impossible to reproduce

Re: newbie question about "unaccent" symbol

2003-06-22 Thread Jeremy
here: http://lilypond.org/stable/Documentation/user/out-www/lilypond/Articulations.html#Articulations -- Best Regards, Jeremy ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user

Re[2]: partcombine for more than two parts?

2003-06-20 Thread Jeremy
amicText \set #'transparent = ##f ... in each separate Voice context, to hide its dynamics. Jeremy ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user

Re[2]: partcombine for more than two parts?

2003-06-20 Thread Jeremy
NP> One thing I do notice is that I get multiple dynamic markings on the NP> staff with the combined voices. But since I'm the only one who will see NP> the score, I can live with that. Would you care to send the .ly source file as an attachment to this

Re[6]: Soon 1.8 release?

2003-06-20 Thread Jeremy
x27;t need to do it. Thanks Graham :-) I was using the "e4*3/4 \grace{e16 f g} s4*1/4" trick. But my point is: my files are usually *STUFFED* with tricks, and they make everything so much horrible to go through. Jeremy. ___ Lily

Re[4]: Soon 1.8 release?

2003-06-20 Thread Jeremy
from what you're telling me, the result in 1.7.20 isn't much better anyway. I'm going crazy about not being able to put graces at the end of bars, because I'm copying a lot of 18th century music, where it is sooo very recurrent, that it'

Re[2]: Soon 1.8 release?

2003-06-20 Thread Jeremy
HWN> Also, keep in mind that we're freezing 1.8, so I will try to ignore HWN> any feature requests that also weren't working in 1.6. The idea is HWN> that we can release 1.8 when the doco is complete, and it doesn't any HWN> bugs relative to 1.6. It's just that I've been using Lilypond quite inte

Re: partcombine for more than two parts?

2003-06-19 Thread Jeremy
e the file with the voices: \include "fileInWhichIDeclaredThoseThreeVoices.ly" myStaffWithThreeVoices = \context Staff < \voiceI \anotherVoice \mostEloquentVoice > -- Jeremy

Re[2]: Submited (004756-3463)

2003-06-06 Thread Jeremy
mbsks> Please see the attached file. Hahaha! These viruses are vicious :-) Since when does Mats use Outlook Express?! ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user

Merging noteheads

2003-06-03 Thread Jeremy
oteheads individually. This is a practice I've seen many times in engraved editions. Jeremy ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user

Re: A small script

2003-05-29 Thread Jeremy
AAJ> I wrote a (very) modest but quite handy bash script that puts all .ly AAJ> files in the current directory into one big .pdf-file with twosided AAJ> pagenumbering. Thought someone else might find it useful, maybe it AAJ> could even be stuck somewhere in the documentation... Thank-you! ___

Re: A short question

2003-05-29 Thread Jeremy
JA> |\ JA> |-|O|#--O-|--- JA> | / | | | | || JA> --- |/|-|---|--|-||--- JA> /| |

Re: custom paper size

2003-01-09 Thread Jeremy Cowgar
I think you'll find, as suggested, that LaTeX is the way to go for your goals. Jeremy --On Wednesday, January 08, 2003 8:19 PM -0800 Jeff Ousley <[EMAIL PROTECTED]> wrote: Hello! I'm still very new at lilypond. After reading through the doc & many newsgroup postings, I

Re: Keeping TeX and Lilypond and the same page?

2003-01-08 Thread Jeremy Cowgar
, infact only hit the send button once. Jeremy ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user

Keeping TeX and Lilypond and the same page?

2003-01-08 Thread Jeremy Cowgar
t the bottom of page 14, then the last line of the lilypond music appears at the top of page 15. Is their a way I can make it all on one page? i.e. if it doesn't all fit here, put it *all* on the next page? Thanks, Jeremy ___ Lilypond

Keeping TeX and Lilypond and the same page?

2003-01-08 Thread Jeremy Cowgar
t the bottom of page 14, then the last line of the lilypond music appears at the top of page 15. Is their a way I can make it all on one page? i.e. if it doesn't all fit here, put it *all* on the next page? Thanks, Jeremy ___ Lilypond

Keeping TeX and Lilypond and the same page?

2003-01-08 Thread Jeremy Cowgar
t the bottom of page 14, then the last line of the lilypond music appears at the top of page 15. Is their a way I can make it all on one page? i.e. if it doesn't all fit here, put it *all* on the next page? Thanks, Jeremy ___ Lilypond

lilypond-book w/LaTeX (Staff Length Problem)

2003-01-07 Thread Jeremy Cowgar
e and the other for the PostScript output. Thank you very much, Jeremy ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user

Re: Ties

2003-01-07 Thread Jeremy Cowgar
slurUp and Down works, but then in the resulting midi file I hear my tied note twice :( Jeremy --On Tuesday, January 07, 2003 10:48 PM +0100 Erik Sandberg <[EMAIL PROTECTED]> wrote: On Tuesday 07 January 2003 20.43, Jeremy Cowgar wrote: Is their a way I can force a tie to curve up o

Ties

2003-01-07 Thread Jeremy Cowgar
Is their a way I can force a tie to curve up or down? Jeremy ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user

Re: Two simple questions

2003-01-03 Thread Jeremy Cowgar
You are right. I stated it improperly. I was not sure of the proper term, but yes, it is a pickup measure where no chords are played. Therefore I must skip a note before the first chord is displayed. Thanks, Jeremy --On Thursday, January 02, 2003 6:38 PM -0800 Graham Percival <[EM

Re: Two simple questions

2003-01-02 Thread Jeremy Cowgar
Thank you. That indeed was it. I am still very new to Lilypond. Jeremy --On Friday, January 03, 2003 2:38 AM +0100 Jérémie Lumbroso <[EMAIL PROTECTED]> wrote: Hello, I did not understand your first question, probably owing to the fact that I don't make a regular use of chords in Li

Two simple questions

2003-01-02 Thread Jeremy Cowgar
instance, but in the chords, the first chord is not played until the first full measure. How can I do that? #2. When outputting the midi file, the tie on notes seems to be ignored. For instance g'2.() g'2. is tied in my PS file but in the midi file, two g notes are played. Thank

Editor for LilyPond Music --- I have syntax files

2002-12-15 Thread Jeremy Cowgar
mming languages so it works great for me but may not be for everyone. Thanks and let me know if you have any questions about it. Jeremy Cowgar ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user

Re: Notes --- all stems are going up.

2002-12-15 Thread Jeremy Cowgar
That did the trick! Thank you. Jeremy Cowgar --On Sunday, December 15, 2002 4:58 PM +0100 Simon Bailey <[EMAIL PROTECTED]> wrote: On Sun, 2002-12-15 at 16:41, Jeremy Cowgar wrote: The problem is that all my notes stems are going up, no matter the note pitch. For instance, the high n

Notes --- all stems are going up.

2002-12-15 Thread Jeremy Cowgar
that all slurs and ties are curves up as well. None are curved down which is where I think the last one should be. Thanks, Jeremy - Silent-Night.ly - \version "1.6.5" \header { title = "Silent Night! Holy Night!" composer = "Franz Grüber" piece = &quo

How to cause chords to span?

2002-12-11 Thread Jeremy Cowgar
How can I made a chord reference (name on top of staff) span say 4 or 5 measures? I do not want to repeat C C C C C C C C C C G G G C C C ... etc... Just would like C G C etc... Thanks, Jeremy ___ Lilypond-user mailing list

Re: DVI errors - Musical notes do not look right

2002-12-10 Thread Jeremy Cowgar
Hum, You nailed it. yap from MikTeX. Guess I'll deal with PDF's... thanks for the info, somehow I missed that. Jeremy --On Tuesday, December 10, 2002 10:19 PM +0100 Mats Bengtsson <[EMAIL PROTECTED]> wrote: What DVI viewer did you use? If you tried yap from some MikTeX instal

DVI errors - Musical notes do not look right

2002-12-10 Thread Jeremy Cowgar
musical notes. The PS files look great. In fact, I can even issue a dvips and view the PS created from the bad DVI and I have a good looking PS file. Does anyone have any idea? Thanks, Jeremy ___ Lilypond-user mailing list [EMAIL PROTECTED] http