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
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
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
\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.
>
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
25 matches
Mail list logo