ties with accidental split over lines

2021-11-25 Thread David Zelinsky
When a tie on an accidental is split over two systems, Lilypond shows the accidental on both notes (which I think is correct), but then positions the tie on the second note very high, so as to clear the accidental. This looks wrong, since ties are generally supposed to be close to the note head, a

Re: Fwd: Fwd: Help

2021-11-25 Thread Jean Abou Samra
Hello Leonid, Le 25/11/2021 à 21:01, Leonid Hrabovsky a écrit : Thank you, Aaron - very nice of you. In fact, there is no need for the microscopic precision of that chain element - the approximate look is enough to completely satisfy me. The different task is to build a wavy line of the same p

Re: Vertical space of a fragment of score inside a list

2021-11-25 Thread Leo Correia de Verdier
I think what you’re after, since you already have the vSpace in the markup is score-markup-spacing = #'((basic-distance . 0) (minimum-distance . 0) (stretchability . 0) (padding . 0))

Re: Controlling midi volumen of a long note

2021-11-25 Thread ebenezer
Hi Pablo, This covers what you can do with MIDI in terms of dynamics: http://lilypond.org/doc/v2.22/Documentation/notation/controlling-midi-dynamics http://lilypond.org/doc/v2.22/Documentation/notation/supported-notation-for-midi http://lilypond.org/doc/v2.22/Documentation/notation/unsupported

Re: How do I get an "empty / blank" lyric at the start of a song?

2021-11-25 Thread Paul Hodges
I prefer to give the singer a positive indication not to sing that note, so I usually put a rest, like the attached image. For simplicity, I defined:      lyricRest = \markup { \raise #0.7 \teeny \musicglyph #"rests.2" } so that I could then write:      WordsA = \lyricmode {       \set stanza =

Re: How do I get an "empty / blank" lyric at the start of a song?

2021-11-25 Thread Kevin Cole
Turns out, for my use case just adding a "_" in the partial measure lyrics did the trick.

Re: Fwd: Fwd: Help

2021-11-25 Thread Leonid Hrabovsky
Thank you, Aaron - very nice of you. In fact, there is no need for the microscopic precision of that chain element - the approximate look is enough to completely satisfy me. The different task is to build a wavy line of the same proportions like these lines attached to my letter. *Леонід - Leonid

Re: How do I get an "empty / blank" lyric at the start of a song?

2021-11-25 Thread Aaron Hill
On 2021-11-25 11:24 am, Kevin Cole wrote: In other words (or lack thereof) the first verse doesn't start on the pickup note, but later verses do. So I don't want a lyric under the rest. Use an underscore to skip over the anacrusis: { \partial 4 b'4 | a'2 b' } \addlyrics { _ \set stanza =

How do I get an "empty / blank" lyric at the start of a song?

2021-11-25 Thread Kevin Cole
I have a song that starts with two voices(?) for different timing on different verses: global = { \key c \major \time 2/4 } melody = { \relative { \global \partial 8 << { \voiceOne r8^\mf } \new Voice { \voiceTwo e'8 } >> \oneVoice | %

Re: Fwd: Fwd: Help

2021-11-25 Thread Aaron Hill
On 2021-11-25 6:22 am, Leonid Hrabovsky wrote: Hello Jean, after receiving your code, I started tweaking its numbers with the aim to obtain the lines of the proper size - and now I have approximately two of three I need - one built out of arches and one angulary. I am going to try to maybe twe

Vertical space of a fragment of score inside a list

2021-11-25 Thread Paolo Prete
Hi all, please consider the following snippet: %% #(define vSpace 1.7) \paper { ragged-last = ##f } \markup { "Text 1" } \markup { \vspace #vSpace "Text 2" } \score { { c' d' e' f' } \layout { indent = #0 ragged-last = ##t } } \markup { \vspace #vSpace "Text 3" } \markup { \vsp

Re: Set midiInstrument to silence

2021-11-25 Thread Guy Stalnaker
Doh!! Of course. Obvious once you see it (or are told about it). I was keyed on using a NUL instrument & I didn't think to use a simple volume=0 approach. Thanks. On Thu, Nov 25, 2021, 10:54 AM David Kastrup wrote: > Guy Stalnaker writes: > > > If I'm using /set Staff.midiInstrument = "#", ca

Controlling midi volumen of a long note

2021-11-25 Thread Pablo Cordal
Hi, When a long note is sounding and there is a rest afterward, the note abruptly quiets down, which is awful. I have several staves so controlling the general MIDI volumen is useless. I need to control the volume of one staff or the volume of the note. Is there any way to meke the MIDI volume o

Re: Set midiInstrument to silence

2021-11-25 Thread Jean Abou Samra
Le 25/11/2021 à 17:43, Guy Stalnaker a écrit : If I'm using /set Staff.midiInstrument = "#", can I also use some descriptor that equals NO sound, for example, "NUL" or something similar like /set Staff.midiInstrument = "#NUL" This doesn't exist in the MIDI norm, but you can do \set Staff.mid

Re: Set midiInstrument to silence

2021-11-25 Thread David Kastrup
Guy Stalnaker writes: > If I'm using /set Staff.midiInstrument = "#", can I also use some > descriptor that equals NO sound, for example, "NUL" or something similar > like /set Staff.midiInstrument = "#NUL" The MIDI standard has no such instrument, so this mechanism cannot be used for this purpo

Set midiInstrument to silence

2021-11-25 Thread Guy Stalnaker
If I'm using /set Staff.midiInstrument = "#", can I also use some descriptor that equals NO sound, for example, "NUL" or something similar like /set Staff.midiInstrument = "#NUL" Regards, Guy S.

Re: Fwd: Fwd: Help

2021-11-25 Thread Leonid Hrabovsky
Hello Jean, after receiving your code, I started tweaking its numbers with the aim to obtain the lines of the proper size - and now I have approximately two of three I need - one built out of arches and one angulary. I am going to try to maybe tweak the height a bit more in order to make the arch s

Re: Fwd: Fwd: Help

2021-11-25 Thread Leonid Hrabovsky
Hi Jean! Awesome, thanks! *Леонід - Leonid* Virus-free. www.avast.com

Re: Fwd: Fwd: Help

2021-11-25 Thread Jean Abou Samra
From: Leonid Hrabovsky Date: Wed, Nov 24, 2021 at 11:50 PM Subject: Re: Fwd: Help To: Jean Abou Samra Jean, thank you for this code producing line for me - only a change - the arches up, not down - may you send me adjusted code please ? Here you go: \version "2.20.0" #(define-markup-c