Re: Flying ties

2012-04-13 Thread James
James On 13 April 2012 16:30, James Worlton jworl...@gmail.com wrote: I've found some odd tie behavior--not sure if it's known currently. Sorry, currently I can't test whether it also happens in earlier versions. The following code creates a flying tie situation around the upper and lower

Re: Flying ties

2012-04-13 Thread James Worlton
On Fri, Apr 13, 2012 at 10:59 AM, James pkx1...@gmail.com wrote: James On 13 April 2012 16:30, James Worlton jworl...@gmail.com wrote: I've found some odd tie behavior--not sure if it's known currently. Sorry, currently I can't test whether it also happens in earlier versions

Re:Dynamic context that can follow system breaks?

2012-04-13 Thread James Harkins
At Fri, 13 Apr 2012 00:29:14 +0800, James Harkins wrote: I'm sure somebody has had to do this before: place dynamics under a staff so that all the dynamics in one system are the same distance below the staff, but that distance can be different from one system to the next

Suggestion for documentation: Easy path to datatype reference

2012-04-12 Thread James Harkins
:) FWIW, I'm throwing some quite complex multi-voice notation at Lilypond and most of it is coming out beautifully, without manual intervention. So let me balance the complaint with kudos for the excellent work of the developer team! James -- James Harkins /// dewdrop world jamshar...@dewdrop

Re: Suggestion for documentation: Easy path to datatype reference

2012-04-12 Thread James Harkins
datatype. Consult section 4.2.3, Types of properties {with link} for details.] ~~~ I haven't had so much free time lately to do it in the SuperCollider documentation, but I've added more than a few See references like this. I think it helps. James -- James Harkins /// dewdrop world jamshar

Dynamic context that can follow system breaks?

2012-04-12 Thread James Harkins
see a property to set this behavior. I wanted to check LSR but it's inaccessible to me tonight from mainland China (The connection has timed out... The server at lsr.dsi.unimi.it is taking too long to respond). Sorry if it's a basic question, and thanks in advance for the help. James -- James

Re: Dynamic context that can follow system breaks?

2012-04-12 Thread James Harkins
At Fri, 13 Apr 2012 00:29:14 +0800, James Harkins wrote: I'm sure somebody has had to do this before: place dynamics under a staff so that all the dynamics in one system are the same distance below the staff, but that distance can be different from one system to the next. At first, I

Re: Avoiding tie/prall collision

2012-04-11 Thread James
\Neutral I didn't find any hint to favor voiceOne/Two/Three. But I did not read thorough 763 pages. Which section are you referring? http://lilypond.org/doc/v2.15/Documentation/notation/direction-and-placement It was added middle of March. James

Re: more space between systems?

2012-04-11 Thread James
to system spacing. http://lilypond.org/doc/v2.14/Documentation/notation/flexible-vertical-spacing-within-systems Then if this doesn't help, you'd need to give a *brief* example of the spacing code you are using. James ___ lilypond-user mailing list

Re: node head positions

2012-04-11 Thread James
://lists.gnu.org/archive/html/lilypond-user/2011-05/msg00331.html You may need to contact Mike directly. james ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Avoiding tie/prall collision

2012-04-11 Thread James
Hello, On 11 April 2012 17:53, Helge Kruse helge.kruse-nos...@gmx.net wrote: Am 11.04.2012 09:36, schrieb James: 2012/4/11 Helge Krusehelge.kruse-nos...@gmx.net: Honestly, I used the 2.13 documentation. Now I downloaded the 2.14 documentation. Searching for stemDown\Up\Neutral I didn't find

Re: Avoiding tie/prall collision

2012-04-11 Thread James
Hello, On 11 April 2012 17:53, Helge Kruse helge.kruse-nos...@gmx.net wrote: Am 11.04.2012 09:36, schrieb James: 2012/4/11 Helge Krusehelge.kruse-nos...@gmx.net: Honestly, I used the 2.13 documentation. Now I downloaded the 2.14 documentation. Searching for stemDown\Up\Neutral I didn't find

Re: Avoiding tie/prall collision

2012-04-11 Thread James
Helge, On 11 April 2012 13:02, Helge Kruse helge.kruse-nos...@gmx.net wrote: Am 11.04.2012 19:24, schrieb James: Well it requires that any changes I do in the English document are picked up and translated by the trasnaltors. The assumption is that those that do the German Translating see my

Re: Multimeasure rests over a cadenza

2012-04-10 Thread James Harkins
At Mon, 09 Apr 2012 21:31:08 +0800, James Harkins wrote: the cadenzaToMusic-function _replaces_ \cadenzaOn and \cadenzaOff. If you delete these commands it works and there is no need for manual bars: Ah, OK, I didn't get the replacing part. Thanks for clarifying. I have a deadline

Re: System in different colors

2012-04-10 Thread James
||        }  } } \score {        \staffVoice        \layout {}        } \paper {} The double bar in front of part 3 is printed in red but I want to have it in black as it belongs to part 2. Can't you just use \once \override and then pick the colour you want? James

Re: Multimeasure rests over a cadenza

2012-04-09 Thread James
Hello, On 9 April 2012 11:03, Thomas Morley thomasmorle...@googlemail.com wrote: Am 9. April 2012 04:26 schrieb James Harkins jamshar...@gmail.com: At Sun, 8 Apr 2012 09:39:13 -0500, David Nalesnik wrote: Hi James, Possibly the following thread will be useful to you:  http://www.mail

Re: Multimeasure rests over a cadenza

2012-04-09 Thread James Harkins
At Mon, 9 Apr 2012 12:03:05 +0200, Thomas Morley wrote: Am 9. April 2012 04:26 schrieb James Harkins jamshar...@gmail.com: It's closer -- I'm now getting bar check failures only at the ends of the two cadenzas, where I think I was getting more of them before. But, it's still failing

Re: \cadenzaOn + accidental-style not working

2012-04-08 Thread James
if you put in \bar |, until *after* cadenzaOff, so you have to manually set your Accidentals. Hope that helps. James \version 2.15.36 \include italiano.ly global = { \cadenzaOn \key do \major \autoBeamOff \pointAndClickOff \override Staff.NoteHead #'style = #'altdefault #(set-accidental

Multimeasure rests over a cadenza

2012-04-08 Thread James Harkins
also tried #(ly:export (mmrest-of-length aVariableHoldingMyCadenza)) but I get barcheck problems with this too. Any hacks much appreciated. Thanks. James \version 2.14.2 \include english.ly \score { \new Staff \relative c' { c2 r2 %% alternatives (all failed): %% #1

Re: musicxml2ly

2012-04-08 Thread James
http://codereview.appspot.com/5697059/ And see http://lists.gnu.org/archive/html/lilypond-devel/2011-12/msg00025.html http://lists.gnu.org/archive/html/lilypond-user/2011-11/msg00280.html This will give you an idea of the current issues and the effort still required. James

Re: Multimeasure rests over a cadenza

2012-04-08 Thread James Harkins
At Sun, 8 Apr 2012 09:39:13 -0500, David Nalesnik wrote: Hi James, Possibly the following thread will be useful to you:  http://www.mail-archive.com/lilypond-user@gnu.org/msg68492.html Thanks, this is a lot closer. (By the way, it seems that mail-archive is on the wrong side of the Great

Re: v 2.15.36 on Mac OS

2012-04-07 Thread James Worlton
On Apr 7, 2012, at 4:18 PM, Stan Sanderson wrote: I can confirm that LilyPond v. 2.15.36 on both x86 and PPC platforms running OS X 10.5.8 correctly compiles previously coded files. Stan LilyPond 2.15.36 ran and compiled with no problems that I could see on Mac PPC OSX 10.4.11. James

Re: non-standard mensural clef

2012-04-07 Thread James
/notation/the-feta-font#petrucci-glyphs James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Rehearsal Mark Shown Above Tempo

2012-04-06 Thread James
marks but just normal \markups and use padding to move them up and down as you need. http://lilypond.org/doc/v2.14/Documentation/notation/formatting-text#text-alignment James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org

Re: New LilyPond scores -- video editing software

2012-04-06 Thread James
has a favorite among those options (or among how-to docs), I'd appreciate hearing. Also see http://code.google.com/p/lilypond/issues/detail?id=965 Not quite as slick as some methods, but anyway.. James ___ lilypond-user mailing list lilypond-user

Re: \markup beneath a fermata?

2012-04-06 Thread James
\italic {(Blue Bk 139)} http://lilypond.org/doc/v2.14/Documentation/learning/outside_002dstaff-objects James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Another tricky music situation. This time: Repeat Nightmare with alternative endings.

2012-04-05 Thread James
of parchment is it ;) Why muck about like this in the first place? James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Another tricky music situation. This time: Repeat Nightmare with alternative endings.

2012-04-05 Thread James
Hello, On 5 April 2012 15:42, Nils l...@nilsgey.de wrote: Am Thu, 5 Apr 2012 15:31:48 +0100 schrieb James pkx1...@gmail.com: Hello, On 5 April 2012 15:20, Nils l...@nilsgey.de wrote: Hello list, Maybe you have an opinion about this musical situation, described here: http

Re: midi 2 wave (Mac OS X)

2012-03-31 Thread James
the current solution? http://lists.gnu.org/archive/html/lilypond-user/2012-03/msg00030.html This was discussed a few weeks back as well. James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: vertical spacing between systems

2012-03-30 Thread James
. Spacing has changed *significantly* with 2.14.x http://lilypond.org/doc/v2.14/Documentation/notation/vertical-spacing Have a read through here see if this helps. James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman

Re: \repeat percent {} breaking \drummode context

2012-03-30 Thread James
Hello, On 30 March 2012 17:48, Eluze elu...@gmail.com wrote: hi Uwe in the snippet you sent \new DrumStaff = main is never closed! That is just the email program processing '' as a quote. In gmail you will see '||'. This happens all the time. James

Re: \repeat percent {} breaking \drummode context

2012-03-30 Thread James
) I'd suggest trying those versions. james attachment: Capture.PNG___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: scores produced with lilypond

2012-03-29 Thread James
/productions.html Either of which, if you don't mind (and perhaps if you have a quote, and a 'title' (composer, lead something or other)) then we could use this to forward the cause by adding a link or two. James ___ lilypond-user mailing list lilypond-user

Re: First measure partial with only grace notes

2012-03-29 Thread James
/doc/v2.14/Documentation/notation/special-rhythmic-concerns#index-grace-notes-1 See known issues and warnings. James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Self-contained Lilypond in a Dropbox folder for Windows users?

2012-03-27 Thread James
that LilyPond can run http://lilypond.org/windows.html See 'running on the command line' half way down. Regards James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Self-contained Lilypond in a Dropbox folder for Windows users?

2012-03-27 Thread James
Michael, On 27 March 2012 18:08, Michael Ellis michael.f.el...@gmail.com wrote: Cheers, Mike On Tue, Mar 27, 2012 at 1:01 PM, James pkx1...@gmail.com wrote: I cannot speak about Vista but Windows 7 works great. Installing LilyPond in a dropbox folder is no different to say installing

Re: Question about missing accidentals, and banishing stems

2012-03-26 Thread James
the accidental ... I've added a Doc Enhancement request here http://code.google.com/p/lilypond/issues/detail?id=2438 James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: dynamic/beam/stem/tuplet number/tuplet number collisions

2012-03-24 Thread James
starting out, you may not as I think you are guessing, be 'thinking in LilyPondese'. James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Error in documentation

2012-03-22 Thread James
-_0028with-line-break_0029 is shifted to the left and only partly visible in the snippet output. http://code.google.com/p/lilypond/issues/detail?id=2428 james ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo

Re: Fingering avoidance of accidentals depends on Fingering #'script-priority

2012-03-21 Thread James
-priority = #-100     fis-4 dis-2 } I've updated https://code.google.com/p/lilypond/issues/detail?id=2182 with this new example. -- -- James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: lilypond-book - vertical space and font questions

2012-03-21 Thread James
{lilypond} environment. Use \newcommand with \betweenLilyPondSystem in the preamble; \newcommand{\betweenLilyPondSystem}[1]{\vspace{36mm}\linebreak} --snip-- James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo

Re: Frescobaldi

2012-03-19 Thread James
of software and is nothing to do with the LilyPond development in that regard. http://frescobaldi.org/links I have cc'd the Frescobaldi developer in case he (assuming no one else can help) can answer you. -- -- James ___ lilypond-user mailing list

Re: Combining lyrics lines

2012-03-18 Thread James
Jean-Charles, On 18 March 2012 12:49, Jean-Charles Malahieude lily...@orange.fr wrote: Le 18/03/2012 12:38, James disait : Hello, On 18 March 2012 11:33, Jean-Charles Malahieude wrote: Le 17/03/2012 11:14, Reedmace Star disait : In the first line, Alice and Eve alternate strictly

Re: Variables: structure vs layout

2012-03-17 Thread James Harkins
At Thu, 15 Mar 2012 21:57:35 +0100, Janek Warchoł wrote: On Thu, Mar 15, 2012 at 4:35 PM, James Harkins jamshar...@gmail.com wrote: I'm getting a bit confused about the use of variables to reflect the structure of the music, or the distribution of notes between different voices etc

Re: Aleatoric / modern notation

2012-03-17 Thread James Harkins
David's work. So David -- I guess I owe you a beer or three, or something. Thanks! James -- James Harkins /// dewdrop world jamshar...@dewdrop-world.net http://www.dewdrop-world.net Come said the Muse, Sing me a song no poet has yet chanted, Sing me the universal. -- Whitman blog: http

Re: tabloid papersize

2012-03-16 Thread James
believe). Thanks for taking the time to suggest this. -- -- James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: override Beam #'color = #red not applied to all beams

2012-03-16 Thread James
but the non-beamed notes (the 16th notes) have black 'flags'. Does this help? -- -- James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Point-and-click on Frescobaldi?

2012-03-15 Thread James
be around in an hour or so. -- -- James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Point-and-click on Frescobaldi?

2012-03-15 Thread James
know if my last response is helpful and if not which version of Windows you are using and I can give you more detailed instructions in 'one go' -- -- James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo

Re: Combine \default rehearsal mark with another mark

2012-03-15 Thread James
find out how to access these in a \markup block. Do you have any suggestion for this? http://lsr.dsi.unimi.it/LSR/Search?q=rehearsal+mark -- -- James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo

Re: wrong beaming

2012-03-15 Thread James
the latest stable (2.14.2) and the latest unstable or development version. the results are similar. This actually worked in 2.12.3 So I have opened http://code.google.com/p/lilypond/issues/detail?id=2408 is there a simple tweak to get the correct output? Use manual beaming? -- -- James

Variables: structure vs layout

2012-03-15 Thread James Harkins
users -- what level of atomization seems to work the best for variables? Can you estimate a rough guideline where breaking the variables down further becomes more cumbersome than it's worth? Thanks, James * http://en.wikipedia.org/wiki/Sheng_%28instrument%29 -- James Harkins /// dewdrop world

Re: ANN: Frescobaldi 2.0.4

2012-03-14 Thread James
intend to keep developing and adding new features. I think the current technical infrastructure and code setup is very nice. I miss: https://github.com/wbsoft/frescobaldi/issues This is where you need to put this stuff, so Wilbert can keep track of it. -- -- James

Re: Add more space between arbitrary groups of notes

2012-03-14 Thread James
cannot help you with the others :/ -- -- James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Sibelius user looking for the easiest way to learn LilyPond

2012-03-14 Thread James Harkins
, but it helps if the layout clarifies this.) I agree that the examples shown in the original report (especially the ones that look like they come from Bach solo violin pieces) are much improved, but this case would have to be a regression, I think. James -- James Harkins /// dewdrop world jamshar

Re: Sibelius user looking for the easiest way to learn LilyPond

2012-03-13 Thread James
) I cannot believe that typing letters on a keyboard is anything but *significantly* faster than dragging and dropping graphics on a page, especially if they are peppered with slurs, dynamics and articulations. -- -- James ___ lilypond-user mailing list

Re: localized horizontal spacing

2012-03-13 Thread James
touching the edge of the 'note column' of the previous note so if I were to write a32 a a a a a a a a a a a a (assume no bar lines) all the notes would be touching? -- -- James ___ lilypond-user mailing list lilypond-user@gnu.org https

Re: localized horizontal spacing

2012-03-13 Thread James
Hello, On 13 March 2012 17:39, Francisco Vila paconet@gmail.com wrote: 2012/3/13 James pkx1...@gmail.com: Hello, What would one use if (for instance) one wanted all notes to touch or rather be exactly touching the edge of the 'note column' of the previous note so if I were to write

Re: Old style numerals for page numbers

2012-03-13 Thread James
Hello On 13 March 2012 15:40, Benjamin Bloomfield bhb...@gmail.com wrote: I tried sending this earlier, but didn't receive it myself, so I am trying again. For some reason this email ended up marked as 'spam' for me. So maybe that was the reason? -- -- James

Re: Sibelius user looking for the easiest way to learn LilyPond

2012-03-12 Thread James Harkins
. That slows me down. But I'm spending only a tiny fraction of the time adjusting things that didn't render right: that's - just a few things in Lilypond; - a LOT in Finale; - probably somewhat better in Sibelius but not as clean as Lilypond out-of-the-box. hjh -- James Harkins /// dewdrop world

Feathered beams: More than one beam at the end?

2012-03-11 Thread James Harkins
around it with some explanatory text. Maybe a viable feature request? Thanks, James -- James Harkins /// dewdrop world jamshar...@dewdrop-world.net http://www.dewdrop-world.net Come said the Muse, Sing me a song no poet has yet chanted, Sing me the universal. -- Whitman blog: http

Re: Aleatoric / modern notation

2012-03-11 Thread James Harkins
already know how to make a zigzag using a glissando following it. http://lsr.dsi.unimi.it/LSR/Item?id=377 hjh -- James Harkins /// dewdrop world jamshar...@dewdrop-world.net http://www.dewdrop-world.net Come said the Muse, Sing me a song no poet has yet chanted, Sing me the universal. -- Whitman

Re: Feathered beams: More than one beam at the end?

2012-03-11 Thread James Harkins
replaced my eyeballs back in their sockets, I can say -- thanks for this! Your update of my example looks clean and conveys the intent. Thank you James -- James Harkins /// dewdrop world jamshar...@dewdrop-world.net http://www.dewdrop-world.net Come said the Muse, Sing me a song no poet has

Re: Status of Lilypond for MacOS X

2012-03-10 Thread James
not that there is any bias, it's that if no one offers to translate these pages then those of us who do doc and don't speak these languages cannot make any changes to the files. I am not sure therefore what you expect to happen. Any suggestions welcome. Regards -- -- James

Re: Status of Lilypond for MacOS X

2012-03-10 Thread James
(nl) and Chinese (zh) download pages. Not all musicians speak English/French/German/Spanish/Italian. (Landing on the Dutch page by default made me crawl the other languages). All I can do for now is http://code.google.com/p/lilypond/issues/detail?id=2385 -- -- James

Re: Lilypond 2.15.33 on Mac OSX

2012-03-10 Thread James
Hans, On 10 March 2012 13:59, Hans Aikema hans.aik...@aikebah.net wrote: On 10-3-2012 11:12, Colin Hall wrote: On Fri, Mar 09, 2012 at 08:50:35PM -0600, James Worlton wrote: I have downloaded and extracted Lilypond 2.15.33 on my PPC Mac 10.4.11. Everything seems to work fine. No problems

Re: tupletFullLength clashes with barline

2012-03-10 Thread James
and the version you are using might help us. Thanks -- -- James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Aleatoric / modern notation

2012-03-10 Thread James Harkins
time ago, somebody posted a link to Mike Solomon's granini di luce beccucciati da uccelli di silenzio as an example of contemporary notation. The attached pic from it illustrates more-or-less what I'm after (though I wouldn't need the slash). Thanks! James -- James Harkins /// dewdrop world

Re: Aleatoric / modern notation

2012-03-10 Thread James Harkins
under serious time pressure and if this is going to take, oh, more than a couple of hours, it's more than I can afford right now. (I'm estimating 10-15 hours.) I'd really appreciate it -- otherwise, I'll find another way to notate the idea. James -- James Harkins /// dewdrop world jamshar

Re: difficulty filling the whole page

2012-03-07 Thread James
this helps. James -- -- James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: difficulty filling the whole page

2012-03-07 Thread James
? -- -- James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: \cadenzaOff and accidentals

2012-03-05 Thread James
that does confuse people. Regards -- -- James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Vertical Spacing - A Newbie Question

2012-03-05 Thread James
, by default but if you don't want that you can just add indent = 0\mm to your \paper (I think, I haven't tried that specifically but I think it will work). Anyway, I hope you get the idea. -- -- James ___ lilypond-user mailing list lilypond-user@gnu.org

Re: The LilyPond Report #24 has been released

2012-03-05 Thread James
to be regenerated and put in the wiki. Reg tests anyone? Also while wikis are often seen as 'democratic' part of what makes our manuals good (even if I do say so myself as a doc editor) is that we have a pretty good and strict doc review process. -- -- James

Re: templates for writing mysicological book

2012-03-04 Thread James
the development list to see if anyone has any comment or suggestions. -- -- James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: LSR updates: was: polychords: a working solution

2012-03-04 Thread James
in the Archives you might find the others too. -- -- James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Error in footnote documentation

2012-03-01 Thread James
with the earlier statement. http://code.google.com/p/lilypond/issues/detail?id=2367 Thanks -- -- James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: tabloid papersize

2012-02-29 Thread James
/lilypond/issues/detail?id=2365 -- -- James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re:Note names in Midi Note Numbers?

2012-02-29 Thread James Harkins
to lp notation. hjh -- James Harkins /// dewdrop world jamshar...@dewdrop-world.net http://www.dewdrop-world.net Come said the Muse, Sing me a song no poet has yet chanted, Sing me the universal. -- Whitman blog: http://www.dewdrop-world.net/words audio clips: http://www.dewdrop-world.net/audio

Re: Note names in Midi Note Numbers?

2012-02-29 Thread James Harkins
IMO. Also (unless something has changed) csound doesn't natively express compositional algorithms, though it can render the results of algorithms written in other languages. In SC, one language does the compositional number crunching and the audio rendering. hjh -- James Harkins /// dewdrop

Re: printed stems in OS X vs Windows 7

2012-02-29 Thread James
Acrobat (for instance) and see if you get a different looking file for the same PDF. -- -- James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Incipit troubles in 2.14

2012-02-29 Thread James
Hello, On 29 February 2012 08:42, Stefan Waler ste...@waler.at wrote: Am 28.02.2012 18:44, schrieb James: http://lists.gnu.org/archive/html/lilypond-user/2012-02/msg00210.html might be useful. While I am certainly no expert at this I picked a random .ly file from the referenced website

Re: APIs, hooks, servers and realtime integration

2012-02-28 Thread James
suggestions? Thoughts? Places to look? Other people to ask? :) See thread. http://lists.gnu.org/archive/html/lilypond-user/2012-02/msg2.html Trevor Dixon has recently written a nice web-based app. -- -- James ___ lilypond-user mailing list lilypond

Re: Simple chord/lyrics sheets?

2012-02-28 Thread James
://www.vromans.org/johan/projects/Chordii/ ? -- -- James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Incipit troubles in 2.14

2012-02-28 Thread James
syntax issue with the \header block (as these are actually 2.11.x ly files) but it seems that they produce incipits but just in a different way. -- -- James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo

Re: time signature question

2012-02-28 Thread James
[Lilypond-engraved] choral pieces will get its world premiere on March 24 in Sandy, UT (http://www.saltlakechoralartists.org/concerts_events), which isn't too far away — maybe you'll have a chance to see it? Could we add it here? http://lilypond.org/productions.html James

Re: Bug squad needs help to verify a critical bug on Mac OS X 10.4

2012-02-24 Thread James Worlton
on my OSX 10.4 PPC machine. Interface appears as expected, and compiles .ly files. Thanks! James Worlton ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Using Development Versions, Introducing LilyPond to Others

2012-02-20 Thread James Worlton
to Windows 7 with Frescobaldi. I love it. Frescobaldi is great, and contrary to jEdit Lilypond tool (which I also loved till they broke), is a dedicated Lilypond environment. So, depending on your OS, there are various options beyond jEdit. James Worlton

Re: octave shift on transpose

2012-02-20 Thread James Worlton
and topitch are entered in absolute mode. James Worlton ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: polychords: a working solution

2012-02-17 Thread James
, the snippet should be added to ‘Documentation/snippets/new’ and a reference should be added to the manual. ... Is this sth a normal user can do? Not directly. A new user can create a snippet, but then it needs to go to a developer to add it. James Lowe would normally volunteer

Re: the word LilyPond

2012-02-09 Thread James
' ;) -- -- James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Thinking about putting together a grant to support developmentonLilyPond

2012-02-09 Thread James
just got let off by HMRC and is now possible candidate for the England Manager ;) -- -- James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: possible bug with tupletSpannerDuration in quoted music

2012-02-07 Thread James
and tuplets are quoted, but not articulations, dynamic marks, markup etc. --snip-- Look at the 4th and 5th example for more explanation. See if this helps -- -- James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman

Re: Spacing issue with ledger lines and custom Marks context

2012-02-06 Thread James
? If so we need to probably report it to bug list to get a dev's opinion (not all of them are on the user lists) -- -- James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Experimental Web-based Lilypond Editor

2012-02-04 Thread James
Hello, On 4 Feb 2012, at 12:42, Nils l...@nilsgey.de wrote: On Sat, 4 Feb 2012 06:05:10 + James pkx1...@gmail.com wrote: Hello ? On Fri, Feb 3, 2012 at 2:21 PM, Jonathan Kulp jonlancek...@gmail.comwrote: Completely Awesome! I'm going to show this to my students. They'll find

Re: Roadblock MacOSX 10.4 for release of LilyPond 2.16

2012-02-04 Thread James Worlton
On Feb 3, 2012, at 10:30 AM, James Worlton wrote: On my PPC 10.4 machine Lily 2.15.26 was the last one that ran (the GUI) without problems. I am not near my machine now, and so I can't test if 2.15.27 will run from the command line. I'll test that tonight. So, I'm a bit late

Re: Beam Collides with Clef Number

2012-02-04 Thread James
to avoid it without code changes? See: http://lilypond.org/doc/v2.14/Documentation/notation/displaying-pitches#clef First snippets lower down the page 'Tweaking clef properties' Also opened http://code.google.com/p/lilypond/issues/detail?id=2284 -- -- James

Re: Roadblock MacOSX 10.4 for release of LilyPond 2.16

2012-02-03 Thread James Worlton
had hoped for a trivial problem with the newest dev. version, but it appears that that is not the case. I'm okay with Lily leaving 10.4 behind. I'll just have to change how ( where) I work. So, as one of the (few, to be sure) 10.4 users, I say don't hold up the 2.16 timeline on my account. James

Re: Roadblock MacOSX 10.4 for release of LilyPond 2.16

2012-02-03 Thread James Worlton
On Fri, Feb 3, 2012 at 12:48 PM, Hans Aberg haber...@telia.com wrote: On 3 Feb 2012, at 17:30, James Worlton wrote: Quick search shows 10.5 for between $200-300. Definite ouch, especially for a dead-end OS, IMO. Since it seems to have been discontinued, there is no way to ensure

Re: Roadblock MacOSX 10.4 for release of LilyPond 2.16

2012-02-03 Thread James
Hello, On 3 February 2012 18:54, James Worlton jworl...@gmail.com wrote: On Fri, Feb 3, 2012 at 12:48 PM, Hans Aberg haber...@telia.com wrote: On 3 Feb 2012, at 17:30, James Worlton wrote: Quick search shows 10.5 for between $200-300. Definite ouch, especially for a dead-end OS, IMO. Since

<    1   2   3   4   5   6   7   8   9   10   >