Re: "\removeWithTag #'x {.....}" more concisely

2020-02-05 Thread Pierre Perol-Schneider
Hi Gianmaria, How about: rcl = \removeWithTag #'chordLetter \etc (not tried though) Cheers, Pierre Le jeu. 6 févr. 2020 à 08:37, Gianmaria Lari a écrit : > I use very often the following instructions in my lilypond code > > \removeWithTag #'chordLetter {.} > > where chordletter is a tag I

"\removeWithTag #'x {.....}" more concisely

2020-02-05 Thread Gianmaria Lari
I use very often the following instructions in my lilypond code \removeWithTag #'chordLetter {.} where chordletter is a tag I created. Is there any way to write it more concisely like \rcl {...} Thanks a lot, Gianmaria

Re: Spacing grobs with an invisible object between them (hack)

2020-02-05 Thread Andrew Bernard
Hello Paolo, What are you trying to achieve? Andrew On Thu, 6 Feb 2020 at 11:48, Paolo Prete wrote: > I just had this idea about a *new* method of spacing.

Re: \fontsize in staff-space units

2020-02-05 Thread Aaron Hill
On 2020-02-05 3:34 pm, Paolo Prete wrote: is it possible to have a text with height set in staff-space units? For example, I would like that the height of " \markup { foo } " is X * (1 staff-space) where X can be integer of decimal. The default font size--11/20 of the staff height--results

Spacing grobs with an invisible object between them (hack)

2020-02-05 Thread Paolo Prete
Hello, I just had this idea about a *new* method of spacing. Maybe this is nuts, and it's almost a hack, but I'm seeing that it could work, so, please, leave me a feedback. The idea is create an invisible "obstacle", with a length set in staff-space units, between grobs. Then, assign a position

Re: macOS 10.15 update?

2020-02-05 Thread Louis Guillaume
This appears to work for me. I'll continue testing. The stderr is very chatty but that's ok because it works! Thank You :) I'm trying to build using "pkgsrc" but it gets hung up on "gobject-introspection". Apparently "meson/ninja" aren't playing nice with the MacOS library arrangement at this

Re: macOS 10.15 update?

2020-02-05 Thread Carl Sorensen
On 2/5/20, 4:24 PM, "Louis Guillaume" wrote: This appears to work for me. I'll continue testing. The stderr is very chatty but that's ok because it works! Thank You :) I'm trying to build using "pkgsrc" but it gets hung up on "gobject-introspection". Apparently

\fontsize in staff-space units

2020-02-05 Thread Paolo Prete
Hello, is it possible to have a text with height set in staff-space units? For example, I would like that the height of " \markup { foo } " is X * (1 staff-space) where X can be integer of decimal. Thanks, P

Re: Problem with outside-staff-priority

2020-02-05 Thread Paolo Prete
Sorry for the redundant question. I forgot that I already obtained an answer for the same question (and I did not delete in my "how-to" list, meanwhile) http://lilypond.1069038.n5.nabble.com/Outside-staff-priority-and-vertical-order-of-grobs-td226058.html On Wed, Feb 5, 2020 at 10:32 PM Paolo

Re: Y - offset problem on TupletBracket

2020-02-05 Thread David Kastrup
Paolo Prete writes: > On Wed, Feb 5, 2020 at 11:07 PM David Kastrup wrote: > >> Paolo Prete writes: >> >> >> >> >> >> Possibly >> >> >> >> \once \override TupletBracket.Y-offset = #(lambda (grob) >> >>(* -20 >> >>

Re: Y - offset problem on TupletBracket

2020-02-05 Thread Paolo Prete
On Wed, Feb 5, 2020 at 11:07 PM David Kastrup wrote: > Paolo Prete writes: > > > >> > >> Possibly > >> > >> \once \override TupletBracket.Y-offset = #(lambda (grob) > >>(* -20 > >> (ly:grob-property grob >

Re: Y - offset problem on TupletBracket

2020-02-05 Thread David Kastrup
Paolo Prete writes: > On Wed, Feb 5, 2020 at 10:32 PM David Kastrup wrote: > >> Paolo Prete writes: >> >> > Hello, >> > >> > as you can test with the following snippet, TupletBracket doesn't take >> into >> > account its direction when setting Y-offset (tested both on stable and >> > 2.19.83

Re: Y - offset problem on TupletBracket

2020-02-05 Thread Paolo Prete
On Wed, Feb 5, 2020 at 10:32 PM David Kastrup wrote: > Paolo Prete writes: > > > Hello, > > > > as you can test with the following snippet, TupletBracket doesn't take > into > > account its direction when setting Y-offset (tested both on stable and > > 2.19.83 versions) > > > > { > > \once

Problem with outside-staff-priority

2020-02-05 Thread Paolo Prete
Hello, what's wrong in the following code? (tested on both 2.18 and 2,19) I would like that the Script grob appear below the other grobs, then I set the lowest value for its outside-staff-priority, but it appears above the TupletBracket. How can I fix this? Thanks, P % { \once

Re: Y - offset problem on TupletBracket

2020-02-05 Thread David Kastrup
Paolo Prete writes: > Hello, > > as you can test with the following snippet, TupletBracket doesn't take into > account its direction when setting Y-offset (tested both on stable and > 2.19.83 versions) > > { > \once \override TupletBracket.direction = #UP > \once \override TupletBracket.Y-offset

visualize-staff-padding (was \offset Y-offset)

2020-02-05 Thread Paolo Prete
Hello Aaron, as you can see in the following code, your (great and useful) function, which visualizes the staff-padding of a grob, fails if I set an outside-staff-priority for a TupletBracket. Is there a fix for this? Thank you very much Best, Paolo %% #(define line-thickness 0.2)

Y - offset problem on TupletBracket

2020-02-05 Thread Paolo Prete
Hello, as you can test with the following snippet, TupletBracket doesn't take into account its direction when setting Y-offset (tested both on stable and 2.19.83 versions) { \once \override TupletBracket.direction = #UP \once \override TupletBracket.Y-offset = -20 \tuplet 3/2 { c'''4 c'' c''} }

Outside-staff-priority ignored for OttavaBracket

2020-02-05 Thread Paolo Prete
Hello, please consider this snippet: %%% { \override Staff.TextSpanner.bound-details.left.text = \markup { \small \bold "Rit." } \once \override Slur.outside-staff-priority = 100 \once \override DynamicText.outside-staff-priority = 200 \once \override TupletBracket.outside-staff-priority =

Re: macOS 10.15 update?

2020-02-05 Thread Carl Sorensen
Please try https://bintray.com/marnen/lilypond-darwin-64/download_file?file_path=lilypond-2.19.83.build20200201185223-darwin-64.tar.gz . Let me know if this doesn’t work. Thanks, Carl From: Denis Lorrain Reply-To: Denis Lorrain Date: Wednesday, February 5, 2020 at 9:49 AM To: Subject:

macOS 10.15 update?

2020-02-05 Thread Denis Lorrain
Hello all,    Is there an updated version for macOS 10.15.3 ? The version available at  http://lilypond.org/macos-x.html is not compatible. System upgrades are too often a annoying source of problems... Many thanks in advance,    DLO

Re: how to create a book from multiple .ly files

2020-02-05 Thread Kieren MacMillan
Hi Dario, > i wrote some training exercises for the piano; I have a .ly file for each one Good! > because these exercises share the same structure (a musical pattern that is > translated to other keys) I put the music content (notes) on a separated .ly > file Good! > I read the

Re: hiding chord symbols while keeping them in midi

2020-02-05 Thread Sandro Santilli
On Wed, Feb 05, 2020 at 10:02:15AM -0500, Kieren MacMillan wrote: > Hi Sandro, > > > When a chord is repeated in next measure I'd like it NOT to be printed > > but still be played in midi. What options do I have to do this ? > > Have you read >

Re: hiding chord symbols while keeping them in midi

2020-02-05 Thread David Kastrup
Sandro Santilli writes: > When a chord is repeated in next measure I'd like it NOT to be printed > but still be played in midi. What options do I have to do this ? It depends on what context you are printing them in. You can use \new ChordNames \with { chordChanges = ##t } { ... } to show

Re: hiding chord symbols while keeping them in midi

2020-02-05 Thread Kieren MacMillan
Hi Sandro, > When a chord is repeated in next measure I'd like it NOT to be printed > but still be played in midi. What options do I have to do this ? Have you read ? In particular, the first item in

hiding chord symbols while keeping them in midi

2020-02-05 Thread Sandro Santilli
When a chord is repeated in next measure I'd like it NOT to be printed but still be played in midi. What options do I have to do this ? --strk;

Re: LSR contribution

2020-02-05 Thread Michael Käppler
Hi Harm, sorry that I did not respond for over one month... Many other things had to be done. Now I would like to finish this snippet to be free for new interesting things. ;) I did substantially rework some parts of the engraver, namely switching to a list-processing-way of dealing with

Re: Lots of temporary files when generating png files

2020-02-05 Thread Anthony Rushforth
"-dcrop" is perfect in my case, thank you ! This flag is new and I didn't have it in the version I was using (stable). For information it's documented here : http://lilypond.org/doc/v2.19/Documentation/usage/command_002dline-usage And the announcement is here :