Re: How to engrave a simple three-voice song in a single staff

2018-08-10 Thread ArnoldTheresius
ew Staff << \new Voice { \voiceOne \set Staff.aDueText = #"" \partcombine \MyFirstVoice \MySecondVoice } \new Voice { \voiceTwo \MyThirdVoice } >> ArnoldTheresius -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___

Re: Double time signature when there are grace notes

2017-02-17 Thread ArnoldTheresius
Thomas Weber wrote > Am 11.02.2017 um 13:51 schrieb Thomas Morley: >> >> Arnold has put up some work to get a more automagic workflow. >> > ... > This actually solves my problem - thanks for pointing me there! I'm > relieved there is an existing fix. > ... > ___

Re: my favorite bug :-)

2015-05-05 Thread ArnoldTheresius
Carl Sorensen-3 wrote > On 5/4/15 1:35 AM, "ArnoldTheresius" < > Arnold.Wendl@ > > wrote: > >>2. the PS file, because it's used for another postprocessing: I generate a >>booklet layout PDF from it (this PDF uses the double sheet size, e.g. A3) &g

Re: my favorite bug :-)

2015-05-04 Thread ArnoldTheresius
all other final conversion which use an intermediate postcript file, too. ArnoldTheresius -- View this message in context: http://lilypond.1069038.n5.nabble.com/my-favorite-bug-tp175778p176024.html Sent from the User mailing list archive at Nabble.com. ___

Re: page link in PDF may lead to wrong page

2015-04-28 Thread ArnoldTheresius
lman/listinfo/lilypond-user > > > Correct_Target_Page.ily (1K) > <http://lilypond.1069038.n5.nabble.com/attachment/175556/0/Correct_Target_Page.ily>; Thank you, thats much more smart. ArnoldTheresius -- View this message in context: http://lilypond.1069038.n5.nabble.com/page-link-

page link in PDF may lead to wrong page

2015-04-28 Thread ArnoldTheresius
mark_page_link" (car x) (car y) (cdr x) (cdr y) + (- page-no page-number-decrement)) - page-no) P.S. I do not claim this patch is done in a good programming style. ArnoldTheresius --

Re: What is the problem with "\relative"? (Was: Do we really offer the future?)

2015-04-27 Thread ArnoldTheresius
w versions updates will be handled - but this also depends on your file managment (will you save the history in the editing process?) What's to expect if you restart editing a 20 years old publication? Can only the "guru" process all required updated, or is the work of the "gu

Re: What is the problem with "\relative"? (Was: Do we really offer the future?)

2015-04-23 Thread ArnoldTheresius
er it (with tag) into the source, and recompile it, and probably adjust the value again. (My largest score now takes 25 minutes to compile and consumes 2.3 GB RAM - on Windows) Another important topic for commercial users may be the management of the source code for all PDFs (and other output). A

Re: A thought on Windows Experience

2013-12-05 Thread ArnoldTheresius
need a coulple of month to implement it, (2) my solution would only have the look and feel of IDE programs of the 80-ies (3) it would be exclusively for windows. ArnoldTheresius -- View this message in context: http://lilypond.1069038.n5.nabble.com/A-thought-on-Windows-Experience-wa

Re: How to combine accidental glyphs for new note names?

2013-10-28 Thread ArnoldTheresius
tenuto and portato) I hope, this information will help you to proceed, ArnoldTheresius -- View this message in context: http://lilypond.1069038.n5.nabble.com/How-to-combine-accidental-glyphs-for-new-note-names-tp153021p153084.html Sent from the User mailing list archive at Nabble.com.

Re: Question about autocompile bash script

2013-09-10 Thread ArnoldTheresius
e experiance in C programming the source code can help - but an experianced C programmer might be faster to build his own 'ly-newer' command line program form scratch than by extending my program. Feel free to ask for the C source code, if you are still interested. ArnoldTheresius -- Vi

Re: more custom articulations...

2013-04-05 Thread ArnoldTheresius
ined stencil (direction dependent), and for all other articulations this function returns LILYPOND's default stencil function result. ArnoldTheresius -- View this message in context: http://lilypond.1069038.n5.nabble.com/more-custom-articulations-tp143878p143945.html Sent from the User mai

Re: slashed charackters, script not working

2012-10-02 Thread ArnoldTheresius
(line (make-line-stencil underline-thick (- x1 dx) (- y1 dy) (+ x2 dx) (+ y2 dy (ly:stencil-add markup line))) followed by the usage example \markup { \concat { \diagonal-stroke D \super "7" } } ArnoldTheresius -- View this message in context: http://l

Re: Different versions of LilyPond on Windows7

2012-08-22 Thread ArnoldTheresius
Well, I'm using multiple versions of Lilypond on my Win7/64 Machine without Frescobaldi - but I'm compiling with command line only. The first version I installed in a user defined path without white space in its name and ending with the subfolder "Lilypond". I renamed this installation directory b

Re: Brazen feature request

2012-08-02 Thread ArnoldTheresius
And finally I need to filter by tags (#'Part #'Score #'Midi) the resulting music snippet in each staff. Unfortunately for you, I have to do a lot of other staff with higher priority to me, before I will work on this and (hopefully with success) finally make a LSR contribution. Arnold

Re: midi for orchestral scores

2012-06-29 Thread ArnoldTheresius
Shevek wrote: > > As I see it, the primary issue here from a user's perspective is that > lilypond presents us with a choice between playback limited to 16 channels > and going all the way to the other extreme and learning to use complicated > sequencer software just to get all the instruments

Stradella Bass for accordion

2012-06-27 Thread ArnoldTheresius
There is a new approach to the Stradella Bass Notation for the accordion at the German www.lilypondforum.de . The basic idea of this approach is to enter both treble and bass in a parallelMusic mode. And after that to 'convert' it by any applicable method the get the required result. And it's not

Re: Trills With Accidentals

2012-06-18 Thread ArnoldTheresius
P Spalding wrote: > > Arnold, In Linux Ubuntu, the Lilypond version I had was 2.12. I just > upgraded to 2.14.2 hoping these commands you sent me would work. Nope! > I see the include file you sent was created in version 2.15.39. > > Regards, > RDL > ... > I did check it on my Win7/

Re: Trills With Accidentals

2012-06-18 Thread ArnoldTheresius
ArnoldTheresius wrote: > > > > P Spalding wrote: >> >> Arnold, In Linux Ubuntu, the Lilypond version I had was 2.12. I just >> upgraded to 2.14.2 hoping these commands you sent me would work. Nope! >> I see the include file you sent was created i

Re: Trills With Accidentals

2012-06-18 Thread ArnoldTheresius
P Spalding wrote: > > Arnold, In Linux Ubuntu, the Lilypond version I had was 2.12. I just > upgraded to 2.14.2 hoping these commands you sent me would work. Nope! > I see the include file you sent was created in version 2.15.39. > > Regards, > RDL > ... > It was quite some time to d

Re: Trills With Accidentals

2012-06-10 Thread ArnoldTheresius
P Spalding wrote: > > > That would be excellent, Arnold. I've been inking in the accidental in > past. > Here you are! http://old.nabble.com/file/p33991423/pitchedArticulations.ly pitchedArticulations.ly is my include file. Created on Win7 - I hope the CR/NL will not harm on UNIX. A 'sh

Re: Trills With Accidentals

2012-06-08 Thread ArnoldTheresius
P Spalding wrote: > > Hi ! > ... That is trill to F# on the 1st E, F natural on the 2nd one. I would > use pitched trill here but I can't get that to work on the 2nd E. > > Thanks ! > ... > Hello, my observation is: pitched till cooperates with trillspan only. For the simple \trill y

Re: include user defined postscript libraries into output

2012-05-29 Thread ArnoldTheresius
Carl Sorensen-3 wrote: > > On 5/25/12 3:03 AM, "ArnoldTheresius" wrote: > >> >>If you work a lot with postscript markups, you'll wish to have an easy >>method >>to include 'postcript libaries' (usually prodecure sets) into the PS &

include user defined postscript libraries into output

2012-05-25 Thread ArnoldTheresius
If you work a lot with postscript markups, you'll wish to have an easy method to include 'postcript libaries' (usually prodecure sets) into the PS output, which will be converted to PDF or other formats. Well, at least I do. I tried to solve it in my 2.15.39 test installation. I added to .../scm/

Re: Too complicated and time consuming ...

2012-05-10 Thread ArnoldTheresius
joannesmith wrote: > > Hello to all. > We are in the process of making our own hymn books (we use shape notes). > We have about 450 hymns that are in paper format right now (copied, > pasted, written on, sloppy, taped, marked, etc.) and I have the job of > making them all look nice. A friend sug