Hello Harm,
You’re right, I forgot a (begin ...) block. Seems like recalculating the
stencil is not nescessary ...
Then (member grob (cdr siblings)) is hardly shorter than
(not (eq? grob (car siblings))), but requires to check against each entry in
siblings, while the latter only needs to check
Am Mo., 29. Nov. 2021 um 22:49 Uhr schrieb Valentin Petzel :
>
> Basically grob.after-line-breaking is a function that get’s called on grob
> after line breaks are determined and allows us to do tweaks related to line-
> breaking. So what this function does is:
>
> If the ottava bracket is broken w
Hello Valentin
Yes, that does the trick, thanks a lot!
JM
> Le 29 nov. 2021 à 19:42, Valentin Petzel a écrit :
>
> Hello Jacques,
>
> Does this do the trick?
>
> \new ChordNames \chordmode {
> \language "nederlands"
> \key f \major
> \numericTimeSignature \time 6/8
>
> \clef "treble"
>
Basically grob.after-line-breaking is a function that get’s called on grob
after line breaks are determined and allows us to do tweaks related to line-
breaking. So what this function does is:
If the ottava bracket is broken we check if the grob is a broken part. This is
done by getting all brok
That worked! Thank you so much! I've used lilypond for a long time but have
never had to use any super advanced tweaks. So all the scheme code is
confusing to me, but maybe I should learn more about it.
Thank you so much Valentin!
-Molly
On Mon, Nov 29, 2021 at 3:32 PM Valentin Petzel wrote:
>
Hello Molly,
Try the appended method using after line breaking (slight modification from
https://lilypond.org/doc/v2.21/Documentation/extending/difficult-tweaks). As
of now OttavaBracket has no property for continuation text.
Cheers,
Valentin
Am Montag, 29. November 2021, 20:53:09 CET schrieb
Hi everyone!
I'm wondering if anyone has a solution for this. I can't find one in the
manuals.
Is there a way to get it to not print that 8va on the second line, but just
continue it with a dashed line?
\version "2.22.1"
\score {
\new Staff {
\set Staff.ottavationMarkups = #ottavation-ordinals
Hi Adam,
hide overrides the specified grobs to be transparent (they will still affect
spacing!)
One option would be doing something like the appended example, which overrides
appoggiatura to tweak the slur to that transparent is #f.
A better way would be the use \omit Slur, which sets Slur.sten
Hi Everyone,
Could someone help me please. Using...
\hide Slur
...I would like to cancel my slur markings yet retain the small slur in my
acciaccatura. On a bit of a deadline and would appreciate any help!
Thank you in advance.
Adam
%%%
\relative c' {
c8 (d e f) g (a b c)
\acciaccatura d8 c
Hello Jacques,
Does this do the trick?
\new ChordNames \chordmode {
\language "nederlands"
\key f \major
\numericTimeSignature \time 6/8
\clef "treble"
f4.:5.3 d:m | % 1
\barNumberCheck #2
| % 2
\barNumberCheck #2
\once\override ChordName.text = "%"
\parenthesize d2.:m |
Thank you very much. Helpful information.
Sent from my iPhone
> On Nov 28, 2021, at 7:39 PM, Valentin Petzel wrote:
>
> Just for clarification:
>
> 00a7 is not a special code, but a hexadecimal number. Basically any unicode
> char is linked with a number, and the „code” is just this number i
Hi,
without more context I can't say which combo of tweaks will work for you
but here are some options:
{
ees1
-\tweak to-barline ##t
\startTrillSpan
\time 3/4
d2
-\tweak bound-details.right.padding #1
-\tweak springs-and-rods #ly:spanner::set-spacing-rods
-\tweak minimum-length #8
\startTrill
Hi,
I have two problems related to the trill spanner length.
\version "2.22.1"
{
ees1\startTrillSpan
\time 3/4
d2\startTrillSpan d4\startTrillSpan \stopTrillSpan
}
First bar: according to Gould (p. 136) the trill line should stop at
the barline. Is there a way to achieve this?
Second bar: t
Hello Folks,
I’d like to have the Dm in measure 2 displayed as ‘%’. Is that possible?
Thanks!
JM
—
Part_POne_HARMONIES_Staff_Voice_Eleven_HARMONIES = \chordmode {
\language "nederlands"
\key f \major
\numericTimeSignature \time 6/8
\clef "treble"
f4.:5.3 d:m | % 1
\barNumberCheck
On Mon, Nov 29, 2021 at 5:59 AM David Wright
wrote:
> On Wed 24 Nov 2021 at 19:44:59 (+0100), Paolo Prete wrote:
>
>
>
> If you do this regularly, I would suggest that that's just
> what you do, copy your source through a simple filter to a
> temporary file and compile that.
>
> [cut]
Hello Dav
Am 29.11.21 um 02:44 schrieb Kees van den Doel:
Is there a way to get correct MIDI when using \repeat volta and
\unfoldrepeats with a DC al fine? I.e., make the MIDI stop at the "fine"
second time through.
There’s no automatical solution, you must split your score into
variables and put them
16 matches
Mail list logo