Re: Notehead substitution and Slur overrides

2022-03-07 Thread Matthew Fong
Dear Jean, My apologies for not including code. I will get an example out shortly, along with the quilismaPathGreciliae. Many thanks, mattfong On Sun, Mar 6, 2022 at 11:06 PM Jean Abou Samra wrote: > Le 04/03/2022 à 05:17, Matthew Fong a écrit : > > Hello everyone, > > > > I am having trouble

Re: Ly2video question.

2022-03-07 Thread Valentin Petzel
Hello Hwaen Ch’uqi, I’ve recently posted some teasers and some details to the list. My script is still needing some functionality and cleaning up (also it currently only works on Linux for trivial reasons. Sadly due to work I can only work on this on weekends and even then I do not always have

Re: Help in the design of the work.

2022-03-07 Thread Reuben Kagan
something like this ? \version "2.22.1" \header { } global = { \key c \major \time 4/4 } sopranoVoice = \relative c'' { \global g g } verseSopranoVoice = \lyricmode { Господь воцарися} mezzoSopranoVoice = \relative c'' { \globale e } sopranoVoicePart = \new Staff { \sopranoVoi

Re: Help in the design of the work.

2022-03-07 Thread Shane Brandes
I think here you can use the instrument name to achieve your desired effect. \new Staff \with { instrumentName = "я не знаю" } On Mon, Mar 7, 2022 at 2:49 PM Michael Gerdau wrote: > > Hello. I saw this design in the sheet music. And I really need to try to > > do the same. But I don't know w

Re: Help in the design of the work.

2022-03-07 Thread Michael Gerdau
Hello. I saw this design in the sheet music. And I really need to try to do the same. But I don't know where to start. Or rather, I know how to do everything related to the notes, but I don't know how to put the text in front of the stanza. Help, please. Very much it is necessary to do so. I

Help in the design of the work.

2022-03-07 Thread Виноградов Юрий
 Hello. I saw this design in the sheet music. And I really need to try to do the same. But I don't know where to start. Or rather, I know how to do everything related to the notes, but I don't know how to put the text in front of the stanza.Help, please. Very much it is necessary to do so.  С уваже

Re: How to change appearance of multimeasure rest?

2022-03-07 Thread Francesco Napoleoni
In data lunedì 7 marzo 2022 17:25:47 CET, David Kastrup ha scritto: > \override MultiMeasureRest.usable-duration-logs = #'(0) Yeah, a much better one, thank you! cheers Francesco Napoleoni

Re: How to change appearance of multimeasure rest?

2022-03-07 Thread David Kastrup
Francesco Napoleoni writes: > Hello everyone > > Given this fragment: > > { > \time 4/2 > > R\breve | > } > > I would like the multimeasure rest printed like a semibreve rest. > > The following code brings me near to my goal, but... > > { > \time 4/2 > \override MultiMeasureRest.stencil =

Re: slur to chord

2022-03-07 Thread Shane Brandes
perhaps you have a /slurdown declared earlier in your code? On Mon, Mar 7, 2022 at 10:43 AM Mark Stephen Mrotek wrote: > Shane, > > > > Shall inspect context. Perhaps something prior is affecting. > > Thank you for your assistance. > > > > Mark > > > > *From:* Shane Brandes [mailto:shane.bran...

How to change appearance of multimeasure rest?

2022-03-07 Thread Francesco Napoleoni
Hello everyone Given this fragment: { \time 4/2 R\breve | } I would like the multimeasure rest printed like a semibreve rest. The following code brings me near to my goal, but... { \time 4/2 \override MultiMeasureRest.stencil = #ly:text-interface::print \override MultiMeasureRest.te

Re: slur to chord

2022-03-07 Thread Shane Brandes
Run the code as I set it down. you should see a slur from the b to the a as I do. That is what the ^( ) syntax ought to be doing for you. I see it very clearly as you wanted. On Mon, Mar 7, 2022 at 9:44 AM Mark Stephen Mrotek wrote: > Shane, > > > > Thank you for the suggestion, yet it only remo

RE: slur to chord

2022-03-07 Thread Mark Stephen Mrotek
Shane, Shall inspect context. Perhaps something prior is affecting. Thank you for your assistance. Mark From: Shane Brandes [mailto:shane.bran...@gmail.com] Sent: Monday, March 7, 2022 7:40 AM To: Mark Stephen Mrotek Cc: Lilypond-User Mailing List Subject: Re: slur to chord Run

Re: slur to chord

2022-03-07 Thread Kieren MacMillan
Hi Mark, > Thank you, yet the slur still connects with the fis rather than the a. Not here: Perhaps there's something non-standard with your configuration? — Kieren

RE: slur to chord

2022-03-07 Thread Mark Stephen Mrotek
Kieren, Thank you, yet the slur still connects with the fis rather than the a. Mark -Original Message- From: Kieren MacMillan [mailto:kieren_macmil...@sympatico.ca] Sent: Monday, March 7, 2022 7:15 AM To: Mark Stephen Mrotek Cc: Shane Brandes ; Lilypond-User Mailing List Subject: Re:

Re: slur to chord

2022-03-07 Thread Kieren MacMillan
Hi Mark, Maybe this? \version "2.22.1" \relative c' { \slashedGrace { b'8^( } 8) } Hope that helps! Kieren

RE: slur to chord

2022-03-07 Thread Mark Stephen Mrotek
Shane, Thank you for the suggestion, yet it only removes the slur it does not reposition it. Mark From: Shane Brandes [mailto:shane.bran...@gmail.com] Sent: Sunday, March 6, 2022 9:46 PM To: Mark Stephen Mrotek Cc: Lilypond-User Mailing List Subject: Re: slur to chord \version "

Re: Documentation confusion regarding MIDI.

2022-03-07 Thread Michael Gerdau
I preface this by acknowledging that I know nothing about the innerworkings of MIDI. In section 3.5.7 of the NR, which deals with MIDI channel mapping, there appears to be a discrepancy in the wording about channels and tracks. The third paragraph implies that channels and tracks are synonymous, s