Re: Changing the form of a whole-bar rest

2016-12-04 Thread David Sumbler
On Sun, 2016-12-04 at 16:02 +0100, Thomas Morley wrote: > 2016-12-04 15:16 GMT+01:00 David Sumbler <da...@aeolia.co.uk>: > > > > % > > \version "2.19.48" > > > > \language "english" > > > > { \time 4/2 R1*4/2 } &g

Re: {SPAM 01.0} Re: Changing the form of a whole-bar rest

2016-12-04 Thread David Sumbler
: Re: Changing the form of a whole-bar rest > > > > > > On 04.12.2016 15:16, David Sumbler wrote: > > > > > > I want the "normal" whole-bar rest to appear instead, i.e. a > > > semibreve > > > rest. > > Why would you want that? > > &g

Changing context plugins

2016-12-05 Thread David Sumbler
This question arises out of a problem I had in the piece I am currently setting.  I have certain marks I wish to appear above a bar-line.  I want one of them to appear only in the lower stave.  In this particular instance I can get the result I want thus: %% \version "2.19.48" \language

Strange effect of set-global-staff-size

2017-01-06 Thread David Sumbler
I am having a weird problem with the title page of a score, and I am hoping somebody can point me in the direction of understanding what might be going on. I am using the same basic layout for score and parts as I have always used.  But having organized things rather better than in my earlier

Re: Actually forcing some horizontal space between two notes

2017-01-04 Thread David Sumbler
On Wed, 2017-01-04 at 09:25 -0500, Kieren MacMillan wrote: > Hi David, > > > > > It seems to be what I was talking about - thanks for pointing it > > out. > > Is this a relatively new feature? > I would think this feature has been around for at least 6 years, > maybe longer? And looking at the

Re: Actually forcing some horizontal space between two notes

2017-01-04 Thread David Sumbler
On Wed, 2017-01-04 at 08:20 -0500, Kieren MacMillan wrote: > Hi all, > > > > > > > > > It would be very useful sometimes to be able to tell Lilypond > > > something > > > like: "Regardless of any other considerations, make sure that the > > > second note is at least 3 staff-spaces to the right

Re: Strange effect of set-global-staff-size

2017-01-07 Thread David Sumbler
To get around the anomaly I reported previously, I am rewriting my book-cover generating routine. I need to use \fromproperty with a variable which is set at the top level (i.e. outside any \book block).  If necessary, the variable could be set inside a \book or \bookpart, although this is less

Re: Strange effect of set-global-staff-size

2017-01-07 Thread David Sumbler
%%% \version "2.19.48" #(set-global-staff-size 20) \book {   \markup { \abs-fontsize #48 \bold "Title 1"   } } #(set-global-staff-size 16) \book {   \markup { \abs-fontsize #48 \bold "Title 2"   }  } %%% The above illustrates the

Actually forcing some horizontal space between two notes

2017-01-04 Thread David Sumbler
On Tue, 2017-01-03 at 13:45 +0100, Urs Liska wrote: > Hi all, > > it seems to me this should be easily doable, but I don't find the > right > incantation. > > I would like to force some space between the first group in the right > hand and the following grace notes. This is necessary in order to 

Problems with using \bookpart

2016-12-20 Thread David Sumbler
I am still experimenting with constructing a file structure which makes sense to me for more complex works.  I have come quite a long way with it and discovered some interesting things. But \bookpart seems to cause problems. The following works: File: test.ly % \version "2.19.48" \language

Re: Problems with using \bookpart

2016-12-21 Thread David Sumbler
t > printMvtOne = ##t > printMvtTwo = ##t > > #(if >    (and printScore > (or printMvtOne printMvtTwo)) >   (ly:parser-include-string "\\include \"testprint.ily\"")) > > > On 20/12/16 21:57, David Sumbler wrote: > > > > I am still experimenting

Re: Problems with using \bookpart

2016-12-21 Thread David Sumbler
On Wed, 2016-12-21 at 14:48 +, Timothy Lanfear wrote: > On 21/12/16 10:16, David Sumbler wrote: > > > > Thanks for that solution.  It is helpful to know that I can get > > things > > to work in this way.  However, I do wish I understood why this > > works >

Re: [Spam] Re: Multiple instruments in score and parts

2017-04-15 Thread David Sumbler
On Sat, 2017-04-15 at 12:34 +0200, Rutger Hofman wrote: > On 04/13/2017 03:37 PM, David Sumbler wrote: > > > > On Thu, 2017-04-13 at 09:19 -0400, Kieren MacMillan wrote: > > > > > > Hi David, > > > > > > > > > > > &g

Re: Multiple instruments in score and parts

2017-04-13 Thread David Sumbler
On Thu, 2017-04-13 at 09:19 -0400, Kieren MacMillan wrote: > Hi David, > > > > > At the moment I cannot really see how to deal with this sort of > > problem, other than having completely separate input for the score > > and > > the part at these points, controlled by tags.  But is there a > >

Multiple instruments in score and parts

2017-04-13 Thread David Sumbler
I am intending to set a largish project, which is written for a small orchestra, vocal soloist and narrator.  The piece consists of a number of short movements, and not all of the forces are required for every movement.  I have a pretty good idea of how I am going to manage the input files for

Re: Last number on a score; but this is the first in the next one...

2017-04-15 Thread David Sumbler
On Sat, 2017-04-15 at 07:14 -0700, Son_V wrote: > I understand (maybe), but to have every beat numbered could help when > in a > choir the Maestro calls to sing from a given beat. > That's the reason why I want them to be visible. > > Sorry to be such an humble learner. This reminds me of an old

Re: Multiple instruments in score and parts

2017-04-15 Thread David Sumbler
On Fri, 2017-04-14 at 17:40 -0400, Kieren MacMillan wrote: > Hi David, > > > > > That thread is now 8 months old, and I wondered what has happened > > since. > Unfortunately, not as much as one would hope… > > > > > Is some of it yet incorporated into the development version of > > LilyPond? >

Re: Multiple instruments in score and parts

2017-04-14 Thread David Sumbler
On Thu, 2017-04-13 at 14:37 +0100, David Sumbler wrote: > On Thu, 2017-04-13 at 09:19 -0400, Kieren MacMillan wrote: > > > > Hi David, > > > > > > > > > > > At the moment I cannot really see how to deal with this sort of > >

Re: Increasing spacing between staves

2017-11-13 Thread David Sumbler
On Sun, 2017-11-12 at 10:20 -0700, Michael Rivers wrote: > When I run into this problem, I just print an invisible note > somewhere that forces more space between the staves. I believe I read > about that solution somewhere on this forum years ago. Thanks; that sounds an excellent idea. It's one

Re: Increasing spacing between staves

2017-11-11 Thread David Sumbler
On Fri, 2017-11-10 at 13:05 -0500, Ben wrote: > On 11/10/2017 12:49 PM, David Sumbler wrote: > > Is there some way of increasing or specifying the space between the > > 2 > > staves of a piano staff at a particular point in a score? > > > > The piece I am setti

Increasing spacing between staves

2017-11-10 Thread David Sumbler
Is there some way of increasing or specifying the space between the 2 staves of a piano staff at a particular point in a score? The piece I am setting has a lot of cross-staff beams, and sometimes Lilypond does not allow enough space between the staves for a decent- looking beam.  In those cases

Re: Cross-staff beam slope - can it be specified?

2017-11-08 Thread David Sumbler
On Sun, 2017-10-29 at 19:00 +, David Sumbler wrote: > On Sat, 2017-10-28 at 08:49 -0400, Ben wrote: > > > > On 10/27/2017 1:33 PM, David Sumbler wrote: > > > > > > In the above rather silly example, the beam between the 2 cross- > > > staffnotes sl

Re: Cross-staff beam slope - can it be specified?

2017-10-29 Thread David Sumbler
On Sat, 2017-10-28 at 08:49 -0400, Ben wrote: > On 10/27/2017 1:33 PM, David Sumbler wrote: > > In the above rather silly example, the beam between the 2 cross- > > staff > > notes slopes slightly upwards.  If I add a dynamic, say \f , after > > <c' > > g

Re: {SPAM 01.9} Re: Tie across voices

2018-05-04 Thread David Sumbler
On Thu, 2018-05-03 at 18:43 +0200, Lukas-Fabian Moser wrote: > Hi David, > > Am 03.05.2018 um 18:29 schrieb David Sumbler: > > > > \version "2.19.81" > > > > \new Staff { > >    \time 6/8 > >    << > >  { \once \ov

Re: {SPAM 04.7} Re: {SPAM 01.9} Re: Tie across voices

2018-05-05 Thread David Sumbler
On Fri, 2018-05-04 at 23:55 +0200, Simon Albrecht wrote: > On 04.05.2018 19:23, David Sumbler wrote: > > > > It seems that if, in a > > <<{\musicA} {\musicB}>> > > passage, \musicA does not specify a new Voice, then the music > > before > >

Re: Trouble with notation fonts when resizing

2018-05-12 Thread David Sumbler
On Sat, 2018-05-12 at 15:27 +1000, Brent Annable wrote: > Hello everyone, > > I've been trying out some new notation fonts (gonville and haydn), > but am running into problems when resizing the staves. Basically if I > use #(set-global-staff-size), the staff size changes but the grobs > don't,

Re: Trouble with notation fonts when resizing

2018-05-12 Thread David Sumbler
On Sat, 2018-05-12 at 03:45 -0700, Torsten Hämmerle wrote: > David Sumbler wrote > > > > set-global-staff-size seems to be very buggy, and the newer > > magnify- > > staff (see Notation Ref. section 4.2.2) is recommended > Hi David, > > I wouldn't call set

Re: Trouble with notation fonts when resizing

2018-05-13 Thread David Sumbler
On Sun, 2018-05-13 at 00:59 -0600, Abraham Lee wrote: > Hi, David! > > On Sat, May 12, 2018 at 10:57 AM, David Sumbler <da...@aeolia.co.uk> > wrote: > > On Sat, 2018-05-12 at 03:45 -0700, Torsten Hämmerle wrote: > > > David Sumbler wrote > > > >  &

Re: Trouble with notation fonts when resizing

2018-05-13 Thread David Sumbler
On Sun, 2018-05-13 at 05:32 -0700, Torsten Hämmerle wrote: > David Sumbler wrote > > > > [...] whilst \abs-fontsize changes the size of the font, it doesn't > > apparently alter its spacing.  Perhaps it should, because I can't > > imagine > > that anyon

Re: Maintaining font-size regardless of staff-size

2018-05-17 Thread David Sumbler
On Wed, 2018-05-16 at 16:55 +0200, David Kastrup wrote: > David Sumbler <da...@aeolia.co.uk> writes: > > > > > At the moment I define variables for formatting title, composer > > etc. at > > the start of a score separately for each staff-size th

Re: Maintaining font-size regardless of staff-size

2018-05-18 Thread David Sumbler
On Thu, 2018-05-17 at 12:30 +0200, David Kastrup wrote: > David Sumbler <da...@aeolia.co.uk> writes: > > > > > On Wed, 2018-05-16 at 16:55 +0200, David Kastrup wrote: > > > > > > David Sumbler <da...@aeolia.co.uk> writes: > > > &

Re: Maintaining font-size regardless of staff-size

2018-05-18 Thread David Sumbler
On Fri, 2018-05-18 at 13:37 +0200, David Kastrup wrote: > David Sumbler <da...@aeolia.co.uk> writes: > > > > > %% > > \version "2.19.81" > > > > #(set-global-staff-size 20) > > \book { > >   \bookOutputName &q

Maintaining font-size regardless of staff-size

2018-05-16 Thread David Sumbler
At the moment I define variables for formatting title, composer etc. at the start of a score separately for each staff-size that I use. A simple question: is there a way of getting the same layout and font- sizes for the opening headings of, say, a part with 20-point staves and a full score with

Strange warnings

2018-05-25 Thread David Sumbler
I have hesitated before sending this message: I know it will annoy people because it is so vague and I cannot replicate the problem in a brief piece of code. But I just wonder if somebody else has come across a similar problem and can suggest what might be causing it, or whether it relates to

Re: {SPAM 04.0} Re: Strange warnings

2018-05-25 Thread David Sumbler
On Fri, 2018-05-25 at 15:36 -0400, Ben wrote: > On 5/25/2018 2:58 PM, David Sumbler wrote: > > I did eventually solve the problem, thanks to an off-list nudge > > from > > Joe Davenport.  I had some text spanners in a \global variable, > > which > > was not a

Re: {SPAM 04.0} Re: Strange warnings

2018-05-25 Thread David Sumbler
On Fri, 2018-05-25 at 19:23 +0200, Jean-Charles Malahieude wrote: > Le 25/05/2018 à 17:42, David Sumbler a écrit : > > > > > > The only thing I have managed to establish is that it seems to be > > related to the 1st violins and cellos, which ha

Re: Form of multi-measure-rests

2018-06-15 Thread David Sumbler
On Fri, 2018-06-15 at 19:36 +0200, Simon Albrecht wrote: > On 15.06.2018 19:08, David Sumbler wrote: > > > > In a piece which is in 21/8 time (7 dotted crotchets) I find that > > LilyPond sets whole-bar rests as breve rests.  I should like them > > to > > appear

Form of multi-measure-rests

2018-06-15 Thread David Sumbler
In a piece which is in 21/8 time (7 dotted crotchets) I find that LilyPond sets whole-bar rests as breve rests.  I should like them to appear as semibreve rests, as they would if the bars were shorter. I have tried modifying the stencil using the method shown in NR5.5.3.  But as it stands this is

Re: {SPAM 02.0} Re: Form of multi-measure-rests

2018-06-15 Thread David Sumbler
On Fri, 2018-06-15 at 21:08 +0200, Simon Albrecht wrote: > On 15.06.2018 20:11, David Sumbler wrote: > > > > I had seen the usable-duration-log variable in the Internals > > Reference, > > and its default value of '(-3 -2 -1 0) .  But I have no idea what > > the

Re: \bookpart mystery

2018-06-05 Thread David Sumbler
On Mon, 2018-06-04 at 13:43 -0700, Aaron Hill wrote: > On 2018-06-04 08:54, David Sumbler wrote: > > > > In my efforts (largely successful) to find a way easily to control > > conditional compilation, I came across this apparent anomaly. > > > > The following two

Re: Maintaining font-size regardless of staff-size

2018-06-05 Thread David Sumbler
On Thu, 2018-05-17 at 10:57 +0100, David Sumbler wrote: > On Wed, 2018-05-16 at 16:55 +0200, David Kastrup wrote: > > > > David Sumbler writes: > > > > > > > > > > > At the moment I define variables for formatting title, composer > > &g

\bookpart mystery

2018-06-04 Thread David Sumbler
In my efforts (largely successful) to find a way easily to control conditional compilation, I came across this apparent anomaly. The following two short examples work as one might expect: % \book {   \score { g } } % % var = \book {   \score { g } } \var % Adding a \bookpart

Re: Making TextLength ignore some notes.

2018-05-01 Thread David Sumbler
question really was pretty stupid! David On Sun, 2018-04-29 at 10:53 +0200, David Kastrup wrote: > > > David Sumbler <da...@aeolia.co.uk> writes: > > > > > > > > > I must apologise to the list members for wasting their time by > > asking > &g

Tie across voices

2018-05-03 Thread David Sumbler
\version "2.19.81" \new Staff {   \time 6/8    << { \once \override MultiMeasureRest.staff-position = #10   R2. | r4. e'''~ } \\ { g''2.~ | g''~ }   >>  \oneVoice 2.~ | q | } In the above I want the lower note to be tied continuously.  As it stands, there is no tie

Re: Making TextLength ignore some notes.

2018-04-29 Thread David Sumbler
8 at 23:27 +0100, David Sumbler wrote: > \version "2.19.81" > > << >   \new Dynamics { >   s2 s2^\markup \column {"I would very much" "like this to take" "up > precisely a" "minim's width."} | s1*2 | } >   \new Staff {

Making TextLength ignore some notes.

2018-04-28 Thread David Sumbler
\version "2.19.81" <<   \new Dynamics {   s2 s2^\markup \column {"I would very much" "like this to take" "up precisely a" "minim's width."} | s1*2 | }   \new Staff { b'2~ b'4\fermata a'4 \fermata | g'1~ | g'1 | } >> In the above example, I would like the words to occupy the horizontal space

Cross-staff beam slope - can it be specified?

2017-10-27 Thread David Sumbler
\version "2.19.48" \new PianoStaff {   << { \new Staff = "upper" {   \stemDown c'8. \change Staff = lower \stemUp g16   \change Staff = upper \stemNeutral 2. } } { \new Staff = "lower" {   \clef "bass" s4  2. } }   >> } In the above rather silly example, the beam

\include path

2018-02-12 Thread David Sumbler
Is there a way of getting Lilypond to search for \include files in a particular directory, other than by using the command line option -I ?  This is not very convenient, because I usually run Lllypond from Emacs, using Ctrl-C Ctrl-F. In bash I can add items to the environment variable PATH;

Re: \include path

2018-02-13 Thread David Sumbler
On Tue, 2018-02-13 at 00:57 +0100, Urs Liska wrote: > Hi David, > > > Am 13.02.2018 um 00:33 schrieb David Sumbler: > > > > Is there a way of getting Lilypond to search for \include files in > > a particular directory, other than by using the command line opt

Re:A couple of questions about Edition Engraver

2018-02-20 Thread David Sumbler
as a complete "newbie" to Edition Engraver, and sometimes comments from a naive user can be useful. To pick out a few points: On Mon, 2018-02-19 at 12:32 +, Urs Liska wrote: >  > 19. Februar 2018 12:00, "David Sumbler" <da...@aeolia.co.uk> schrieb: >  > > \edit

A couple of questions about Edition Engraver

2018-02-19 Thread David Sumbler
As a newcomer to using Edition Engraver, and looking at the example files etc., I wondered why they were written with so much repetition.  "Perhaps it is just to keep things easy for newcomers like me to understand," I thought. So I experimented with reformatting using braces as Lilypond does,

Repeating \markup commands

2018-04-08 Thread David Sumbler
The piece I am setting has a narrator.  For the score I have worked out a way of adding the narrator's short speeches over the music which gives the appearance I want. It entails using the same markup commands for every individual speech, e.g.: s^\markup { \whiteout \pad-markup #2 "Just listen!"

Re: {SPAM 02.4} Re: Repeating \markup commands

2018-04-08 Thread David Sumbler
On Sun, 2018-04-08 at 16:56 +0200, David Kastrup wrote: > David Sumbler <da...@aeolia.co.uk> writes: > > > > > The piece I am setting has a narrator.  For the score I have worked > > out > > a way of adding the narrator's short speeches over the music w

Re: Repeating \markup commands

2018-04-08 Thread David Sumbler
On Sun, 2018-04-08 at 20:26 +0200, David Kastrup wrote: > David Sumbler <da...@aeolia.co.uk> writes: > > > > > On Sun, 2018-04-08 at 16:56 +0200, David Kastrup wrote: > > > > > > David Sumbler <da...@aeolia.co.uk> writes: > > > > &

Re: Cadenza problem

2018-04-14 Thread David Sumbler
t unfold 14 { 4 } > \cadenzaOff > \bar "|" > 2. >    } >    { > 2. > 2.*14/3\fermata > 2. >    } >  >> > %% > > How about that? > > Best, Simon > > > On 13.04.2018 23:40, David Sumbler wrote: > &

Cadenza problem

2018-04-13 Thread David Sumbler
The piece I am setting has a flute cadenza which is notated in standard size notes totalling 14 crotchets (quarter-notes) in length.  The whole cadenza is written between 2 successive barlines. The prevailing time signature at this point is 6/8, and in the cadenza all of the other instruments

Re-aligning instrument names

2018-04-06 Thread David Sumbler
I have spent a long time trying to find the answer to this, but without success. I have a piece with strings divided often into several parts; sometimes these may not be even divisions, for instance where a four-part section has instruments 3 and 4 playing the same music.  I therefore need to

Re: Re-aligning instrument names

2018-04-06 Thread David Sumbler
Thanks for this response.  I am ashamed to say that I spent several hours trying to figure this out, but somehow I never got the syntax quite right.  Perhaps I'm getting too old for this... David On Fri, 2018-04-06 at 16:09 +0200, David Kastrup wrote: > David Sumbler <da...@aeolia.co.uk&g

Links to version 2.19.81-1 binaries

2018-04-01 Thread David Sumbler
As a preliminary to getting back to Lilypond and embarking on a large new project, I thought I would install the latest version.  (My current version is 2.19.48). I visited http://lilypond.org/development.html only to find that none of the links to binaries function as expected, e.g.

shortInstrumentName vertical spacing

2018-10-12 Thread David Sumbler
In string parts, I often use more than one stave where a section is divisi. I write, for instance, \set Staff.shortInstrumentName = "2." when one player (or sub-section) is required, or \set Staff.shortInstrumentName = \markup \column { "3." "4." } if two players need to play this line. The

Re: shortInstrumentName vertical spacing

2018-10-12 Thread David Sumbler
ct! David -Original Message----- From: David Sumbler Reply-To: da...@aeolia.co.uk To: lilypond-user@gnu.org Subject: shortInstrumentName vertical spacing Date: Fri, 12 Oct 2018 17:02:14 +0100 In string parts, I often use more than one stave where a section is divisi. I write, for insta

Re: Line-breaking with non-aligned barlines

2018-10-29 Thread David Sumbler
-Original Message- From: Thomas Morley To: David Sumbler CC: lilypond-user Subject: Re: Line-breaking with non-aligned barlines Date: Mon, 29 Oct 2018 22:25:42 +0100 Am Mo., 29. Okt. 2018 um 12:10 Uhr schrieb David Sumbler < da...@aeolia.co.uk>: > > > -O

Re: Line-breaking with non-aligned barlines

2018-10-29 Thread David Sumbler
-Original Message- From: Thomas Morley To: David Sumbler CC: lilypond-user Subject: Re: Line-breaking with non-aligned barlines Date: Sun, 28 Oct 2018 02:01:04 +0200 Am Fr., 26. Okt. 2018 um 23:52 Uhr schrieb David Sumbler < da...@aeolia.co.uk>: > But as things are the b

Line-breaking with non-aligned barlines

2018-10-26 Thread David Sumbler
Below I have shown a compile-able 93 lines (sorry it can't be made much shorter) from the files for a much longer piece. In this particular passage the harpsichord plays 4 bars in strict tempo whilst the flute plays 4 bars rubato. (The 2 lines do not fit and are meant to sound terrible

Re: Line-breaking with non-aligned barlines

2018-10-26 Thread David Sumbler
-Original Message- From: Thomas Morley To: David Sumbler CC: lilypond-user Subject: Re: Line-breaking with non-aligned barlines Date: Fri, 26 Oct 2018 18:56:15 +0200 > Hi, > > you likely know lily breaks only at matching BarLines. > So you have to insert a \bar "

Re: emails innummerable

2018-11-04 Thread David Sumbler
-Original Message- From: Jay Hamilton To: Jean-Julien Fleck , lilypond-user@gnu.org, d...@linns.org Subject: Re: emails innummerable Date: Sun, 04 Nov 2018 17:57:57 -0700 > Merci > but I just checked (and changed my name and address) and it was set > (as > far as I could understand )

Incomplete tie at line break

2018-11-05 Thread David Sumbler
My subject line only partially describes the problem. I find that a tie is not shown after a line-break if the following conditions are all true: 1. There is a line-break (as stated) 2. There is a new time signature 3. There is a MetronomeMark 4. The staff concerned has \consists

Re: emails innummerable

2018-11-06 Thread David Sumbler
-Original Message- From: David Linn To: da...@aeolia.co.uk CC: lilypond-user@gnu.org Subject: Re: emails innummerable Date: Mon, 5 Nov 2018 20:23:03 -0600 The digest sender looks not at the number of messages in the queue but rather at the combined size of all of the messages in the

Re: Incomplete tie at line break

2018-11-06 Thread David Sumbler
-Original Message- From: Thomas Morley To: David Sumbler CC: lilypond-user Subject: Re: Incomplete tie at line break Date: Mon, 5 Nov 2018 23:17:43 +0100 Am Mo., 5. Nov. 2018 um 13:24 Uhr schrieb David Sumbler < da...@aeolia.co.uk>: > > My subject line only partial

Re: Weird parentheses

2018-09-28 Thread David Sumbler
-Original Message- From: Thomas Morley To: Noeck , David Sumbler CC: lilypond-user Subject: {SPAM 01.0} Re: Weird parentheses Date: Mon, 24 Sep 2018 23:12:04 +0200 2018-09-24 9:04 GMT+02:00 Noeck : > Dear David, > > I might be wrong, but I think it is some font problem. Mo

Weird parentheses

2018-09-23 Thread David Sumbler
\version "2.19.81" \language "english" #(define ((time-parenthesized-time up down upp1 downp1 upp2 downp2) grob) (grob-interpret-markup grob (markup #:override '(baseline-skip . 0) #:number (#:line ( (#:center-column (up down))

Re: Whole measure rest in 9/4 time

2018-12-29 Thread David Sumbler
-Original Message- From: Joseph Srednicki To: lilypond-user@gnu.org Subject: Whole measure rest in 9/4 time Date: Sat, 29 Dec 2018 22:57:19 + (UTC) Hello: I am working on an organ piece by Vierne that is in 9/4 time. The whole measure rest in 9/4 time is much narrower that what

Line-breaking with non-aligned barlines - again!

2018-12-10 Thread David Sumbler
To recap: 3 days ago I wrote (with this subject line) that I have a passage to set where one instrument (harpsichord) plays 8 bars in 4/4 time, consisting mainly of semiquavers (sixteenths). It has to be played in strict time at its own tempo (4 = 108), which is quicker than the

Re: Line-breaking with non-aligned barlines - again!

2018-12-10 Thread David Sumbler
-Original Message- From: Thomas Morley To: David Sumbler CC: lilypond-user Subject: Re: Line-breaking with non-aligned barlines - again! Date: Mon, 10 Dec 2018 22:00:51 +0100 Am Mo., 10. Dez. 2018 um 18:25 Uhr schrieb David Sumbler < da...@aeolia.co.uk>: > > To recap: &g

Re: Line-breaking with non-aligned barlines - again!

2018-12-11 Thread David Sumbler
-Original Message- From: David Sumbler Reply-To: da...@aeolia.co.uk To: Thomas Morley CC: lilypond-user Subject: Re: Line-breaking with non-aligned barlines - again! Date: Mon, 10 Dec 2018 22:58:58 + -Original Message- From: Thomas Morley To: David Sumbler CC: lilypond

alist problem

2018-12-05 Thread David Sumbler
IR 2.19.82 shows the following amongst the settings for TrillSpanner: bound-details (list): '((left (text # "scripts.trill") (Y . 0) (stencil-offset -0.5 . -1) (padding . 0.5) (attach-dir . 0)) (left-broken (end-on-note . #t)) (right (Y . 0))) If

Re: alist problem

2018-12-05 Thread David Sumbler
-Original Message- From: David Kastrup To: David Sumbler CC: lilypond-user@gnu.org Subject: Re: alist problem Date: Wed, 05 Dec 2018 15:37:21 +0100 David Sumbler writes: > IR 2.19.82 shows the following amongst the settings for TrillSpanner: > > bound-details (list):

Line-breaking with non-aligned barlines - again!

2018-12-07 Thread David Sumbler
A few weeks back I wrote asking about a problem with a passage where one instrument is playing at a different speed from the rest, and with barlines that do not align with those in the other instruments. Now I have a similar passage, but it has thrown up another difficulty, which I can't so far

Re: Line-breaking with non-aligned barlines - again!

2018-12-07 Thread David Sumbler
-Original Message- From: Mark Stephen Mrotek To: da...@aeolia.co.uk, lilypond-user@gnu.org Subject: RE: Line-breaking with non-aligned barlines - again! Date: Fri, 7 Dec 2018 10:17:43 -0800 David, How about marking the part "ad libitum?" Or perhaps making it bar-less as in a cadenza?

Re: Not Nice Review of the LilyPond

2018-12-02 Thread David Sumbler
-Original Message- From: David Kastrup To: msk...@ansuz.sooke.bc.ca CC: lilypond-user Subject: Re: Not Nice Review of the LilyPond Date: Sun, 02 Dec 2018 17:00:33 +0100 msk...@ansuz.sooke.bc.ca writes: > On Sun, 2 Dec 2018, David Kastrup wrote: > > is hard. At least LilyPond is a

Re: Not Nice Review of the LilyPond

2018-12-02 Thread David Sumbler
-Original Message- From: msk...@ansuz.sooke.bc.ca To: David Sumbler CC: David Kastrup , lilypond-user Subject: Re: Not Nice Review of the LilyPond Date: Sun, 2 Dec 2018 14:17:11 -0500 (EST) On Sun, 2 Dec 2018, David Sumbler wrote: > > But MusiXTeX can do "if" stat

Re: Spacing issue after Mark and TextScript

2018-11-23 Thread David Sumbler
-Original Message- From: David Sumbler Reply -To: da...@aeolia.co.uk To: lilypond-user@gnu.org Subject: Spacing issue after Mark and TextScript Date: Wed, 21 Nov 2018 12:24:29 + %%% \version "2.19.81" #(set-global-staff-size 12) indent = #0 { \textLength

Re: Spacing issue after Mark and TextScript

2018-11-25 Thread David Sumbler
-Original Message- From: Thomas Morley To: David Sumbler CC: pedrops...@gmail.com, lilypond-user Subject: Re: Spacing issue after Mark and TextScript Date: Sat, 24 Nov 2018 22:28:06 +0100 Am Fr., 23. Nov. 2018 um 15:28 Uhr schrieb David Sumbler < da...@aeolia.co

Spacing issue after Mark and TextScript

2018-11-21 Thread David Sumbler
%%% \version "2.19.81" #(set-global-staff-size 12) indent = #0 { \textLengthOn \time 5/4 r2 r4. \override Score.RehearsalMark.self-alignment-X = #-1 \override Score.RehearsalMark.font-size = #5 \mark \markup {"After the thirty-third encore, the Emperor arose."} \hide

Re: Spacing issue after Mark and TextScript

2018-11-25 Thread David Sumbler
-Original Message- From: Thomas Morley To: Phil Holmes CC: David Sumbler , Pedro Pessoa < pedrops...@gmail.com>, lilypond-user Subject: Re: Spacing issue after Mark and TextScript Date: Sun, 25 Nov 2018 17:38:31 +0100 Am So., 25. Nov. 2018 um 16:09 Uhr schrieb Phil Holm

Re: controlling the tie "gap" [and a possible bug?]

2018-11-16 Thread David Sumbler
-Original Message- From: Kieren MacMillan To: David Kastrup CC: Lilypond-User Mailing List Subject: Re: controlling the tie "gap" [and a possible bug?] Date: Fri, 16 Nov 2018 17:11:17 -0500 Hi David, > No, it doesn't. The image shows the same kind of symptomas the > code does but is

Automatic narrowing in Emacs?

2019-01-02 Thread David Sumbler
This may be slightly off-topic, but it concerns a problem I have encountered in Emacs when editing Lilypond files and at no other time. I always use Emacs for creating and editing my Lilypond files. Some of these get quite large. When editing a very long file (typically over 2,000 lines) I have

Altering page numbers

2019-01-12 Thread David Sumbler
Judging from all the searching I have done I think that the answer to the following question is "no": is there a way to override automatic page-numbering after the first page? I have several pages of introductory and performance notes in the score I am currently working on, followed by about 150

Re: Altering page numbers

2019-01-12 Thread David Sumbler
-Original Message- From: Kieren MacMillan To: da...@aeolia.co.uk CC: Lilypond-User Mailing List Subject: Re: Altering page numbers Date: Sat, 12 Jan 2019 10:38:55 -0500 Hi David, > Judging from all the searching I have done I think that the answer to > the following question is "no":

Re: Automatic narrowing in Emacs?

2019-01-02 Thread David Sumbler
-Original Message- From: David Kastrup To: David Sumbler CC: lilypond-user@gnu.org Subject: Re: Automatic narrowing in Emacs? Date: Wed, 02 Jan 2019 15:14:29 +0100 David Sumbler writes: > I now realise that in these cases the buffer has been "narrowed". > This is

Preventing a cautionary accidental

2018-09-17 Thread David Sumbler
%% \version "2.19.82" \language "english" \score { \new Staff \with { \accidentalStyle modern } { \relative { \time 9/8 e''8 fs gs a b c d e fs | g8 fs e d c b a g fs | } } } %% In the above example, a cautionary natural is given to the

Re:Preventing a cautionary accidental

2018-09-18 Thread David Sumbler
-Original Message- From: Malte Meyn Am 17.09.18 um 23:38 schrieb David Sumbler: > What is the simplest way of preventing the accidental from being > printed? \once \omit Accidental -Original Message- From: Aaron Hill You could change the accidental style tempo

Getting point-and-click working

2019-02-08 Thread David Sumbler
I put off trying to get point-and-click for several years (!) until now, because the instructions in the Usage Manual seemed rather cryptic. But point-and-click would be massively useful, so I thought I would try to set it up. I followed the instructions to the best of my limited ability and,

Re: Getting point-and-click working

2019-02-09 Thread David Sumbler
On Sat, 2019-02-09 at 11:05 +0100, Federico Bruni wrote: > Il giorno ven 8 feb 2019 alle 18:16, David Sumbler < > da...@aeolia.co.uk> > ha scritto: > > I put off trying to get point-and-click for several years (!) until > > now, because the instructions in the

Re: Getting point-and-click working

2019-02-10 Thread David Sumbler
Thank you all for your help in this matter. Today I have point-and-click working as it should, with AppArmor apparently doing what it is supposed to do. What made the difference was the following: The Usage Manual 4.1.1 says that the lines # For Textedit links

Re: Getting point-and-click working

2019-02-10 Thread David Sumbler
On Sun, 2019-02-10 at 20:14 +1100, Andrew Bernard wrote: > Hello All, > > Didn't this come up in 2015 on the list here: > > https://lists.gnu.org/archive/html/lilypond-user/2015-06/msg00168.html > > Is it that the Ubuntu lilypond is broken (still)? > > FWIW though, on my pristine Ubuntu

Forcing horizontal space between successive notes

2019-01-29 Thread David Sumbler
I have various clunky workarounds for this problem, but I am still wondering whether there isn't a neater way. How can one force additional space between 2 successive musical moments in a score, without affecting the spacing algorithm to the left and right? This is occasionally desirable, for

Re: Forcing horizontal space between successive notes

2019-01-30 Thread David Sumbler
Wow! Two lovely solutions to my little query - both much better and neater than my adjusting the spacing of notes by using invisible meaningless markups with \textLengthOn. -Original Message- From: Lukas-Fabian Moser Date: Tue, 29 Jan 2019 20:15:48 +0100 > > How can one force additional

Acciaccatura distoring spacing

2019-05-15 Thread David Sumbler
%% \version "2.19.82" \paper { line-width = 150\mm } #(set-global-staff-size 16) << { \new Staff \time 5/4 r2 \tuplet 7/4 { g'16 a' b' c'' d'' e'' f'' } g''8 r r4 | } { \new Staff \tuplet 3/2 4 { \repeat

Re: Acciaccatura distoring spacing

2019-05-27 Thread David Sumbler
Firstly let me apologise for my stupidity: I am quite aware of the problem with gracenotes after barlines. But in this case, with a normal barline, there wasn't a problem until I started experimenting with SpacingSpanner.strict-grace-spacing. When the problem did arise, it just didn't occur to

<    1   2   3   4   >