Issue 4934: analysis indicates new issue

2019-10-30 Thread ArnoldTheresius
VM. That might be the same origin as support of configure_fpu() is broken in the GUB. Instead ‘-march=pentium4 -mfpmath=sse -msse2' did work, but this drops support for older CPU types. ArnoldTheresius -- Sent from: http://lilypond.1069038.n5.nabble.com/Dev-f88644.html

Re: Inline assembler fallback for _FPU_SETCW() missing in MINGW libraries (issue 577450043 by thomasmorle...@gmail.com)

2020-01-31 Thread ArnoldTheresius
to MINGW until now Can anyone create the lists of the preprocessor defines for (some of) the other gcc targets? I just looked up, it should be the command line »*gcc -dM -E« (prepend the target name before gcc) to output this predefines to standard output (where it can be directed into a file). ArnoldThere

Re: Inline assembler fallback for _FPU_SETCW() missing in MINGW libraries (issue 577450043 by thomasmorle...@gmail.com)

2020-01-31 Thread ArnoldTheresius
effect because it is not used. > In other words, there is no problem even if the precision is set on a > platform that does not need to set. > > Therefore, environment definitions such as `defined (__MINGW32__)` is > not necessary. > > > https://codereview.appspot.com/57745004

Re: Inline assembler fallback for _FPU_SETCW() missing in MINGW libraries (issue 577450043 by thomasmorle...@gmail.com)

2020-02-02 Thread ArnoldTheresius
David Kastrup wrote > ArnoldTheresius < > Arnold.Wendl@ > > writes: > > ... > None of the following GCC options would help? > ... >-ffloat-store > ... >-fexcess-precision=style > ... >-ffast-math > ... > -- > David Kast

Re: Inline assembler fallback for _FPU_SETCW() missing in MINGW libraries (issue 577450043 by thomasmorle...@gmail.com)

2020-02-02 Thread ArnoldTheresius
be specified in the command line options - found this information in some gcc handbook) ArnoldTheresius -- Sent from: http://lilypond.1069038.n5.nabble.com/Dev-f88644.html

Re: Inline assembler fallback for _FPU_SETCW() missing in MINGW libraries (issue 577450043 by thomasmorle...@gmail.com)

2020-02-03 Thread ArnoldTheresius
Command line option for gcc to set LARGEADDRESSAWARE during linking: -Wl,--large-address-aware ArnoldTheresius -- Sent from: http://lilypond.1069038.n5.nabble.com/Dev-f88644.html

Re: Inline assembler fallback for _FPU_SETCW() missing in MINGW libraries (issue 577450043 by thomasmorle...@gmail.com)

2020-02-04 Thread ArnoldTheresius
option for compilation in GUB, I vote to continue this patch, and add a TODO comment next to the inline assembler call. ArnoldTheresius -- Sent from: http://lilypond.1069038.n5.nabble.com/Dev-f88644.html

A series of gitdiff patches from offline development

2012-07-13 Thread ArnoldTheresius
by the 'grace note echo' are eleminated. Volta brackets are adjusted in the same way. Effected files: lily/repeat-acknowledge-engraver.cc, lily/volta-engraver.cc What shall I do next? Post the three files (11 KB, 6 KB, 5 KB) here in the mailing list? Or somewhere in http://git.sv.gnu.org/

Re: A series of gitdiff patches from offline development

2012-07-16 Thread ArnoldTheresius
Marc Hohl wrote: > > Am 13.07.2012 10:08, schrieb ArnoldTheresius: >> Well, I found it so ugly the Segno in the staff does not cooperate with >> the >> \repeat volta command. >> ... >> What shall I do next? >> Post the three files (11 KB, 6 KB, 5 KB

Re: A series of gitdiff patches from offline development

2012-07-17 Thread ArnoldTheresius
Phil Holmes-2 wrote: > > - Original Message - > From: "ArnoldTheresius" > To: > Sent: Monday, July 16, 2012 8:32 AM > Subject: Re: A series of gitdiff patches from offline development > > ... I'd like to get them reviewed using our review sy

Re: Volta enhancements tranche 1 (issue 6398055)

2012-07-18 Thread ArnoldTheresius
David Kastrup wrote: > > > ... > Disagree. That sort of symbol should count as silent when reading IMO, > even if you might spell it out in phone dictation. > > http://codereview.appspot.com/6398055/ > > ___ > lilypond-devel mailing list > lilypond

Re: Volta enhancements tranche 1 (issue 6398055)

2012-07-18 Thread ArnoldTheresius
ian_hulin wrote: > > Hi Arnold, > On 18/07/12 09:16, ArnoldTheresius wrote: >> >> >> David Kastrup wrote: >>> >>> >>> ... Disagree. That sort of symbol should count as silent when >>> reading IMO, even if you might spell it

Re: Volta enhancements tranche 1 (issue 6398055)

2012-07-23 Thread ArnoldTheresius
il we reach tranche 3, where the 'grace note echo' of the repeat bars (only those created in repeat-acknowledge-engraver.cc) and the volta brackets (created in volta-engraver.cc) are cut off. ArnoldTheresius. -- View this message in context: http://old.nabble.com/Volta-enhancements-tran

Re: Volta enhancements tranche 1 (issue 6398055)

2012-07-23 Thread ArnoldTheresius
Phil Holmes-2 wrote: > > - Original Message - > From: "ArnoldTheresius" > To: > Sent: Monday, July 23, 2012 8:14 AM > Subject: Re: Volta enhancements tranche 1 (issue 6398055) > > >> Graham Percival-3 wrote: >>> >>> htt

Re: Volta enhancements tranche 1 (issue 6398055)

2012-07-23 Thread ArnoldTheresius
Phil Holmes-2 wrote: > > - Original Message - > From: "ArnoldTheresius" > To: > Sent: Monday, July 23, 2012 8:14 AM > Subject: Re: Volta enhancements tranche 1 (issue 6398055) > > >> Graham Percival-3 wrote: >>> >>> htt

Re: A series of gitdiff patches from offline development

2012-08-06 Thread ArnoldTheresius
Phil Holmes-2 wrote: > > - Original Message - > From: "ArnoldTheresius" > To: > Sent: Friday, July 13, 2012 9:08 AM > Subject: A series of gitdiff patches from offline development > ... > > Arnold, > > Please see http://code.google.com/

Re: A series of gitdiff patches from offline development

2012-08-07 Thread ArnoldTheresius
ArnoldTheresius wrote: > > > > Phil Holmes-2 wrote: >> >> - Original Message - >> From: "ArnoldTheresius" >> To: >> Sent: Friday, July 13, 2012 9:08 AM >> Subject: A series of gitdiff patches from offline development >&

Re: Second set of volta changes (Issue 2673) (issue 6422061)

2012-08-08 Thread ArnoldTheresius
s another task I want to adjust). To have volta bracket end hooks at the end of line I'm used with the sheet music prints I have at home. I allready wondered (in the stable releases 2.10 .. 2.14) why the end hook of the second volta is drawn when it continues with a repeat start in the sam

Re: exact placement rules for volta brackets?

2012-08-31 Thread ArnoldTheresius
e breaking barline glyph' and the line-break-position (begin of line, end of line, somewhere between). I think, on Monday I can send you more information. (If I'll not be ready, you'll have to wait an additional week ... ) ArnoldTheresius -- View this message in context: http://lilyp

Re: exact placement rules for volta brackets?

2012-09-02 Thread ArnoldTheresius
If you modify the bar line size properties, some (especially the segno) may run out of shape - I got diffent volta brackets at the same time (in different staves) - perhaps a new detected bug. Here is my test example: http://lilypond.1069038.n5.nabble.com/file/n132047/volta-hook-alignment.ly vol

Re: Allow digits in identifiers (issue 6493072)

2012-09-02 Thread ArnoldTheresius
Digits? As you usually have to define them using quotes, it would be consequent if you need quotes to recall them, e.g. \\"u_x-32" (because '\"' is allready special). ArnoldTheresius -- View this message in context: http://lilypond.1069038.n5.nabble.com/Allow-digits-

Re: Adds documentation for optional octavation clef syntax (issue 6830043)

2012-11-09 Thread ArnoldTheresius
mple method" seems to me, lilypond handles the "treble_(8)" clef equivalent to the "treble_8" clef (only the printed symbol differs). Then, of course, the user has to add the "purged" soprano staff for MIDI output. In more complex situations the editor (or composer)

Re: For MIDI \unfoldRepeats, explicit \repeat volta in all voices is awkward

2013-01-17 Thread ArnoldTheresius
h, but it is awkward. > > ___ > lilypond-devel mailing list > lilypond-devel@ > https://lists.gnu.org/mailman/listinfo/lilypond-devel Hello, I think this toppic has a relation to the LSR snippet http://lsr.dsi.unimi.it/LSR/Item?id=767 , "Making \unfoldRepeats work with \repeat volta struc

Re: Issue 3174: Implement \accidental markup and \pitched command for transposable accidental markups (issue 7323060)

2013-02-18 Thread ArnoldTheresius
one note. - In other situations (e.g. delayed turn, quarter tone trill) it may be the best to enter the pitch(es) manually. One possible style might be '\pitchedArticulation [pitch-up] [pitch-down] [articulation symbol]', where pitch-up and pitch-down may also be the locial value 'false&

Re: Point and Click does not work on Windows

2013-04-15 Thread ArnoldTheresius
c%(char)s") ("nedit" . "nc -noask +%(line)s %(file)s") ("gedit" . "gedit +%(line)s %(file)s") ("jedit" . "jedit -reuseview %(file)s +line:%(line)s") ("syn" . "syn -line %(line)s -col %(char)s %(file)

Re: Point and Click does not work on Windows

2013-04-17 Thread ArnoldTheresius
n)s:%(line)s %(file)s") ("notepad++" . "notepad++ -n%(line)s -c%(column)s %(file)s") ("pspad" . "pspad -%(line)s %(file)s") To select on than it's enough to set the env. var. like LYEDITOR=pspad For the last one I need to check how scheme c

Re: Point and Click does not work on Windows

2013-04-18 Thread ArnoldTheresius
ows registry until we get an string. Then we need to scan for specific keywords in this string to select one on the known editors. ArnoldTheresius -- View this message in context: http://lilypond.1069038.n5.nabble.com/Point-and-Click-does-not-work-on-Windows-tp1

Re: Point and Click does not work on Windows

2013-04-22 Thread ArnoldTheresius
"%1\"") ;;debug: (for-each display (list "\nusers-file-command = '" users-file-command "'\n")) ;; and which executable is in the command line? (if (string? users-file-command) (if (string-contains-ci users-file-command "\\gvim.exe&quo

Re: Point and Click does not work on Windows

2013-04-23 Thread ArnoldTheresius
Eluze wrote > > ArnoldTheresius wrote >> >> Eluze wrote >>> ... >>> maybe my hope to find the needed information in thess tables was to >>> optimistic - does somebody know how the "correct" way is? >>> >>> Eluze >> W

Re: Point and Click does not work on Windows

2013-04-23 Thread ArnoldTheresius
Phil Holmes-2 wrote > - Original Message - > From: "David Kastrup" < > dak@ > > > To: < > lilypond-devel@ > > > Sent: Tuesday, April 23, 2013 1:08 PM > Subject: Re: Point and Click does not work on Windows > > >> ArnoldTh

Re: Point and Click does not work on Windows

2013-05-06 Thread ArnoldTheresius
/scm/editor.scm: you can define your editor launch command with both »line«, »char« and »column« zero-based and one-based, e.g. use »%(line-1)s« in replacement for »%(line)s«. ArnoldTheresius -- View this message in context: http://lilypond.1069038.n5.nabble.com/Point-and-Click-does-not-work-on

Re: Point and Click does not work on Windows

2013-05-07 Thread ArnoldTheresius
uot;-e main" forces it to be executed twice, and the script in the windows installation is initially without the extension .scm. Therfore I allways correct it after I installed a new relesae to something like this: *"C:\Program Files (x86)\LilyPondV2.17.17\usr\bin\guile.exe" -s "

Re: Point and Click does not work on Windows

2013-05-08 Thread ArnoldTheresius
dows function does all the registry evaluation, how to launch this »url«. ArnoldTheresius -- View this message in context: http://lilypond.1069038.n5.nabble.com/Point-and-Click-does-not-work-on-Windows-tp115986p145575.html Sent from the Dev mailing list archive at Nabble.com. _

Re: Point and Click does not work on Windows

2013-05-15 Thread ArnoldTheresius
»-e main« in both the textedit-open and the scm-file-open command. ArnoldTheresius -- View this message in context: http://lilypond.1069038.n5.nabble.com/Point-and-Click-does-not-work-on-Windows-tp115986p145932.html Sent from the Dev mailing list archive at Nabble.com. __

Re: Point and Click does not work on Windows

2013-05-15 Thread ArnoldTheresius
Eluze wrote > > Phil Holmes-2 wrote >> This is something for me to do before the next LilyPond release. > thanks, Phil - I wouldn't know how to do this! > > Eluze Thank you, too. ArnoldTheresius -- View this message in context: http://lilypond.1069038.n5.nabble.co

Re: Accidental not changing colour

2013-06-13 Thread ArnoldTheresius
to work on both EventChord and NoteEvent. ArnoldTheresius -- View this message in context: http://lilypond.1069038.n5.nabble.com/Accidental-not-changing-colour-tp147022p147036.html Sent from the Dev mailing list archive at Nabble.com. ___ lilypond-devel

Re: Use mkstemp for intermediate ps files (issue 233230044 by truer...@gmail.com)

2015-05-08 Thread ArnoldTheresius
PDF created by lilypond I create another file from data in the PS file (in a batch process after lilypond has been executed) - and I start up to 8 lilypond processes for parallel execution if I want to 'update' all PDFs of a lilypond project. ArnoldTheresius -- View this message in cont

Re: Use mkstemp for intermediate ps files (issue 233230044 by truer...@gmail.com)

2015-05-08 Thread ArnoldTheresius
ts.gnu.org/mailman/listinfo/lilypond-devel Sounds good. I'll try this with version 2.18.2 soon. ArnoldTheresius -- View this message in context: http://lilypond.1069038.n5.nabble.com/Use-mkstemp-for-intermediate-ps-files-issue-233230044-by-trueroad-gmail-com-tp176275p176319.html Sent from t

Classification of grace synchronisation

2015-07-06 Thread ArnoldTheresius
imagine using it between grace notes) - Clef change (I know such a situation, I’m playing a woodwind instrument where \acciaccatura c8 e’’’1 is possible, a clef change would save vertical space, especially in the score) ArnoldTheresius -- View this message in context: http://lilypond