Re: Grace note beams won't hide correctly

2019-07-04 Thread Ben
On 7/4/2019 5:50 PM, Aaron Hill wrote: On 2019-07-04 2:02 pm, Ben wrote: This is the first time I've encountered the need to hide /grace note/ beams and/or stems. Can someone show me what I am doing wrong? Here's my attempt, though it may not be the most ideal: \version "2.19.82" \langua

Re: Grace note beams won't hide correctly

2019-07-04 Thread Ben
On 7/4/2019 5:45 PM, Shane Brandes wrote: \undo \omit Stem That turns it back on. regards, Shane On Thu, Jul 4, 2019 at 5:07 PM Ben wrote: Hi all, This is the first time I've encountered the need to hide grace note beams and/or stems. Can someone show me what I am doing wrong? I'm attachi

Re: Grace note beams won't hide correctly

2019-07-04 Thread Aaron Hill
On 2019-07-04 2:02 pm, Ben wrote: This is the first time I've encountered the need to hide /grace note/ beams and/or stems. Can someone show me what I am doing wrong? Here's my attempt, though it may not be the most ideal: \version "2.19.82" \language "english" overlaySlash = #(define-mu

Re: Grace note beams won't hide correctly

2019-07-04 Thread Shane Brandes
\undo \omit Stem That turns it back on. regards, Shane On Thu, Jul 4, 2019 at 5:07 PM Ben wrote: > > Hi all, > > This is the first time I've encountered the need to hide grace note beams > and/or stems. Can someone show me what I am doing wrong? > > I'm attaching an image of what I am after. >

Re: longa of two perfect breves under shiftDurations and Completion_heads_engraver

2019-07-04 Thread Graham King
Corrected MWE (it turns out that \shiftDurations is irrelevant; it is the dotted breve that is misbehaving): \version "2.19.82" { \time 3/1 c'\longa. % should give \breve. ~ \breve. \time 3/2 c'\breve. % works as expected } \layout { \context { \Voice \remove "Note_heads_engra

Grace note beams won't hide correctly

2019-07-04 Thread Ben
Hi all, This is the first time I've encountered the need to hide /grace note/ beams and/or stems. Can someone show me what I am doing wrong? I'm attaching an image of what I am after. Thank you! Here is my code so far: \version "2.19.82" \language "english" \relative c' %% This

Re: Are these brackets alongside a staff group possible?

2019-07-04 Thread Ben
On 7/4/2019 1:57 PM, Aaron Hill wrote: On 2019-07-04 10:01 am, Pierre Perol-Schneider wrote: Hi Ben, How about: Here are some modifications I made to Pierre's code: - Removed \overriding InstrumentName.padding and opted instead for self-alignment-X of RIGHT. - Kept the stencil for SystemStar

longa of two perfect breves under shiftDurations and Completion_heads_engraver

2019-07-04 Thread Graham King
Is there a way to make the following MWE generate a dotted breve tied to a dotted breve, rather than breve~semibreve~breve~semibreve ? I would prefer not to abandon the use of shiftDurations or state "c'1. ~ 1." if these things are avoidable, for weak reasons to do with my strategies for trans

Re: Are these brackets alongside a staff group possible?

2019-07-04 Thread Pierre Perol-Schneider
Hi Aaron, Le jeu. 4 juil. 2019 à 19:58, Aaron Hill a écrit : > > Here are some modifications I made to Pierre's code: > > Sometimes, for some reason, one cannot see the evidence. In France we say: "avoir le nez dans le guidon". Anyway, thank you Aaron, Cheers, Pierre

Re: Are these brackets alongside a staff group possible?

2019-07-04 Thread Aaron Hill
On 2019-07-04 10:01 am, Pierre Perol-Schneider wrote: Hi Ben, How about: Here are some modifications I made to Pierre's code: - Removed \overriding InstrumentName.padding and opted instead for self-alignment-X of RIGHT. - Kept the stencil for SystemStartSquare but applied an extra-offset to

Re: Jazz Chord Symbols (as new font - NOT notation font)

2019-07-04 Thread Tyler Mitchell
On Thu, Jul 04, 2019 at 03:29:00PM +0200, Marco Baumgartner wrote: > Although my font (otf) HAS ligatures (and show up if the font is > used on my system in other programs) - it doesn't show ANY > ligatures in lilypond... Can't make it work as of now. > > I'm using 2.18.2 on Debian Linux with Fres

Re: Jazz Chord Symbols (as new font - NOT notation font)

2019-07-04 Thread Aaron Hill
On 2019-07-04 6:29 am, Marco Baumgartner wrote: Although my font (otf) HAS ligatures (and show up if the font is used on my system in other programs) - it doesn't show ANY ligatures in lilypond... Can't make it work as of now. I searched about it, and stumbled across people saying, that this wa

Re: Are these brackets alongside a staff group possible?

2019-07-04 Thread Ben
On 7/4/2019 1:01 PM, Pierre Perol-Schneider wrote: Hi Ben, How about: \version "2.19.83" half-brace = \markup\concat {   \hspace #.5   \path #0.2 #'((moveto .5 0) (lineto 0 0)                  (lineto 0 -15)) % <= to be set } % Example: someMusic = {   \tempo "Andante."   \time 3/4   \key

Re: Are these brackets alongside a staff group possible?

2019-07-04 Thread Pierre Perol-Schneider
Hi Ben, How about: \version "2.19.83" half-brace = \markup\concat { \hspace #.5 \path #0.2 #'((moveto .5 0) (lineto 0 0) (lineto 0 -15)) % <= to be set } % Example: someMusic = { \tempo "Andante." \time 3/4 \key c \minor c'2. r8 } \paper { indent = 40 } \layout

Re: Frescobaldi language problem

2019-07-04 Thread Tyler Mitchell
On Thu, Jul 04, 2019 at 11:26:16AM -0500, John Karl wrote: > I've have apparently reset Frescobaldi's language selection for > its "Lilypond log" output from English to German and have been > unable to undo this. I am having the same problem; I noticed it immediately after upgrading from El Capita

Frescobaldi language problem

2019-07-04 Thread John Karl
I've have apparently reset Frescobaldi's language selection for its "Lilypond log" output from English to German and have been unable to undo this.  I think this probably happened when I was playing around with a lilypond-user request from someone in Germany.  I'm running Frescobaldi 2.19.0 on

Re: Are these brackets alongside a staff group possible?

2019-07-04 Thread Ben
On 7/4/2019 10:30 AM, Kieren MacMillan wrote: Hi Ben, How would you suggest I go about creating the bracket markings that separate big sections, like in a piece with two orchestras or similar? Create a custom StaffGroup context. ideally I'd prefer the circle symbol in the bracket to always

Re: Are these brackets alongside a staff group possible?

2019-07-04 Thread Ben
On 7/4/2019 10:30 AM, Kieren MacMillan wrote: Hi Ben, How would you suggest I go about creating the bracket markings that separate big sections, like in a piece with two orchestras or similar? Create a custom StaffGroup context. ideally I'd prefer the circle symbol in the bracket to always

Re: Are these brackets alongside a staff group possible?

2019-07-04 Thread Kieren MacMillan
Hi Ben, > How would you suggest I go about creating the bracket markings that separate > big sections, like in a piece with two orchestras or similar? Create a custom StaffGroup context. > ideally I'd prefer the circle symbol in the bracket to always be centered > alongside the staff group Th

Are these brackets alongside a staff group possible?

2019-07-04 Thread Ben
Hi all, How would you suggest I go about creating the bracket markings that separate big sections, like in a piece with two orchestras or similar? Please see attached. One problem I see maybe is that the number of staves /visible/ for each orchestra group may change from page to page...so id

Re: Jazz Chord Symbols (as new font - NOT notation font)

2019-07-04 Thread Marco Baumgartner
Thanks, Aaron. I really feel like creating a whole new font. The problem I'm facing right now is: I can use my self-made otf fonts as markup. If I use the same font as ChordNames, it seems like ChordNames is dictating what's a valid entry and what isn't. That's the minor issue (I still think, disp

Re: A spacing problem

2019-07-04 Thread Ben
On 7/4/2019 7:45 AM, Robert Blackstone wrote: Dear all, Presently I’m vainly struggling with a nasty spacing problem: an empty fragment of a new bar sticking out of the last bar of a system. Dear all, Presently I’m vainly struggling with a nasty spacing problem: an empty fragment of a new ba

A spacing problem

2019-07-04 Thread Robert Blackstone
Dear all, Presently I’m vainly struggling with a nasty spacing problem: an empty fragment of a new bar sticking out of the last bar of a system. Dear all, Presently I’m vainly struggling with a nasty spacing problem: an empty fragment of a new bar sticking out of the last bar of a system. In

Re: percent repeats (bug?)

2019-07-04 Thread Wols Lists
On 04/07/19 00:59, Christopher Heckman wrote: > In a post/email sent out several months ago, Randy brought up some > issues about percent repeats over more than two measures. He cited two > issues, related to where the percent sign is placed and what it looks > like. > > I would like to add a thir

Re: Lilypond 2.19.83

2019-07-04 Thread Jean Abou Samra
These mis-predicted force programming errors look like this issue:https://sourceforge.net/p/testlilyissues/issues/4975/The ticket only mentions this problem appearing on Windows but I had also encountered it on Mac OS starting from LilyPond 2.21.0 (pre-release) but not 2.19.83, which is exactly yo