Re: Acciaccatura distoring spacing

2019-05-26 Thread David Sumbler
flicting with overriding the SpacingSpanner. > Perhaps if you manage to isolate the problem and make a short example > showing the bizarre results you described someone in this list will > be able to figure out what is happening and how to fix the poly-mark- > engraver. > Anyways

Re: Acciaccatura distoring spacing

2019-05-20 Thread David Sumbler
the mean time, does anyone know of a way of getting the septuplet to look right? David On Wed, 2019-05-15 at 16:45 +0100, David Sumbler wrote: > %% > \version "2.19.82" > > \paper { line-width = 150\mm } > #(set-gl

Re: Acciaccatura distoring spacing

2019-05-20 Thread David Sumbler
Hi Stefano, I have now re-read the Horizontal Spacing section, and I am a bit wiser than I was. When I tried it, the fix you suggested worked perfectly for the snippet in my email. But I had great difficulty when I applied it to my actual score: I kept getting numerous warnings:

Controlling midi dynamics

2019-07-15 Thread David Sumbler
\version "2.19.82" #(define my-instrument-equalizer-alist '()) #(set! my-instrument-equalizer-alist (append '( ("trumpet" . (0.01 . 0.99))) my-instrument-equalizer-alist)) #(define (my-instrument-equalizer s) (let ((entry

Re: Controlling midi dynamics

2019-07-15 Thread David Sumbler
ximumVolume = 1.0 >\set Score.dynamicAbsoluteVolumeFunction = #my-dynamic-absolute- > volume-function >a'8\pp b' cis'' d'' e''-.\ff d''-. cis''-. b'-. a' > } > \midi { } > \layout { } > } > > You understand t

Re: Controlling midi dynamics

2019-07-17 Thread David Sumbler
://lilypond.org/doc/v2.19/Documentation/notation/controlling-midi-dynamics.html#setting-midi-volumein > selected snippets at "Replacing default MIDI instrument > equalization"is overly complicated. Why define the alist empty to > append to it later?And why not just use assoc-g

Has LSR moved?

2019-11-15 Thread David Sumbler
Has the Lilypond Snippets Repository moved? The address I have bookmarked, http://lsr.di.unimi.it/LSR/Search , gives me a "Not Found" error. David

Vertical position of rests in DrumVoice

2020-09-15 Thread David Sumbler
I am having difficulty controlling the vertical postioning of rests in a DrumStaff which has several DrumVoices representing different instruments. The easy method of using a note-name followed by '\rest' doesn't seem to work in a DrumStaff. I have tried, for instance, 'sn8\rest', but this

Re: Vertical position of rests in DrumVoice

2020-09-16 Thread David Sumbler
On Tue, 2020-09-15 at 11:57 +0100, David Sumbler wrote: > I am having difficulty controlling the vertical postioning of rests > in > a DrumStaff which has several DrumVoices representing different > instruments. > > The easy method of using a note-name followed by '\rest' does

Moving glissando ends

2020-08-26 Thread David Sumbler
For harp ad lib. glissandi, I am trying to produce a continuous line which zig-zags across 2 staves. I thought I could do this by placing notes on alternate staves at the end of each "zig" or "zag", and then putting glissandi between them. Then (I thought) I could make the notes invisible, and

Conditional segmentation faults

2020-08-28 Thread David Sumbler
I am running Ubuntu 18.04, Lilypond 2.21.4, emacs 25.2.2 Ever since I started my current Lilypond project, I have been getting occasional segmentation faults when compiling. Until today I thought it was something to do with errors or inconsistencies in my Lilypond code, and I have been able to

Re: partCombine confused by tags

2020-08-20 Thread David Sumbler
On Thu, 2020-08-20 at 20:06 +0200, David Kastrup wrote: > David Sumbler writes: > > > I have just spent half a day trying to work out why one staff in my > > orchestral score extends beyond the final barline. > > > > Eventually I found out that it is b

partCombine confused by tags

2020-08-20 Thread David Sumbler
I have just spent half a day trying to work out why one staff in my orchestral score extends beyond the final barline. Eventually I found out that it is because \partCombine seems only partially to understand tags. The following example illustrates this: % \version

Re: Moving glissando ends

2020-08-26 Thread David Sumbler
On Wed, 2020-08-26 at 19:51 +0200, Toine Schreurs wrote: > > I want each line to go to the centre of the invisible notehead, so > > that > > I get a continuous line. Of course, the first and last lines only > > want > > to be full-length at one end, because there is an actual notehead > > at >

Re: Moving glissando ends

2020-08-27 Thread David Sumbler
On Wed, 2020-08-26 at 21:34 +0100, David Sumbler wrote: > On Wed, 2020-08-26 at 19:51 +0200, Toine Schreurs wrote: > > > I want each line to go to the centre of the invisible notehead, > > > so > > > that > > > I get a continuous line. Of course, the fir

Re: Conditional segmentation faults

2020-08-30 Thread David Sumbler
> > command from within emacs to see if it still segfaults (ctrl_C > > ctrl_L > > won't work with no init loaded). If it doesn't that might tell you > > something. Also check if you have multiple versions of LilyPond > > installed - maybe emacs is running a different one?

MetronomeMark.extra-spacing-width

2020-09-26 Thread David Sumbler
I have just spent several hours trying to find the reason that metronome marks were affecting the spacing of notes in certain parts of my score. At last I have found the offending line. I am using the "MarkLine" context from the LSR, because I want markings to appear at the top of the score

Re: "Ghost" trills

2020-08-06 Thread David Sumbler
unwanted trill spanners. David On Thu, 2020-08-06 at 11:15 -0700, Mark Stephen Mrotek wrote: > David, > > It compiled correctly under 2.20. > > Mark > > -Original Message- > From: lilypond-user [mailto: > lilypond-user-bounces+carsonmark=ca.rr....@gnu.org] O

"Ghost" trills

2020-08-06 Thread David Sumbler
Having implemented some of the methods shown in Vaughan's marvellous tutorial at https://lists.gnu.org/archive/html/lilypond-user/2020-06/msg00114.html I have been making rapid progress in setting the orchestral piece which is my latest project. But suddenly I came across a problem which, try as

Re: "Ghost" trills

2020-08-07 Thread David Sumbler
ough it seems obvious now you have suggested it. In the actual clarinet parts where I first met the problem, this solves the it. However, I think that perhaps I should investigate your pmp.ily, as it is highly likely that I shall need it at some point. Thanks for your help. David > On 8

Re: What is the significance of X in Lilypond?

2020-08-04 Thread David Sumbler
On Tue, 2020-08-04 at 08:21 -0600, Carl Sorensen wrote: > > > On Tue, Aug 4, 2020 at 7:00 AM David Sumbler > wrote: > > My latest Lilypond project had been compiling satisfactorily. But > > at a > > certain point it began throwing out the following message: &g

Quick question re pmp.ily

2020-08-08 Thread David Sumbler
Hi Rutger Thanks again for sharing your brilliant work on staff management. I downloaded pmp.ily, and I have got it working for my orchestral score. Clearly it is more versatile and controllable than \partCombine. But it is, of course, somewhat more complicated to use, by its very nature and

What is the significance of X in Lilypond?

2020-08-04 Thread David Sumbler
My latest Lilypond project had been compiling satisfactorily. But at a certain point it began throwing out the following message: % Preprocessing graphical objects.../usr/local/lilypond/usr/share/lilypond/current/ly/engraver- init.ly:836:5: In procedure ly:stencil-extent in expression

Problem installing docs

2020-07-10 Thread David Sumbler
I downloaded Lilypond version 2.21.2 today. When I ran the script with the --doc option, Lilypond installs but the docs can't be downloaded. I also tried with version 2.20.1, with the same result. I get the following output: No ./Downloads/lilypond-2.21.2-1.documentation.tar.bz2 found,

Re: Problem installing docs

2020-07-11 Thread David Sumbler
On Sat, 2020-07-11 at 11:00 +0200, Federico Bruni wrote: > > On Fri, 10 Jul, 2020 at 17:23, David Sumbler > wrote: > > I downloaded Lilypond version 2.21.2 today. When I ran the script > > with > > the --doc option, Lilypond installs but the docs can't be >

Re: showLastLength

2020-06-03 Thread David Sumbler
On Wed, 2020-06-03 at 18:19 +0200, David Kastrup wrote: > David Sumbler writes: > > > I have never used 'showLastLength' or 'showFirstLength' until > > today. > > > > I inserted a line such as > > showLastLength = R1*5 > > exactly as show

showLastLength

2020-06-03 Thread David Sumbler
I have never used 'showLastLength' or 'showFirstLength' until today. I inserted a line such as showLastLength = R1*5 exactly as shown in NR3.4.2, immediately before the first (and only) \score { } section. But every time I try to compile the file I get: syntax error, unexpected

Selective partCombine

2020-07-24 Thread David Sumbler
The only orchestral piece I have set in Lilypond until now was for 12 strings and a couple of other instruments. I had 2 versions of the strings material, one of which kept all of the parts on separate staves for the parts, and the other which combined them on to fewer staves (where appropriate)

Re: Selective partCombine

2020-07-25 Thread David Sumbler
On Sat, 25 Jul 2020 at 18:01 +1000, Vaughan McAlley wrote: > > On Sat, 25 Jul 2020 at 05:28, David Sumbler wrote: > > > > The only orchestral piece I have set in Lilypond until now was for 12 > > strings and a couple of other instruments. I had 2 versions of the &

Re: Selective partCombine

2020-07-31 Thread David Sumbler
On Sat, 2020-07-25 at 10:37 +0200, rhn...@vu.nl wrote: > Did you see my (first attempt at a) tutorial on this topic? > > https://lists.gnu.org/archive/html/lilypond-user/2020-06/msg00114.html This is truly magnificent. Reading this tutorial, I learnt a lot about things Lilypond can do which I

Help with Midi

2020-08-14 Thread David Sumbler
When working on a project in Lilypond I usually set things up to generate midi files as well as printable output, mainly for note- checking. But it is interesting to generate an ensemble midi file too. I play these files with TiMidity, using the fluidr3_gm soundfont. I know the (very) basics

Percent repeat counter starting at 1

2020-10-31 Thread David Sumbler
By default the percent repeat counter does not put a "1" over the bar which is to be repeated; it starts with a "2" over the first actual repetition. This is what is normally required, but for clarity in one particular instance I would like the repeat counter to put a "1" over the bar which is

Re: Terminology question

2021-06-15 Thread David Sumbler
I think the real question is "what do you call a single figure or column of figures under a bass note". So far as I am aware, the term "figured bass" means a bass line (not a single note) that has figuring to indicate the harmonies. If I want to talk about a number of such bass lines - e.g. the

Pitch value of previous note

2021-04-30 Thread David Sumbler
In a \relative{ } passage, in order for Lilypond to work out the absolute pitch of a note, it must have a record of the absolute pitch of the previous note, even if there have been some intervening rests. It seems probable that it has this information in all cases, whether relative pitch notation

Re: Pitch value of previous note

2021-04-30 Thread David Sumbler
On Fri, 2021-04-30 at 12:15 +0200, David Kastrup wrote: > David Sumbler writes: > > In a \relative{ } passage, in order for Lilypond to work out > > theabsolute pitch of a note, it must have a record of the absolute > > pitchof the previous note, even if there have

Re: Pitch value of previous note

2021-04-30 Thread David Sumbler
On Fri, 2021-04-30 at 04:17 -0700, Aaron Hill wrote: > On 2021-04-30 3:39 am, David Sumbler wrote: > > I want to be able to insert a note of the same pitch as the preceding > > one. I don't mind what form the pitch information is in, so long as I > > can use it to create

Re: Pitch value of previous note

2021-04-30 Thread David Sumbler
On Fri, 2021-04-30 at 16:41 +0200, David Kastrup wrote: > David Sumbler writes: > > On Fri, 2021-04-30 at 04:17 -0700, Aaron Hill wrote: > > > A duration without pitch is encoded as a NoteEvent with the > > > pitchproperty. expand-repeat-notes! is the internal proce

Displaying internal variables

2021-05-05 Thread David Sumbler
I am sure this must have been answered many times, yet after an hour's searching I can't find a solution. How can one display the current values of internal variables? E.g., if I want to know the current value of Staff.keepAliveInterfaces, how can I get this to be displayed during compilation of

Change of RehearsalMark behaviour

2021-12-20 Thread David Sumbler
I set a piece a while ago using Lilypond 2.19.48. It consists of 2 staves, and I used \mark for some annotations that I wanted to appear above or on barlines - mostly the "crotchet - dotted crotchet" type of thing. Sometimes these only applied to one of the staves, so I would specify the mark in

Re: Change of RehearsalMark behaviour

2021-12-21 Thread David Sumbler
re, which means that each > Staff will get every Mark. > Cheers,Valentin > Am Dienstag, 21. Dezember 2021, 00:15:56 CET schrieb David Sumbler: > > On Mon, 2021-12-20 at 18:20 +0100, Jean Abou Samra wrote: > > > Le 20/12/2021 à 16:18, David Sumbler a écrit : > > >

Re: Change of RehearsalMark behaviour

2021-12-20 Thread David Sumbler
On Mon, 2021-12-20 at 18:20 +0100, Jean Abou Samra wrote: > Le 20/12/2021 à 16:18, David Sumbler a écrit : > > I set a piece a while ago using Lilypond 2.19.48. It consists of 2 > > staves, and I used \mark for some annotations that I wanted to > > appear above or

"Programming error" bug?

2021-11-13 Thread David Sumbler
I have just started on a new Lilypond project, having had little interaction with Lilypond for several months. I installed v.2.23.4. Although I have so far only set 3 lines of music on 2 staves, the message "programming error: cyclic dependency: calculation-in-progress encountered for

Re: "Programming error" bug?

2021-11-14 Thread David Sumbler
oblem. Thanks again for pointing me in the right direction! David On Sun, 2021-11-14 at 16:13 +0100, Jean Abou Samra wrote: > Le 13/11/2021 à 20:41, David Sumbler a écrit : > > I have just started on a new Lilypond project, having had little > > interaction with Lilypond for severa

Re: Installing Lilypond 2.23.10

2022-07-17 Thread David Sumbler
On Fri, 2022-07-15 at 02:56 +0200, Jean Abou Samra wrote: > > > A more serious problem (for me) is that Emacs could no longer find > > Lilypond mode.  So I moved the new Lilypond to > > /usr/local/lilypond/usr/.  Emacs can now uses Lilypond mode, but > > can't > > compile a file - it produces

Re: Installing Lilypond 2.23.10

2022-07-14 Thread David Sumbler
On Wed, 2022-07-13 at 23:00 +0200, Jean Abou Samra wrote: > Le 13/07/2022 à 20:26, David Sumbler a écrit : > > Thank you for that.  Yes, I should have noticed that the contents > > of > > the tar file were not source code.  As it is, though, I'm not > > entirely >

Installing Lilypond 2.23.10

2022-07-13 Thread David Sumbler
The last version of Lilypond I installed was 2.23.5.  For that I have a shell script entitled lilypond-2.23.5-1.linux-64.sh , and similar scripts for previous development and stable versions. Having updated my OS to Ubuntu 22.04 I want to install the latest version.  But now when I click on the

Re: Installing Lilypond 2.23.10

2022-07-13 Thread David Sumbler
On Wed, 2022-07-13 at 23:00 +0200, Jean Abou Samra wrote: > Hello, > > Please keep the list in CC so that everyone can chime > in and benefit from the answers. Sorry for my oversight.  I would normally have done a group reply, but it's so long since I used a mailing list like this that I just

Re: Installing Lilypond 2.23.10

2022-07-21 Thread David Sumbler
On Wed, 2022-07-20 at 16:52 +0100, David Sumbler wrote: > On Tue, 2022-07-19 at 23:56 +0200, Jean Abou Samra wrote: > > Le 19/07/2022 à 18:26, David Sumbler a écrit : > > > My usual work pattern is to edit .ly files etc. in emacs, and > > > then to  > > > u

Re: Installing Lilypond 2.23.10

2022-07-19 Thread David Sumbler
On Mon, 2022-07-18 at 11:15 +0200, Jean Abou Samra wrote: > Le 17/07/2022 à 17:03, David Sumbler a écrit : > > > > Is it the intention that the next "stable" version of Lilypond will > > be  > > packaged in this new way?  Will the shell script be done aw

Simple instructions for installing Lilypond

2023-05-14 Thread David Sumbler
It's a while since I used Lilypond.  I have a bit of tweaking I want to do to some scores, so thought I should download the latest version.  In the end, I decided to use v2.24.1, rather than 2.25.4, although I have mostly used the "unstable" versions in the past. Lilypond used to use a global

Re: Simple instructions for installing Lilypond

2023-05-14 Thread David Sumbler
On Sun, 2023-05-14 at 13:31 +0200, Jean Abou Samra wrote: > Le dimanche 14 mai 2023 à 12:15 +0100, David Sumbler a écrit : > > It's a while since I used Lilypond.  I have a bit of tweaking I > > want to do to some scores, so thought I should download the latest > > version.  

Re: French Horn - transposing

2024-03-10 Thread David Sumbler
> Thank you all for your suggestions and time. I ended up using > \transpose which was the easiest for me to understand, and worked > great it seems. > > Cheers! > tjk :) It's worth noting that, at least in an orchestral context, horns are conventionally written without a key signature.  In

Re: Can't compile Lilypond files

2024-03-24 Thread David Sumbler
binaries? > And when you say you can't compile, what do you get as error message? > It is not clear at all. > > Kind regards, > Xavier > Am Sonntag, 24. März 2024, 17:13:03 CET schrieb David Sumbler: > > I haven't used Lilypond for a while, but I have currently got > > v.2.2

Re: Can't compile Lilypond files

2024-03-24 Thread David Sumbler
On Sun, 2024-03-24 at 21:55 +0100, Lukas-Fabian Moser wrote: > Hi David, > > David Sumbler schrieb am So., 24. März 2024, > 21:29: > > I am running xubuntu  22.04.  When I last used Lilypond (November > > 2023) I was probably running a recent version of Ubuntu Unity.  But

Can't compile Lilypond files

2024-03-24 Thread David Sumbler
I haven't used Lilypond for a while, but I have currently got v.2.24.1 I started a new, very small, project today, but I can't compile anything.  Thinking I must have forgotten even the basics of writing Lilypond files, I tried a few of my previous project files which I have successfully compiled

Re: Can't compile Lilypond files

2024-03-24 Thread David Sumbler
I include my code below - this is as far as I got before discovering the problem.  Jakob, I don't seeing the code will help: if there were a significant problem with it, then normally Lilypond would report warnings and errors upon compilation.  But as I said, it reports nothing! And yes, Hans, I

<    1   2   3   4