Re: staffSize music function unreliable at LP v2.19.16

2015-03-03 Thread James Worlton
2.1 to -2.1). James Worlton ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: staffSize music function unreliable at LP v2.19.16

2015-03-03 Thread James Worlton
I've attached the PDF output of your code, as run on my machine: Windows 7, Frescobaldi 2.17.2, Lily 2.19.16. James Worlton On Tue, Mar 3, 2015 at 2:59 PM, Thomas Morley thomasmorle...@gmail.com wrote: 2015-03-03 17:34 GMT+01:00 Kevin Barry barr...@gmail.com: The problem also exists

Multiple spaces disappear in SVG rendering

2015-02-25 Thread James Harkins
Interesting little discrepancy -- I just found that consecutive spaces in markup strings render correctly using the PDF backend, but get collapsed down to one space in SVG. I'm documenting a live-coding library, mainly using Emacs org-mode + LaTeX, but I threw in a bit of LilyPond to make a

Re: skip in 5/8

2015-02-11 Thread James Worlton
Here's how I do it: R1*5/8*12 Whole note rest, scaled by the time sig, times the number of measures you want. James Worlton On 2/11/2015 10:16 AM, Jay Hamilton wrote: I've not figured out how to (if it's possible) get a skip for 12 bars in 5/8 version 2.18.2 I tried skipping 15 R1*15

Re: [ANNOUNCE] my newest Lilypond engraving

2015-02-07 Thread James
Looks brilliant! It's inspiring me to look into the edition engraver now... James Worlton On Feb 7, 2015, at 14:51 , Kieren MacMillan wrote: Hello all! Just a note to announce my newest Lilypond engraving: my Chaconne for unaccompanied violin (2001). (You can download the score at http

Re: Parentheses overrides

2015-02-06 Thread James Worlton
-functions.html ). With my words I'd say that it'll help you to add or reduce the space before and/or after a grob. Cheers, Pierre 2015-02-06 20:08 GMT+01:00 James Worlton jworl...@gmail.com: Thanks, Pierre. That's exactly what I'm looking for. So what does the ParenthesesItem X-extent do? James

Re: Parentheses overrides

2015-02-06 Thread James Worlton
This context override is getting me to where I need these to be. Thanks! For this project (a Theory exam), There are no flats, so the strange vertical offset it seems to make isn't an issue. James W On Fri, Feb 6, 2015 at 2:10 PM, Pierre Perol-Schneider pierre.schneider.pa...@gmail.com wrote

Re: Parentheses overrides

2015-02-06 Thread James Worlton
Thanks, Pierre. That's exactly what I'm looking for. So what does the ParenthesesItem X-extent do? James W On Fri, Feb 6, 2015 at 12:49 PM, Pierre Perol-Schneider pierre.schneider.pa...@gmail.com wrote: Hi James, I understand the idea but I thing you missunderstand the X-extent effect

Parentheses overrides

2015-02-06 Thread James Worlton
} } Thanks, James Worlton ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: \shiftOn and friends

2015-01-29 Thread James Worlton
if the colliding stems point in the same direction. Sorry to not be of more help. Maybe someone else has a solution? James Worlton ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: strange behaviour with dotted note before gregorian music

2015-01-27 Thread James Lowe
. James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: strange behaviour with dotted note before gregorian music

2015-01-27 Thread James Lowe
have dotted (augmentum) at every notes except \pes This is note so terriffic since putting a s8*1/1000 at the western piece or at the beginning of the gregorian piece solves the problem, but I would say this is a bug... Franck can you provide a tiny example please? James

1. Refrain before verses 2. words for descant

2015-01-26 Thread James E. Bradley
I am using a template for generating some hymns, and I can't figure out a couple of things. The template that I use is below. 1. What do I need to do to have a refrain before the verses, so that the stanza numbering is with the verses and not the refrain? For refrains in the middle or end, I

Re: How to pack notes very tightly?

2015-01-20 Thread James
On 20/01/15 07:29, Urs Liska wrote: Forwarding to bug-lilypond. Could someone please verify this Verify what precisely? James and create a tracker entry? (It's not my code BTW) Am 20. Januar 2015 08:20:25 MEZ, schrieb Steve Lacy sl...@slacy.com: Thanks, Urs. Reading your code, seems

Re: Command Line call to LilyPond with PDF auto open

2015-01-17 Thread Matthew James Briggs
Oops this is actually superfluous because the preview app on Mac OS X updates with any changes as soon as I click on it, so just leaving the pdf open when compiling works no problem. (I'm a newb) .mjb On Sat, Jan 17, 2015 at 10:54 PM, Matthew James Briggs matthew.james.bri...@gmail.com wrote

Command Line call to LilyPond with PDF auto open

2015-01-17 Thread Matthew James Briggs
When calling LilyPond from the command line (I'm on Mac OS X) like this exec /Applications/LilyPond.app/Contents/Resources/bin/lilypond pathtomy.ly is there a flag to tell the program to open the compiled PDF when it's finished like the GUI program does? .mjb

Re: Demo: Score and parts template

2015-01-14 Thread James Harkins
Johan Vromans jvromans at squirrel.nl writes: In fact, this is separation of content and structure. It works for many structure-related items but unfortunately not for repeats. For example, in the following snippet the score looks right, but in the midi the repeats are not unfolded. Do you

Re: Score and parts template

2015-01-11 Thread James Harkins
On January 11, 2015 8:06:55 PM Phil Holmes m...@philholmes.net wrote: So I assume the clarinet in A (which I'd missed) has a lower range than the Bb? Clarinets in Bb and A have the same written range, extending down to the E below middle C. This note sounds as concert D on the Bb clarinet,

Re: Score and parts template

2015-01-11 Thread James Harkins
Phil Holmes mail at philholmes.net writes: I believe that, as a tutorial template, it would be more useful to illustrate how to accommodate key signature indications with transposing instruments, since this remains the norm for most music. Ah, OK -- that makes perfect sense. It sounded at

Re: Score and parts template

2015-01-10 Thread James Harkins
From: Phil Holmes Since the question came up about organizing LilyPond code for score and parts, I thought I would make a quick demo of what I believe to be the standard way to do it. Somehow I pieced these ideas together from LP code that I found online (Mozart Horn Concerto, as I

Demo: Score and parts template

2015-01-09 Thread James Harkins
} composer = H. James Harkins copyright = Licensed under Creative Commons CC-BY-NC-SA 4.0 poet = Score in C } \score { \new StaffGroup \new Staff \with { instrumentName = Oboe shortInstrumentName = Ob. } % this expression runs global simultaneously with the oboe notes

Re: Information about Parts

2015-01-08 Thread Matthew James Briggs
code instead of MusicXML. Alas I have to make a score or two the old fashioned way before I allow myself to indulge further on this larger goal. .mjb On Thu, Jan 8, 2015 at 1:28 PM, Colin Campbell colinpkcampb...@gmail.com wrote: On 2015-01-08 04:10 PM, Matthew James Briggs wrote: Hello, I

Information about Parts

2015-01-08 Thread Matthew James Briggs
Hello, I just joined this list because I was searching unsuccessfully for information about Lilypond's features for extracting and producing individual parts from a score. Does Lilypond have features akin to Finale's linked-parts? I suspect my searching was unsuccessful since the work part is

Charpentier /Messe de minuit/ free score

2014-12-25 Thread James Harkins
I went trolling about the web this morning looking for public-domain scores of some of the pieces on the Boston Camerata's excellent album /A Baroque Christmas/. Most of them are too obscure to have made it onto IMSLP, except Marc-Antoine Charpentier's breezy and charming /Messe de minuit sur

Re: menu language of LilyPad

2014-12-22 Thread James Harkins
Jinsong Zhao jszhao at yeah.net writes: I am wondering if there is a way to change the menu language (interface) of LilyPad and/or LilyPad-ascii. I prefer English. I am running Windows 7 under locale: Chinese (Simplified)_People's Republic of China.936. The interface of LilyPad and

Re: First time Voices user

2014-12-21 Thread James Harkins
peter at chubb.wattle.id.au writes: As an aside, dutch note names and \relative make data entry MUCH faster. See below (part 2). FWIW, English note names are shorter if you use f for flat and s for sharp: cs vs cis is 33% more efficient. I understand why some prefer the Dutch names, as you

Re: inputting with explicit voices

2014-10-31 Thread James Worlton
\relative g { g4 b a a } } \oneVoice } } James Worlton ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Anyone have experience with PDF/A-1b?

2014-10-15 Thread James
printing than just 'laser printing' (even so the ink still costs them money). James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: extending event-listener.ly

2014-10-15 Thread James
/lilypond/issues/detail?id=4164 Let's see what happens when it gets tested. There will be a new Rietveld though. http://codereview.appspot.com/152600043 James At some point I need to customize the drum MIDI stuff a bit. I have a collection of percussion sounds that I need to custom-map, etc

Re: recorder diagram and some woodwind-diagram bugs

2014-10-12 Thread James
want to wait for people to comment (and I am not qualified to ... sorry) then that is fine, but it will still need to be in patch format in the end, it's up to you. It's more likely to get more constructive reviews if it is a proper patch though. regards James my biggest problems: - 1h

Re: Mapping custom drum notes to MIDI notes?

2014-10-06 Thread James
suggest a place it could be added (I don't understand the thread technically) am happy to try to improve our current document with this addition. reply and cc: bug-lilyp...@gnu.org James ___ lilypond-user mailing list lilypond-user@gnu.org https

Re: how to compile many .ly files with one command

2014-10-01 Thread James
/issues/detail?id=4147 Thanks. James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Unexpected TabStaff creation

2014-09-30 Thread James
also a way to keep music and style separated. Bug Squad, what about adding it to this chapter of Usage manual? http://www.lilypond.org/doc/v2.19/Documentation/usage/general-suggestions http://code.google.com/p/lilypond/issues/detail?id=4143 James

Re: HELP: Editor for Blind People

2014-09-19 Thread James
not sure (not being blind) how much more cumbersome that is that an all in one IDE that has multiple windows. On Windows I just use notepad++ James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: moving tweaks into markup-definition

2014-09-17 Thread James
with perhaps? James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Replace clef symbol

2014-09-13 Thread James
and this http://lsr.di.unimi.it/LSR/Item?id=174 and the glyph list http://lilypond.org/doc/v2.19/Documentation/notation/the-feta-font#clef-glyphs This will probably help. James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org

Moving clef changes into the bar they affect

2014-09-08 Thread James Worlton
the relevant properties of clefs in order to do this, but not having any luck. Is there a way to do this? Thanks, James Worlton ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Moving clef changes into the bar they affect

2014-09-08 Thread James Worlton
On 9/8/2014 9:06 PM, David Nalesnik wrote: Hi James, On Mon, Sep 8, 2014 at 8:36 PM, James Worlton jworl...@gmail.com mailto:jworl...@gmail.com wrote: Hello, I'm trying to create a quiz for a Theory class, and I'm having difficulty with clef changes. Normally, new clefs appear

Re: How to color a text spanner

2014-09-06 Thread James
you think we need to add something and come up with some words, send it to the bug list and we can do the rest. James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Cello fingering indications

2014-09-05 Thread James
://git.savannah.gnu.org/gitweb/?p=lilypond.git;a=commit;h=6d611627eaef3fb5c754bdde106cd16c1ed23f31 James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Where is define-line-markup defined/documented?

2014-09-04 Thread James
you have the correct name? James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Wrong type argument

2014-09-03 Thread James
On 02/09/14 21:58, Thomas Morley wrote: 2014-09-02 12:44 GMT+02:00 MING TSANG tsan...@rogers.com: James Phil: I comment out line 421 which call solfege-engravers - both versions run ok. Un-comment out line 421 - v2.19.12 run ok; but fails with v2.19.13. I don't know scheme. I cannot

Re: Wrong type argument

2014-09-02 Thread James
the problem. I know that might not help you in the short term. Jameds On 02/09/14 00:59, MING TSANG wrote: James: Thank you for answering. Now I reduce the file and copy paste the two includes inline. The .ly file compiles with error. The same file run ok in v2.19.12 Emmanuel, Ming

Re: Wrong type argument

2014-09-01 Thread James
): () Exited with return code 1. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user This doesn't compile for me. error: cannot find file: `include_solfege-engraver.ly' James

Re: Wrong type argument

2014-09-01 Thread James
.html But I don't use this so I don't know if this is the same as the one you are using or if you have some other issue. Simplifying your example would help. James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman

Re: PDF output without

2014-08-29 Thread James
and then that way we know if perhaps it could be better explained or referenced. We _do_ tell you how to do what you want Marco. http://lilypond.org/doc/v2.18/Documentation/notation-big-page.html#default-layout-of-headers-and-footers James ___ lilypond-user

Re: PDF output without

2014-08-29 Thread James
On 29/08/14 15:44, Urs Liska wrote: Am 29.08.2014 16:27, schrieb Knute Snortum: James said, We should at least refer to the documentation as well, if only to encourage users to check and then that way we know if perhaps it could be better explained or referenced. We _do_ tell you how to do

Re: Measure Repeat Counter

2014-08-27 Thread James
have in mind is { c'1~ | c'~ | c'~ | c'~ | c'~ | c'~ | c' } where it would be nice to place numbers automatically over the repeated bars. Richard http://lsr.di.unimi.it/LSR/Item?id=498 ? James ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Measure Repeat Counter

2014-08-27 Thread James
On 27/08/14 18:46, James wrote: On 27/08/14 17:07, Richard Shann wrote: In the 2.18 docs there is a syntax for placing a counter above repeated measures: \relative c'' { \set countPercentRepeats = ##t \repeat percent 4 { c1 } } Is there something for doing this for written-out repeated

Re: Measure Repeat Counter

2014-08-27 Thread James
On 27/08/14 18:47, James wrote: On 27/08/14 18:46, James wrote: On 27/08/14 17:07, Richard Shann wrote: In the 2.18 docs there is a syntax for placing a counter above repeated measures: \relative c'' { \set countPercentRepeats = ##t \repeat percent 4 { c1 } } Is there something

Re: Bug: breathing sign and accidental overlap

2014-08-24 Thread James
} ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user Thanks. This is http://code.google.com/p/lilypond/issues/detail?id=2354 James ___ lilypond-user

Re: Ottava overlapping fermata

2014-08-20 Thread James
) I expect it is one of these. http://code.google.com/p/lilypond/issues/list?can=2q=cross+staffsort=patchcolspec=ID+Type+Status+Stars+Owner+Patch+Needs+Summary+Modifiedx=typecells=tiles James ___ lilypond-user mailing list lilypond-user@gnu.org https

Re: a thank you :)

2014-08-17 Thread James Worlton
and others put into LilyPond. I wish I was in a place to contribute financially. Maybe this next year will be better. James Worlton ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: 2.19.12 deprecated ly-option in lilypond-book.py

2014-08-11 Thread James
be avoidable by changing something in the makefile? This is probably better aimed at the dev list. James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: lilypond-book and includes

2014-08-09 Thread James
mentioned then it will probably be in the code in the next week if not in an official unstable release. James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: midi2ly

2014-08-08 Thread James
architecture Is that a known issue? http://code.google.com/p/lilypond/issues/detail?id=2208 There is a workaround in there I think. James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Rest invisible after part combine

2014-08-06 Thread James
/detail?id=913 Does this have any bearing? There are a quite a few issues known with partcombine. http://code.google.com/p/lilypond/issues/list?can=2q=partcombine James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman

Re: Meter change question revision

2014-08-05 Thread James Worlton
it is not a polyrhythm nor does it change from simple to compound. Perhaps something from here will help: http://lilypond.org/doc/v2.18/Documentation/notation/displaying-rhythms#polymetric-notation James Worlton ___ lilypond-user mailing list lilypond

Re: See the new music fonts in action

2014-07-31 Thread James
it to get some official reviews. Let me know and I'll send you the file. Thanks! Sure can you attach a git formatted patch that applies to current master and I'll make a tracker and put it up for review for you. James ___ lilypond-user mailing list

Re: Need multiple \mark entries over the same barline

2014-07-30 Thread James Harkins
On Wednesday, July 30, 2014 8:09:21 AM EDT, Thomas Morley wrote: This looks more like a MetronomeMark \mark \markup { \fontsize #-2 { \note #4. #1 = \note #2 #1 } } It should be possible to stack MetronomeMark and RehearsalMark in some manner. A... I had forgotten that \tempo can take

Re: cadenzaToMusic function, odd behavior causing barcheck failures

2014-07-29 Thread James
On 29/07/14 04:46, James Harkins wrote: Hi, Some time ago, a user here gave me a cadenzaToMusic function, which could stretch rests in non-cadenza parts to match the duration of a cadenza. (That's because I was having problems with compressing the cadenza music to fit in a normal-length bar

Re: cadenzaToMusic function, odd behavior causing barcheck failures

2014-07-29 Thread James Harkins
On Jul 29, 2014 7:29 AM, James pkx1...@gmail.com wrote: On 29/07/14 04:46, James Harkins wrote: Some time ago, a user here gave me a cadenzaToMusic function, which could stretch rests in non-cadenza parts to match the duration of a cadenza. (That's because I was having problems with compressing

Re: cadenzaToMusic function, odd behavior causing barcheck failures

2014-07-29 Thread James Harkins
On Tuesday, July 29, 2014 11:15:50 AM EDT, David Kastrup wrote: Uh, \unset Timing.measureLength? I don't think that LilyPond is going to be happy with an unset measure length. That makes sense, but does it apply to this case? There's a meter change just after the \cadenzaToMusic call;

Shortest duration by --verbose option?

2014-07-29 Thread James Harkins
http://lilypond.org/doc/v2.18/Documentation/notation/horizontal-spacing-overview says: ~~ The most common shortest duration is determined as follows: in every measure, the shortest duration is determined. The most common shortest duration is taken as the basis for the spacing, with the

Need multiple \mark entries over the same barline

2014-07-29 Thread James Harkins
In some places, I have a \markup-style mark over the same barline, and at the same barline, I also want a rehearsal mark (produced by \mark \default). Unfortunately it seems only one \mark is allowed at any given moment. This is a type of markup-style marking I mean: \mark \markup {

cadenzaToMusic function, odd behavior causing barcheck failures

2014-07-28 Thread James Harkins
Hi, Some time ago, a user here gave me a cadenzaToMusic function, which could stretch rests in non-cadenza parts to match the duration of a cadenza. (That's because I was having problems with compressing the cadenza music to fit in a normal-length bar.) I've used it in a couple of pieces

Re: music-to-markup

2014-07-23 Thread James
use in the docs. Now that doesn't mean that it translates straight to a SCM function (to make youre \example function) but if you look in the source in $LILYPOND_GIT/python/ all the various book* py files I think would give you clues. Regards James

Re: Template: String Quartet (score-only), first draft

2014-07-20 Thread James
at the thread to this to find out what example ' ... is much nicer ...' I am being taken back to conversations from 2008! Would you care to elaborate a bit more Marc (in case I am wrong) as I cannot find anything else pertaining to this email. James

Re: Updating a score from version 1.4

2014-07-17 Thread James
-with-convert_002dly I hope this helps. James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Barline at beginning of lines of music.

2014-07-16 Thread James
On 16/07/14 10:19, Thomas Morley wrote: 2014-07-14 20:21 GMT+02:00 James pkx1...@gmail.com: Well I'm still no clearer from this thread if we do or do not need a doc improvement. If so could someone create a tracker issue or give me something I can use (or tell me the doc is OK and nothing

Re: Barline at beginning of lines of music.

2014-07-14 Thread James
and nothing needs improving). Thanks James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Skipping reminder accidentals in q

2014-07-13 Thread James
the trackers more quickly. Thanks James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Skipping reminder accidentals in q

2014-07-13 Thread James
On 13/07/14 15:21, David Kastrup wrote: James pkx1...@gmail.com writes: On 13/07/14 11:49, David Kastrup wrote: Helge Kruse helge.kr...@gmx.net writes: Am 13.07.2014 11:57, schrieb David Kastrup: fis a d fis4f! a d f! f a d f q Well, just write the latter version. Well. this means

Re: line width

2014-07-12 Thread James
the magic Google incantation to make it appear. Charlie ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user You could put a manual \break in, if all else fails, and push a measure or two over. James

Re: Follow-up question to alternate music fonts

2014-07-11 Thread James
of new fonts and that it isn't going to start to create more exceptions because one font's dynamic 'f' happens to be wider or fatter than LilyPond's (if you see what I am getting at). Regards James ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Barline at beginning of lines of music.

2014-07-11 Thread James
#index-bar-lines Thanks James On Fri, 2014-07-11 at 17:49 +0100, Richard Shann wrote: For chord charts a barline is wanted at the start of each line of music - \bar | is, of course ignored in this position. Can anyone suggest how to force printing a barline here (after the time signature

Optical spacing -- no more?

2014-07-10 Thread James Harkins
Something I've been wondering about for awhile... lilypond.org boasts of optical spacing for notes with alternating up and down stems, but it seems this feature has been lost somewhere (or disabled by default). In this example, it's quite plain to my eyes that the stems are not equally spaced

Re: I was unable to import an xml ogan file from Musescore - update

2014-07-10 Thread James
a place they can get it from) and report this to 'bug-lilyp...@gnu.org'. James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Saving output and .ly files automatically into different folders

2014-07-06 Thread James
) different places. James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Increase vertical spacing between systems

2014-07-04 Thread James
to make sure that any significant syntax changes we have made in the code are detected and converted in your *.ly files. http://www.lilypond.org/doc/v2.18/Documentation/usage/updating-files-with-convert_002dly.html James ___ lilypond-user mailing list

Re: LilyPond-Book and \include statements

2014-07-04 Thread James
on the list, I can tell you that lilypond-book calls some of the files in ../lilypond/current/python/.. which again may give some clues as to what could be tweaked. Or perhaps there is another way of constructing that variable that doesn't trigger the problem. Sorry that I don't have a solution. James

Re: hacked?

2014-07-03 Thread James
(and probably has this lists email address) in his address book, that that is why we and anyone else in the list see this. Mark it as spam (it was already in the spam folder in my own email). I have cc'd the user. Thanks James Mark Stephen Mrotek -Original Message- From: lilypond-user

Re: solfege display for tie slur (re-submit to list)

2014-07-02 Thread James
/lilypond-user/2014-04/msg00450.html Thomas Morely? James On Monday, June 30, 2014 11:01:34 PM, Colin Campbell c...@shaw.ca wrote: On 14-06-30 07:39 PM, MING TSANG wrote: Hi, Colin: Thank you for the suggestion. But I want to preserve what is code in the staff. I do not want to display

Re: rest collisions

2014-07-01 Thread James
? Are you using for instance the /rest markup command attached to a note or are you explicitly using voices with a 'r' James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: LilyPond-Book and \include statements

2014-06-30 Thread James
' syntax when it is included. I hope this helps. James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: [snippet] Repeats with parallelMusic

2014-06-30 Thread James
. For snippets to be included in the NR they need to be explicitly in $LILYPOND_GIT/Documentation/snippets/.. and then referenced by the appropriate Texinfo entry in the Manual's *.tely files. I guess you know that so am wondering what we can do if the manual is not clear enough. James

Re: Text inside hairpin

2014-06-30 Thread James
field is suboptimal as it only states to typeset the text _below_ the hairpin. Do we need to change the texidoc string for this snippet then? And if so to what - I assume that this snippet in 'lilylib' is are in $LILYPOND_GIT? James ___ lilypond-user

Re: Double key signature

2014-06-27 Thread James
. ___ Thanks Keith, I've added that as a snippet and in the Notation Reference http://code.google.com/p/lilypond/issues/detail?id=3976 James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman

Re: Building documentation: bad PNG output

2014-06-27 Thread James
and get your PNG files using 2.19 then use the same git repo and use the 2.18 branch and then try. Then at least we can attempt to help, knowing we are all looking at the same code as you. Regards James 2014-06-27 13:27 GMT+02:00 Aymeric ejisn...@gmail.com mailto:ejisn...@gmail.com: I'm

Re: Sloped/Angled ottava spanner

2014-06-26 Thread James
into the LSR. James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Repeat volta not at beginning of piece doesn't get initial repeat bar line

2014-06-26 Thread James
it should be? James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Double key signature

2014-06-25 Thread James
clef? I'm just curious. James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: BreathingSigns and automatic beams

2014-06-24 Thread James
when learning to play would indicate it with a tick-like mark and bar breaks are more often the best place to take this sneaky breath than in a measure itself - it just depends. You take your air where you can! James ___ lilypond-user mailing list

How to get enc to pdf with LilyPond (was Window XP = http://lilypond.org/introduction.html)

2014-06-23 Thread James
://enc2ly.sourceforge.net/en and 'go-enc2ly' - https://github.com/hanwen/go-enc2ly See if this is what you want. However, from a very quick glance it seems these might not have a windows binary - but you may get some more luck here on the User list. James

Nifty trick with tags and \shape

2014-06-23 Thread James Harkins
If you ever need the score and a transposed part to have a different slur shape in places... this does it :) Just had to share -- actually I wasn't entirely sure this would work, but it's perfect! hjh \version 2.18.2 \language english music = \relative c' { \tupletSpan 1*6/8 \tuplet 4/3

Re: \afterGrace \glissando draws incorrect line?

2014-06-17 Thread James
dis'4 \glissando fis8 \\ \stemUp a,4 \\ \afterGrace fis4 \glissando a8 So it's something to do with that construction but I cannot tell you why. If that helps? James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman

Re: Changing the direction of a tuplet bracket

2014-06-17 Thread James
/listinfo/lilypond-user Thanks. Added as http://code.google.com/p/lilypond/issues/detail?id=3956 James ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Custom accidental style (for cadenza)?

2014-06-16 Thread James Harkins
TL;DR version of the question: How could I define an accidental style that behaves mostly like neo-modern, but also avoids repeating accidentals within a beamed group? Full explanation why -- I have a cadenza which, according to Frescobaldi's duration counter, spans 59 quarter notes. It's in

Re: Custom accidental style (for cadenza)?

2014-06-16 Thread James Harkins
On Tuesday, June 17, 2014 8:21:10 AM HKT, David Nalesnik wrote: Here's a variation which incorporates my little discovery :) This is great! Thanks! I can safely say, it probably would have taken me half a year to figure this out on my own... In the second example, the ! forces the natural.

Re: problems with partcombine

2014-06-15 Thread James
with partcombine http://code.google.com/p/lilypond/issues/list?can=2q=partcombinesort=patchcolspec=ID+Type+Status+Stars+Owner+Patch+Needs+Summary+Modifiedx=typecells=tiles See if one of these is yours as often there is a workaround suggested in the tracker too. James

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