Re: how offsets and alignment works: an explanation

2013-04-16 Thread David Kastrup
Janek Warchoł writes: > 2013/4/16 Richard Shann : >> On Tue, 2013-04-16 at 19:22 +0200, Urs Liska wrote: >>> Does placing it in a separate \layout block help? >>> >> \layout { >> \override Slur #'stencil = #(display-control-points #t) >> } >> does work - I feel stupid now, but I didn't try

Re: how offsets and alignment works: an explanation

2013-04-16 Thread Janek Warchoł
2013/4/16 Richard Shann : > On Tue, 2013-04-16 at 19:22 +0200, Urs Liska wrote: >> Does placing it in a separate \layout block help? >> > \layout { > \override Slur #'stencil = #(display-control-points #t) > } > does work - I feel stupid now, but I didn't try that because it seemed > to me th

Re: how offsets and alignment works: an explanation

2013-04-16 Thread Richard Shann
On Tue, 2013-04-16 at 19:22 +0200, Urs Liska wrote: > Does placing it in a separate \layout block help? > \layout { \override Slur #'stencil = #(display-control-points #t) } does work - I feel stupid now, but I didn't try that because it seemed to me that this case was a different type of sy

Re: LilyDev

2013-04-16 Thread Julien Rioux
On 16/04/2013 5:55 AM, Wim van Dommelen wrote: Hi, I'm trying to download LilyDev, the latest pointer I could find was: http://www.philholmes.net/lilypond/LilyDev/ubuntu-LilyDev-remix-2.6.iso from the v.2.17.15 Contributor's Guide, but that pointer starts to download and stalls for hours

Re: My nice LP moment today

2013-04-16 Thread Stjepan Horvat
:) On Tue, Apr 16, 2013 at 5:06 PM, James Harkins wrote: > Earlier today, I was at my school recording the erhu part for a new piece. > My colleague had the printed score ("Music engraving by Lilypond 2.16.1") > in his lap. At one moment, when I stood up for some water, I sat back down > and, fo

Re: how offsets and alignment works: an explanation

2013-04-16 Thread Urs Liska
Does placing it in a separate \layout block help? Richard Shann schrieb: >On Tue, 2013-04-16 at 16:59 +0100, Richard Shann wrote: >> On Tue, 2013-04-16 at 09:41 -0500, David Nalesnik wrote: >> > Hi, >[...] >> > When I recently cut-and-pasted the code from the email, I had this >> > same proble

Re: how offsets and alignment works: an explanation

2013-04-16 Thread Richard Shann
On Tue, 2013-04-16 at 16:59 +0100, Richard Shann wrote: > On Tue, 2013-04-16 at 09:41 -0500, David Nalesnik wrote: > > Hi, [...] > > When I recently cut-and-pasted the code from the email, I had this > > same problem. IIRC, the only problem was that a long comment line had > > been broken across l

Re: Lyric placement and tempo woes

2013-04-16 Thread Noeck
Am 16.04.2013 17:58, schrieb Peter Toye: > Phil, > > Don't quite understand this, but that's the problem with being a newbie. > I'd have thought that markings all referred to the next block. Hi Phil, I will try to explain. No, these "markings" (as you call them; \tempo, \clef, etc.) are valid

Re: Lyric placement and tempo woes

2013-04-16 Thread Phil Holmes
Re: Lyric placement and tempo woesIf you look at the very opening of the Notation Reference, it says that \relative works like this: \relative startpitch musicexpr notes in braces are a music expression: { c d e f }. But so is \tempo "something". So the \relative applies to the \tempo marki

Re: Setting X-offset and Y-offset graphically.

2013-04-16 Thread Richard Shann
On Tue, 2013-04-16 at 16:59 +0200, Janek Warchoł wrote: > 2013/4/16 Richard Shann : > > On Tue, 2013-04-16 at 15:44 +0200, Janek Warchoł wrote: > >> btw, maybe it would be possible to skip that "click on the middle > >> line" part of you used David Nalesnik's \offset > >> https://codereview.appspot

Re: how offsets and alignment works: an explanation

2013-04-16 Thread Richard Shann
On Tue, 2013-04-16 at 09:41 -0500, David Nalesnik wrote: > Hi, > > > On Tue, Apr 16, 2013 at 9:01 AM, Urs Liska wrote: > Am 16.04.2013 14:07, schrieb Richard Shann: > > On Tue, 2013-03-26 at 10:29 +0100, Urs Liska wrote: > BTW we're prepar

Re: Lyric placement and tempo woes

2013-04-16 Thread Peter Toye
Phil, Don't quite understand this, but that's the problem with being a newbie. I'd have thought that markings all referred to the next block. But your solution works fine. Thanks. Best regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com - Tuesday, April 16, 2013, 3:

Re: Lyric placement and tempo woes

2013-04-16 Thread Peter Toye
Trevor, Thanks. 1) Got it wrong. 2) Yes it works, but not sure why. Julia much happier. Best regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com - Tuesday, April 16, 2013, 4:16:35 PM, you wrote: > Peter, you wrote Tuesday, April 16, 2013 10:43 AM >> 1) I'm trying t

Re: Lyric placement and tempo woes

2013-04-16 Thread Noeck
>> 2) If I add a tempo indication (delete the "%") the pitch changes (see >> Warlock2WRONG attached) - this is the first occasion I've heard that adding >> a tempo mark changes a mezzo-soprano into a baritone - she won't be happy! > > The \tempo command should come before the \relative. That w

Re: Lyric placement and tempo woes

2013-04-16 Thread Trevor Daniels
Peter, you wrote Tuesday, April 16, 2013 10:43 AM > 1) I'm trying to arrange a part song with lyrics for each stave. The snippet > below puts the lyrics at the bottom of all the staves - but I seem to be > copying the manual. See Warlock2OK attached. I think someone already remarked that \addl

My nice LP moment today

2013-04-16 Thread James Harkins
Earlier today, I was at my school recording the erhu part for a new piece. My colleague had the printed score ("Music engraving by Lilypond 2.16.1") in his lap. At one moment, when I stood up for some water, I sat back down and, for a split second, thought "Hm, I wonder what music book he's brought

Re: how offsets and alignment works: an explanation

2013-04-16 Thread David Kastrup
Urs Liska writes: > Am 16.04.2013 14:07, schrieb Richard Shann: >> On Tue, 2013-03-26 at 10:29 +0100, Urs Liska wrote: >>> BTW we're preparing the release of a LilyPond toolbox library (where >>> \displayControlPoints will be included of course), and I'd love to >>> include this new one there too

Re: Setting X-offset and Y-offset graphically.

2013-04-16 Thread Janek Warchoł
2013/4/16 Richard Shann : > On Tue, 2013-04-16 at 15:44 +0200, Janek Warchoł wrote: >> btw, maybe it would be possible to skip that "click on the middle >> line" part of you used David Nalesnik's \offset >> https://codereview.appspot.com/8647044/ ? > > That sounds attractive, though I don't underst

Re: Lyric placement and tempo woes

2013-04-16 Thread Phil Holmes
Lyric placement and tempo woesYou've got: \relative c'' \tempo "Allegretto con moto" { So the music that immediately follows the \relative is your \tempo marking, so it is only that that the \relative applies to. If you wrote \tempo "Allegretto con moto" \relative c'' { music } The \re

Re: Setting X-offset and Y-offset graphically.

2013-04-16 Thread Richard Shann
On Tue, 2013-04-16 at 15:44 +0200, Janek Warchoł wrote: > Thanks. > I'm wondering whether a similar feature could be easily implemented in > Frescobaldi. There is quite a lot of machinery to achive this behind the scenes. > btw, maybe it would be possible to skip that "click on the middle > line" p

Re: how offsets and alignment works: an explanation

2013-04-16 Thread David Nalesnik
Hi, On Tue, Apr 16, 2013 at 9:01 AM, Urs Liska wrote: > Am 16.04.2013 14:07, schrieb Richard Shann: > > On Tue, 2013-03-26 at 10:29 +0100, Urs Liska wrote: >> >>> BTW we're preparing the release of a LilyPond toolbox library (where >>> \displayControlPoints will be included of course), and I'd

Re: how offsets and alignment works: an explanation

2013-04-16 Thread Urs Liska
Am 16.04.2013 14:07, schrieb Richard Shann: On Tue, 2013-03-26 at 10:29 +0100, Urs Liska wrote: BTW we're preparing the release of a LilyPond toolbox library (where \displayControlPoints will be included of course), and I'd love to include this new one there too. I've been trying to track down

Re: LilyDev

2013-04-16 Thread Phil Holmes
- Original Message - From: "Wim van Dommelen" To: "lilypond-user mailinglist" Sent: Tuesday, April 16, 2013 10:55 AM Subject: LilyDev Hi, I'm trying to download LilyDev, the latest pointer I could find was: http://www.philholmes.net/lilypond/LilyDev/ubuntu-LilyDev-remix-2.6.iso fr

Re: Lyric placement and tempo woes

2013-04-16 Thread Janek Warchoł
2013/4/16 Peter Toye : > > 1) I'm trying to arrange a part song with lyrics for each stave. The snippet > below puts the lyrics at the bottom of all the staves - but I seem to be > copying the manual. See Warlock2OK attached. \addlyrics should be outside of \new Staff { } hth, Janek

Re: how offsets and alignment works: an explanation

2013-04-16 Thread Richard Shann
On Tue, 2013-03-26 at 10:29 +0100, Urs Liska wrote: > > BTW we're preparing the release of a LilyPond toolbox library (where > \displayControlPoints will be included of course), and I'd love to > include this new one there too. > I've been trying to track down where this code might be - the last

Re: Setting X-offset and Y-offset graphically.

2013-04-16 Thread David Nalesnik
On Tue, Apr 16, 2013 at 5:01 AM, Richard Shann wrote: > This is a quick demonstration of tweaking the position of a trill sign > by dragging on the LilyPond pdf image in Denemo: > > https://vimeo.com/64131774 > > Great! ___ lilypond-user mailing list lil

Setting X-offset and Y-offset graphically.

2013-04-16 Thread Richard Shann
This is a quick demonstration of tweaking the position of a trill sign by dragging on the LilyPond pdf image in Denemo: https://vimeo.com/64131774 Of course, the actual LilyPond text can then be further altered textually, but this remembers the syntax for you. I am still not there yet with the de

LilyDev

2013-04-16 Thread Wim van Dommelen
Hi, I'm trying to download LilyDev, the latest pointer I could find was: http://www.philholmes.net/lilypond/LilyDev/ubuntu-LilyDev-remix-2.6.iso from the v.2.17.15 Contributor's Guide, but that pointer starts to download and stalls for hours after 16.1 MB done. Is there something wr

Re: creating a rhythm click track

2013-04-16 Thread Stjepan Horvat
Here is my dropbox link. https://www.dropbox.com/sh/beo1b2iwn5cx1hy/JK-_Pd2aXS So if you have any use of it or any extra idea..share it..:) On Tue, Apr 16, 2013 at 10:31 AM, Johan Vromans wrote: > Stjepan Horvat writes: > > > I was creating click track without melody for my big band drummer..s

Re: svg output

2013-04-16 Thread Graham Percival
On Mon, Apr 15, 2013 at 01:25:42AM -0400, Bric wrote: > > How hard would it be to enhance the svg export with robust svg element id's > that > retain (at least SOME of) the original lilypond's note characteristics ?? > > instead of assigning anonymous generic inkscape object names (e.g., > id="r

Re: creating a rhythm click track

2013-04-16 Thread Johan Vromans
Stjepan Horvat writes: > I was creating click track without melody for my big band drummer..so he > would be in tempo..it sounds nice..it swings and it has triangle on new > part of the score..if you want i can send it to you.. I'm always in for new and potentially useful ideas ;) -- Johan ___

Re: fonts inside a project folder

2013-04-16 Thread Stjepan Horvat
bump! On Tue, Apr 9, 2013 at 4:08 PM, Stjepan Horvat wrote: > Is it possible to include fonts from a folder inside my project and not > from global ~/.fonts folder? It is easy-er when making backup to include > fonts which are allready inside a project. > > -- > *Nesmotren govori kao da mačem pr

Re: creating a rhythm click track

2013-04-16 Thread Stjepan Horvat
I was creating click track without melody for my big band drummer..so he would be in tempo..it sounds nice..it swings and it has triangle on new part of the score..if you want i can send it to you.. On Mon, Apr 15, 2013 at 11:00 PM, Johan Vromans wrote: > Paul Malcolm writes: > > > Or maybe ther