Re: The demise of ly:multi-measure-rest::percent

2024-05-03 Thread Richard Shann
On Fri, 2024-05-03 at 18:01 +0200, Hans Aikema wrote: > > > > On 3 May 2024, at 15:34, Richard Shann > > wrote: > > > > On Fri, 2024-05-03 at 09:25 -0400, Kieren MacMillan wrote: > > > Hi Richard, > > > > > > > > is there a re

Re: The demise of ly:multi-measure-rest::percent

2024-05-03 Thread Richard Shann
On Fri, 2024-05-03 at 09:25 -0400, Kieren MacMillan wrote: > Hi Richard, > > > > is there a reason you don't use \repeat percent in the first > > > place ? > > It's easier for users of Denemo to have a single piece of LilyPond > > syntax at the pla

Re: The demise of ly:multi-measure-rest::percent

2024-05-03 Thread Richard Shann
On Fri, 2024-05-03 at 13:04 +0200, Xavier Scheuer wrote: > On Fri, 3 May 2024 at 12:43, Richard Shann > wrote: > > > > In earlier versions of LilyPond I avoided the use of \repeat > > percent 2 > > {} syntax by overwriting the stencil for a whole bar rest: > >

The demise of ly:multi-measure-rest::percent

2024-05-03 Thread Richard Shann
uot; { c c c c \once \override MultiMeasureRest.stencil = #ly:percent-repeat-interface::percent \once \override MultiMeasureRest #'thickness = #0.48 R1*4/4 } Is there an easy fix - the extra-offset needed varies according to the width of the bar... Richard Shann

Re: Figured bass

2024-04-25 Thread Richard Shann
standard as shown in the example? > > http://lilypond.org/doc/v2.24/Documentation/notation/figured-bass This example is the "standard" - not the default - if you click on it you see it uses: \set figuredBassAlterationDirection = #RIGHT \set figuredBassPlusDirection = #RIGHT \override BassFigureAlignment.stacking-dir = #DOWN and the first of these is what you need. HTH Richard

RE: Horizontal note spacing in chant template

2024-04-17 Thread richard
Thanks David, much appreciated. > and confusing the bass eye ...doesn't take much (says the tenor) I was thinking about using a bracket/arpeggio as in the documentation. -Original Message- From: lilypond-user-bounces+richard=oneill-griffiths@gnu.org On Behalf Of David Wri

RE: Horizontal note spacing in chant template

2024-04-17 Thread richard
Thanks. Appreciate the help -Original Message- From: lilypond-user-bounces+richard=oneill-griffiths@gnu.org On Behalf Of Mats Bengtsson Sent: Wednesday, April 17, 2024 1:20 PM To: lilypond-user@gnu.org; rich...@oneill-griffiths.net Subject: Re: Horizontal note spacing in chant

RE: Horizontal note spacing in chant template

2024-04-17 Thread richard
Thank you so much. From: Michael Werner Sent: Wednesday, April 17, 2024 12:55 PM To: rich...@oneill-griffiths.net; lilypond-user@gnu.org Subject: Re: Horizontal note spacing in chant template Hi Richard, On 2024-Apr-17 06:45, rich...@oneill-griffiths.net <mailto:rich...@oneill-griffiths.

Horizontal note spacing in chant template

2024-04-17 Thread richard
in the tenor part, I'd appreciate it. Thanks Richard Griffiths \version "2.24.0" \language "english" global = { \key c \minor s1*4 \bar "|." } TenorMusic = \relative { g1 af2 c2 c2 \new Voice = "melody" { << \new Voice {

Re: Raising all metronome marks

2024-04-03 Thread Sebastien Richard
Hello, Here is what I mostly use : \override Score.MetronomeMark.padding = #6 just before the tempo mark (works with lilypond 2.24.2) I have another example with a markup but it's much more complex (I can send it if you want) BR, --- Sébastien

Re: nested \set ?

2024-03-25 Thread Sebastien Richard
Hello, My Lilypond knowledge is small but have you tried the "\unset" command ?? BR, --- Sébastien RICHARD From: lilypond-user-bounces+richardsgjm=hotmail@gnu.org on behalf of Werner LEMBERG Sent: Monday, March 25, 2024 11:

Re: Make D.S. and Coda objects RED

2024-03-03 Thread Sebastien Richard
Hello all, You can also use something like : \override Staff.StaffSymbol.color = #(x11-color 'SlateBlue1) See https://en.wikipedia.org/wiki/X11_color_names for an extensive explanation of the name colors BR --- Sébastien From:

Re: Drum notation and style

2024-01-21 Thread Sebastien Richard
Hello Adrian, Being a drummer, I'm certain there is something wrong in the sticking off the roll the way you wrote it (see screen capture below) [cid:466e02cf-022d-4c6f-9e53-7a137f8740ef] I did a small example with the "unfolded roll" so you can see what I mean. Maybe what you want to do is

Re: Drum notation and style

2024-01-18 Thread Sebastien Richard
t understand that part of your mail. Do you mean that you want sixteenth note to be "rolled" ? If so, the "correct" way to write it would be with "sn16:32" BR, --- Sébastien RICHARD From: Adrian Sent: Thursday, Ja

Re: Drum notation and style

2024-01-17 Thread Sebastien Richard
Sorry all, I forgot to delete the original email in my reply ... BR, --- Sébastien RICHARD

Re: Segno and Coda from LilyJazz in a DrumStaff

2024-01-14 Thread Sebastien Richard
>> Yes that's exactly what I want I usually stick to the official release but I don't mind trying beta releases. I'll try that ASAP BR, --- Sébastien RICHARD From: Michael Werner Sent: Sunday, January 14, 2024 10:13 To: Sebastien

Segno and Coda from LilyJazz in a DrumStaff

2024-01-13 Thread Sebastien Richard
score { \new DrumStaff \with {} \drum \layout { } } BR --- Sébastien RICHARD

Re: Help need with the "implicitBassFigures" command

2024-01-12 Thread Richard Shann
On Thu, 2024-01-11 at 12:40 +, Eef Weenink wrote: > Thank you Richard > > You say: “ > You don't have to use 5 as the implicit figure:” > > Try: > - > >     \new FiguredBass \with { implicitBassFigures = #'(0) }    > \figuremode { >   \set figure

Re: Help need with the "implicitBassFigures" command

2024-01-11 Thread Richard Shann
\set figuredBassPlusDirection = #RIGHT \override BassFigureAlignment.stacking-dir = #DOWN <6 5->8 <0 4->8 \extendOn % \set Staff.implicitBassFigures = #'(5) %{if I set the implicitBass to 5, or other number, it DOES NOT do anything%} <0 3>4 \set Staff.implicitBassFigures = #'(0) \extendOff <5 _+>8 <7>8 <6>8 <5>4 } >> } %% Richard

Re: Hide a note inside a drumscore

2023-12-13 Thread Sebastien Richard
sday, December 13, 2023 17:49 To: Sebastien Richard Cc: lilypond-user@gnu.org Subject: Re: Hide a note inside a drumscore Sebastien Richard writes: > Hello, > > How can I hide a note inside a drum score ? I tried following the doc here > https://lilypond.org/doc/v2.23/Documentation/

Re: Hide a note inside a drumscore

2023-12-13 Thread Sebastien Richard
Hello, Thanks you for the quick reply works like a charm  - Seb From: Michael Werner Sent: Wednesday, December 13, 2023 17:19 To: Sebastien Richard Cc: lilypond-user@gnu.org Subject: Re: Hide a note inside a drumscore Hi Seb, On Wed, Dec 13, 2023

Hide a note inside a drumscore

2023-12-13 Thread Sebastien Richard
Hello, How can I hide a note inside a drum score ? I tried following the doc here https://lilypond.org/doc/v2.23/Documentation/notation/visibility-of-objects but I did not managed to make it work Here is an example where I want to hide the snare : \version "2.24.2" up = \drummode {

Re: Aligning verse text?

2023-11-22 Thread Sebastien Richard
Hello, Could you provide a tiny example to start with ? BR --- Sébastien RICHARD From: lilypond-user-bounces+richardsgjm=hotmail@gnu.org on behalf of echo Sent: Wednesday, November 22, 2023 20:08 To: Michael Werner ; p...@cassland.org

Re: WARNING: SPAM / MALWARE being sent to list members

2023-10-23 Thread Richard Shann
specifically, if you get an email with a name you recognize check the email address is the one that person usually uses (mine purported to come from Jean-Abou but the email address was spurious). Richard On Mon, 2023-10-23 at 12:01 -0400, Rik Kabel wrote: > The following turd was sent to

Re: Fingering orientations

2023-09-17 Thread Richard Shann
On Sun, 2023-09-17 at 14:58 +0200, Jean Abou Samra wrote: > Le dimanche 17 septembre 2023 à 12:56 +0100, Richard Shann a écrit : > > I can't figure out why this: > > > > \version "2.24.0" > > { > >     \set fingeringOrientations = #'( l

Fingering orientations

2023-09-17 Thread Richard Shann
ting https://lilypond.org/doc/v2.24/Documentation/notation/direction-and-placement Richard Shann

Re: Bar numbers on Dynamics staff above music

2023-08-28 Thread Richard Shann
On Mon, 2023-08-28 at 11:27 +0200, Xavier Scheuer wrote: > On Mon, 28 Aug 2023 at 10:17, Richard Shann > wrote: > > > > There are more problems than I thought with your solution- > > here is your example with some higher notes in it - the bar numbers > > lea

Re: Bar numbers on Dynamics staff above music

2023-08-28 Thread Richard Shann
testing further... On Sun, 2023-08-27 at 07:50 -0700, Knute Snortum wrote: > On Sun, Aug 27, 2023 at 7:31 AM Richard Shann > wrote: > > If I create a Dynamics staff above the music, the bar numbers are > > printed on it rather than on the staff with the music. At least > >

Re: Bar numbers on Dynamics staff above music

2023-08-27 Thread Richard Shann
On Sun, 2023-08-27 at 07:50 -0700, Knute Snortum wrote: > On Sun, Aug 27, 2023 at 7:31 AM Richard Shann > wrote: > > If I create a Dynamics staff above the music, the bar numbers are > > printed on it rather than on the staff with the music. At least > > this is > >

Bar numbers on Dynamics staff above music

2023-08-27 Thread Richard Shann
\override Score.BarNumber.break-visibility = #end-of-line-invisible \set Score.barNumberVisibility = #(every-nth-bar-number-visible 1) << \new Dynamics \dyn \new Staff \mus >> >> } %%%%%%

Re: Changing the size of the TabStaff clef

2023-08-18 Thread Richard Shann
On Fri, 2023-08-18 at 17:40 +0200, Jean Abou Samra wrote: > Le vendredi 18 août 2023 à 16:34 +0100, Richard Shann a écrit : > > Is it possible to reduce the size of the TabStaff clef? > > this doesn't work: > > \version "2.24.1" > > << &

Changing the size of the TabStaff clef

2023-08-18 Thread Richard Shann
Is it possible to reduce the size of the TabStaff clef? this doesn't work: \version "2.24.1" << \new TabStaff \with { \override TabStaff.Clef.font-size = #-1 }{c c c c | } >> Richard Shann

Re: footnote in any markup

2023-08-09 Thread Richard Shann
Reading over the docs again, I see that this is what is meant by "footnotes outside of music expressions". Sorry for the noise. Richard Shann On Wed, 2023-08-09 at 15:36 +0100, Richard Shann wrote: > I've noticed that the following does not work: > > 8><8><8><

footnote in any markup

2023-08-09 Thread Richard Shann
e" \auto-footnote "tune" \italic " By me" } g'4 } } 8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8>< I'm guessing this is something that simply can't be done but if so I didn't guess it from the documentation. Should it be mentioned under "Known Issues and Warnings"? Richard Shann

Re: detecting parallel fifths and octaves in figured bass

2023-07-15 Thread Richard Shann
cript in Denemo which marks consecutives in a movement, but unless you were using Denemo to generate your LilyPond I'm doubtful if that will help. Richard (Incidentally, there is vastly more support for figured bass in Denemo than can be found anywhere else - including the ability to enter the fig

Re: Library to embed LilyPond in other programs

2023-05-31 Thread Richard Shann
he music and hear it as you enter. It optionally also runs LilyPond in the background so you can see the final typeset. This typesetting can be restricted to just a few bars either side of the current note (and/or a few staffs) which is usually good for larger scores. HTH Richard.

Re: Sign for Flattement (Finger vibrato)

2023-05-08 Thread Richard Shann
(that's the 2.22 version, the 2.24 version is in a subdirectory). It lets you create wavy lines of the desired wriggliness (it's included in Denemo). HTH Richard Shann > > This sign differs from "\prallprall". In addition, as can be seen in > the example, it should be between th

Re: -dgui option dropped in 2.24 - how to stop the black box on Windows now?

2023-05-07 Thread Richard Shann
  case ERROR_ACCESS_DENIED: >   return TRUE; > // current process does not have a console > case ERROR_INVALID_HANDLE: >   return FALSE; > // we should not get ERROR_INVALID_PARAMETER > } > >   g_return_val_if_reached (FALSE); > } > Richard, maybe might_be_console_p

Re: Centering columns on the page

2023-04-18 Thread Richard Shann
On Mon, 2023-04-17 at 20:26 +0200, Jean Abou Samra wrote: > Le lundi 17 avril 2023 à 18:51 +0100, Richard Shann a écrit : > Someone asked me how to set some verses in columns across the page > after the title in their piece. I found a snippet in the LSR which > defines a markup comm

Centering columns on the page

2023-04-17 Thread Richard Shann
} \column { \line {Verse Three } \line {Second Line } } } 8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8>< Where a change of global staff size is commented out for ease of testing. Best wishes, Richard Shann

Re: -dgui option dropped in 2.24 - vanishing log file.

2023-04-04 Thread Richard Shann
On Tue, 2023-04-04 at 11:03 +0100, Richard Shann wrote: > On Tue, 2023-04-04 at 11:32 +0200, Jean Abou Samra wrote: > > Le mardi 04 avril 2023 à 10:29 +0100, Richard Shann a écrit : > > > The situation on Windows without lilypond-windows.exe is even > > > worse > &

Re: -dgui option dropped in 2.24 - how to stop the black box on Windows now?

2023-04-04 Thread Richard Shann
  case ERROR_ACCESS_DENIED: >   return TRUE; > // current process does not have a console > case ERROR_INVALID_HANDLE: >   return FALSE; > // we should not get ERROR_INVALID_PARAMETER > } > >   g_return_val_if_reached (FALSE); > } > Richard, maybe might_be_consol

Re: -dgui option dropped in 2.24 - how to stop the black box on Windows now?

2023-04-04 Thread Richard Shann
On Tue, 2023-04-04 at 11:32 +0200, Jean Abou Samra wrote: > Le mardi 04 avril 2023 à 10:29 +0100, Richard Shann a écrit : > > The situation on Windows without lilypond-windows.exe is even worse > > than I thought - the option -dlog-file no longer generates the log > > file &g

Re: -dgui option dropped in 2.24 - how to stop the black box on Windows now?

2023-04-04 Thread Richard Shann
reporting to the unlucky Windows users of Denemo. Please can we have lilypond-windows.exe back? It is indeed as far as I know just an extra target in the makefile with -mconsole in it, and given the size of a LilyPond installation not a enormous burden on the windows users disk space. Richard Shann

Re: -dgui option dropped in 2.24 - how to stop the black box on Windows now?

2023-04-03 Thread Richard Shann
On Sun, 2023-04-02 at 11:54 -0700, Aaron Hill wrote: > On 2023-04-02 8:38 am, Richard Shann wrote: > > there used to be an executable lilypond-windows.exe in addition to > > the > > lilypond.exe which has also vanished. I suspect it was compiled > > using > &

Re: -dgui option dropped in 2.24 - how to stop the black box on Windows now?

2023-04-02 Thread Richard Shann
On Sun, 2023-04-02 at 13:57 +0200, Robin Bannister wrote: > Richard Shann wrote: > > There was an option -dgui which allowed Denemo to run LilyPond in > > the > > background on Windows, but this has vanished without, as far as I > > can > > see, an

-dgui option dropped in 2.24 - how to stop the black box on Windows now?

2023-04-02 Thread Richard Shann
in the background?  As it is an ugly console pops up blotting out the user's view of his work and preventing him continuing to enter text/music until it is done. Richard

Rehearsal Mark and textMark side by side?

2023-03-30 Thread Richard Shann
Is there a way to combine a rehearsal mark with some text following it other than the rather crude \version "2.24.0" { c'' \mark \default c'' c'' c'' \textEndMark \markup {a tempo} } where the durations of the notes are chosen to make text follow the rehearsal mark? Richard

Re: Height of markup entered on a Dynamics Staff

2023-03-30 Thread Richard Shann
On Wed, 2023-03-29 at 10:03 -0700, Knute Snortum wrote: > On Wed, Mar 29, 2023 at 5:08 AM Richard Shann < > rich...@rshann.plus.com> wrote: > > In the following snippet the text is displaced vertically upwards > > if > > the commenting out is removed, i.e. a note

Re: Height of markup entered on a Dynamics Staff

2023-03-30 Thread Richard Shann
On Wed, 2023-03-29 at 20:05 +0200, Jean Abou Samra wrote: > Le mercredi 29 mars 2023 à 13:07 +0100, Richard Shann a écrit : > > In the following snippet the text is displaced vertically upwards > > if > > the commenting out is removed, i.e. a note appears with more than &

Height of markup entered on a Dynamics Staff

2023-03-29 Thread Richard Shann
><8>< \version "2.24" MI = { <> ^\markup \bold \italic {"text" } R1*4/4 R1*4/4 } MII = { R1*4/4 R1*4/4 c''1 %c'''1 } \score { << \new Dynamics \MI \new Staff \MII >> } 8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8>< Is this a bug? Richard

Re: rehearsalMarkFormatter => markFormatter in 2.24.0

2023-03-12 Thread Richard Shann
On Sat, 2023-03-11 at 19:03 +0100, Jean Abou Samra wrote: > Le vendredi 10 mars 2023 à 14:35 +0000, Richard Shann a écrit : > > sorry, yes, I just assumed it had been shortened not lengthened. > It was renamed because LilyPond gained other “mark formatters”, such > as seg

Re: rehearsalMarkFormatter => markFormatter in 2.24.0

2023-03-10 Thread Richard Shann
On Fri, 2023-03-10 at 14:12 +0100, Jean Abou Samra wrote: > > > > Le 10 mars 2023 à 13:47, Richard Shann a > > écrit : > > > > I've noticed a name change in 2.24 where > > rehearsalMarkFormatter has become markFormatter. > > > (You mean the

rehearsalMarkFormatter => markFormatter in 2.24.0

2023-03-10 Thread Richard Shann
c1 \mark #8 c1 \mark \default c1 \mark \default } 8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8>< If the commenting out is switched round this continues to work. (The definition of xxx would be in an include file in a versioned directory). My question is, is this a reasonable approach? Specifically is it reliable to use variables in this way, as components of a property? Richard Shann

Re: DynamicsStaff spacing itself too far from the music

2023-03-01 Thread Richard Shann
On Tue, 2023-02-28 at 20:16 +, Timothy Lanfear wrote: > On 28/02/2023 17:53, Richard Shann wrote: > In a complex score with a DynamicsStaff placed above the music for > markups and another below for the dynamics an unusually large space > opened up below the music and above the d

DynamicsStaff spacing itself too far from the music

2023-02-28 Thread Richard Shann
;8><8><8><8><8><8>< In this example the extra spacing disappears after the third system. Strangely, the problem goes away if the system-system-spacing.minimum- distance is not set, however this does not happen on the complex score, and, as there is plenty of room on the page it is difficult to see how this setting could be called into play. Any insights into this behavior would be most welcome, as well as any setting that might directly address this spacing. Richard Shann

Braces over systems where \stopStaff is active go missing

2023-02-06 Thread Richard Shann
\new Staff {c'1 } >> } Is there a way to get the braces to show? Richard

Re: \stopStaff shows/doesn't show ledger lines?

2023-02-01 Thread Richard Shann
Thank you for the quick response Valentin On Wed, 2023-02-01 at 13:52 +0100, Valentin Petzel wrote: > Hello Richard, > > the problem here is that the LedgerLineSpanner tries to reference > it’s staff > symbol, which is set when the Spanner is created. So the > LedgerLineSpanne

Re: \stopStaff shows/doesn't show ledger lines?

2023-02-01 Thread Richard Shann
On Wed, 2023-02-01 at 10:35 +, Richard Shann wrote: > In this piece I've discovered this can be made still more minimal: \version "2.24" music = { e'''1 \stopStaff e'''1 \break e'''1 } \score { \music } The \break is needed. Richard > the note on the first s

\stopStaff shows/doesn't show ledger lines?

2023-02-01 Thread Richard Shann
\stopStaff leads to a page that doesn't seem to say much about it... Richard

Re: Font change in 2.24.0 Figured bass "4"

2023-01-14 Thread Richard Shann
On Sat, 2023-01-14 at 18:50 +0100, Jean Abou Samra wrote: > Le 14/01/2023 à 18:27, Richard Shann a écrit : > > I didn't get a response to this email, > > ?? You got a reponse from Werner last Monday. While there can be > distribution delays on this list, you were in the

Re: Font change in 2.24.0 Figured bass "4"

2023-01-14 Thread Richard Shann
to version 2.24 is to switch to using the alt versions of the glyphs. Is anyone able to help me get control of the choice of glyph armed with this information? Richard On Mon, 2023-01-09 at 16:52 +, Richard Shann wrote: > The figure "4" in figured bass is coming out with a st

Font change in 2.24.0 Figured bass "4"

2023-01-09 Thread Richard Shann
t;8><8><8><8><8><8><8><8><8><8><8>< gives a strange-looking 4 which resembles an upside-down 7 with a smudge on it, quite difficult to decipher (see attached examples). Is this a bug and how can I access the previously used font? Richard Shann

Re: Tab staff - forcing a note onto a lower string

2022-12-10 Thread Richard Shann
On Sat, 2022-12-10 at 17:42 +0100, Jean Abou Samra wrote: > Le 10/12/2022 à 17:37, Richard Shann a écrit : > > Is it possible to specify the string to be used for a note when > > using a > > TAB staff? So that a lower string gets marked with a number higher > >

Tab staff - forcing a note onto a lower string

2022-12-10 Thread Richard Shann
Is it possible to specify the string to be used for a note when using a TAB staff? So that a lower string gets marked with a number higher than it usually goes up to (because the next higher string is ordinarily used). Richard

Re: issues with installing Lilypond

2022-09-20 Thread Richard Shann
its own format, and would know nothing about > Lilypond (*.ly) files. just to set things straight - Denemo certainly does know about LilyPond files, it can write them and it can import them sometimes and can read chunks of music from LilyPond files via the clipboard. And you can insert LilyPond syntax at places in a Denemo score... Richard Shann

Re: Ambitus + Cue gives spurious note column warning

2022-07-23 Thread Richard Shann
On Sat, 2022-07-23 at 16:38 +0200, Jean Abou Samra wrote: > > > Le 23/07/2022 à 15:58, Richard Shann a écrit : > > The combination of Ambitus and a cue seems to provoke a strange > > warning: > > > > 8><8><8><8><8><8>

Ambitus + Cue gives spurious note column warning

2022-07-23 Thread Richard Shann
cross fingers /home/rshann/Skype/Ambitus-cue-notecolumnclash.ly:6:18: programming error: note-column has no direction c1 /home/rshann/Skype/Ambitus-cue-notecolumnclash.ly:6:18: continuing, cross fingers I cut this down from a much bigger score to make a MWE but in so doing I see I have inadvertently triggered an extra warning, the first one above about Note_column without heads and stem. The original only has the warning about "note-column has no direction". I hope this won't muddy the issue. Any thoughts? Richard Shann

Re: Expressive marks

2022-05-13 Thread Richard Shann
ine - the 340 lines of scheme code let you control the amplitude and frequency of the wiggles (and even modulate these as the line progresses IIRC), which can be important when matching early printed scores. Richard > something based on (but not working since I don't understand Sch

Re: Expressive marks

2022-05-13 Thread Richard Shann
b;f=actions/lilypond/vibrato.ily;h=dadedd6859563a0bac0629b19ac729111ced29bd;hb=HEAD > from where you can pick it up and use it in raw LilyPond scores. Richard Shann

Re: Reducing length of stems of beamed notes after \stopStaff

2022-04-19 Thread Richard Shann
} { \stemUp b'8[ 8 8] } \layout { ragged-right=##t indent=0 } } , nicely spaced and beamed! } } I used the \raise to place note bottoms of the note heads on the text line, but I haven't looked at how it behaves as you change the overall score size; it would be good to turn off the autobeamer as well to give complete control over the beaming... Richard

Re: Displaying typesetting information at compile time

2022-03-22 Thread Richard Shann
On Mon, 2022-03-21 at 17:28 +0100, Jean Abou Samra wrote: > > > Le 21/03/2022 à 17:24, Richard Shann a écrit : > > On Sun, 2022-03-20 at 20:09 +0100, Jean Abou Samra wrote: > > > > > [...] perhaps there is something altogether > > simpler? > >

Re: Displaying typesetting information at compile time

2022-03-21 Thread Richard Shann
On Sun, 2022-03-20 at 20:09 +0100, Jean Abou Samra wrote: > > > Le 20/03/2022 à 19:09, Richard Shann a écrit : > > On Sun, 2022-03-20 at 18:43 +0100, Jean Abou Samra wrote: > > > \version "2.22.2" > > > > > > markWithPageInfo = &

Re: Displaying typesetting information at compile time

2022-03-20 Thread Richard Shann
the number of pages/systems??). What I had in mind was just some Scheme (display ...) inserted in the way Valentin (*) did with this: \override Score.SpacingSpanner.common-shortest-duration = #(grob-transformer 'common-shortest-duration (lambda (grob orig) (display orig) (newline) orig)

Displaying typesetting information at compile time

2022-03-20 Thread Richard Shann
for \paper { system-count = xx page-count = yy } without having to count up the number of systems (pages is not really a problem of course). Richard Shann

Re: Wildly different horizontal spacing in two similar scores.

2022-03-19 Thread Richard Shann
require; then > detailed adjustments can be made with \break and \pageBreak. Thanks for this, it works well, the only thing to watch is when you specify too few systems the last one runs off the right hand side. Richard > > Paul > > > From: Richard Shann > > > > I'

Re: Wildly different horizontal spacing in two similar scores.

2022-03-18 Thread Richard Shann
On Fri, 2022-03-18 at 17:30 +, Paul Hodges wrote: > From: Richard Shann > > > > I wonder what "There is no convenient mechanism to manually > > override > > spacing. " means ... > > > I take it to mean that adjusting spacing on a smaller scal

Re: Wildly different horizontal spacing in two similar scores.

2022-03-18 Thread Richard Shann
On Fri, 2022-03-18 at 12:27 +, Richard Shann wrote: > On Fri, 2022-03-18 at 12:11 +0100, Valentin Petzel wrote: > > Let’s take a look at what’s happening here: > > > > if we add > > \override Score.SpacingSpanner.common-shortest-duration = > > #(grob-tran

Re: Wildly different horizontal spacing in two similar scores.

2022-03-18 Thread Richard Shann
o this? (I'm doubtful because I didn't see an example in the manual - rather the statement "There is no convenient mechanism to manually override spacing. " at https://lilypond.org/doc/v2.22/Documentation/notation/horizontal-spacing-overview ) Richard > > at the beginning we will have

Re: Creating a book of pieces?

2022-02-26 Thread Richard Shann
report on their page count (and multiple runs of LilyPond on the separate Suites to install the correct page numbering). With this you can create an arbitrary collection of LilyPond books and put them together into a single PDF. Generating a title page and table of contents is an obv

Re: Concatenating LilyPond scores with different staff sizes.

2022-02-09 Thread Richard Shann
On Wed, 2022-02-09 at 09:42 -0700, Abraham Lee wrote: > Hey, Richard! > > On Wed, Feb 9, 2022 at 9:13 AM Richard Shann > wrote: > > On Wed, 2022-02-09 at 13:00 +, Valentin Petzel wrote: > > > Hello Richard, > > > > > > I do not like to say su

Re: Concatenating LilyPond scores with different staff sizes.

2022-02-09 Thread Richard Shann
On Wed, 2022-02-09 at 13:00 +, Valentin Petzel wrote: > Hello Richard, > > I do not like to say such things, but read the docs: > http://lilypond.org/doc/v2.23/Documentation/notation/setting-the-staff-size > > set-global-staff-size is by definition used to set the st

Concatenating LilyPond scores with different staff sizes.

2022-02-09 Thread Richard Shann
ot seeking radically different approaches here as this won't be hand-written). Richard Shann

Re: (Solved)Re: To get rid of the horizontal line before the footnotes?

2022-02-07 Thread Richard Shann
On Mon, 2022-02-07 at 15:59 +, Carl Sorensen wrote: > > > On 2/7/22, 8:57 AM, "lilypond-user on behalf of Richard Shann" > rich...@rshann.plus.com> wrote: > >     On Mon, 2022-02-07 at 13:41 +0100, Jean Abou Samra wrote: >     > Le 05/0

Re: (Solved)Re: To get rid of the horizontal line before the footnotes?

2022-02-07 Thread Richard Shann
On Mon, 2022-02-07 at 13:41 +0100, Jean Abou Samra wrote: > Le 05/02/2022 à 12:50, Richard Shann a écrit : > > On Sat, 2022-02-05 at 11:30 +, Richard Shann wrote: > > > Is there a way to drop the line that is drawn below the systems > > > above > > > the fo

Re: Slurs with "afterGrace"

2022-02-06 Thread Richard Shann
\afterGrace g4(-+ {a16 g16)} } Richard On Sun, 2022-02-06 at 09:13 +, Alasdair McAndrew wrote: > Thank you very much!  (But in Australia, where I am, it is early > evening).   I did try that, but the difficulty is that I already have > a symbol attached to the note (which I sh

Re: Slurs with "afterGrace"

2022-02-06 Thread Richard Shann
hat those are supposed to postfixed to the note where the slur ends, not a sequence { } of notes. Richard > > Again, thanks. > > Alasdair > > On Sunday 06 February 2022 20:53:12 (+11:00), Richard Shann wrote: > >  > >  > >  > \afterGrace g4(-+ {a16 g16)}

Re: Key Signature Change beyond the end of a movement.

2022-02-05 Thread Richard Shann
On Sun, 2022-02-06 at 00:15 +0900, Masaki, Akikazu wrote: > Hi Richard, > > The last spacer is not necessary, but staff lines don't reach > trailing > key or time signatures by default.  (I guess you tried that.) yes, that's the purpose of the spacer. > Set StaffSymbol.b

Key Signature Change beyond the end of a movement.

2022-02-05 Thread Richard Shann
duration matters but what it is doing exactly seems a mystery. Richard Shann \version "2.22.0" \markup {Movement I} { c'' c'' c'' c'' c'' c'' \bar "|." \key bes \major s16 } \markup {Movement II } { \key bes \major c''4 c'' c'' c'' c'' c'' \bar "|." }

(Solved)Re: To get rid of the horizontal line before the footnotes?

2022-02-05 Thread Richard Shann
On Sat, 2022-02-05 at 11:30 +, Richard Shann wrote: > Is there a way to drop the line that is drawn below the systems above > the footnotes? Sorry for asking before searching the mailing-list archives, \paper { footnote-separator-markup = ##f } is the answer I see. The docs often

To get rid of the horizontal line before the footnotes?

2022-02-05 Thread Richard Shann
Is there a way to drop the line that is drawn below the systems above the footnotes? Richard Shann

Re: Vibrato (wavy lines) notation

2022-01-14 Thread Richard Shann
On Fri, 2022-01-14 at 20:41 +0100, Valentin Petzel wrote: > Hello Richard, > > The file you’ve given us has a lot of nonsensical quoting in lines > 149-153. > > Basically `(path ...) is already quasi-quoted, so there is no reason > to quote > the symbol round (as it is a

Re: Vibrato (wavy lines) notation

2022-01-14 Thread Richard Shann
On Mon, 2018-03-26 at 21:06 +0100, Richard Shann wrote: > On Mon, 2018-03-26 at 11:53 +0200, Thomas Morley wrote: > > 2018-03-25 21:13 GMT+02:00 Richard Shann : > > > I have been using a bit of code written by Mark Witmer to achieve > > > wavy > > > > [...]

Re: Ties on series of tied notes on center line flipping direction (randomly?)

2022-01-09 Thread Richard Shann
On Sun, 2022-01-09 at 12:48 -0500, Kieren MacMillan wrote: > Hi Richard, > > > I guess this means it is not a well-known feature. > > Not well-known, likely… but sure seems like a bug and not a feature > to me.  =) > > > Does anyone have an idea if there are gui

Re: Ties on series of tied notes on center line flipping direction (randomly?)

2022-01-09 Thread Richard Shann
On Sun, 2022-01-09 at 17:43 +0100, Thomas Morley wrote: > Am So., 9. Jan. 2022 um 17:16 Uhr schrieb Valentin Petzel < > valen...@petzel.at>: > > > > Hi Richard, > > > > It is hard to try to understand the problem with just some > > pictures.

Ties on series of tied notes on center line flipping direction (randomly?)

2022-01-09 Thread Richard Shann
the problem at that point goes away and if I delete bars likewise (*). I guess this might be related to the question of how LilyPond decides the direction for ties on notes on the center line in any case? I am on version 2.22 of LilyPond. Richard Shann (*) I should add that as my lyrics are written

Re: Changing fingers while holding key down

2021-10-21 Thread Richard Shann
On Thu, 2021-10-21 at 08:59 -0700, Knute Snortum wrote: > Hi everyone, > > In piano music, there's a technique for holding down a key with one > finger, then switching to another.  I see that Denemo emits c \finger \markup \tied-lyric #" 1~2  " for this... Richard &g

Re: lilypond book

2021-09-21 Thread Richard Chonak
If you're familiar with LaTeX, you can create a document that invokes Lilypond scores: main.lytex: \documentclass[12pt]{book} \usepackage[paperheight=10in,paperwidth=7in,margin=0.5in,twoside]{geometry} \usepackage[latin,main=english]{babel} \usepackage{fontspec} \usepackage{fancyhdr}

Re: Using Scheme inside Lilypond

2021-09-05 Thread Richard Shann
On Sat, 2021-09-04 at 22:21 +0200, Jean Abou Samra wrote: > Le 04/09/2021 à 20:39, Richard Shann a écrit : > > (I'm trying to write code that will draw a box round A4 or letter > > paper > > with just a change of some scaling factors - I can work around it > &g

Re: Using Scheme inside Lilypond

2021-09-04 Thread Richard Shann
On Sat, 2021-09-04 at 20:44 +0200, David Kastrup wrote: > Richard Shann writes: > > > Can someone educate me as to why this works: > > > > \markup \path #0.4 #'((moveto 0 0) (lineto -30 50) (lineto -20 80) > > (closepath)) > > > > but this does not:

  1   2   3   4   5   6   7   8   9   10   >