Re: Ottava printing at beginning of system

2021-11-29 Thread Valentin Petzel
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

Re: Ottava printing at beginning of system

2021-11-29 Thread Thomas Morley
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

Re: \chordmode question

2021-11-29 Thread Jacques Menu
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" >

Re: Ottava printing at beginning of system

2021-11-29 Thread 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 we check if the grob is a broken part. This is done by getting all brok

Re: Ottava printing at beginning of system

2021-11-29 Thread Molly Preston
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: >

Re: Ottava printing at beginning of system

2021-11-29 Thread Valentin Petzel
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

Ottava printing at beginning of system

2021-11-29 Thread Molly Preston
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

Re: acciaccatura "slurs" are getting canceled with hide Slur

2021-11-29 Thread Valentin Petzel
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

acciaccatura "slurs" are getting canceled with hide Slur

2021-11-29 Thread Adam Good
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

Re: \chordmode question

2021-11-29 Thread Valentin Petzel
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 |

Re: UTF-8 unicode use in \markup

2021-11-29 Thread ming tsang
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

Re: Problems with trill spanner length

2021-11-29 Thread Dimitris Marinakis
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

Problems with trill spanner length

2021-11-29 Thread Lib Lists
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

\chordmode question

2021-11-29 Thread Jacques Menu
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

Re: Header inside the score context

2021-11-29 Thread Paolo Prete
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

Re: da capo and MIDI

2021-11-29 Thread Henning Hraban Ramm
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