Re: A probably elementary question

2024-03-29 Thread Masaki, Akikazu
Also try { \endSpanners c'1\> } or a bit advanced case { \endSpanners { c'1\> c' } } \endSpanners is described in: http://lilypond.org/doc/v2.24/Documentation/notation/line-spanners.html On 2024/03/29 23:15, Hans Aikema wrote: On 29 Mar 2024, at 14:45, Peter Mayes wrote: A

Re: Vertical position of Tie and Script

2023-03-27 Thread Masaki, Akikazu
Thanks a lot. I didn't know outside-staff-priority is available with Tie. However, a tenuto is distant a bit from a note with this way. (Script position seems to be calculated closer to tie than note.) I think modifying the priority is conceptually more appropriate, but forcing the offset will

Re: Vertical position of Tie and Script

2023-03-27 Thread Masaki, Akikazu
: On Sat, Mar 25, 2023 at 9:16 AM Masaki, Akikazu < masaki-0.56714...@zeus.eonet.ne.jp> wrote: Hello, How to set script position closer to its note than ties? In default, ties are always closer to the note than scripts, but depending on the case, contrary is better. e.g. \version &

Vertical position of Tie and Script

2023-03-25 Thread Masaki, Akikazu
Hello, How to set script position closer to its note than ties? In default, ties are always closer to the note than scripts, but depending on the case, contrary is better. e.g. \version "2.24.0" { \override Tie.staff-position = 5 c''1--~ c'' } In this case, the tenuto

Re: Very large score (for benchmarking purposes)

2022-04-27 Thread Masaki, Akikazu
First sorry to say, I have no score you want. Processing time remarkably depends on its environment, hardware performance for example. However, the time seems to be directly proportional to "Grob count", which is output with --loglevel=DEBUG. In a real case I measured, it took 21 seconds to

Re: Scope of context properties

2022-03-22 Thread Masaki, Akikazu
Thanks! That makes sense! Simply, order of precedence and where a property is defined cause such behavior, I see. Akikazu On 2022/03/22 21:00, Jean Abou Samra wrote: Le 22/03/2022 à 05:01, Masaki, Akikazu a écrit : Hello all, In Learning Manual 3.3.4 Modifying context properties http

Scope of context properties

2022-03-21 Thread Masaki, Akikazu
Hello all, In Learning Manual 3.3.4 Modifying context properties http://lilypond.org/doc/v2.22/Documentation/learning/modifying-context-properties.html "--- The clefGlyph property will take effect only if it is set in the Staff context, but some properties can be set in more than one context.

Re: Key Signature Change beyond the end of a movement.

2022-02-05 Thread Masaki, Akikazu
wrote: On Sun, 2022-02-06 at 00:15 +0900, Masaki, Akikazu wrote: Hi Richard, The last spacer is not necessary, but staff lines don't reach trailing key or time signatures by default.  (I guess you tried that.) yes, that's the purpose of the spacer. Set StaffSymbol.break-align-symbols property

Re: Key Signature Change beyond the end of a movement.

2022-02-05 Thread Masaki, Akikazu
Hi Richard, The last spacer is not necessary, but staff lines don't reach trailing key or time signatures by default. (I guess you tried that.) Set StaffSymbol.break-align-symbols property; \version "2.22.0" \layout { \context { \Staff \override

Re: tie from multiple voice?

2021-12-03 Thread Masaki, Akikazu
Hi Lukas, It seems that grob directions are not set implicitly in non-number ID context. See: %% \new Staff { a'1 \voices "",2 << { d''4 e'' d''2~ } \\ { g'2 g' } >> d''2 c'' } %% In that case, the direction of Voice "" should be specified, and restored with \oneVoice.

Re: Metronome mark not aligning correctly

2021-11-05 Thread Masaki, Akikazu
I guess you tried \override MetronomeMark.Y-offset = ...? Then \override Score.MetronomeMark.Y-offset works. Akikazu On 2021/11/06 8:43, Knute Snortum wrote: On Fri, Nov 5, 2021 at 2:56 PM Jean Abou Samra wrote: Le 05/11/2021 à 18:06, Knute Snortum a écrit : and 2) how do I adjust the

Re: Trailing staff lines after the last bar

2021-11-05 Thread Masaki, Akikazu
Perhaps I solved this. *\override StaffSymbol.break-align-symbols = #'()* extends staff lines beyond the bar. It seems that any object contained in the list stops staff lines. Akikazu On 2021/11/05 12:31, Masaki, Akikazu wrote: Hello, Below prints key and time signatures without staff

Trailing staff lines after the last bar

2021-11-04 Thread Masaki, Akikazu
Hello, Below prints key and time signatures without staff lines after the last bar. How to print lines too? \version "2.22.0" { c'1 c' \break c' c' \key d \major \time 3/4 } Trailing symbols are helpful to indicate the attacca to the next score. I remember staff lines had appeared

Re: Strange beams on cross-staff tremolos

2021-11-03 Thread Masaki, Akikazu
When tremolo beams between whole notes don't work good, try to specify directions of implicit stems of whole notes. \version "2.22.0" upper = { s1 s } lower = { \clef treble \override Beam.gap = 3 % a way to fix 2) \repeat tremolo 8 { \stemUp c16 \change Staff =