Re: Scheme help request: How can else of an if-statement be made to do nothing?

2020-10-17 Thread Thomas Morley
Am Sa., 17. Okt. 2020 um 22:09 Uhr schrieb John Schlomann : > > Harm, > > You used a function or macro called add-text. I can't seem to find it in any > LilyPond or Guile manual. What is that? > > John Hi John, you'll find it in lily-library.scm Cheers, Harm

Re: Scheme help request: How can else of an if-statement be made to do nothing?

2020-10-17 Thread Thomas Morley
Am Sa., 17. Okt. 2020 um 20:33 Uhr schrieb David Kastrup : > > Thomas Morley writes: > > > Am Sa., 17. Okt. 2020 um 19:39 Uhr schrieb Jean Abou Samra > > : > >> > >> The point of interpret-markup is to turn a markup into a stencil, so I'd > &

Re: Scheme help request: How can else of an if-statement be made to do nothing?

2020-10-17 Thread Thomas Morley
Am Sa., 17. Okt. 2020 um 19:39 Uhr schrieb Jean Abou Samra : > > Hi, > > Le 17/10/2020 à 19:27, Matthew Fong a écrit : > > > Hello Richard, > > > > I just discovered your explanation is in fact the case, and also > > concluded cond wouldn't work either. > > > > I might have to settle for an empty m

Re: Measure Number Collision

2020-10-16 Thread Thomas Morley
Am Sa., 17. Okt. 2020 um 00:28 Uhr schrieb Marc Shepherd < oakapp...@gmail.com>: > Here is a minimal example showing this behavior: > > \version "2.20.0" > > \layout { > \context { > \name MarkLine > \type Engraver_group > \consists Output_property_engraver > \consists Axis_group

Re: grace notes spacing

2020-10-12 Thread Thomas Morley
Am Mo., 12. Okt. 2020 um 15:40 Uhr schrieb Martín Rincón Botero : > > Oh, because uniform-stretching can be only can only be changed for the whole > score, I believed it’s the same for strict-note-spacing. I’ll try that. > > www.martinrinconbotero.com > On 12. Oct 2020, 15:37 +0200, Kieren MacMill

Re: grace notes spacing

2020-10-12 Thread Thomas Morley
Am Mo., 12. Okt. 2020 um 12:13 Uhr schrieb Martín Rincón Botero : > > Dear Kieren, > > thank you for that suggestion. Albeit tedious having to fix each note > manually like this, it works! > > Am So., 11. Okt. 2020 um 21:26 Uhr schrieb Kieren MacMillan > : >> >> Hi Martín, >> >> > Anyways, I coul

Re: feature requests: scalable \shape values; (stem) for \shapeII

2020-10-12 Thread Thomas Morley
Hi Andrew, I'll put up a MR to add the improved \shape to lilypond proper, as soon as I find the time to do so. At least it will be an improvement. Though, I did not look into shapeII, maybe it could be improved similarly? Cheers, Harm Am Mo., 12. Okt. 2020 um 09:55 Uhr schrieb Andrew Bernard

Re: feature requests: scalable \shape values; (stem) for \shapeII

2020-10-11 Thread Thomas Morley
Am Mi., 7. Okt. 2020 um 10:35 Uhr schrieb Martín Rincón Botero : > > Now that we’ve been talking about \shape and \shapeII, I would like to ask if > it’s possible that values put for \shape(II) could scale according to staff > size. Whenever I have a smaller staff, whatever values work for a 20 p

Re: OLL

2020-10-10 Thread Thomas Morley
Am Sa., 10. Okt. 2020 um 15:40 Uhr schrieb Andrew Bernard : > > Hello All, > > Since Urs has stepped down from OLL work for personal reasons, as > somebody who has written code for OLL, and contributed some snippets > of some utility, I have been considering taking it all over. I have > proposed to

how to include a path in lyp

2020-09-28 Thread Stefan Thomas
Dear community, I've recently and successfully installed lyp, which seems to be a great thing. When I use the lilypond command, I normally use a bash alias, that allows my to automatically include a folder, in which I have some templates. I would like to integrate this path in lyp, but I've no idea

Re: filter out pitches higher/ or lower than a certain pitch

2020-09-24 Thread Stefan Thomas
property m 'articulations m)) whenPitchAbove = #(define-scheme-function (pitch proc) (ly:pitch? procedure?) (lambda (m) (let ((p (ly:music-property m 'pitch))) (if (and (ly:pitch? p) (ly:pitch4. } On 2020-09-24 5:23 am, Stefan Thomas wrote: Dear community, I

filter out pitches higher/ or lower than a certain pitch

2020-09-24 Thread Stefan Thomas
Dear community, I would like to achieve , in a certain example, that all pitches will get automatically an accent sign. Like this: Music = { \time 6/8 g 8 r a g c'-> r g d'-> r g e'-> r } MusikwithAccents = { \time 6/8 g 8 r a g c->' r g d'-> r d e'-> r } Can this be done with lilypond? Has so

Re: Span barlines on different sized staves

2020-09-21 Thread Thomas Morley
Am Mo., 21. Sept. 2020 um 15:55 Uhr schrieb Leo Correia de Verdier : > > I have the following situation: > > \version "2.20.0" > \new StaffGroup > << \new Staff \with { \magnifyStaff #2/3 } >{c''1 \bar "|."} >\new Staff >{c'1 \bar "|.”} >> > > Where the bars on the different sized stave

Re: TextSpanner usability improvements (was Re: Scheme predicative types)

2020-09-20 Thread Thomas Morley
Am So., 20. Sept. 2020 um 17:30 Uhr schrieb Xavier Scheuer : > > On Sun, 20 Sep 2020 at 13:03, Thomas Morley wrote: > > > > Hi Martin, > > > > in general I'm more with Aaron. > > P.e., I have no clue which default text one could think of for > > Tex

Re: Unable to attach a bend to an \afterGrace note with the bend spanner

2020-09-20 Thread Thomas Morley
Am Do., 17. Sept. 2020 um 12:27 Uhr schrieb Federico Bruni : > > Il giorno gio 17 set 2020 alle 11:11, Thomas Morley > ha scritto: > > the bend-engraver-thingies are not part of core LilyPond. > > Please post at least the link where you got it, otherwise you'll

Re: TextSpanner usability improvements (was Re: Scheme predicative types)

2020-09-20 Thread Thomas Morley
Am So., 20. Sept. 2020 um 12:05 Uhr schrieb Martín Rincón Botero : > > In short, you and I simply > > disagree on what is satisfactory for syntax. > > > Well, it seems we already agreed on one satisfactory syntax with the way you > finished the script in the other thread, so I suppose it’s not imp

Re:

2020-09-17 Thread Stefan Thomas
Moser : > Hi Stefan, > Am 17.09.20 um 10:02 schrieb Stefan Thomas: > > Dear community, > the following code is very old, written by Rune Zedeler, but it is very > useful. > It allows You define a motive like: > \motiv #'Stefan {c'8 d' c' d' e2} > and lat

Re: Error on 2.21.6

2020-09-17 Thread Thomas Morley
Am Do., 17. Sept. 2020 um 21:44 Uhr schrieb James.Correa : > > Hello all, > I updated to 2.21.5 and today to 2.21.6 and got this error in a score that > work fine on 2.20: > Follow log output: > = > Starting lilypond 2.21.6 [Amazonia2.ly]... > Processing `/home/james/Documents/Lilypond_sco

Re: Unable to attach a bend to an \afterGrace note with the bend spanner

2020-09-17 Thread Thomas Morley
Am Mo., 14. Sept. 2020 um 13:39 Uhr schrieb Kevin Nowaczyk : > > Andrew, > Here is a link to the output that is currently being produced. > > https://imgur.com/gallery/hJtl1eG > > The first three bends are what I want, but I cannot make the final one look > the same. This is because I am bending t

[no subject]

2020-09-17 Thread Stefan Thomas
Dear community, the following code is very old, written by Rune Zedeler, but it is very useful. It allows You define a motive like: \motiv #'Stefan {c'8 d' c' d' e2} and later it can be used like this: \Stefan {e f g } and You will get {e8 f e f g2 } it can save a lot of typing. Unfortunately it do

Re: \path in markup dashed line

2020-09-07 Thread Thomas Morley
Am Mo., 7. Sept. 2020 um 03:53 Uhr schrieb Andrew Bernard : > > No response from anwhere? > > On 16/08/2020 4:43 pm, Andrew Bernard wrote: > > Is there any way to get the \path command in a markup to draw dashed > > lines? I am aware I can use postscript of course. > > > > Andrew > Hi Andrew, I s

Re: adding chordmode chord modifiers

2020-09-07 Thread Thomas Morley
Am Mo., 7. Sept. 2020 um 18:32 Uhr schrieb Randy Josleyn : > > Hi list, > > Using my extremely limited general programming knowledge, I found in the > scheme file chord-entry.scm that the chord modifiers m, maj, sus, and so on > are defined. Is it possible to add to this list? I want to write "ad

Re: Problem with cross-staff colliding notes

2020-08-27 Thread Thomas Morley
Am Mi., 26. Aug. 2020 um 20:42 Uhr schrieb Claire Meyer : > > Hi, > > I'm trying to reproduce a piano score that has a lot of cross-staff notes, > some of them colliding. There are 3 voices : > - one for the right hand on the upper staff, > - one for the left hand on the lower staff, > - and for t

Re: crossstaff

2020-08-27 Thread Thomas Morley
Am Do., 27. Aug. 2020 um 20:53 Uhr schrieb Mark Stephen Mrotek : > > Hello, > > > > In the attached snippet the stems should connect. > > I have been following > > http://lilypond.org/doc/v2.19/Documentation/notation/common-notation-for-keyboards#cross_002dstaff-stems > > yet I must be missing some

Re: Inheritance of MIDI settings into embedded contexts?

2020-08-23 Thread Dr. Thomas Tensi
allel voices, I should drop back to default volume". But lilyponds MIDI output does. Nevertheless I shall implement Aaron's suggestion: it works great for my needs, thanks for your effort! Best regards, Thomas

Re: Fingering: showing strings by dots?

2020-08-23 Thread Thomas Morley
Am So., 23. Aug. 2020 um 10:52 Uhr schrieb Pierre Perol-Schneider : > > Dear Andrew, > > Le dim. 23 août 2020 à 08:09, Andrew Bernard a > écrit : > >> I play bass gamba - I've always wanted to do the lovely curved beams >> (and for Bach,. and the lot!). No chance lilypond will ever be able to, >>

Re: Inheritance of MIDI settings into embedded contexts?

2020-08-22 Thread Dr. Thomas Tensi
f not, it retains the outer setting. Best regards, Thomas

Inheritance of MIDI settings into embedded contexts?

2020-08-22 Thread Dr. Thomas Tensi
n outer section level. It is simply not modular. Any ideas on how to cope with that? Best regards, Thomas

Re: The grace issue

2020-08-15 Thread Thomas Morley
Hi Andrew, Am Sa., 15. Aug. 2020 um 18:46 Uhr schrieb Andrew Bernard : > > I need to put the grace note in the top voice before the bar. I use > this technique throughout my score and it works fine: > > \grace { \bar "" c'8 \bar "\" } > > I am also aware of the notorious issue with grace notes whe

Re: Is there a way to patch the lyrics tie character?

2020-08-15 Thread Thomas Morley
Am Fr., 14. Aug. 2020 um 16:10 Uhr schrieb Fernando Gil : > > Hello to everyone, I'm struggled with the lyrics tie character when using an > alternate font from Music Type Foundry. > > Since lilypond uses character from the music font, when using an alternate > font with the character missing, it

Re: partially parenthizing a chord

2020-08-08 Thread Thomas Morley
Am Sa., 8. Aug. 2020 um 12:59 Uhr schrieb Werner LEMBERG : > I have one wish to improve the appearance of the parentheses: Would it > be possible to scale the parentheses glyphs (i.e., scaling > `ParenthesisItem.font-size`) according to the `y-scale` value? Right > now, the parentheses are very t

Re: Flared horizontal bracket ties

2020-08-07 Thread Thomas Morley
Am Fr., 7. Aug. 2020 um 12:13 Uhr schrieb Andrew Bernard : > > Here is a wonderful function created for me by Thomas Morley, for > flared ties. It may be of interest to others, but my question is, how > can I modify this code to draw dashed lines, with controllable dash > period an

Re: adjusting vertical positions of start and end of tie

2020-08-06 Thread Thomas Morley
Am Fr., 7. Aug. 2020 um 00:34 Uhr schrieb Werner LEMBERG : > > > > Look at this example > > > > > > \relative c' { > > \clef "alto" d'2 \tweak positions #'(8 . 4) ~ > > \clef "treble" d2 > > } > > > > The `\tweak positions` doesn't work – which is kind-of expected. > > However, for this

Re: No pdf marks with bookparts?

2020-08-02 Thread Thomas Morley
Am So., 2. Aug. 2020 um 10:22 Uhr schrieb Thomas Morley : > > Am Sa., 1. Aug. 2020 um 23:06 Uhr schrieb David Kastrup : > > > > Thomas Morley writes: > > > > > Hi, > > > > > > the following code generates outlined nested pdf-marks, see attach

Re: No pdf marks with bookparts?

2020-08-02 Thread Thomas Morley
Am Sa., 1. Aug. 2020 um 23:06 Uhr schrieb David Kastrup : > > Thomas Morley writes: > > > Hi, > > > > the following code generates outlined nested pdf-marks, see attached. > > > > \version "2.21.4" > > > > \book { > > \marku

No pdf marks with bookparts?

2020-08-01 Thread Thomas Morley
Hi, the following code generates outlined nested pdf-marks, see attached. \version "2.21.4" \book { \markuplist \table-of-contents \tocItem x #"foo" \tocItem x.y #"foo-1" { R1 } } Though, if I switch from \book to \bookpart pdf-marks are gone (while the table-of-content is still unaffec

Re: Position of fingering

2020-07-26 Thread Thomas Morley
Am So., 26. Juli 2020 um 13:50 Uhr schrieb Helge Kruse : > > Hi, > > I want to put the fingering information below the notes. Corresponding to > http://lilypond.org/doc/v2.18/Documentation/notation/inside-the-staff#fingering-instructions > > and > > http://lilypond.org/doc/v2.20/Documentation/notat

Re: Automatically centering markup along an arrow

2020-07-20 Thread Thomas Morley
Am Mo., 20. Juli 2020 um 22:41 Uhr schrieb Sam Bivens : > > Thanks, Harm, this is incredible! (And I learned a new grob that I'd never > seen before.) A new grob? Which one? > When I put this question out I didn't intend to just have one guy do all of > the work, As already said, Aaron improve

Re: Tie suicide location

2020-07-20 Thread Thomas Morley
Hi Andrew, did it help? Cheers, Har, Am So., 19. Juli 2020 um 11:12 Uhr schrieb Thomas Morley : > > Am So., 19. Juli 2020 um 10:38 Uhr schrieb Kevin Barry : > > > > On Sun, 2020-07-19 at 18:08 +1000, Andrew Bernard wrote: > > > What is this error really about? Is

Re: Automatically centering markup along an arrow

2020-07-20 Thread Thomas Morley
Am Mo., 20. Juli 2020 um 04:13 Uhr schrieb Sam Bivens : > > Hi Harm, > I won't be using this with broken slurs; these will all be small, > individualized segments of about five measures maximum. > Sam Hi Sam, ok, for now every part of a broken Slur will get text then. I implemented some changes

Re: Automatically centering markup along an arrow

2020-07-19 Thread Thomas Morley
Am So., 19. Juli 2020 um 01:10 Uhr schrieb Thomas Morley : > > Am So., 19. Juli 2020 um 01:06 Uhr schrieb Sam Bivens : > > > > Hi Harm, > > Yes, I see now that I was unclear. I'd like the X to be horizontally > > centered between the endpoints, but not vertical

Re: Tie suicide location

2020-07-19 Thread Thomas Morley
Am So., 19. Juli 2020 um 10:38 Uhr schrieb Kevin Barry : > > On Sun, 2020-07-19 at 18:08 +1000, Andrew Bernard wrote: > > What is this error really about? Is there any way to perform a > > textual > > search to pin it down? > > The error occurs when LilyPond tries to find the points to attach a tie

Re: Automatically centering markup along an arrow

2020-07-18 Thread Thomas Morley
Am So., 19. Juli 2020 um 01:06 Uhr schrieb Sam Bivens : > > Hi Harm, > Yes, I see now that I was unclear. I'd like the X to be horizontally centered > between the endpoints, but not vertically centered. The markup should always > be outside the slur. And yes, I would prefer this to be outside the

Re: Automatically centering markup along an arrow

2020-07-18 Thread Thomas Morley
Am Sa., 18. Juli 2020 um 20:34 Uhr schrieb Sam Bivens : > > Hi all, > I've recently discovered Harm's terrific arrow markup; see attached. Is there > any way to automatically center new markup along these paths instead of > manually tweaking an halign for every one? > In other words, the "X" in t

Re: Do not display chord name after line break

2020-07-14 Thread Thomas Morley
esearching this in the manual, but was still unclear. Where should it >> appear? Again, thanks for your help >> >> On Mon, Jul 13, 2020 at 8:15 PM Thomas Morley >> wrote: >>> >>> >>> Here an engraver which transforms the default stencil to an empty &

Re: Turn off some span bars in a score

2020-07-13 Thread Thomas Morley
Am Mo., 13. Juli 2020 um 13:46 Uhr schrieb Pierre Perol-Schneider : > > Hi again, > Either "span bar" or "spanbar" in the LSR search box do not show this snippet. > Could we change the snippet description and add those words? > TIA, cheers, > Pierre The LSR search box is a little strange, imho. Wi

Re: Do not display chord name after line break

2020-07-13 Thread Thomas Morley
Am Mo., 13. Juli 2020 um 19:40 Uhr schrieb Carl Sorensen : > > Hi Ernie, > > On Mon, Jul 13, 2020 at 7:03 AM Ernie Braganza > wrote: >> >> Hello, >> >> How can I stop the repeated chord name after the line break? >> I thought the break-visibility settings for ChordName would work, for >> example

Re: Turn off some span bars in a score

2020-07-13 Thread Thomas Morley
Am Mo., 13. Juli 2020 um 12:43 Uhr schrieb Pierre Perol-Schneider : > > Added to the LSR: http://lsr.di.unimi.it/LSR/Item?id=1117 > Cheers, > Pierre Hi Pierre, we've already the doc-tagged http://lsr.di.unimi.it/LSR/Item?id=686 "Removing connecting bar lines on StaffGroup, PianoStaff, or GrandSta

Re: "Pausing" Voice

2020-07-13 Thread Thomas Morley
Am So., 12. Juli 2020 um 13:46 Uhr schrieb David Kastrup : > Skips aren't grobs, are they? Regrettable, this is showstopper. The new spanner-grob I try to code, should be able to pass skips (unless forced to behave differently). In some regard it's like Glissando: { b1\glissando s1 \new Voice { d

Re: "Pausing" Voice

2020-07-12 Thread Thomas Morley
Am Do., 9. Juli 2020 um 12:30 Uhr schrieb David Kastrup : > > Thomas Morley writes: > > > Hi all, > > > > if temporary Voices occur, then the main Voice may not contain > > rhythmic-events for the duration of those temporary Voices. > > I'd like to ide

Re: "Pausing" Voice

2020-07-12 Thread Thomas Morley
nted yet though... > > cheers > > Maurits > > > Op 8 jul. 2020, om 19:20 heeft Thomas Morley het > > volgende geschreven: > > > > Hi all, > > > > if temporary Voices occur, then the main Voice may not contain > > rhythmic-events for the dur

Re: Text spanner with centred text state of the art

2020-07-12 Thread Thomas Morley
Am So., 12. Juli 2020 um 11:35 Uhr schrieb Urs Liska : > > And now with attachments. > > It shows three main items: > > * markup centered above one or multiple measures > * horizontal brackets aligned to (multiple) measures > * markup centered within a measure > > BTW: My recollection of David N

Re: Text spanner with centred text state of the art

2020-07-12 Thread Thomas Morley
Am So., 12. Juli 2020 um 08:36 Uhr schrieb Andrew Bernard : > > This exact question was asked on the list some years ago, but worth > asking again. What is the current best way/code for making text > spanners with text centred in the middle? > > I have code developed by myself

Re: System spacing in a markup score

2020-07-12 Thread Thomas Morley
Am So., 12. Juli 2020 um 06:22 Uhr schrieb Pierre Perol-Schneider : > > Hi Tomthy, > Thanks but no. This gives me access to the paper defs, ok, not the actual > system spacing inside the markup score. > Cheers, > Pierre > > Le sam. 11 juil. 2020 à 22:47, Timothy Lanfear a écrit : >> >> On 11/07/2

"Pausing" Voice

2020-07-08 Thread Thomas Morley
Hi all, if temporary Voices occur, then the main Voice may not contain rhythmic-events for the duration of those temporary Voices. I'd like to identify where the main Voice "pauses", like in this test-code: My_test_engraver = #(lambda (context) (let* ((mus-event #f)) (make-engraver (l

Re: Notes switching Voices

2020-07-02 Thread Thomas Morley
Am Do., 2. Juli 2020 um 11:53 Uhr schrieb Valentin Petzel : > I hope some of you can profit from this, and if you like you can also put this > on LSR. I’m apparently far to stupid to do this, I cannot even properly > register a user. Hi Valentin, could you describe what happens if you try? Chee

Re: Unapproved LSR-snippet "Generating scores within a function"

2020-07-02 Thread Thomas Morley
Am Do., 2. Juli 2020 um 12:16 Uhr schrieb Valentin Petzel : > > Hello, > > While I cannot help you with this, I noticed that this snippet must have been > done in an older version of lilypond, thus it uses older music function calls. > I’ve updated the snippet to 2.20, so now it compiles at least l

Re: detecting the start and end of a polyphonic passage from scheme

2020-07-01 Thread Thomas Morley
Am Mi., 1. Juli 2020 um 11:08 Uhr schrieb Maurits Lamers : > > Hi all, > > Follow up question: is there a way to know the "parent" of the voices as they > are defined in the code? > In the following example, I would like to determine that voice "two" splits > off from voice "one" without relying

Re: How to submit improved LSR entry?

2020-06-29 Thread Thomas Morley
Am Sa., 20. Juni 2020 um 17:18 Uhr schrieb Ralph Palmer : > > On Sat, Jun 20, 2020 at 6:28 AM Karlin High wrote: >> >> On 6/20/2020 7:37 AM, Thomas Morley wrote: >> > I'd say we need more people for LSR-work. >> > >> > Furthermore, some time ago

Re: Snippet "Clef change and repeat barline"

2020-06-29 Thread Thomas Morley
Am So., 28. Juni 2020 um 09:37 Uhr schrieb Pierre Perol-Schneider : > > Hi Harm, > > Le sam. 27 juin 2020 à 10:39, Thomas Morley a > écrit : > ... >> >> Some Remarks: >> (a) Your override >> \once\override Staff.TimeSignature.space-alist = >>

Re: Snippet "Clef change and repeat barline"

2020-06-27 Thread Thomas Morley
Am Fr., 26. Juni 2020 um 12:06 Uhr schrieb Pierre Perol-Schneider : > > Hi Harm, > Thank you for your suggestion. Definitly better. > Ultimately, I've created a new snippet: > http://lsr.di.unimi.it/LSR/Item?u=1&id=1116 > If you're ok with it, I'll delete snippet #1110 > Cheers, > Pierre Hi Pierr

Re: Snippet "Clef change and repeat barline"

2020-06-25 Thread Thomas Morley
Am Do., 25. Juni 2020 um 10:55 Uhr schrieb Pierre Perol-Schneider : > > Hi Harm, > > Le mer. 24 juin 2020 à 23:26, Thomas Morley a > écrit : >> >> To the author of said snippet. >> lsr.di.unimi.it/LSR/Item?u=1&id=1110 >> >> I will not approve it

Snippet "Clef change and repeat barline"

2020-06-24 Thread Thomas Morley
To the author of said snippet. lsr.di.unimi.it/LSR/Item?u=1&id=1110 I will not approve it in it's current state. It shows how to change BreakAlignment.break-align-orders, ok, though this is covered in the docs already. It's description says "Here's a workaround to get a traditional output when cl

Unapproved LSR-snippet "Generating scores within a function"

2020-06-24 Thread Thomas Morley
Hi, said snippet waits to be approved. Alas, I think it will never work in the jail the lsr is running in. Could someone with experience in running LilyPond in a jail could have a look at the code: https://lsr.di.unimi.it/form.php?type=snippet;id=;rld=m_snippet ? Thanks, Harm

Re: Pedal cautionary after a line break (current status and improvements)

2020-06-24 Thread Thomas Morley
Am Di., 23. Juni 2020 um 20:33 Uhr schrieb Paolo Prete : > > On Tue, Jun 23, 2020 at 6:36 PM Pierre Perol-Schneider > A this point: > > 1) I gently ask Harm (is Harm the snippet's maintainer ? ) to update the > snippet at least by adding a warning (--> something like "no midi is > produced") Hi Pa

Re: Indicating duration with lines

2020-06-22 Thread Thomas Morley
Am Mo., 22. Juni 2020 um 11:46 Uhr schrieb Urs Liska : > > I really don't seem to find useful search terms :-( > > I'm trying to achieve horizontal lines "extending" the note head to > indicate its duration. The attachement is done by abusing \glissando. > I'd be (mostly) happy with the appearance,

Re: How to submit improved LSR entry?

2020-06-20 Thread Thomas Morley
Am Fr., 19. Juni 2020 um 22:57 Uhr schrieb Valentin Villenave : > > On 6/19/20, Lukas-Fabian Moser wrote: > The LSR is only tended to by “Thomas Morley” and myself these days > (and unlike him, I am doing a lousy job of it), Well, I can't say I'm doing it better. In times

Re: Making Lilypond faster

2020-06-13 Thread Thomas Morley
Am Mi., 3. Juni 2020 um 14:45 Uhr schrieb Paolo Prete : > > >> >> >> Hi Paolo, >> >> The suggestion to focus on guile-3 makes no sense at the moment, >> because it is not broadly in the distros, afaict. >> >> > > > Hello Harm, > > what about this? > > http://lilypond.1069038.n5.nabble.com/guile-3-0

Re: Text above a vertically shifted MultiMeasureRest

2020-06-11 Thread Thomas Morley
Am Do., 11. Juni 2020 um 18:52 Uhr schrieb Paolo Prete : > > Hello, > > How can I put a text above a MultiMeasureRest, and not above the staff? This > would be useful for cross-staff MultiMeasureRests; for them I normally use > the Y-offset property in order to shift them down, as shown in the be

Re: Odd \time bar check behaviour

2020-06-11 Thread Thomas Morley
Am Do., 11. Juni 2020 um 09:43 Uhr schrieb ebenezer : > > Hello gentlemen, > > Thank you for the replies. I have enclosed the full file as it seems > there may be some interaction between the voice in 7/4 and piano in 5/4. > > Ebby. > > > On 2020-06-10 23:33, Martin Neubauer wrote: > > > > On 10/06

Re: Collision on tremolo

2020-06-11 Thread Thomas Morley
Am Do., 11. Juni 2020 um 08:50 Uhr schrieb Pierre Perol-Schneider : > > Hi Paolo, > > Le mer. 10 juin 2020 à 22:29, Paolo Prete a écrit : >> >> Hello, >> >> as you can see in Lilybin's output, the below expression produces a >> collision: >> >> { \repeat tremolo 8 { aes'16 bes' } } >> >> http://l

Re: A weird spacing problem

2020-06-03 Thread Thomas Morley
Am Mi., 3. Juni 2020 um 19:27 Uhr schrieb Robert Blackstone : > > Hi Valentin, > > Thanks for your interest in my problem > > The piece, as you can see in the screenshot, is a piano score with two voices > in each staff and occasionally a third voice by << { } \\ { } >> or > \partcombine. > I tri

Re: Making Lilypond faster

2020-06-03 Thread Thomas Morley
Am Mi., 3. Juni 2020 um 12:33 Uhr schrieb Paolo Prete : > > Hello, > > after using 2.19.84 for a while, it seems to me that it is quite faster than > the previous one (2.19.83). > > 1) Now I wonder if there are some later versions (or git snapshots) even > faster: do you have any feedback about t

Re: BendBefore / BendSpanner examples?

2020-06-02 Thread Thomas Morley
Am Di., 2. Juni 2020 um 18:54 Uhr schrieb Pierre Perol-Schneider : > > Le mar. 2 juin 2020 à 18:33, Thomas Morley a écrit > : > >> >> Hi Pierre, >> >> maybe I'm overtired, can't see a typo... >> >> Cheers, >> Harm > > &

Re: BendBefore / BendSpanner examples?

2020-06-02 Thread Thomas Morley
Am Di., 2. Juni 2020 um 17:31 Uhr schrieb Pierre Perol-Schneider < pierre.schneider.pa...@gmail.com>: > Hi Harm, > Thank you, nice work.! > Cheers, > Pierre > PS. There's a typo here: > ... > (make-tie-stencil start (last cps) thick DOWN ;; <= (make-tie-stencil > start (last cps) thick DOWN he

Re: string-split procedure

2020-06-02 Thread Thomas Morley
Am Di., 2. Juni 2020 um 13:20 Uhr schrieb Freeman Gilmore : > > Example: > (string-split "root:x:0:0:root:/root:/bin/bash" #\:) ⇒ ("root" "x" "0" > "0" "root" "/root" "/bin/bash") > > Now if i replace the ":"s with " "s, what do I put in the place of the ":" in: > (string-split "root x 0 0 root /ro

Re: When (in seconds) does each page begin?

2020-06-02 Thread Thomas Morley
Am Di., 2. Juni 2020 um 10:19 Uhr schrieb Valentin Villenave : > > On 5/30/20, Matt Wallis wrote: > > But I'd still like to know how to find out when a page of a score begins > > Well, there is something to be done with the 'page-number and > 'rank-on-page properties, as demonstrated in this regte

Re: Line breaks in polymetric music

2020-06-01 Thread Thomas Morley
Am Mo., 1. Juni 2020 um 12:32 Uhr schrieb Sami Amiris : > > A great thank you to all! > > I will implement these solutions to my piece. Thank you all once again! > > -S.A. Hi, here my own take of it, using David K's \at \layout { indent = 0\cm ragged-last = ##f \context { \Score \r

Re: Rules for beam subdivision

2020-05-31 Thread Thomas Morley
Am Sa., 30. Mai 2020 um 05:06 Uhr schrieb Vaughan McAlley : > > Hi, > > Beam subdivision is great, but is there a way of automatically turning it off > for just sixteenths? So recreating this example, but without constantly > turning subdivision on and off. > > Cheers, > Vaughan > > A first sket

Re: Fingering inside staff

2020-05-30 Thread Thomas Morley
Am Sa., 30. Mai 2020 um 13:18 Uhr schrieb David Kastrup : > > Thomas Morley writes: > > > Alas, I've not the time and energy to write a patch myself and fight > > my way through the new GitLab process. > > git push -o merge_request.create -o m

Re: Fingering inside staff

2020-05-30 Thread Thomas Morley
Am Sa., 30. Mai 2020 um 10:15 Uhr schrieb Valentin Villenave : > > On 5/30/20, Thomas Morley wrote: > > Fingering.add-stem-support is per default set to 'only-if-beamed' > > Of course!! I vaguely remembered having come across something like > that. Sorry for mak

Re: Fingering inside staff

2020-05-29 Thread Thomas Morley
Am Sa., 30. Mai 2020 um 00:08 Uhr schrieb Valentin Villenave : > > On 5/29/20, Pierre Perol-Schneider wrote: > > Hi Simone, > > A basic solution: > > \relative c' { > > \stemUp > > \override Fingering.staff-padding = #'() > > 4 8 > > } > > Sure there are workarounds, but: shouldn’t we be tr

Re: Bar line definition with annotation

2020-05-29 Thread Thomas Morley
Hi, Am Fr., 29. Mai 2020 um 22:36 Uhr schrieb Timothy Lanfear : > > \defineBarLine with annotation changes the span bar type when the bar is > in the middle of a system, but not at the end. A modification of the > example from > https://lilypond.org/doc/v2.20/Documentation/notation/bars#bar-lines,

Re: Adding a line break on \breve note

2020-05-26 Thread Thomas Morley
Am Di., 26. Mai 2020 um 12:34 Uhr schrieb Frimlik : > > Actually, as I can see, the first verse is split into 4 lines, I'd like to > have only 2 lines split by the '+' sign. > Idea with vertical offset is interesting. > > > > -- > Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html > Hi,

Re: Adding Ornamentations to Note Heads

2020-05-24 Thread Thomas Morley
Am So., 24. Mai 2020 um 16:36 Uhr schrieb Franz-Rudolf Kuhnen : > > 914/5000 > > Hi, > > I'm in the process of transcribing the suites from Charles Dieupart from the > original. Like Rameau, Dieupart also uses special ornaments that are aligned > directly with the notehead. ("Port de voix" and "P

Re: how to encircle a note

2020-05-19 Thread Stefan Thomas
Dear Aaron, thanks for your help. It's exactly what I was looking for! > > On 2020-05-16 10:49 am, Stefan Thomas wrote: Dear community, is it possible to encircle a note in lilypond? And could someone give a short example of code for this? http://lsr.di.unimi.it/LSR/Item?id=722 In

Re: double dot articulation

2020-05-17 Thread Thomas Morley
Am So., 17. Mai 2020 um 17:11 Uhr schrieb Mogens Lemvig Hansen : > > Hi List, > > > > How do I put two dots (like .. ) over the note in > > > > \version "2.20.0" > > { c''8:32-. } > > > > (to indicate that the staccato applies to every note in the tremolo)? > > > > Thanks, > > Mogens > > > > http:

Frescobaldi 3.1.2 macOS gs error message

2020-05-17 Thread Thomas Scharkowski
macOS 10.15.4 LilyPond 2.21.1 (Macports) LilyPond 2.20.0 (from Marnen) Frescobaldi 3.1.2 installation kind: standalone .app bundle Thomas

Re: Resources For Learning Scheme?

2020-05-16 Thread Thomas Morley
Am So., 17. Mai 2020 um 00:27 Uhr schrieb Valentin Villenave : > > On 5/16/20, Caio Barros wrote: > > I wasn't aware Urs wrote this book. This is very nice! > > I agree. > > Obviously one of the first places to check out is our in-house manual > (sadly still unfinished): > http://lilypond.org/doc/

how to encircle a note

2020-05-16 Thread Stefan Thomas
Dear community, is it possible to encircle a note in lilypond? And could someone give a short example of code for this? Thank You, Stefan

Re: Align staffs based on first notes

2020-05-12 Thread Thomas Morley
Am Di., 12. Mai 2020 um 09:10 Uhr schrieb fricadelle : > > Hello > > I am trying to set up a simple triad exercise on the guitar. It has the same > exercise in two different keys: > > \new Staff > \relative c' { > > \once \override Staff.TimeSignature #'stencil = ##f > \time 15/1 > > { >\set

Re: gitar chordname - without sus

2020-05-04 Thread Thomas Morley
Am Mo., 4. Mai 2020 um 11:00 Uhr schrieb Rita Composer : > > Dear Helpers, > > I wrote in the ly file > > \chordmode > { \germanChords a1 a2:4 s2 s1 a1 s1 a fis:m e a fis:m gis cis cis:m > cis:m fis:m h cis:m > cis:m fis:m h cis:m > > And in the note/score appeared > A4sus3 > > How can I

Re: lilybin

2020-05-03 Thread Stefan Thomas
(this > link was probably changed unintentionally). If you use http then it > should work. > > Kevin > > > On Sun, May 03, 2020 at 06:23:00PM +0200, Stefan Thomas wrote: > > I found the link https://lilybin.com/ which does not work. > > > > > > Am So.,

Re: lilybin

2020-05-03 Thread Stefan Thomas
n.com/ and that works for me. > > Kevin > > On Sun, May 03, 2020 at 06:12:22PM +0200, Stefan Thomas wrote: > > Dear community, > > at your website You mention lilybin, but the link is broken. > > By the way: are there other website, which allow to work with lilypond >

lilybin

2020-05-03 Thread Stefan Thomas
Dear community, at your website You mention lilybin, but the link is broken. By the way: are there other website, which allow to work with lilypond and maybee also to share scores? Thanks for Your help, Stefan

Re: 2.21.1 change of behavior of \compressMMRests?

2020-05-03 Thread Thomas Morley
Am So., 3. Mai 2020 um 14:41 Uhr schrieb David Kastrup : > > Paul Scott writes: > > > I installed 2.19.84 and I believe I just answered the first question > > below: Apparently \compressFullBarRests has been deleted from Lily > > and now we have \compressMMRests which has different functionality.

Re: Can system-system spacing be altered within a \score block?

2020-05-02 Thread Thomas Morley
Am Fr., 1. Mai 2020 um 05:33 Uhr schrieb Brent Annable : > > Hi all, > > I'm currently putting a whole bunch of separate pieces together into one > document, and occasionally I want to manually adjust the distance between > systems in one piece without affecting the spacing in the others. Because

Re: Break visibility for notes?

2020-05-01 Thread Thomas Morley
Am So., 26. Apr. 2020 um 20:25 Uhr schrieb Fr. Samuel Springuel : > > Okay, I’ve been applying this to my project and came across a problem with > the version I posted earlier: ledger lines are visible for the invisible > notes. Now, I’ve tried applying the line-position function to > LedgerLin

Re: Fonts for text

2020-04-26 Thread Thomas Morley
Am So., 26. Apr. 2020 um 10:32 Uhr schrieb Jinsong Zhao : > > On 2020/4/26 16:09, Thomas Morley wrote: > > Am So., 26. Apr. 2020 um 09:36 Uhr schrieb Jinsong Zhao > > : > > > >> The "," trigger the magic. However, I do not find the document about it.

Re: Optional arguments for scheme functions

2020-04-26 Thread Thomas Morley
Am So., 26. Apr. 2020 um 02:35 Uhr schrieb Fr. Samuel Springuel : > > I’m trying to write a music function in scheme in which the first argument is > optional and have run into something that confuses me: > > The following works: > > \version "2.19.84" > > recite = #(define-music-function (times n

<    1   2   3   4   5   6   7   8   9   10   >