LP's staff lines are thinner than Henle...

2008-12-14 Thread Mark Polesky
LM 1.1 Background - "Engraving" states: "our staff lines... are also much thicker than lines in the computer edition." In both the HTML and PDF versions, LilyPond's staff lines are in fact the thinnest when compared. I've included a png to make this easier to see. In the HTML version, the dista

Problem with GDP doc build on kainhofer.com

2008-12-14 Thread Carl D. Sorensen
Reinhold, I've noticed that there's a problem with the doc build on kainhofer.com. I made a change to the automatic string/fret location feature for TabStaff and FretBoards. I also made a change to the fret diagram code. These two corrections fixed a really strange (maybe 20 frets long) fret di

Re: Scheme function to print out active Voice context during interpretation?

2008-12-14 Thread Han-Wen Nienhuys
On Mon, Dec 15, 2008 at 12:18 AM, Trevor Bača wrote: > OK, this explanation is extremely helpful. But there's still something > deeply wrong. Han-Wen from a bit earlier: > > "Note that contexts do not 'nest' as you claim in a message below. > Voice contexts cannot contain any other context." > >

Re: Scheme function to print out active Voice context during interpretation?

2008-12-14 Thread Carl D. Sorensen
On 12/14/08 7:18 PM, "Trevor Bača" wrote: >> >> In examples 1 and 2+1 note, the first music occurs without a voice being >> defined. Therefore, LilyPond creates (instantiates) a voice. Voice foo is >> then created, and limited to the notes contained in the brackets. >> >> In example 2, Voi

Re: Scheme function to print out active Voice context during interpretation?

2008-12-14 Thread Trevor Bača
2008/12/14 Carl D. Sorensen > > > > On 12/14/08 4:34 PM, "Trevor Bača" wrote: > > > > > > I have a pretty big stockpile of tests and sometime in the next couple of > days > > I'll find a way to organize them and send them over. But I'd like to > start > > with the pair of examples that just seem

Re: Implement straight flags in scheme

2008-12-14 Thread hanwenn
some small comments, please apply http://codereview.appspot.com/11046/diff/19/205 File scm/flag-styles.scm (right): http://codereview.appspot.com/11046/diff/19/205#newcode20 Line 20: Note that here length is the whole length, while flag-x-width is just the drop: Note that http://codereview.app

Implement straight flags in scheme

2008-12-14 Thread hanwenn
Reviewers: Reinhold, http://codereview.appspot.com/11046/diff/8/11 File scm/flag-styles.scm (left): http://codereview.appspot.com/11046/diff/8/11#oldcode17 Line 17: ;; (define-public (add-stroke-straight stencil dir stroke-style) drop commented stuff. http://codereview.appspot.com/11046/diff/8

Add ticked barlines (\bar "'"), i.e. a short tick through top-most staff-line

2008-12-14 Thread hanwenn
Reviewers: Reinhold, Message: lgtm Description: Add ticked barlines (\bar "'"), i.e. a short tick through top-most staff-line Please review this at http://codereview.appspot.com/10645 Affected files: A input/regression/bar-line-tick.ly M lily/bar-line.cc M lily/include/bar-line.hh M li

Re: Changing snippets in the documentation

2008-12-14 Thread Carl D. Sorensen
On 12/14/08 6:01 PM, "John Mandereau" wrote: > Le dimanche 14 décembre 2008 à 17:41 -0700, Carl D. Sorensen a écrit : >> I changed a snipped that is in fretted-strings.itely. When I run make web >> in Documentation/user, everything works fine. When I run make web from ., >> the process stop

Re: Scheme function to print out active Voice context during interpretation?

2008-12-14 Thread John Mandereau
Le dimanche 14 décembre 2008 à 17:41 -0700, Carl D. Sorensen a écrit : > A while ago there was a post suggesting that we do away with all implicit > instantiation and require users to explicitly instantiate contexts. That > went nowhere. I really think this feature is worth keeping it, if you rec

Re: Changing snippets in the documentation

2008-12-14 Thread John Mandereau
Le dimanche 14 décembre 2008 à 17:41 -0700, Carl D. Sorensen a écrit : > I changed a snipped that is in fretted-strings.itely. When I run make web > in Documentation/user, everything works fine. When I run make web from ., > the process stops on a snippet that has been extracted from > fretted-s

Re: Changing snippets in the documentation

2008-12-14 Thread Carl D. Sorensen
On 12/14/08 2:13 PM, "John Mandereau" wrote: > Le dimanche 14 décembre 2008 à 21:30 +0100, Francisco Vila a écrit : >> It would be very useful to know exactly what files have to be deleted >> if you e.g. modify a single user/*itely file, to be sure that the >> final output in out-www is uptoda

Re: Scheme function to print out active Voice context during interpretation?

2008-12-14 Thread Carl D. Sorensen
On 12/14/08 4:34 PM, "Trevor Bača" wrote: > > I have a pretty big stockpile of tests and sometime in the next couple of days > I'll find a way to organize them and send them over. But I'd like to start > with the pair of examples that just seems absolutely pathological to me. Here > it is: >

Re: Scheme function to print out active Voice context during interpretation?

2008-12-14 Thread Francisco Vila
2008/12/15 Trevor Bača : > (Stop and think what you'd expect here before looking at the output.) You're right, one expects something different at first, but then I remembered the "Temporary polyphonic passages" section under http://lilypond.org/doc/v2.11/Documentation/user/lilypond/Multiple-voices

Re: Scheme function to print out active Voice context during interpretation?

2008-12-14 Thread Han-Wen Nienhuys
On Sun, Dec 14, 2008 at 4:42 PM, Trevor Bača wrote: > [The motivation is that I'm researching the way that LilyPond determines > which voice music events are assigned to ... from a user's perspective based > solely on looking at input files. Voice-resolution in the example above is > of course qu

LSR-snippet for tick barline

2008-12-14 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I just saw the git commit to update input/lsr/tick-bar-lines.ly I suppose it would be easier / better to use \set Score.defaultBarType = "'" globally instead of explicit \bar "'" for each barline... I.e. { \set Score.defaultBarType = "'" c'4

Re: function lookup

2008-12-14 Thread Mats Bengtsson
John Mangual wrote: how would i go about looking up the scheme source code for a specific function like "transpose" or "tuple" or "key" \transpose and \key are implemented in C++ code, not in Scheme and as far as I know there is no \tuple command. /Mats

Re: Scheme function to print out active Voice context during interpretation?

2008-12-14 Thread John Mandereau
Hi Trevor! Le dimanche 14 décembre 2008 à 12:42 -0600, Trevor Bača a écrit : > Is there a way to print out the name (or other identity) of the > currently active voice just before any given note or rest in an input > file? > Does something like this exist? I haven't found such a function in Lily

Re: Lilypond problems

2008-12-14 Thread demery
On Sat, Dec 13, 2008, Dan Eble said: > I have a hymnal that uses a single thick bar line at a mid-measure > line break that coincides with the end of a line of the poem. I would have expected a hymnal to have been typeset, not engraved; far too much work and lower profit in it to be using engr

Re: Changing snippets in the documentation

2008-12-14 Thread John Mandereau
Le dimanche 14 décembre 2008 à 21:30 +0100, Francisco Vila a écrit : > It would be very useful to know exactly what files have to be deleted > if you e.g. modify a single user/*itely file, to be sure that the > final output in out-www is uptodate. Nothing, all what should be rebuilt is actually re

Re: Changing snippets in the documentation

2008-12-14 Thread Francisco Vila
2008/12/14 John Mandereau : > Le samedi 13 décembre 2008 à 07:13 -0800, Graham Percival a écrit : >> I used >> rm -rf out-www/ >> >> It's not the ideal solution, since you have to wait for 20 minutes >> to compile the entire docs again, but it works. :) > > This is even little of a real solution

Re: PATCH: Arrowed accidentals for microtone notation

2008-12-14 Thread Werner LEMBERG
> Can we please make sure to include at least one example of input > syntax in the newsfile? Well, it's Maximilian's turn... Werner ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Changing snippets in the documentation

2008-12-14 Thread John Mandereau
Le samedi 13 décembre 2008 à 07:13 -0800, Graham Percival a écrit : > I used > rm -rf out-www/ > > It's not the ideal solution, since you have to wait for 20 minutes > to compile the entire docs again, but it works. :) This is even little of a real solution: lilypond-book snippets are not cach

Re: Page turn breaking blank pages

2008-12-14 Thread Joe Neeman
Hi Nicolas, For reducing blank pages, the short answer is that you should try increasing blank-page-force (or blank-last-page-force or blank-after-score-page-force). Perhaps it's better to name these xxx-penalty so their purpose is more clear. Some more detailed responses follow... On Sun, 2008-1

Re: small caps

2008-12-14 Thread Till Rettig
Han-Wen Nienhuys schrieb: On Sat, Dec 6, 2008 at 8:24 PM, Till Rettig wrote: Thanks I know. Actually I just discovered that Century Schoolbook is to blame: indeed it doesn't include small caps. Didn't check how pango/lilypond handles a font that includes them. It will try to substi

Re: [PATCH] Straight flags finished

2008-12-14 Thread Till Rettig
Trevor Daniels schrieb: Reinhold, you wrote Sunday, December 14, 2008 1:46 PM Where in the docs do the flag styles belong? There is a selected snippet in 1.2.4 Beams entitled "Flat flags and beam nibs" which shows flags derived from beamlets. A new snippet showing straight flags in the two

Scheme function to print out active Voice context during interpretation?

2008-12-14 Thread Trevor Bača
Hi, Is there a way to print out the name (or other identity) of the currently active voice just before any given note or rest in an input file? I'm thinking something like this (please pardon the faux-Scheme) ... \new Staff << \context Voice = "foo" { c'4 #(print (something->st

Re: PATCH: Arrowed accidentals for microtone notation

2008-12-14 Thread Trevor Bača
On Sat, Dec 13, 2008 at 1:24 AM, Werner LEMBERG wrote: > > > Please let further suggestions be coming. :-) > > No further suggestions. I've applied it to the git. Thanks! Please > provide proper entries for NEWS.tely and other documentation files, > together with a regression test (or extendin

Re: set accidental style in \layout block?

2008-12-14 Thread Trevor Bača
On Fri, Dec 12, 2008 at 4:36 PM, Valentin Villenave wrote: > 2008/12/12 Mark Polesky : > > Is there a way to set the accidental style in the layout block? > > Yes : > > \layout { > \context { \Score % or Staff, or Voice > autoAccidentals = #yourstyle > autoCautionaries = #yourotherstyle > } >

Re: function lookup

2008-12-14 Thread Neil Puttock
Hi John, 2008/12/14 John Mangual : > how would i go about looking up the scheme source code for a specific > function like "transpose" or "tuple" or "key" It depends on whether the function is a parser keyword or music function; if it's the latter (you can check this by looking at appendix B.14,

Re: function lookup

2008-12-14 Thread Carl D. Sorensen
On 12/14/08 7:00 AM, "John Mangual" wrote: > how would i go about looking up the scheme source code for a specific function > like "transpose" or "tuple" or "key" >From your lilypond source directory, enter grep transpose scm/*.scm which will give you a list of all occurences of "transpose"

Re: [PATCH] Straight flags finished

2008-12-14 Thread Neil Puttock
Hi Reinhold, 2008/12/14 Reinhold Kainhofer : > After some code adjustments following Han-Wen's comments, the straight flags > are now in git... Sorry for the late review, but may I suggest having a default value for font-size? (fs (ly:grob-property stem-grob 'font-size 0)) This will simplify t

Re: [PATCH] Straight flags finished

2008-12-14 Thread Trevor Daniels
Reinhold, you wrote Sunday, December 14, 2008 1:46 PM Where in the docs do the flag styles belong? There is a selected snippet in 1.2.4 Beams entitled "Flat flags and beam nibs" which shows flags derived from beamlets. A new snippet showing straight flags in the two built-in styles could be

function lookup

2008-12-14 Thread John Mangual
how would i go about looking up the scheme source code for a specific function like "transpose" or "tuple" or "key" ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: [PATCH] Straight flags finished

2008-12-14 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Sonntag, 14. Dezember 2008 01:22:44 schrieb Josh Parmenter: > look very nice! After some code adjustments following Han-Wen's comments, the straight flags are now in git... The parameters of the two pre-defined styles (old-straight-flag and moder

Re: Implement straight flags in scheme

2008-12-14 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Sonntag, 14. Dezember 2008 03:44:52 schrieb hanw...@gmail.com: > http://codereview.appspot.com/11046/diff/8/11 [...] > Description: > Implement straight flags in scheme > > Please review this at http://codereview.appspot.com/11046 > > Affected files

Page turn breaking blank pages

2008-12-14 Thread Nicolas Sceaux
Joe, I'm trying to produce separate parts for an opera, using the combination of page-turn-breaking and bookparts. This gives good results, however, the page-turn page breaking algorithm adds blank pages at some places, for instance, just before the last page of a bookpart, which gives an awkward