Re: [savannah-help-public] Google Code will be no more at 2016-01-25

2015-03-13 Thread Noeck
Dear Shane, of those 4311 issues, 1012 are still open all others closed. I can't tell how often they happen but there is a certain classification of severity in the type: 10 Crash 2 Critical (both regressions) 37 Build 212 Defect 196 Ugly 362 Enhancement 71 Documentation 38 Maintai

Re: Graphical operators in markup

2015-03-13 Thread Klaus Blum
Hi Andrew, there are two snippets dealing with arrows: http://lsr.di.unimi.it/LSR/Item?id=961 http://lsr.di.unimi.it/LSR/Item?id=962 Maybe they are useful for you... Cheers, Klaus -- View this message in

building pairs in music functions

2015-03-13 Thread Kevin Barry
Dear scheme experts, I am trying to supply a constructed pair as a value for a grob property in a music function, but it seems no matter what I try I get an error such as: `warning: type check for `bracket-flare' failed; value `(num . num)' must be of type `pair of numbers''. A non-working example

Re: building pairs in music functions

2015-03-13 Thread Mattes
Am Freitag, 13. März 2015 11:33 CET, Kevin Barry schrieb: > Dear scheme experts, > > I am trying to supply a constructed pair as a value for a grob property in > a music function, but it seems no matter what I try I get an error such as: > `warning: type check for `bracket-flare' failed; val

Re: building pairs in music functions

2015-03-13 Thread Mattes
Am Freitag, 13. März 2015 11:38 CET, "Mattes" schrieb: > #'(num .num) Sorry, breakfast time reply :-) Breadcrumbs under the spacebar - this should read (num . num) ... Cheers, RalfD ___ lilypond-user mailing list lilypond-user@gnu.org https

Re: building pairs in music functions

2015-03-13 Thread Pierre Perol-Schneider
Hi Kevin, See: http://www.lilypond.org/doc/v2.18/Documentation/extending/intermediate-substitution-functions.html So: ... \once \override HorizontalBracket.bracket-flare = #(cons num num) ... should work. HTH, Pierre 2015-03-13 11:33 GMT+01:00 Kevin Barry : > Dear scheme experts, > > I am

Re: convert-ly adding linefeeds / carriage return

2015-03-13 Thread Nick Payne
On 12/03/2015 21:43, Wilbert Berendsen wrote: Op Wed, 11 Mar 2015 20:16:21 -0400 "stephan.patter...@videotron.ca" schreef: I have just upgraded to the latest Lilypond, version 2.19.16. I'm using Frescobaldi 2.18 on Windows 8.1. Running convert-ly on any of my Lilypond scores, I find that car

Re: Graphical operators in markup

2015-03-13 Thread Andrew Bernard
Thank you! I don’t know why I can never find these things. This is close, but not quite what I am after. I need more control over the shape and style of the arrowhead than the \arrow-head function provides, and I really do want to do it it postscript, so I can do things somewhat beyond the limi

Re: building pairs in music functions

2015-03-13 Thread Kevin Barry
Thank you both that worked perfectly! On Fri, Mar 13, 2015 at 10:54 AM, Pierre Perol-Schneider < pierre.schneider.pa...@gmail.com> wrote: > Hi Kevin, > > See: > http://www.lilypond.org/doc/v2.18/Documentation/extending/intermediate-substitution-functions.html > So: > ... > > \once \override Horiz

Re: Tweak Down causes extra space

2015-03-13 Thread Kieren MacMillan
Hi Harm, > I did some more investigation and filed a bug-report. It's not the > Dynamic/RehearsalMark conflict, but \markLengthOn itself. > > http://lilypond.1069038.n5.nabble.com/markLengthOn-fails-if-MetronomeMark-RehearsalMark-direction-is-DOWN-td173039.html I’ve recently found some other iss

Re: [savannah-help-public] Google Code will be no more at 2016-01-25

2015-03-13 Thread Assaf Gordon
On 03/12/2015 06:11 PM, Werner LEMBERG wrote: Savannah supports web-based 'trackers' (for bugs, supports, tasks, <...> and also using a DebBugs server, for example: However, one extremely important feature is sorely missing from Savannah's bug tracker: the ability to directly display images,

RE:building pairs in music functions

2015-03-13 Thread Stephen MacNeil
Is this the idea? \version "2.18.2" rotateBracket = #(define-music-function (parser location input) (pair?) #{ \once \override HorizontalBracket.bracket-flare = $input #}) \relative { \rotateBracket #'(2 . 4) b\startGroup b\stopGroup } \layout { \context { \Voice \consists "Horizo

baseMoment and beatStructure

2015-03-13 Thread Dave Higgins
I have been banging my head against the wall with this for the longest time. What I'm looking for with this is 3 16th notes single beam 3 more 16th notes single beam and 3 more 16th notes. What I get is 12 16th notes beamed together. r2. \tuplet 3/2 8 { \set Timing.baseMoment = #(ly:make-moment

Re: baseMoment and beatStructure

2015-03-13 Thread Phil Holmes
- Original Message - From: "Dave Higgins" To: Sent: Friday, March 13, 2015 4:06 PM Subject: baseMoment and beatStructure I have been banging my head against the wall with this for the longest time. What I'm looking for with this is 3 16th notes single beam 3 more 16th notes single

Add articulation to last note in music

2015-03-13 Thread Mark Knoop
Hi, I'm trying to make a function to add a glissando to the last note of a music expression. I've got to a version which works with simple music expressions. However, I need to use it with transposed and relative music where the actual notes may be nested within other lists. How do I recurse into

Re: Add articulation to last note in music

2015-03-13 Thread Marc Hohl
Am 13.03.2015 um 19:32 schrieb Mark Knoop: Hi, I'm trying to make a function to add a glissando to the last note of a music expression. I've got to a version which works with simple music expressions. However, I need to use it with transposed and relative music where the actual notes may be nest

Re: Add articulation to last note in music

2015-03-13 Thread Mark Knoop
At 20:08 on 13 Mar 2015, Marc Hohl wrote: >Am 13.03.2015 um 19:32 schrieb Mark Knoop: >> Hi, >> >> I'm trying to make a function to add a glissando to the last note of >> a music expression. I've got to a version which works with simple >> music expressions. However, I need to use it with transpose

Re: baseMoment and beatStructure

2015-03-13 Thread Pierre Perol-Schneider
Hi Dave, As Phil already mentioned, it'd be easier if there was a time signature. 3/4 ? 6/8 ? 3/8 ?? As far as I understood your message I'd do: \version "2.18.2" { \time 6/8 \set Timing.beatStructure = #'(1 1 1 1 1 1) r2. \tuplet 3/2 8 { bes,16 ( c d ees f g a bes c d ees e f g a bes f

How to write this chord in Roemer?

2015-03-13 Thread Peter Teeson
Hi Tim:Thanks for the file. So far so good.Since I am using \include "english.ly" I replaced all uses of the accidental indicators "es" & "is" with "f" and "s". If you want I can send you that amended file.Now I have this chord in the fake book that I don't know how to write … D7b9 in Roemer. The p

Re: How to write this chord in Roemer?

2015-03-13 Thread Michael Hendry
> On 13 Mar 2015, at 21:38, Peter Teeson wrote: > > Hi Tim: > Thanks for the file. So far so good. > Since I am using \include "english.ly " I replaced all > uses of the accidental indicators "es" & "is" with "f" and "s". > If you want I can send you that amended file. > >

Re: How to write this chord in Roemer? [sic]

2015-03-13 Thread Flaming Hakama by Elaine
> From: Peter Teeson > Subject: How to write this chord in Roemer? > > Now I have this chord in the fake book that I don't know how to write ? > D7b9 in Roemer. > Here is the snippet but it gives me the wrong chord name. > > jazzChords = \chordmode { > ... > \alternative { > ... >

Re: [savannah-help-public] Google Code will be no more at 2016-01-25

2015-03-13 Thread Karl Berry
assume that the Savane installation on Savannah will eventuall move to FusionForge). There are no such plans at present. I would be glad if we could use Savannah Ok, I'll look into the image-displaying feature. Unless by some miracle "someone" else gets there first :). while g

Re: [savannah-help-public] Google Code will be no more at 2016-01-25

2015-03-13 Thread Trevor Daniels
Karl Berry wrote Friday, March 13, 2015 11:03 PM > If it turns out to be useful, we could set up a lilypond-tmp project at > savannah just for purposes of working on the 4000-issue-import. Which > sounds like by far the biggest hurdle to me. Can you dump the current > issues into something read

Re: [savannah-help-public] Google Code will be no more at 2016-01-25

2015-03-13 Thread Noeck
Am 14.03.2015 um 00:33 schrieb Trevor Daniels: > At present I know of no way to extract the images in bulk. As a last resort, a recursive wget could help downloading everything and then use find to see where the pictures are and collect them. Joram ___

Re: [savannah-help-public] Google Code will be no more at 2016-01-25

2015-03-13 Thread Assaf Gordon
On 03/13/2015 07:33 PM, Trevor Daniels wrote: All the text in the issues can be extracted as a 5MB JSON file, but the file does not include the images. At present I know of no way to extract the images in bulk. Individual ones can be downloaded of course. I can send you a copy of the JSON fi

Re: Postsctipt arrows

2015-03-13 Thread Andrew Bernard
Why do I get the feeling nobody is going to answer this? In all seriousness, I don’t know enough about lilypond to know if this is even possible or not, which is a dark state of ignorance. If the Scheme gods could let me know if I am barking up an entirely impossible tree, that may save me from

Re: Postsctipt arrows

2015-03-13 Thread David Nalesnik
On Fri, Mar 13, 2015 at 8:31 PM, Andrew Bernard wrote: > Why do I get the feeling nobody is going to answer this? In all > seriousness, I don’t know enough about lilypond to know if this is even > possible or not, which is a dark state of ignorance. If the Scheme gods > could let me know if I am

Re: Postsctipt arrows

2015-03-13 Thread David Nalesnik
On Fri, Mar 13, 2015 at 9:24 PM, David Nalesnik wrote: > > > On Fri, Mar 13, 2015 at 8:31 PM, Andrew Bernard > wrote: > >> Why do I get the feeling nobody is going to answer this? In all >> seriousness, I don’t know enough about lilypond to know if this is even >> possible or not, which is a dar

Re: How to write this chord in Roehmer? [sic]

2015-03-13 Thread Peter Teeson
Thanks for the suggestion but.. On 2015-03-13, at 6:29 PM, Flaming Hakama by Elaine wrote: > I don't think this is a Roemer issue, but instead is just general lilypond > chord syntax. > Have you tried adding a period in between the 7 and the -9? Like this: > > d4:7.-9 I tried it and it just g

Re: Postsctipt arrows

2015-03-13 Thread David Nalesnik
On Fri, Mar 13, 2015 at 9:27 PM, David Nalesnik wrote: > > > On Fri, Mar 13, 2015 at 9:24 PM, David Nalesnik > wrote: > >> >> >> On Fri, Mar 13, 2015 at 8:31 PM, Andrew Bernard > > wrote: >> >>> Why do I get the feeling nobody is going to answer this? In all >>> seriousness, I don’t know enough

Re: How to write this chord in Roemer?

2015-03-13 Thread Peter Teeson
That did it… Many Thanks… Peter P.S. Have to go back through tutorial again… LilyPond is more complex than System 360/370 or OS X - at least at this stage of learning…. On 2015-03-13, at 6:43 PM, Tim McNamara wrote: > Hi, that's a Lilypond syntax issue. Write it d4:7.9- ___

Re: Postsctipt arrows

2015-03-13 Thread David Nalesnik
On Fri, Mar 13, 2015 at 9:43 PM, David Nalesnik wrote: > >> > Spoke too soon: > > \version "2.19.16" > > arrowdef = "/arrowdict 14 dict def arrowdict begin > /mtrx matrix def end > /arrow > { arrowdict begin > /headlength exch def /halfheadthickness exch 2 div def /halfthickness exch > 2 div def

Slurs

2015-03-13 Thread Daniel Mauck
I’m typesetting an aria that has several melismatic passages with smaller, individually slurred phrases over single syllables. Using automatic text setting obviously won’t work here. I’d rather not set the lyrics with manual durations because the majority of the score doesn’t require it. The onl

Re: [savannah-help-public] Google Code will be no more at 2016-01-25

2015-03-13 Thread Werner LEMBERG
> assume that the Savane installation on Savannah will eventuall > move to FusionForge). > > There are no such plans at present. Hmm. How does the development of Savannah's bug tracking system work, then? > I would be glad if we could use Savannah > > Ok, I'll look into the image

Re: Postsctipt arrows

2015-03-13 Thread Andrew Bernard
David, Thanks so much for your postscript solution. It’s exactly what I want. Very, very much appreciated. I feel liberated, since I know postscript well, I can do almost anything now. is it worth creating a snippet for LSR on this topic? Andrew __

Re: Postsctipt arrows

2015-03-13 Thread Urs Liska
Am 14. März 2015 07:15:47 MEZ, schrieb Andrew Bernard : >David, > >Thanks so much for your postscript solution. It’s exactly what I want. >Very, very much appreciated. I feel liberated, since I know postscript >well, I can do almost anything now. > >is it worth creating a snippet for LSR on this

Re: Slurs

2015-03-13 Thread Urs Liska
Am 14. März 2015 01:17:36 MEZ, schrieb Daniel Mauck : >I’m typesetting an aria that has several melismatic passages with >smaller, individually slurred phrases over single syllables. Using >automatic text setting obviously won’t work here. I’d rather not set >the lyrics with manual durations beca