Re: Gregorian chant bug?

2013-12-20 Thread Keith OHara
aspodata.se> writes: > ... > > http://www.lilypond.org/doc/v2.16/Documentation/notation/typesetting- gregorian-chant > ... > > At the second '\divisioMinima' (the whole line reads: c' \divisioMinima \break) the anomaly occurs. > > I see it. It do seem to work with version 2.17.25. > Nobody h

Re: smallCaps and accented letters

2013-12-20 Thread Shane Brandes
Good Yann might need it. Boston 1851 came to mind since I made it. I am sure there are others. Just not a lot compared to the vasty sum of fonts available. S. On Fri, Dec 20, 2013 at 11:05 PM, Mark Stephen Mrotek wrote: > Mr. Brandes > > Bulmer MT has accented small caps as part of the font fami

Re: Odp: hotrizontal spacing question

2013-12-20 Thread Keith OHara
Karol Majewski wp.pl> writes: > > I want all off the stems in tuplet to be spaced evenly. How to achieve > > this? If anybody else runs in to this question, there is an option for this called "uniform-stretching" described in Notation Reference section 4.5.5 Proportional notation

Re: Cannot Find Voice?

2013-12-20 Thread Alex Loomis
Could you give us a minimal example? You said you're new, so in case you don't know that's an example with as few things as possible to make your point. On Fri, Dec 20, 2013 at 9:40 PM, James Dorfer wrote: > Hello All, > I am getting a very persistent "Cannot Find Voice: Tenor" error when >

RE: smallCaps and accented letters

2013-12-20 Thread Mark Stephen Mrotek
Mr. Brandes Bulmer MT has accented small caps as part of the font family. http://www.fonts.com/font/adobe/bulmer/complete-family-pack Mark -Original Message- From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of

Re: smallCaps and accented letters

2013-12-20 Thread Shane Brandes
Small caps are an interesting typological beast. They are generally caps that are shrunk to the x height. But are not simply scaled down if made correctly. They are supposed to retain the weight of the regular majuscules. In any event that was the case in real world physical type. Now it is possibl

Cannot Find Voice?

2013-12-20 Thread James Dorfer
Hello All, I am getting a very persistent "Cannot Find Voice: Tenor" error when compiling my code. I attempted to construct my code almost identically to the second example in the Learning Manual 3.2.3 "Voices and Vocals" (here: http://www.lilypond.org/doc/v2.16/Documentation/learning/voic

Re: How to transpose a custom slur

2013-12-20 Thread David Nalesnik
Hi again, On Fri, Dec 20, 2013 at 6:08 PM, David Nalesnik wrote: [...] > Sorry, goofed the syntax... > > myMusic = { > > \shape #'((0 . 0.25) (1.5 . 1) (0 . 1) (0 . 0.5)) Slur > should be \shape Slur #'((0 . 0.25) (1.5 . 1) (0 . 1) (0 . 0.5)) ___

Re: How to transpose a custom slur

2013-12-20 Thread David Nalesnik
Hi Marten, On Fri, Dec 20, 2013 at 5:12 PM, Marten Visser wrote: > Hi all, > > When transposing a score, how can I make sure that custom slurs will also > get transposed? Is there any way to read out how much the notes in the > score have moved up/down, so that I can use that as a variable in t

Odp: hotrizontal spacing question

2013-12-20 Thread Karol Majewski
OK, got it. \override NoteHead.extra-spacing-height = #'(-inf.0 . +inf.0) is what I was looking for. Dnia 20-12-2013 o godz. 23:58 Karol Majewski napisał(a): > Hi. > > Here, even though all optical-spacing features are disabled, spacing is > still uneven: > > \version "2.17.97" > > { > \

How to transpose a custom slur

2013-12-20 Thread Marten Visser
Hi all, When transposing a score, how can I make sure that custom slurs will also get transposed? Is there any way to read out how much the notes in the score have moved up/down, so that I can use that as a variable in the custom slur definition? Please see the example below how a custom slur

hotrizontal spacing question

2013-12-20 Thread Karol Majewski
Hi. Here, even though all optical-spacing features are disabled, spacing is still uneven: \version "2.17.97" { \override ScoreNoteSpacing.same-direction-correction = #0 \override Score.NoteSpacing.stem-spacing-correction = #0 \override Score.StaffSpacing.stem-spacing-correction = #0 \cl

smallCaps and accented letters

2013-12-20 Thread Yann
Hello everybody :) I noticed in a score that I've recently typeset that smallCaps doesn't support accented characters (which is indeed written in the manual). Is there a plan to extend smallCaps to support accented letters in future versions ? For now, is there a workaround ? Yann __

Fwd: SostenutoPedalLineSpanner and texts

2013-12-20 Thread David Nalesnik
Oops, mistakenly sent this only to the OP... -- Forwarded message -- From: David Nalesnik Date: Fri, Dec 20, 2013 at 9:01 AM Subject: Re: SostenutoPedalLineSpanner and texts To: Simon Bailey Hi Simon, On Fri, Dec 20, 2013 at 1:42 AM, Simon Bailey wrote: > Hi, > > I'd like t

RE: delayed turn

2013-12-20 Thread Eluze
Mark Stephen Mrotek wrote > Eluze, > > As far as I can see the code you suggest is what is used (see the > attachment > provided) as copied from > http://lilypond.org/doc/v2.16/Documentation/notation/expressive-marks-attached-to-notes > What can I do if Lilypond confuses itself? afaics the code t

Re: emacs point-and-click on OSX

2013-12-20 Thread Kevin Patrick Barry
> Once Mac Ports is installed, the following: > > sudo port install xpdf > > does install xpdf and all necessary stuff. Thanks for this. I am getting closer, but still no cigar. Xpdf is working, and it is, I think, calling the lilypond-invoke-editor script correctly when I click on a note in a pd

RE: delayed turn

2013-12-20 Thread Mark Stephen Mrotek
Eluze, As far as I can see the code you suggest is what is used (see the attachment provided) as copied from http://lilypond.org/doc/v2.16/Documentation/notation/expressive-marks-attach ed-to-notes What can I do if Lilypond confuses itself? Mark -Original Message- From: lilypond-user-bou

RE: delayed turn

2013-12-20 Thread Eluze
Mark Stephen Mrotek wrote > Thank you. Please see attached. > > BadTurns.ly (881 bytes) > ; > BadTurns.pdf (44K) > ; you have to override the properties f

RE: delayed turn

2013-12-20 Thread Mark Stephen Mrotek
Eluze, Thank you. Please see attached. Mark -Original Message- From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of Eluze Sent: Friday, December 20, 2013 2:19 AM To: lilypond-user@gnu.org Subject: RE: delayed tu

RE: delayed turn

2013-12-20 Thread Mark Stephen Mrotek
Simon, Again, thanks for your kind attention. Yes, I have plans - not today - to reinstall Lilypond and see if that remedies the code. Mark From: bina...@gmail.com [mailto:bina...@gmail.com] On Behalf Of Simon Bailey Sent: Friday, December 20, 2013 2:13 AM To: Mark Stephen Mrotek Cc

should braces be re-introduced in LSR 503

2013-12-20 Thread Eluze
adding this to the user list: Amreg wrote > Le 04/12/2013 00:38, Eluze a écrit : >> the source in >> http://www.lilypond.org/doc/v2.17/Documentation/snippets/vocal-music#vocal-music-vertically-centered-common-lyrics >> starts with >> >> \include "english.ly" >> leftbrace = \markup { \override #'(

Re: autochange and tuplet brackets

2013-12-20 Thread Simon Bailey
On Fri, Dec 20, 2013 at 11:21 AM, Mark Knoop wrote: > Yes, and interestingly in this edition the rfz in the second system is > misplaced. It should be on the LH octave. > interesting. there are four versions on IMSLP. two breitkopf & härtel (the screenshot is from the first edition 1852). both

Re: autochange and tuplet brackets

2013-12-20 Thread Mark Knoop
>> yeah, i just realised that. and that the screeny is too big for the >> list: >> >> http://simon.bailey.at/random/liszt-cross-staff.png >> > >Ah, yes, that's the sort of stuff I had in mind. Although it doesn't >involve (printed) tuplets. > >Musically the example is interestingly uncharacteristi

Re: autochange and tuplet brackets

2013-12-20 Thread Simon Bailey
On Fri, Dec 20, 2013 at 11:05 AM, David Kastrup wrote: > Not really: what's discussed in that thread is what happens when the > bracket-visibility is #f. In that case, the tuplet number is placed as > if there were a bracket, and since that bracket is placed quite far from > the beam in cross-st

RE: delayed turn

2013-12-20 Thread Eluze
Mark Stephen Mrotek wrote > It is here, > http://lists.gnu.org/archive/html/lilypond-user/2013-12/txtHVW62yOy_y.txt this is a archive/mailing list! Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/delayed-turn-tp156135p156185.html Sent from the User mailing list ar

Re: Fwd: autochange and tuplet brackets

2013-12-20 Thread Urs Liska
Am 20.12.2013 11:00, schrieb Simon Bailey: On Fri, Dec 20, 2013 at 10:53 AM, Urs Liska mailto:u...@openlilylib.org>> wrote: Am 20.12.2013 10 :55, schrieb Simon Bailey: that was a good tip -- turned up the amazing cross-staff beams attached... :D Please do ... yeah, i

Re: autochange and tuplet brackets

2013-12-20 Thread David Kastrup
Mark Knoop writes: > At 08:33 on 20 Dec 2013, Simon Bailey wrote: >>i've also included the tweaked output in not-ugly-tuplets.png. this was >>fixed by using the following tweak/untweak combination before the >>strange sextuplets: >> >>staffChangeSextupletTweak = { >>\override TupletBracket.bracke

Re: autochange and tuplet brackets

2013-12-20 Thread Simon Bailey
On Fri, Dec 20, 2013 at 10:51 AM, Mark Knoop wrote: > > In my opinion the tweaked tuplet brackets are too far from the > bass noteheads (particularly in bar 13). In situations like this I've > always had to adjust the positions for each instance. > agreed, this is not quite yet the final print ve

Re: Fwd: autochange and tuplet brackets

2013-12-20 Thread Simon Bailey
On Fri, Dec 20, 2013 at 10:53 AM, Urs Liska wrote: > Am 20.12.2013 10:55, schrieb Simon Bailey: > > that was a good tip -- turned up the amazing cross-staff beams >> attached... :D >> >> Please do ... yeah, i just realised that. and that the screeny is too big for the list: http://simon.bail

Re: Fwd: autochange and tuplet brackets

2013-12-20 Thread Urs Liska
Am 20.12.2013 10:55, schrieb Simon Bailey: that was a good tip -- turned up the amazing cross-staff beams attached... :D Please do ... ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Fwd: autochange and tuplet brackets

2013-12-20 Thread Simon Bailey
On Fri, Dec 20, 2013 at 10:33 AM, Urs Liska wrote: > <...SNIPSNAP...> >> notation is less complex for the player, but not being a pianist, i'm >> not sure if it would be considered the "correct" way to do it. if not, >> i'm open to suggestions on how better to notate this section. i haven't >> co

Re: autochange and tuplet brackets

2013-12-20 Thread Mark Knoop
At 08:33 on 20 Dec 2013, Simon Bailey wrote: >i've also included the tweaked output in not-ugly-tuplets.png. this was >fixed by using the following tweak/untweak combination before the >strange sextuplets: > >staffChangeSextupletTweak = { >\override TupletBracket.bracket-visibility = ##t >\override

RE: delayed turn

2013-12-20 Thread Mark Stephen Mrotek
Eluze, It is here, http://lists.gnu.org/archive/html/lilypond-user/2013-12/txtHVW62yOy_y.txt Mark -Original Message- From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of Eluze Sent: Friday, December 20, 2013 1:3

Re: delayed turn

2013-12-20 Thread Simon Bailey
On Fri, Dec 20, 2013 at 10:36 AM, Eluze wrote: > Mark Stephen Mrotek wrote > > The length of the code was to demonstrate the inconsistencies, i.e., nine > > separate instances produce randomly two different results. > > you can write \repeat unfold 9 {...} so the reader is sure there is no > (ina

Re: Fwd: autochange and tuplet brackets

2013-12-20 Thread David Kastrup
Simon Bailey writes: > On Fri, Dec 20, 2013 at 9:55 AM, David Kastrup wrote: >> Urs Liska writes: >> >>> Am 20.12.2013 08:33, schrieb Simon Bailey: is this a bug or just unexpected behaviour on a border-case which doesn't occur in real music?;) >>> >>> Well, it _does_ occur in real mu

RE: delayed turn

2013-12-20 Thread Eluze
Mark Stephen Mrotek wrote > The length of the code was to demonstrate the inconsistencies, i.e., nine > separate instances produce randomly two different results. you can write \repeat unfold 9 {...} so the reader is sure there is no (inadvertent) change in the code. > Why is it that the code pr

Re: Fwd: autochange and tuplet brackets

2013-12-20 Thread Urs Liska
Am 20.12.2013 10:29, schrieb Simon Bailey: On Fri, Dec 20, 2013 at 9:55 AM, David Kastrup mailto:d...@gnu.org>> wrote: Urs Liska mailto:u...@openlilylib.org>> writes: > Am20.12.2013 08 :33, schrieb Simon Bailey: is this a bug or just unexpected behaviour on a border-case which doesn't occur

Re: Fwd: autochange and tuplet brackets

2013-12-20 Thread Simon Bailey
On Fri, Dec 20, 2013 at 9:55 AM, David Kastrup wrote: > Urs Liska writes: > >> Am 20.12.2013 08:33, schrieb Simon Bailey: >>> is this a bug or just unexpected behaviour on a border-case which doesn't >>> occur in real music?;) >> >> Well, it _does_ occur in real music, as you have shown us. > > T

RE: delayed turn

2013-12-20 Thread Mark Stephen Mrotek
Urs, Yes, both are 2.16.2. Mark -Original Message- From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of Urs Liska Sent: Friday, December 20, 2013 12:46 AM To: lilypond-user@gnu.org Subject: Re: delayed turn Am

Re: emacs point-and-click on OSX

2013-12-20 Thread Jacques Menu
Hello, Once Mac Ports is installed, the following: sudo port install xpdf does install xpdf and all necessary stuff. JM Le 19 déc. 2013 à 22:03:41, David Kastrup a écrit : > Kevin Patrick Barry writes: > >>> Alternatively, you might want to try to get xdvi running on your >>> syste

Re: Fwd: autochange and tuplet brackets

2013-12-20 Thread David Kastrup
Urs Liska writes: > Am 20.12.2013 08:33, schrieb Simon Bailey: >> is this a bug or just unexpected behaviour on a border-case which doesn't >> occur in real music?;) > > Well, it _does_ occur in real music, as you have shown us. The smiley would appear to indicate he has been indulging in a bit

Re: Fwd: autochange and tuplet brackets

2013-12-20 Thread Urs Liska
Am 20.12.2013 08:33, schrieb Simon Bailey: is this a bug or just unexpected behaviour on a border-case which doesn't occur in real music?;) Well, it _does_ occur in real music, as you have shown us. ___ lilypond-user mailing list lilypond-user@gnu.or

Re: delayed turn

2013-12-20 Thread Urs Liska
Am 20.12.2013 03:27, schrieb Mark Stephen Mrotek: Why is it that the code presented in the manual ( and copied in my exampled ) does not produce in my work the same as is in the manual? Not seeing into the original issue I'd ask nevertheless: Are you sure that you use the manual version for th