Re: C++ question:

2017-01-20 Thread David Kastrup
Knut Petersen writes: > Hi David! >> Uh what? >> >> If you want to change the dimensions of a stencil copy, you can just do >> >> Stencil wd0 = orig; >> wd0.set_empty (false); > > I use the following code to emit hyphens (stencil ds) and whiteout boxes > (stencil ws)

PATCHES - Countdown for January 21st

2017-01-20 Thread James
Hello, Here is the current patch countdown list. The next countdown will be on January 23rd. A quick synopsis of all patches currently in the review process can be found here: http://philholmes.net/lilypond/allura/ Push: 5032 Using \with with \chords, \drums and \figures - Trevor

Re: How to create a Midi File out of Lilypond for Multi-voice Staff

2017-01-20 Thread Mungo1981
Dear Community, Im sorry to use the wrong Directory. But your advise hav help me a lot. So new Im ready to write Multiple Voice Midi Files in Lilypond. THanks Mungo 1981 -- View this message in context:

Re: C++ question:

2017-01-20 Thread Knut Petersen
Am 20.01.2017 um 13:35 schrieb David Kastrup: Knut Petersen writes: Hi David! Uh what? If you want to change the dimensions of a stencil copy, you can just do Stencil wd0 = orig; wd0.set_empty (false); I use the following code to emit hyphens (stencil ds) and

Re: C++ question:

2017-01-20 Thread David Kastrup
Knut Petersen writes: >> Uh, you set the dimensions to 0,0 _after_ moving the thing to its place. >> That would make the remaining point stick out seriously wide of the >> actual glyph. Maybe move the set_empty before the translate_axis? > > Not even the following

Re: C++ question:

2017-01-20 Thread Knut Petersen
Hi David! Uh what? If you want to change the dimensions of a stencil copy, you can just do Stencil wd0 = orig; wd0.set_empty (false); I use the following code to emit hyphens (stencil ds) and whiteout boxes (stencil ws) in lyric-hyphen.cc: Stencil total; for (int i = 0; i < hyphens;

Re: Back in the Pond

2017-01-20 Thread David Kastrup
David Kastrup writes: > David Kastrup writes: > >> Alexander Kobel writes: >> >>> +1. A personal wish: I think that \lyricsto ChoirStaff = "ctx" { >>> ... } has the potential to be a killer feature w.r.t. usability for >>> choir literature

Re: Back in the Pond

2017-01-20 Thread Knut Petersen
Hi everybody! +1. A personal wish: I think that \lyricsto ChoirStaff = "ctx" { ... } has the potential to be a killer feature w.r.t. usability for choir literature (especially combined with the upcoming automatic extenders). Unfortunately, assignment of lyrics to *container* contexts does not

Re: Back in the Pond

2017-01-20 Thread David Kastrup
David Kastrup writes: > Alexander Kobel writes: > >> +1. A personal wish: I think that \lyricsto ChoirStaff = "ctx" { >> ... } has the potential to be a killer feature w.r.t. usability for >> choir literature (especially combined with the upcoming automatic >>

Re: LilyDev 5.0 released

2017-01-20 Thread Federico Bruni
Il giorno mar 3 gen 2017 alle 21:50, Federico Bruni ha scritto: To everybody who installed LilyDev 5.0: do you see some icons missing in the menu? (e.g. under System Tools> qterminal) It seems that the icon theme is not set by default. Probably a debian bug, but I've not

Re: LilyDev 5.0 released

2017-01-20 Thread Federico Bruni
Il giorno mar 3 gen 2017 alle 21:22, Federico Bruni ha scritto: Il giorno mer 28 dic 2016 alle 21:29, Graham Percival ha scritto: On Wed, Dec 28, 2016 at 06:24:48PM +0100, Federico Bruni wrote: The default should be httpredir:

Re: Back in the Pond

2017-01-20 Thread David Kastrup
Graham Percival writes: > On Thu, Jan 19, 2017 at 02:01:40PM +0100, David Kastrup wrote: >> "Trevor Daniels" writes: >> >> > David, you wrote Thursday, January 19, 2017 10:18 AM >> > >> >> it would appear that my excursion into a regular

Re: python include path oddity with "make install"

2017-01-20 Thread David Kastrup
Graham Percival writes: > At the moment, doing: > mkdir build > cd build > ../configure --prefix=$HOME/.local/ > make > make install > > results in python files which can't find lilylib. This is > installed to: >

Re: C++ question:

2017-01-20 Thread David Kastrup
Knut Petersen writes: > Hi everybody! > > > Is there an equivalent of \with-dimensions #'(0 . 0) #'(0 . 0) that can be > used on a stencil within the C++ part of lilypond? > > If not: I thought I could work around that problem by constructing and using > a markup:

Re: Back in the Pond

2017-01-20 Thread Knut Petersen
The autoextender patch only adds extenders at places where extenders can be added without it. That does not sound like we should remove __ from lyrics to me. I don't understand that comment. With the autoextender patch there will be an extender if a melisma is detected and there is enough

Re: Back in the Pond

2017-01-20 Thread David Kastrup
Knut Petersen writes: > Hi everybody! > >>> +1. A personal wish: I think that \lyricsto ChoirStaff = "ctx" { >>> ... } has the potential to be a killer feature w.r.t. usability for >>> choir literature (especially combined with the upcoming automatic >>> extenders).

Re: Back in the Pond

2017-01-20 Thread Alexander Kobel
Hi (almost) everybory (dropping -user)! On 2017-01-20 10:20, Knut Petersen wrote: > Hi everybody! > >>> +1. A personal wish: I think that \lyricsto ChoirStaff = "ctx" { >>> ... } has the potential to be a killer feature w.r.t. usability for >>> choir literature (especially combined with the

Re: Back in the Pond

2017-01-20 Thread Alexander Kobel
On 2017-01-20 10:46, David Kastrup wrote: > Knut Petersen writes: > >> Hi everybody! >> +1. A personal wish: I think that \lyricsto ChoirStaff = "ctx" { ... } has the potential to be a killer feature w.r.t. usability for choir literature (especially