Re: Bass Clef Troubles

2020-01-06 Thread Thomas Morley
Am Mo., 6. Jan. 2020 um 22:18 Uhr schrieb Ethan Sue : > > When I put in: > > \version "2.18.2" > \score { > \new PianoStaff << > %Right Hand > \new Staff \relative c'' { \clef bass R1 R1 } > %Left hand > \new Staff \relative c, {\time 2/2 \clef bass \slashedGrace des8 c2}>> > } >

Re: Custon MMR engraver - another issue

2020-01-07 Thread Thomas Morley
Hi Craig, Am Mo., 6. Jan. 2020 um 11:05 Uhr schrieb Thomas Morley : > > Am Mo., 6. Jan. 2020 um 04:16 Uhr schrieb Craig Dabelstein > : >> >> Hi again, >> >> When using lilypond on the command line, and trying to engrave multiple >> files, the multi mea

Re: Custon MMR engraver - another issue

2020-01-07 Thread Thomas Morley
Am Di., 7. Jan. 2020 um 16:25 Uhr schrieb Kieren MacMillan : > > Hi Harm, > > As always, great work — thanks for this fabulous addition to the ’Pond! > > Best, > Kieren. Glad you like it :) Probably I should put it into LSR, if I can solve the remaining problems: grob::name doesn't exist in 2.18

Re: How to increase shift dynamic and end of hairpin

2020-01-07 Thread Thomas Morley
Am Di., 7. Jan. 2020 um 22:44 Uhr schrieb Knute Snortum : > > One way would be to use another voice for the dynamics: > > %%% > \version "2.19" > \language "english" > \score { ><< > \new Staff { ><< { c'2 a2 c'2 f'2 } \\ { s2^\< s2 s2^\mf\> s4 s4^\p } >> ><< { c'2 a2 c'2 f

Re: Custom MMR Range engraver problem under 2.19.83

2020-01-08 Thread Thomas Morley
Am Mo., 6. Jan. 2020 um 11:07 Uhr schrieb Thomas Morley : > > Am Mo., 6. Jan. 2020 um 02:22 Uhr schrieb David Kastrup : > > > > 06be909202d2ced6e651e4420bc8068eafae023e is the first bad commit > > commit 06be909202d2ced6e651e4420bc8068eafae023e > > Author: Thomas Mor

Re: LSR 782 Time signature with alternate in parantheses

2020-01-10 Thread Thomas Morley
Am Fr., 10. Jan. 2020 um 07:59 Uhr schrieb Dave Higgins : > > I discovered in using the time signature with alternate in parantheses > that if a 2-digit number is used, the column is not centered. > > Adding center to the column directive resolves this. > > #(define ((time-parenthesized-time up dow

Re: Custon MMR engraver - another issue

2020-01-10 Thread Thomas Morley
Hi Crag, Am Sa., 11. Jan. 2020 um 07:29 Uhr schrieb Craig Dabelstein < craig.dabelst...@gmail.com>: > Hi all, > > Harm, I'm getting the below error when I use the MMR. When I switch the > \override MultiMeasureRestNumber.details.print-range to false the error > goes away. I tried to make a MWE b

Re: Custon MMR engraver - another issue

2020-01-10 Thread Thomas Morley
Am Sa., 11. Jan. 2020 um 07:51 Uhr schrieb Thomas Morley : > > Hi Crag, Ooops, Hi Craig, ofcourse > Am Sa., 11. Jan. 2020 um 07:29 Uhr schrieb Craig Dabelstein > : >> >> Hi all, >> >> Harm, I'm getting the below error when I use

Re: Hairpin position

2020-01-11 Thread Thomas Morley
Am Sa., 11. Jan. 2020 um 21:59 Uhr schrieb Paolo Prete : > > Hello Michael and Andrew, > > please look at this (2.19.83): > > { > \once \override DynamicText.extra-offset = #'(-2 . -3) > a'\p\< a' a' a'\ff > } > > Obviously, the hairpin is not automatically moved so to be aligned with the > mo

Re: metronome-mark-alignment

2020-01-11 Thread Thomas Morley
Am Sa., 11. Jan. 2020 um 18:04 Uhr schrieb David Nalesnik : > > > > On Saturday, January 11, 2020, Daniel Rosen wrote: >> >> On Jan 9, 2020, at 4:21 PM, Daniel Rosen wrote: >> >> >> I have a new problem. If I take away the first instance of \music in each >> >> staff of my original example, >> >

Re: metronome-mark-alignment

2020-01-12 Thread Thomas Morley
Hi Daniel, you may have heard there's a conference soon in Salzburg. I will have a talk there as well, thus I doubt I can't look into the problem you've reported before I'm back. Nevertheless in alzburg I'll talk about user-defined extensions for LilyPond. During the talk I'll frequently recommen

Re: metronome-mark-alignment

2020-01-14 Thread Thomas Morley
Am Mo., 13. Jan. 2020 um 07:14 Uhr schrieb Daniel Rosen : > > > -Original Message- > > From: Thomas Morley [mailto:thomasmorle...@gmail.com] > > Sent: Sunday, January 12, 2020 6:04 PM > > To: Daniel Rosen > > Cc: David Nalesnik ; lilypond-user Mailin

Re: metronome-mark-alignment

2020-01-14 Thread Thomas Morley
Am Di., 14. Jan. 2020 um 23:39 Uhr schrieb David Kastrup : > > Thomas Morley writes: > > > Am Mo., 13. Jan. 2020 um 07:14 Uhr schrieb Daniel Rosen > > : > >> > >> > The hash mark # method of embedding Scheme is a natural fit for this > >> &

Re: compiling 2.19.83 needs guile-config < 1.9.0

2020-01-16 Thread Thomas Morley
Am Do., 16. Jan. 2020 um 21:29 Uhr schrieb Bric : > > I think this was discussed before, but i'm not sure how to downgrade guile on > Ubuntu 18.04.2 LTS > > I tried building guile-1.8.0, guile-1.8.4, guile-1.8.5, but the build fails > for all three. > > lilypond ./configure error: > > ERROR: Plea

Re: Distance of a grob from its reference point

2020-01-16 Thread Thomas Morley
Am Do., 16. Jan. 2020 um 23:12 Uhr schrieb David Nalesnik : > > On Thu, Jan 16, 2020 at 3:42 PM David Nalesnik > wrote: > > > > Hi Robin, > > > > On Thu, Jan 16, 2020 at 1:02 PM Robin Bannister wrote: > > > > > > Paolo Prete wrote: > > > > > > > This is *precious* info. Please, can you tell/conf

Re: Draw a line on the X reference point of a grob

2020-01-19 Thread Thomas Morley
Am So., 19. Jan. 2020 um 22:21 Uhr schrieb Paolo Prete : > > > On Sun, Jan 19, 2020 at 9:52 PM Aaron Hill wrote: >> >> >> >> \version "2.18.2" >> { >>\once \override DynamicText.after-line-breaking = #(lambda (grob) >> (let* ((x-parent (ly:grob-parent grob X)) >> (orig-st

Re: Inputting fingerings separate from melody?

2020-01-20 Thread Thomas Morley
Am Mo., 20. Jan. 2020 um 16:38 Uhr schrieb bkal...@gmail.com : > > Is there a way to input fingerings separate from melody? I know I can tag my > fingerings and include or remove them using \keepWithTag and related markup, > but the resulting code is very hard to read. I'd love to define them > sep

Re: String to scheme

2020-01-20 Thread Thomas Morley
Am Mo., 20. Jan. 2020 um 22:37 Uhr schrieb Paolo Prete : > > Hello, > > is it possible to make a music expression from strings? It would be useful > for building expressions with combination of string chunks. Something like: > > > \version "2.19.45" > > strToMusicExpr = #(define-music-functio

Re: metronome-mark-alignment

2020-01-20 Thread Thomas Morley
Am Mi., 15. Jan. 2020 um 01:23 Uhr schrieb David Kastrup : > > Thomas Morley writes: > > > Am Di., 14. Jan. 2020 um 23:39 Uhr schrieb David Kastrup : > >> > >> Thomas Morley writes: > >> > >> > Am Mo., 13. Jan. 2020 um 07:14 Uhr schrieb

Re: metronome-mark-alignment

2020-01-20 Thread Thomas Morley
Am Mo., 20. Jan. 2020 um 23:52 Uhr schrieb David Kastrup : > > Thomas Morley writes: > > > Am Mi., 15. Jan. 2020 um 01:23 Uhr schrieb David Kastrup : > > > >> We need to put out the difference between # and $ even for beginners. > >> Basically # can only be

Re: [Scheme coding] turning a list into a markup/string

2020-01-21 Thread Thomas Morley
Hi Kieren, hi David, Am Di., 21. Jan. 2020 um 22:45 Uhr schrieb David Kastrup : > And music-pitches is also convenient to know. David, you remember my suggestion to generate that "General Code Reference" with an Index ... ? Kieren showed me the problem in Salzburg and I suggested quick'n dirty e

Re: [Scheme coding] turning a list into a markup/string

2020-01-21 Thread Thomas Morley
Am Di., 21. Jan. 2020 um 23:13 Uhr schrieb David Kastrup : > > Thomas Morley writes: > > David, you remember my suggestion to generate that "General Code > > Reference" with an Index ... ? > > Yes, that may have helped. But it may also have delivered a haysta

Re: Scheme function evluates only once

2020-01-23 Thread Thomas Morley
Am Do., 23. Jan. 2020 um 22:47 Uhr schrieb Urs Liska : > But let me take the opportunity to introduce you to Amir who I think > has never posted on the LilyPond lists so far. German Forum? https://lilypondforum.de/index.php/topic,214.msg1333.html Cheers, Harm

Re: repeated accidental after tie crossing bar

2020-01-24 Thread Thomas Morley
Am Fr., 24. Jan. 2020 um 22:42 Uhr schrieb Werner LEMBERG : > > > Folks, > > > some publishers repeat accidentals not only if a tie gets broken > between staves but also if it crosses a bar line: > > ||| >#o| #o > \/ > > Is there a property in LilyPond to automatic

Re: key change at end of snippet

2020-01-25 Thread Thomas Morley
Am Sa., 25. Jan. 2020 um 06:31 Uhr schrieb Werner LEMBERG : > > > I have to typeset a snippet that is an excerpt of a longer piece, and > this snippet ends with a key change: > > \relative c' { > \key d \major > d1 > \key c \major > } > > However, the staff stops right before the ke

Re: building v2.19.83 - can't find libguile.so.17

2020-01-25 Thread Thomas Morley
Am Fr., 24. Jan. 2020 um 22:51 Uhr schrieb David Kastrup : > > Bric writes: > > > i am building lilypond-2.19.83 on Ubuntu 18.04.2 LTS > > > > had to build guile-1.8.8, after which lilypond ./configure was happy, and > > finished (posted > > about my guile struggles a few days ago) > > > > But "m

Re: Scheme: get current beam-thickness

2020-01-25 Thread Thomas Morley
Am Sa., 25. Jan. 2020 um 19:40 Uhr schrieb David Stephen Grant : > > I'm trying to create a custom flag stencil, and would like to get the current > _beam_ thickness. As a first step, in the following example I would expect > 0.5, then 1, to be printed to the console. Is there a way of doing this

Re: Scheme: get current beam-thickness

2020-01-26 Thread Thomas Morley
Am Sa., 25. Jan. 2020 um 20:31 Uhr schrieb Aaron Hill : > > On 2020-01-25 10:39 am, David Stephen Grant wrote: > > I'm trying to create a custom flag stencil, and would like to get the > > current _beam_ thickness. As a first step, in the following example I > > would > > expect 0.5, then 1, to be

Re: Scheme: get current beam-thickness

2020-01-26 Thread Thomas Morley
Am So., 26. Jan. 2020 um 12:41 Uhr schrieb David Kastrup : > > Thomas Morley writes: > > > Am Sa., 25. Jan. 2020 um 20:31 Uhr schrieb Aaron Hill > > : > >> > >> On 2020-01-25 10:39 am, David Stephen Grant wrote: > >> > I'm trying to

Re: TrillPitchHead doesn’t implement note-head-interface (?)

2020-02-03 Thread Thomas Morley
Am So., 2. Feb. 2020 um 20:17 Uhr schrieb Kieren MacMillan : > > Hi all, > > Trying to answer a question on the Facebook group led me to discover that (to > my surprise!) TrillPitchHead doesn’t implement note-head-interface and thus > (I believe) doesn’t respond to the #'style tweak. > > Is there

Re: TrillPitchHead doesn’t implement note-head-interface (?)

2020-02-03 Thread Thomas Morley
Am Mo., 3. Feb. 2020 um 20:35 Uhr schrieb Kieren MacMillan : > > Hi Harm, > > > which question, is it solved? > > Yes. I fixed the OP’s MWE (see 1st score in this snippet) so that it did what > he wants (see 2nd score in this snippet): > > %%% > \version "2.19.83" > > { \pitchedTrill e''2 \harmoni

Re: can a Scheme engraver "solve" Issue #34 (grace note bug)? [cross-posted]

2020-02-07 Thread Thomas Morley
Am Fr., 7. Feb. 2020 um 14:46 Uhr schrieb Kieren MacMillan : > > Hi all, > > Here’s the brainstorm I’ve currently got going: > > Issue #34, a.k.a. the grace note bug, is one of Lilypond’s longest-standing > and most newbie-unfriendly issues. It doesn’t appear in single-staff scores, > obviously —

Re: "Quote" Chord Track in another Staff

2020-02-08 Thread Thomas Morley
Am Sa., 8. Feb. 2020 um 12:42 Uhr schrieb : > > Hi all, > > please consider the following snippet: > > > > % > > \version "2.19.83" > > > > notes = \relative c' { > > \repeat unfold 8 { > > c4 d e f | > > } > > } > > > > otherNotes = \relative c' { > > c1 d e f

Re: "Quote" Chord Track in another Staff

2020-02-08 Thread Thomas Morley
Am Sa., 8. Feb. 2020 um 13:23 Uhr schrieb : > > Hi, > thank you for this solution. > I only made a very small adjustment and now at least I would call it > "elegant". > I put all the commands needed to "quote" from the chord track into a > function, so now I only have to type one command instead

Re: "Quote" Chord Track in another Staff

2020-02-08 Thread Thomas Morley
Am Sa., 8. Feb. 2020 um 14:18 Uhr schrieb : > > If I've understood everything you said correctly, I should have now made all > the necessary changes: Well, not all changes were _necessary_, p.e. using 'parser location' in music-functions still works. Superfluous, though. > >

Re: \dashedStart with \RemoveEmpyStaves gives an error

2020-02-08 Thread Thomas Morley
Am Sa., 8. Feb. 2020 um 17:42 Uhr schrieb Pierre Perol-Schneider : > > Hi all, > See herewith the structure I'd like to achieve. > Ideally, I'd like the startBar to be dashed. > This coding: > http://lilypond.1069038.n5.nabble.com/dashed-initial-barline-with-SystemStartBar-td51231.html > works gre

Re: Drawing boxes around grobs

2020-02-08 Thread Thomas Morley
Am Sa., 8. Feb. 2020 um 19:26 Uhr schrieb Paolo Prete : > > Hello, > > The documentation shows this example: > > \override TextScript.stencil = #(make-stencil-boxer 0.1 0.3 > ly:text-interface::print) c'4^"foo" > > (http://lilypond.org/doc/v2.19/Documentation/snippets/tweaks-and-overrides) > > Is

Re: Drawing boxes around grobs

2020-02-08 Thread Thomas Morley
Am Sa., 8. Feb. 2020 um 22:20 Uhr schrieb Paolo Prete : > > > > On Sat, Feb 8, 2020 at 9:06 PM Thomas Morley wrote: >> >> Am Sa., 8. Feb. 2020 um 19:26 Uhr schrieb Paolo Prete : >> > > > > > > >> >> { >> \override TextScript.st

Re: How to code a glide?

2020-02-08 Thread Thomas Morley
Am Sa., 8. Feb. 2020 um 23:47 Uhr schrieb John Burt : > > I'm sorry to say that I don't even know the proper term for what I am trying > to do. I am setting some Georgian folksongs. Sometimes they end with a > descending glide on the last note (like an engine running down). On the > handwritten

Re: How to code a glide?

2020-02-09 Thread Thomas Morley
Am So., 9. Feb. 2020 um 00:00 Uhr schrieb Mark Stephen Mrotek : > > Thomas, > > How about a zig-zag glissando? > http://lilypond.org/doc/v2.19/Documentation/notation/expressive-marks-as-lines > > Mark Hi Mark, if bendAfter is not sufficient, a glissando would have been my

Re: Double Parenthesis

2020-02-09 Thread Thomas Morley
Am So., 9. Feb. 2020 um 15:02 Uhr schrieb Freeman Gilmore : > > > > This is taken from the "Scheme Book". > > Question why double parenthesis for let ((rand (random 100))) ? > > Thank you, ƒg Well, every expression needs to be wrapped into parenthesis. One pair for the let-expression: (let ...)

Re: LSR contribution

2020-02-09 Thread Thomas Morley
Hi Michael, Am Mi., 5. Feb. 2020 um 14:54 Uhr schrieb Michael Käppler : > > Hi Harm, > sorry that I did not respond for over one month... Many other things had > to be done. Same here... > Now I would like to finish this snippet to be free for new interesting > things. ;) > > I did substantially

Re: Change line-thickness of arpeggio brackets

2020-02-10 Thread Thomas Morley
ion "2.19.83" > > > > \relative c' { > > \arpeggioBracket > > 4\arpeggio d e f > > } > > > > > > The Arpeggio-Object does not seem to have a thickness setting … > > > > Thanks in advance > > commit 50ba2171

Re: LSR contribution

2020-02-10 Thread Thomas Morley
Am Mo., 10. Feb. 2020 um 10:11 Uhr schrieb Michael Käppler : > > > Hi Harm, > > > Fine with me, I already updated the LSR-code, for now unapproved. > > Please have a look whether all is ok, snippet-description and the like. > Thank you for updating! > Will update the description this evening. > Do

Re: LSR contribution

2020-02-10 Thread Thomas Morley
Am Mo., 10. Feb. 2020 um 20:43 Uhr schrieb Michael Käppler : > > Am 10.02.2020 um 10:10 schrieb Michael Käppler: > > > > > > Do you have any idea how to preserve indentation within blocks? > > Inserting   or the like seems hacky, inline-css-styling too... > Ok, found out that the combination of a

Re: LSR contribution

2020-02-12 Thread Thomas Morley
Am Mo., 10. Feb. 2020 um 22:15 Uhr schrieb Michael Käppler : > > Am 10.02.2020 um 20:51 schrieb Thomas Morley: > > Am Mo., 10. Feb. 2020 um 10:11 Uhr schrieb Michael Käppler > > : > >> > >> Hi Harm, > >> > >>> Fine with me, I already upda

Frescobaldi from git broken?

2020-02-16 Thread Thomas Morley
Hi, I used frescobaldi from git, with most recent master, i.e. from 3f29c3e90a4b460d9fb6aa066234e0d4e54013bb Even an input of nothing more than { s1 } results in a gs-error: Starting lilydevel 2.19.84 [Untitled]... Processing `/tmp/frescobaldi-ua0f6js5/tmp2h4kg_nt/document.ly' Parsing... /tmp/fr

Re: Frescobaldi from git broken?

2020-02-16 Thread Thomas Morley
Am So., 16. Feb. 2020 um 17:32 Uhr schrieb David Kastrup : > > Thomas Morley writes: > > > Hi, > > > > I used frescobaldi from git, with most recent master, i.e. from > > 3f29c3e90a4b460d9fb6aa066234e0d4e54013bb > > > > Even an input of nothing m

Re: Frescobaldi from git broken?

2020-02-16 Thread Thomas Morley
Am So., 16. Feb. 2020 um 17:37 Uhr schrieb Thomas Morley : > > Am So., 16. Feb. 2020 um 17:32 Uhr schrieb David Kastrup : > > > > Thomas Morley writes: > > > > > Hi, > > > > > > I used frescobaldi from git, with most recent master, i.e.

Re: Frescobaldi from git broken?

2020-02-16 Thread Thomas Morley
Am So., 16. Feb. 2020 um 17:40 Uhr schrieb Thomas Morley : > > Am So., 16. Feb. 2020 um 17:37 Uhr schrieb Thomas Morley > : > > > > Am So., 16. Feb. 2020 um 17:32 Uhr schrieb David Kastrup : > > > > > > Thomas Morley writes: > > > > > > >

Re: How can I shorten the space for a final single note

2020-02-22 Thread Thomas Morley
Am Sa., 22. Feb. 2020 um 13:27 Uhr schrieb Robert Blackstone : > > I have attached a picture of “original” and what I have made of it in case > you are curious what it is all about. > Hi Robert, your code would be helpful ;) Anyway I've set parts of the exercise. I don't really get what's wron

Re: Partcombine without slurs or ties?

2020-02-22 Thread Thomas Morley
Am Fr., 21. Feb. 2020 um 18:40 Uhr schrieb Richard Shann : > > In the following example: > 8><8><8><8><8><8><8><8><8><8><8><8><8>< > \version "2.18.0" > MI = { \time 3/4 > \override Voice.Slur.stencil = ##f > \override Voice.Tie.stencil = ##f > %comment out the next bar

Re: Partcombine without slurs or ties?

2020-02-22 Thread Thomas Morley
Am Sa., 22. Feb. 2020 um 15:45 Uhr schrieb David Kastrup : > > Thomas Morley writes: > > \partcombine may create several Voices. Which may not continue the > > initial one. Thus your overrides are not preserved. > > Same here: > > > > { > > \omit Slur

Re: box-stencil (was: Drawing boxes around grobs)

2020-02-23 Thread Thomas Morley
Am So., 23. Feb. 2020 um 18:13 Uhr schrieb Paolo Prete : > > > > On Sun, Feb 23, 2020 at 12:54 PM Torsten Hämmerle > wrote: >> >> >> A *pragmatic solution* to your problem would be to re-define the dynamics >> definitions concerned, simply adding a wee bit of space to the left and to >> the right

Testing dynamic-markup

2020-02-24 Thread Thomas Morley
Hi all, I noticed a strange behaviour wrt to dynamic-markup. Bugreport at http://lilypond.1069038.n5.nabble.com/dynamic-is-strange-since-2-19-26-td229588.html My output attached. But first repiliers can't reproduce. It looks like the font is not really correct, most visible at the "z", note the p

Re: Testing dynamic-markup

2020-02-24 Thread Thomas Morley
Am Mo., 24. Feb. 2020 um 15:15 Uhr schrieb Pierre Perol-Schneider : > > Hi Harm, > I saw your message last night, and as others I could not reproduce your > output (using W10). > For some reason, it seems that you're using Gonville dynamics. > HTH, > Cheers, > Pierre Hi Pierre, actually it helpe

Re: box-stencil (was: Drawing boxes around grobs)

2020-02-24 Thread Thomas Morley
Am Mo., 24. Feb. 2020 um 16:20 Uhr schrieb Paolo Prete : > > Thanks to Torsten and Harm > > Another issue seems to be in TextScript: > > { > > \override TextScript.stencil = > #(make-stencil-boxer 0.1 0.3 ly:text-interface::print) > > c'4_"foo bar bar" > > } > > In 2.19.84, the box adds unwante

Re: Testing dynamic-markup

2020-02-25 Thread Thomas Morley
Am Di., 25. Feb. 2020 um 13:29 Uhr schrieb Thomas Morley : > > Am Di., 25. Feb. 2020 um 07:40 Uhr schrieb Werner LEMBERG : > > > For further investigation it would be nice if you, Thomas, could > > construct a repeatable situation where your problem occurs. > > Hi Wer

Re: Ties in chord mode

2020-02-29 Thread Thomas Morley
Am Sa., 29. Feb. 2020 um 11:07 Uhr schrieb Ben Eichler : > > Hi all, > > > I transcribe songs using a style of melody + lyrics + chords. In certain > songs, I write the same chord twice. Sometimes I want both chords to be > printed, for example the second chord is starting a new section. Other ti

In TabVoice - how to avoid: "programming error: side-axis not set for grob StrokeFinger"

2020-03-08 Thread Thomas Morley
Hi all, if I want to print StrokeFinger in TabStaff I need to consist "New_fingering_engraver". And it works fine, at first sight... Alas, if there is an additional markup then I get a programming error (even if the markup isn't printed at all). \version "2.20.0" \new TabVoice \with { \consists

Re: In TabVoice - how to avoid: "programming error: side-axis not set for grob StrokeFinger"

2020-03-10 Thread Thomas Morley
Am Di., 10. März 2020 um 00:07 Uhr schrieb Torsten Hämmerle : > > Thomas Morley-2 wrote > > Any hints why this error is generated and how to avoid? > > > Hi Harm, > > Unfortunately, applying \consists "New_fingering_engraver" does not quite do > the trick ye

Re: Coloring a staff line.

2020-03-15 Thread Thomas Morley
Am So., 15. März 2020 um 21:10 Uhr schrieb Hwaen Ch'uqi : > > Greetings, > > I have customized a clefless staff with eleven lines, and I would like > the center line to be colored red. I thought I followed properly this > LSR snippet: > > http://lsr.di.unimi.it/LSR/Item?id=700 > > But the center li

Re: Turning off selected spanbars in a Grandstaff

2020-03-17 Thread Thomas Morley
Am Di., 17. März 2020 um 12:54 Uhr schrieb Andrew Bernard : > > Please refer to the attached score. Is it possible to turn of just the > span bars between the top two systems and the bottom two? We want to > keep the system start span bar as this is a string quartet, but in > this polymetric sectio

Re: 64-bit Mac build of 2.20 is now available!

2020-03-18 Thread Thomas Morley
Am Mi., 18. März 2020 um 07:49 Uhr schrieb Aaron Hill : > > On 2020-03-17 11:05 pm, Marnen Laibow-Koser wrote: > > AFAIK this was never proper syntax to begin with. Does it compile with > > LilyPond 2.18? I'd be surprised if it does. > > Definitely valid syntax in 2.18.2 [1]: > > > \version

Re: Peculiar behavior of barlines

2020-03-18 Thread Thomas Morley
Am Mo., 16. März 2020 um 19:23 Uhr schrieb Sami Amiris : > > Hello all. > > I would like the barlines that span both staves (not the barlines in each > individual staff alone) at the middle of the line to have the same behaviour > at the next end (to the right) and the start of the line below at th

Re: Whole-note tremolo beams

2020-03-19 Thread Thomas Morley
Am Do., 19. März 2020 um 11:12 Uhr schrieb Leo Correia de Verdier : > > For the sake of clarity, a MWE: > > %%% > > \version "2.20.0" > \repeat tremolo 16 {dis'32 dis’’} > > %%% > > > 19 mars 2020 kl. 11:01 skrev Leo Correia de Verdier > > : > > > > Dear list! > > > > I’m working o

Re: Peculiar behavior of barlines

2020-03-22 Thread Thomas Morley
Am Sa., 21. März 2020 um 14:26 Uhr schrieb Sami Amiris : > > Thank you for the suggestion once again. > > I thank you for having spent some time on it. The whole idea is to create a > mirror image of the compound barline on the beginning of the example, which > means that they must align to the rig

Re: Peculiar behavior of barlines

2020-03-22 Thread Thomas Morley
Am So., 22. März 2020 um 16:39 Uhr schrieb Sami Amiris : > > > > Instead of manually applying X-offset-overrides you may try: > > > > #(define end-of-line-right-aligned-sencil > > (lambda (grob) > > (let* ((break-dir (ly:item-break-dir grob)) > >(basic-props (ly:grob-basic-propert

Strange gap-behaviour with whole-note tremolo Beams

2020-03-27 Thread Thomas Morley
Hi all, I tried to improve the code from https://lists.gnu.org/archive/html/lilypond-user/2020-03/msg00265.html but all my attempts resulted in inconsistent behaviour. Thus I wrote some test-code, see bottom. Obviously the beam is shortened while applying 'gap, though as soon as 'gap exceeds 2.0

Re: Strange gap-behaviour with whole-note tremolo Beams

2020-03-27 Thread Thomas Morley
Am Fr., 27. März 2020 um 13:48 Uhr schrieb Malte Meyn : > > > > Am 27.03.20 um 12:23 schrieb Thomas Morley: > > I have no clue why this happens and where those added values came from. > > > > Any insights? > > Wild guess, to be tested: ll. 558 ff. of beam.cc. &g

Re: Strange gap-behaviour with whole-note tremolo Beams

2020-03-27 Thread Thomas Morley
Am Fr., 27. März 2020 um 14:51 Uhr schrieb Torsten Hämmerle : > > Thomas Morley-2 wrote > > I have no clue why this happens and where those added values came from. > > > > Any insights? > > > Hi Harm, > > > Believe it or not, this strange (and certa

Re: Proposal: Changing tremolo beam gap implementation

2020-03-27 Thread Thomas Morley
Am Fr., 27. März 2020 um 18:35 Uhr schrieb Torsten Hämmerle : > > Hello all, > > Looking more deeply into Harm's strange whole-note tremolo beam gap > behaviour, I've stumbled over the current gap implementation: > > It's probably rather academic, but my understanding of "gap size" is the > actual

Re: Untraceable error message: ERROR: Wrong type argument in position 3 (expecting Translator):

2020-03-31 Thread Thomas Scharkowski
No error here: macOS 10.15.4 LilyPond 2.20.0 Frecobaldi 3.1.1 Thomas Original-Nachricht I've tried searching for answers on this error but haven't found any singular root cause for it. I have an orchestral score and I'm getting the below error whenever I tr

Re: Ties between Fingerings

2020-04-06 Thread Thomas Morley
Am Mo., 6. Apr. 2020 um 10:27 Uhr schrieb Noeck : > > Hi, > > can Lilypond draw ties between fingerings? > I can fake it by using a slur and putting it above the fingering: > > \version "2.20.0" > { > % fake what I want > \override Fingering.avoid-slur = #'inside > cis''-4( c''-4) r > % tie

Re: Ties between Fingerings

2020-04-06 Thread Thomas Morley
Am Mo., 6. Apr. 2020 um 10:49 Uhr schrieb Noeck : > > Wow. Thanks Harm! That makes sense and looks good. > > I never thought of a glissando here. But it actually makes sense. Now I > wonder if a straight glissando line would even be more appropriate than > a slur … I would read it more easily. > >

Re: incomplete tuplets in non-standard time signatures

2020-04-06 Thread Thomas Morley
Am So., 5. Apr. 2020 um 19:59 Uhr schrieb 98123981293 1293812397123 : > > Dear list, > > In the following example, I would like to: > 1) In the first voice: make the tuplet line to the right of the number into a > dashed straight line. > 2) In the second voice: fix the appearance of the last tuple

Re: Unwanted warnings/errors on pedals for multiple voices

2020-04-06 Thread Thomas Morley
Am Mo., 6. Apr. 2020 um 16:03 Uhr schrieb Paolo Prete : > > > > On Mon, Apr 6, 2020 at 3:08 PM Kieren MacMillan > wrote: >> >> Hi all, >> >> > You could move the Piano_pedal_performer from Voice to Staff level. >> > Add or remove the \consists command to hear the difference. >> >> Is there some r

Re: Positioning a segno relative to an alternative line

2020-04-06 Thread Thomas Morley
Am Mo., 6. Apr. 2020 um 16:38 Uhr schrieb Jacques Menu : > > Hello folks, > > In the attached, I’d like the segno to be below the second alternative line > in the third system. > > I tried: > > \once \override TextScript.extra-offset = #'( 0 . -5.0 ) > \mark \markup { \musicglyph #"scr

Re: Positioning a segno relative to an alternative line

2020-04-06 Thread Thomas Morley
Am Mo., 6. Apr. 2020 um 18:33 Uhr schrieb Jacques Menu < imj-muz...@bluewin.ch>: > Thanks for you help. > This produces the following, though: [...] Maybe I misunderstood. Isn't it what you wanted? Cheers, Harm

bug or feature with 'gap-count?

2020-04-09 Thread Thomas Morley
Hi, consider the following code: \version "2.20.0" { \override Beam.gap-count = 1 \repeat unfold 16 b16 \override Beam.gap = 2 \repeat unfold 16 b16 } Obviously no tremolo is coded, though setting 'gap-count (and 'gap relying on active 'gap-count) is respected. IR says: " gap-count (int

Re: Crash with bars-per-line-engraver as of LSR snippet id=838

2020-04-09 Thread Thomas Morley
Am Mi., 8. Apr. 2020 um 16:13 Uhr schrieb Michael Gerdau : > > Hi Kieren, > > >> I'm playing with the bars-per-line-engraver as of LSR > >> http://lsr.di.unimi.it/LSR/Item?id=838 > >> > >> When I increase the number of bars in my piece beyond a certain amount > >> (3500-4000 in my MWE) lilypond cra

Re: Whole-note tremolo beams

2020-04-09 Thread Thomas Morley
Am So., 22. März 2020 um 17:38 Uhr schrieb Leo Correia de Verdier : > > Second attempt: [...] Hi, please find attached my own take on it. The tremolo-beam now avoids left-note-column's dots and right-note-column accidentals automagically and is centered around the thought line between the vertic

Re: Proposal: Changing tremolo beam gap implementation

2020-04-09 Thread Thomas Morley
Am Sa., 28. März 2020 um 01:11 Uhr schrieb Torsten Hämmerle : > > Thomas Morley-2 wrote > > [...] attempting to make whole-note-tremolo-beams avoid possible Dots to > > the > > left and possible Accidentals to the right. > > > Yes, that would certainly be

convert-ly error

2020-04-09 Thread Thomas Scharkowski
/Versions/2.7/bin/python2.7: Bad CPU type in executable Thank you, Thomas

Re: Proposal: Changing tremolo beam gap implementation

2020-04-10 Thread Thomas Morley
Am Fr., 10. Apr. 2020 um 14:34 Uhr schrieb Valentin Villenave : > > On 4/9/20, Thomas Morley wrote: > > https://lists.gnu.org/archive/html/lilypond-user/2020-04/msg00160.html > > It's ofcourse a workaround, but usable, afaict. > > Could it be worth mentioning on the t

SystemStart changes after stop/startStaff - how to get it back

2020-04-12 Thread Thomas Morley
Hi, consider the following code: mus = \new Staff { R1 \break R \stopStaff s \startStaff R \break R \break R } \new StaffGroup \with { systemStartDelimiterHierarchy = #'(SystemStartBracket (SystemStartBrace a b c)) } << \mus \mus \mus >> The SystemStartBrace vanishes after

Re: SystemStart changes after stop/startStaff - how to get it back

2020-04-12 Thread Thomas Morley
Am So., 12. Apr. 2020 um 14:00 Uhr schrieb Aaron Hill : > > On 2020-04-12 3:50 am, Thomas Morley wrote: > > Hi, > > > > consider the following code: > > > > > > mus = \new Staff { R1 \break R \stopStaff s \startStaff R \break R > >

Re: Frescobaldi 3.1.2

2020-04-14 Thread Thomas Scharkowski
Original-Nachricht Dear Thomas, Stanton and John you previously reported failures to run convert-ly with the prebuilt application bundles of Frescobaldi 3.1 and/or 3.1.1 which were instances of https://github.com/frescobaldi/frescobaldi/issues/1232 The problem should be

eartraining with lilypond?

2020-04-16 Thread Stefan Thomas
Dear community, has someone experiences and/or ideas for using lilypond for eartraining-purposes? I know, there is gnu-solfege, but it has the disadvantage, that it doesn't exist as an app or can be used browser based. Are there other projects/ideas around? Thanks, Stefan

Re: Modify cautionary time signature

2020-04-18 Thread Thomas Morley
Am Sa., 18. Apr. 2020 um 16:35 Uhr schrieb Kevin Barry : > > Hi All, > > I would like to be able to apply an override to a cautionary time > signature (the extra one printed at the end of a line) without > affecting the one printed at the beginning of the next line. (I want > to modify it, not get

Re: SystemStart changes after stop/startStaff - how to get it back

2020-04-19 Thread Thomas Morley
Am So., 12. Apr. 2020 um 17:24 Uhr schrieb Valentin Villenave : > > On 4/12/20, Thomas Morley wrote: > > Over the last decades I tried again and again to find a better > > workaround, with less manual work. > > Apparently we stumbled upon your white whale :-) > > >

Re: SystemStart changes after stop/startStaff - how to get it back

2020-04-19 Thread Thomas Morley
Hi Aaron, Am Di., 14. Apr. 2020 um 06:20 Uhr schrieb Aaron Hill : > > I think I have addressed the original issue in this patched version of > the System_start_delimiter_engraver. This is implemented in Scheme, but > the changes should be easily ported back to C++. > > The strategy is to acknowle

Re: eartraining with lilypond?

2020-04-19 Thread Stefan Thomas
Dear Roland, thanks for Your link, You did really good work and I guess it would be worth to develop it. But off course it's lot of work, I think I could't do it. Am Fr., 17. Apr. 2020 um 03:01 Uhr schrieb Roland Goretzki < rol...@roland-goretzki.de>: > Hello Stefan & all, > > You wrote: > > has

Re: Missing link: Rhythms

2020-04-20 Thread Thomas Morley
Am Mo., 20. Apr. 2020 um 13:16 Uhr schrieb Bernhard Kleine : > > When in > http://lilypond.org/doc/v2.19/Documentation/notation/bars#bar-lines I > engage the link "Schnipsel":Rhythms it is not found: > > http://lilypond.org/doc/v2.19/Documentation/snippets/rhythmus. The german doc points to http:

Re: Missing link: Rhythms

2020-04-20 Thread Thomas Morley
Am Mo., 20. Apr. 2020 um 13:44 Uhr schrieb Thomas Morley : > > Am Mo., 20. Apr. 2020 um 13:16 Uhr schrieb Bernhard Kleine > : > > > > When in > > http://lilypond.org/doc/v2.19/Documentation/notation/bars#bar-lines I > > engage the link "Schnipsel&

Re: Changing the size of the arpeggio's arrow

2020-04-22 Thread Thomas Morley
Am Mi., 22. Apr. 2020 um 01:57 Uhr schrieb Paolo Prete : > > Hello. > > The following code uses a (very, very, very helpful) function that Harm wrote > some months ago. > Unfortunately, it causes a compiler's error if the size of the arrow is too > big (in the following snippet the error is obta

Re: Break visibility for notes?

2020-04-23 Thread Thomas Morley
Am Do., 23. Apr. 2020 um 21:02 Uhr schrieb Fr. Samuel Springuel : > > > On 22 Apr, 2020, at 4:34 PM, Fr. Samuel Springuel > > wrote: > > > > Is there a way to specify that a note should only appear if it’s the first > > note on the line? I tried using the break-visibility property but this > >

Re: Changing the size of the arpeggio's arrow

2020-04-23 Thread Thomas Morley
Am Do., 23. Apr. 2020 um 17:29 Uhr schrieb Paolo Prete : > > Thank you Harm, > > it would be great if we can track this. Unfortunately Google seems to index > only the previous version of your code. > What about a repository for snippets for 2.19? > > best, > P I think it works with 2.18.2 (proba

Re: Fonts for text

2020-04-26 Thread Thomas Morley
Am So., 26. Apr. 2020 um 04:58 Uhr schrieb Jinsong Zhao : > I tried your fonts and the demo example, it does not work. I also try > another font, Times New Roman, the most common font on Windows platform. > It does not work, too. > > \version "2.20.0" > > \header { > title = \markup { >

Re: Fonts for text

2020-04-26 Thread Thomas Morley
Am Sa., 25. Apr. 2020 um 23:36 Uhr schrieb Ignacio Lois < ignaciol...@gmail.com>: > AAAH!! > > \version "2.19.83" > > \header { > title = \markup { > \override #'(font-name . "ITC Souvenir") > "My Title" > } > } > > \score { > c'' > } > > *Now* that's the

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