Re: make install or make install-doc or make install-info touches in-tree files

2021-10-18 Thread Jean Abou Samra
Le 18/10/2021 à 22:48, David Kastrup a écrit : Thanks! It may sound silly, but I really am lost figuring out what flags and category apply. Not trying to restart the previous discussion or implying that you should know about them, but it might be useful to note that the CG section about these

Re: make install or make install-doc or make install-info touches in-tree files

2021-10-18 Thread David Kastrup
James writes: > On 17/10/2021 21:45, David Kastrup wrote: >> >> Since it is sort of a nuisance to get rid of files you don't own, it >> would be good if make install-* did not create any files in-tree when >> the respective make * commands have already been run. >> >> After all, it is one of the

Re: Bad interaction between MIDI volume and skipTypesetting

2021-10-18 Thread David Kastrup
David Kastrup writes: > Example file: > > timetrack = > { > \set Score.skipTypesetting = ##t > \skip 1 > \set Score.skipTypesetting = ##f > \skip 1*2 > } > > music = > { > c1\mf > c1\f > c1\ff > } > > > \score { > << \music > \context Staff \timetrack >>> > \midi { } >

Re: make install or make install-doc or make install-info touches in-tree files

2021-10-18 Thread James
Hello On 17/10/2021 21:45, David Kastrup wrote: If I do make && make doc && make info followed by sudo make install && sudo make install-doc && sudo make install-info I am left with files in the tree that are not owned by myself. To wit: find ! -user dak gives me ./out/offline-root

Bad interaction between MIDI volume and skipTypesetting

2021-10-18 Thread David Kastrup
Example file: timetrack = { \set Score.skipTypesetting = ##t \skip 1 \set Score.skipTypesetting = ##f \skip 1*2 } music = { c1\mf c1\f c1\ff } \score { << \music \context Staff \timetrack >> \midi { } } Output: ~~~ -*- mode: compilation; default-directory: "/tmp/" -*-