Re: Help with custom noteheads

2022-08-11 Thread Jean Abou Samra
Le 11/08/2022 à 14:32, Valentin Petzel a écrit : Hello Andrew, is there any reason for using a custom circle approximation instead of simply using (make-circle-stencil r th #f)? The reason why your note heads are off is that a path stencil does not have an extent. A path cotains arbitrary drawi

Re: Help with custom noteheads

2022-08-11 Thread Jean Abou Samra
been a long time since I have done any Lilypond Scheme. I'm wanting help on how to size and position the noteheads properly. This initial code is only my first sketch. I'm aware I need to flip the side when the stem points down - that's not the main focus. I am also foggy o

Re: Help with custom noteheads

2022-08-11 Thread Valentin Petzel
hat I want to do - make circular > unfilled noteheads, and fitting in the staff size. This is only a start, > as the set of note styles I need have many extra doodads, so this is > just to get going. > > It's been a long time since I have done any Lilypond Scheme. I'm wantin

Help with custom noteheads

2022-08-11 Thread Andrew Bernard
cheme. I'm wanting help on how to size and position the noteheads properly. This initial code is only my first sketch. I'm aware I need to flip the side when the stem points down - that's not the main focus. I am also foggy on the last arguments specfying the x and y extents.

Re: Help needed with arranger.ly

2022-07-25 Thread David Kastrup
Eef Weenink writes: > :-) works fine. So if I understandn this correctly, inside a scheme > part it is possible to insert lilypondinstructions like this: > > (scheme instructions #{ lilypondinstructions #}) > > (that was not in the manual ;-)

Re: Help needed with arranger.ly

2022-07-25 Thread Eef Weenink
Ok, I start studying 📚. (I meant the manual if arranger.Ly) Met vriendelijke groet, Eef H.E. Weenink MBA > Op 25 jul. 2022 om 12:17 heeft David Kastrup het volgende > geschreven: > > Eef Weenink writes: > >> :-) works fine. So if I understandn this correctly, inside a scheme >> part it

Re: Help needed with arranger.ly

2022-07-25 Thread Eef Weenink
lgende geschreven: > > Merci beaucoup, I will check. regards, Eef > >> Op 25 jul. 2022, om 10:07 heeft Gilles Thibault het >> volgende geschreven: >> >> Le 2022-07-24 13:38, Eef Weenink a écrit : >>> I need some help to get this nice program really runn

Re: Help needed with arranger.ly

2022-07-25 Thread Eef Weenink
Merci beaucoup, I will check. regards, Eef > Op 25 jul. 2022, om 10:07 heeft Gilles Thibault het > volgende geschreven: > > Le 2022-07-24 13:38, Eef Weenink a écrit : >> I need some help to get this nice program really running. >> I read the manual several tim

Re: Help needed with arranger.ly

2022-07-25 Thread Gilles Thibault
Le 2022-07-24 13:38, Eef Weenink a écrit : I need some help to get this nice program really running. I read the manual several times,studied NOTES.ly<http://NOTES.ly> etcetera and now able to get the first parts of music on the correct place. :-) (I am using a score with 6 instruments an

Help needed with arranger.ly

2022-07-24 Thread Eef Weenink
I need some help to get this nice program really running. I read the manual several times,studied NOTES.ly<http://NOTES.ly> etcetera and now able to get the first parts of music on the correct place. :-) (I am using a score with 6 instruments and I am trying to arrange this or other combi

Re: [Help] How to type the symbol for indicating left/right hand

2022-06-15 Thread Robin Bannister
On 15.06.2022 09:37, xurc wrote: Hi all, Is it possible to type this right-angled symbol as seen in the attached image in LilyPond? Here is a recent answer to this question: https://lists.gnu.org/archive/html/lilypond-user/2022-05/msg00449.html Cheers, Robin

Re: Help me get SCORE's slur/tie shape

2022-05-01 Thread Dimitris Marinakis
; something that looks like SCORE. > > I think such a tweak will go pretty deep so if any experts here are > willing to help that would be great. I hope it doesn't have to involve any > C++ to achieve this. > > Abraham Lee created this code "flat-ties-and-slurs" fo

Re: help for midi instruments

2022-04-09 Thread Knute Snortum
On Sat, Apr 9, 2022 at 10:54 AM Dario Marrini wrote: > > thank you, I'm looking at docs, but subjects are a lot and very huge, I'm > trying to survive Let me suggest that you go through just the Learning Manual first. LilyPond does have a steep learning curve but the rewards are many. -- Kn

Re: help for midi instruments

2022-04-09 Thread Dario Marrini
thank you, I'm looking at docs, but subjects are a lot and very huge, I'm trying to survive I would ask about soundfonts too, I'm copying the final of Leonora 3 ouverture, to experiment some MIdi expression effects.I'm interested in Midi rendering to create a beautiful symphonic orchestra soun

Re: help for midi instruments

2022-04-09 Thread Knute Snortum
On Sat, Apr 9, 2022 at 10:00 AM Dario Marrini wrote: > > hi people, hi Gilles, > > can you explain to me the meaning of > << {c1} {s8\> s s\! s\p} >> > ? > I can recognize that, what's 's' ? and what's 's8' ? THen I didn't know the > existence of Edition Engraver, I have to learn how to implement

Re: help for midi instruments

2022-04-09 Thread Dario Marrini
hi people, hi Gilles, can you explain to me the meaning of << {c1} {s8\> s s\! s\p} >> ? I can recognize that, what's 's' ? and what's 's8' ? THen I didn't know the existence of Edition Engraver, I have to learn how to implement it and use it, can you post some code lines for understanding it? ma

Re: help for midi instruments

2022-04-03 Thread Dario Marrini
I thank you all guys, I'll try following your suggestions cheers Il giorno sab 2 apr 2022 alle ore 20:31 Guy Stalnaker ha scritto: > Gilles, > > That aligns with my understanding of how midi works. Your example creates > a sequence of "notes" with decreasing midi "attack pressure" to simulate a

Re: help for midi instruments

2022-04-02 Thread Guy Stalnaker
Gilles, That aligns with my understanding of how midi works. Your example creates a sequence of "notes" with decreasing midi "attack pressure" to simulate a whole note descrendo. Thanks. -- “Happiness is the meaning and the purpose of life, the whole aim and end of human existence.” ― Aristotl

Re: help for midi instruments

2022-04-02 Thread Gilles Sadowski
Le sam. 2 avr. 2022 à 18:29, Guy Stalnaker a écrit : > > Curious question if I may. Respondents in this thread suggest something is > possible I thought was not possible. Is it true that putting on a whole note > crescendo or decrescendo dynamics > > c1\> ... \p > > creates midi output with incr

Re: help for midi instruments

2022-04-02 Thread Guy Stalnaker
Curious question if I may. Respondents in this thread suggest something is possible I thought was not possible. Is it true that putting on a whole note crescendo or decrescendo dynamics c1\> ... \p creates midi output with increasing or decreasing loudness for the duration of that note? It was m

Re: help for midi instruments

2022-04-02 Thread Kieren MacMillan
Hi Gilles, > What's the incantation equivalent to Knute's template? With a MWE, it's not worth the overhead of course. ;) But in a RWE… once you've included the EE in your project, added an edition (e.g., v1), and assigned the MIDI score an id (e.g. midi), then you could say, for example, \e

Re: help for midi instruments

2022-04-02 Thread Gilles Sadowski
Le sam. 2 avr. 2022 à 17:01, Kieren MacMillan a écrit : > > Hi all, > > > is there a way to create [MIDI dynamics], but then keeping them hidden on > > the score, leaving just normal dynamic sign? > > A perfect use-case for the Edition Engraver. :) What's the incantation equivalent to Knute's t

Re: help for midi instruments

2022-04-02 Thread Kieren MacMillan
Hi all, > is there a way to create [MIDI dynamics], but then keeping them hidden on the > score, leaving just normal dynamic sign? A perfect use-case for the Edition Engraver. :) Cheers, Kieren.

Re: help for midi instruments

2022-04-02 Thread Knute Snortum
On Sat, Apr 2, 2022 at 5:11 AM Gilles Sadowski wrote: > Le sam. 2 avr. 2022 à 01:19, Dario Marrini a écrit : [snip] > > to give some 'human behavior' to midi rendering, I should create a lot of > > dynamics signs, even where they are not present; is there a way to create > > them, but then keep

Re: help for midi instruments

2022-04-02 Thread Gilles Sadowski
Hello. Le sam. 2 avr. 2022 à 01:19, Dario Marrini a écrit : > > hi guys, > I want to copy an orchestral part (as attachemento render it to midi file; > I'm quite newbie about midi, and I'd know if it's possible to perform some > things : > > i choose 'string ensemble 1' as midi instrument, but

Re: Need help with \force-hshift or \shiftO... (off, on, onn, onnn, etc.)

2022-03-28 Thread Kevin Cole
On Mon, Mar 28, 2022 at 4:42 AM Paul Hodges wrote: > > I think you mean \mergeDifferentlyDotted > >> From: Mats Bengtsson >> >> You don't happen to have a \mergeDifferentlyHeadedOn somewhere in your full >> score code, do you? Ah. I had both: Due to my continued inability to hold the whole of i

Re: Need help with \force-hshift or \shiftO... (off, on, onn, onnn, etc.)

2022-03-28 Thread Paul Hodges
I think you mean \mergeDifferentlyDotted Paul From: Mats Bengtsson To: , Kevin Cole Sent: 28/03/2022 7:50 Subject: Re: Need help with \force-hshift or \shiftO... (off, on, onn, onnn, etc.) On 2022-03-28 03:54, Kevin Cole wrote: Ah. I think

Re: Need help with \force-hshift or \shiftO... (off, on, onn, onnn, etc.)

2022-03-27 Thread Mats Bengtsson
On 2022-03-28 03:54, Kevin Cole wrote: Ah. I think you're right. And, when I do what you suggested in the minimal example, it works as described: Your example looks like the image I sent. But when I inject it into the full score I get the attached, which still

Re: Need help with \force-hshift or \shiftO... (off, on, onn, onnn, etc.)

2022-03-27 Thread Kevin Cole
On Sun, Mar 27, 2022 at 5:04 PM Carl Sorensen wrote: > > On Sun, Mar 27, 2022 at 2:01 PM Kevin Cole wrote: >> >> In my more-than-minimal example, the b16 from the first voice gets >> merged with the b8. from the second voice. When I tried to create a >> minimum (non-working) example, the two didn

RE: Need help with \force-hshift or \shiftO... (off, on, onn, onnn, etc.)

2022-03-27 Thread Mark Stephen Mrotek
@gnu.org] On Behalf Of Kevin Cole Sent: Sunday, March 27, 2022 1:01 PM To: lilypond-user mailinglist Subject: Need help with \force-hshift or \shiftO... (off, on, onn, onnn, etc.) In my more-than-minimal example, the b16 from the first voice gets merged with the b8. from the second voice. When I

Re: Need help with \force-hshift or \shiftO... (off, on, onn, onnn, etc.)

2022-03-27 Thread Carl Sorensen
On Sun, Mar 27, 2022 at 2:01 PM Kevin Cole wrote: > In my more-than-minimal example, the b16 from the first voice gets > merged with the b8. from the second voice. When I tried to create a > minimum (non-working) example, the two didn't merge. But, what I want > below is for the b8. from the firs

Need help with \force-hshift or \shiftO... (off, on, onn, onnn, etc.)

2022-03-27 Thread Kevin Cole
In my more-than-minimal example, the b16 from the first voice gets merged with the b8. from the second voice. When I tried to create a minimum (non-working) example, the two didn't merge. But, what I want below is for the b8. from the first voice to merge with the b8. from the second voice. In oth

RE: Help with ties and accidentals

2022-03-26 Thread Mark Stephen Mrotek
Keith, Been there, done that. You are welcome. Continue to play with Lilypond. It shall reward your efforts. Mark From: KEITH LYNN [mailto:klyn...@comcast.net] Sent: Saturday, March 26, 2022 7:00 PM To: Mark Stephen Mrotek ; Lilypond-User Mailing List Subject: RE: Help with ties

RE: Help with ties and accidentals

2022-03-26 Thread KEITH LYNN
Thanks for your help Mark. I think my fundamental problem was I forgot the rule that an accidental on a note stays in effect for the whole measure. I really appreciate your help. > On 03/26/2022 9:46 PM Mark Stephen Mrotek wrote: > > > > Keith, > > >

RE: Help with ties and accidentals

2022-03-26 Thread Mark Stephen Mrotek
Keith, See the attached. Mark From: KEITH LYNN [mailto:klyn...@comcast.net] Sent: Saturday, March 26, 2022 6:28 PM To: Mark Stephen Mrotek ; Lilypond-User Mailing List Subject: RE: Help with ties and accidentals Sorry for the mistake on the links Original - Music <h

RE: Help with ties and accidentals

2022-03-26 Thread Mark Stephen Mrotek
Subject: RE: Help with ties and accidentals Sorry for the mistake on the links Original - Music <http://69.246.129.36/002.jpg> Lilypond Input - Input <http://69.246.129.36/input1.jpg> Ouput - Output <http://69.246.129.36/input2.jpg> On 03/26/2022 9:12 PM KEIT

RE: Help with ties and accidentals

2022-03-26 Thread Mark Stephen Mrotek
: Help with ties and accidentals Mark, I'm trying to reproduce the following sheet music Original <http://69.246.129.36/002.jpg> I'm using this code to try to produce it Lilypond file <http://69.246.129.36/002.jpg> And it's produc

RE: Help with ties and accidentals

2022-03-26 Thread KEITH LYNN
t; > > > > > > > Keith, > > > > > > > > Please provide a minimum working code of what you want. > > > > > > > > Mark > > > > > > > > F

Re: Help with ties and accidentals

2022-03-26 Thread David Kastrup
KEITH LYNN writes: > Mark, > I'm trying to reproduce the following sheet music > > Original http://69.246.129.36/002.jpg > > I'm using this code to try to produce it > > Lilypond file http://69.246.129.36/002.jpg > > And it's producing this result > > Output http://69.246.129.36/002.jpg > That's

RE: Help with ties and accidentals

2022-03-26 Thread KEITH LYNN
code of what you want. > > > > Mark > > > > From: KEITH LYNN [mailto:klyn...@comcast.net] > Sent: Saturday, March 26, 2022 3:22 PM > To: Mark Stephen Mrotek > Subject: RE: Help with ties and accidentals > > > Thanks Mark. Is there a way

Re: Help with ties and accidentals

2022-03-26 Thread David Kastrup
KEITH LYNN writes: > I am having trouble trying to produce a tie between a flat note and a > non flat note of the same pitch. That sounds like a misunderstanding of what "tie" means. Ties are used for connecting several notes of the same pitch into a single note of the combined duration. Howev

RE: Help with ties and accidentals

2022-03-26 Thread Mark Stephen Mrotek
Keith, Please provide a minimum working code of what you want. Mark From: KEITH LYNN [mailto:klyn...@comcast.net] Sent: Saturday, March 26, 2022 3:22 PM To: Mark Stephen Mrotek Subject: RE: Help with ties and accidentals Thanks Mark. Is there a way to prevent the natural symbol

Help with ties and accidentals

2022-03-26 Thread KEITH LYNN
I am having trouble trying to produce a tie between a flat note and a non flat note of the same pitch. For example, I want to tie a bes to a b, but instead of producing the tie symbol, it places a natural symbol in front of the second note. How do I stop that? Thanks.

Re: help (Windows 10 downloads)

2022-03-25 Thread Karlin High
On 3/25/2022 11:25 AM, Felix Maude wrote: i have the windows 10, I keep getting a message can't load is it safe, please inform what I may do to resolve this really need the program. Microsoft often considers unfamiliar downloaded executables as "guilty until proven innocent." Where it says t

Re: help

2022-03-25 Thread Jacques Menu
Hello Felix, Not clear: what is it you call the lily extension program? JM > Le 25 mars 2022 à 17:25, Felix Maude a écrit : > > Dear sirs: I'm not able to download lilypond extension , program, i have the > windows 10, I keep getting a message can't load is it safe, please inform > what I m

help

2022-03-25 Thread Felix Maude
Dear sirs: I'm not able to download lilypond extension , program, i have the windows 10, I keep getting a message can't load is it safe, please inform what I may do to resolve this really need the program. Thanks, Philip (928)344-4261

Re: Help in the design of the work.

2022-03-07 Thread Reuben Kagan
ut { indent = 40 } } On Mon, Mar 7, 2022 at 9:43 PM Виноградов Юрий 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 where to start. Or rather, I know how to do > everything related to the notes, but I don't kn

Re: Help in the design of the work.

2022-03-07 Thread Shane Brandes
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 have no clue what you try to achiev

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

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: [HELP] Change notehead font-size depending on note duration

2022-03-01 Thread Valentin Petzel
I understand. Maybe we could make sure to evaluate relevant properties in music_font_alist_chain should they be a callback? Alternatively we might also change the internal callback structure. Kind of if a property is a callback ((grob) ...) we might wrap it into a function like (() ((grob) ...)

Re: [HELP] Change notehead font-size depending on note duration

2022-03-01 Thread Jean Abou Samra
Le 01/03/2022 à 20:34, Valentin Petzel a écrit : Hello Robert, the problem here is that the font-size property of the NoteHead is not evaluated. (This happens from time to time, and I’m not sure why this is so.) Look at Font_interface::get_default_font. It takes a property alist chain from t

RE: [HELP] Change notehead font-size depending on note duration

2022-03-01 Thread Robert Mengual
: lilypond-user@gnu.org CC: Robert Mengual Asunto: Re: [HELP] Change notehead font-size depending on note duration Hello Robert, the problem here is that the font-size property of the NoteHead is not evaluated. (This happens from time to time, and I’m not sure why this is so.) To get your callback

Re: [HELP] Change notehead font-size depending on note duration

2022-03-01 Thread Valentin Petzel
I am facing a challenge in which I have been stuck already 7 days. I am > sending this email as my last hope to get this done or at least receive any > assistance that allows me to move forward. I really hope you can help me. > > Find attached a Tiny.ly, I did the same for changing thing

Re: [HELP] Change notehead font-size depending on note duration

2022-03-01 Thread David Kastrup
Robert Mengual writes: > Hello everyone, > > I am facing a challenge in which I have been stuck already 7 days. I > am sending this email as my last hope to get this done or at least > receive any assistance that allows me to move forward. I really hope > you can help me. &

[HELP] Change notehead font-size depending on note duration

2022-03-01 Thread Robert Mengual
Hello everyone, I am facing a challenge in which I have been stuck already 7 days. I am sending this email as my last hope to get this done or at least receive any assistance that allows me to move forward. I really hope you can help me. Find attached a Tiny.ly, I did the same for changing

Re: A little help

2022-02-27 Thread Rip _Mus
Thank you Valentin, this is really perfect! Il dom 27 feb 2022, 13:50 Valentin Petzel ha scritto: > Hello, please keep the list in CC, > > if you want to have actual stems that is of course fine. But then I’d > simply do > this: > > giu = \new Staff = "giu" { > \relative c' { > << >

Re: A little help

2022-02-27 Thread Valentin Petzel
Hello, please keep the list in CC, if you want to have actual stems that is of course fine. But then I’d simply do this: giu = \new Staff = "giu" { \relative c' { << {b4 a g f} \new Dynamics \with { \accepts Voice \defaultchild "Voice" \override NoteHead.Y-

Re: A little help

2022-02-27 Thread K. Blum
. Does that help? Cheers, Klaus %--- \version "2.22.1" su = \new Staff = "su" {   \relative c' {c4 d e f} } giu = \new Staff = "giu" {   \relative c' { b4 a g f } } \score {   \new PianoStaff <<

Re: A little help

2022-02-27 Thread K. Blum
Hello, Am 27.02.2022 um 06:03 schrieb lilypond-user-requ...@gnu.org: In a PianoStaff, transiently, I insert a new staff above the left hand to create a kind of "tactus" reference (widely used in contemporary music). did you already search the notation reference for "Grid_line_span_engraver"? h

Re: A little help

2022-02-27 Thread Valentin Petzel
Hello, Doing it your way you can simply use \new Dynamics \with { \consists Stem_engraver \consists Note_heads_engraver \override NoteHead.stencil = #point-stencil alignAboveContext = "giu"} which requires a bit less tuning than getting a Staff to behave not like

A little help

2022-02-26 Thread Rip _Mus
Hello everyone, I have prepared a minimal example (attached) to explain my problem. In a PianoStaff, transiently, I insert a new staff above the left hand to create a kind of "tactus" reference (widely used in contemporary music). I wonder how I can do to decrease the excessive distance between the

Re: help!

2022-02-01 Thread Valentin Petzel
Hello Jean, Again I have learned something from you, thank you very much. Best, Valentin Am Dienstag, 1. Februar 2022, 23:04:45 CET schrieb Jean Abou Samra: > Le 01/02/2022 à 18:34, Valentin Petzel a écrit : > > Thank you. As it seems prior to 2.23 the Volta Bracket engraver would > > override t

Re: help!

2022-02-01 Thread Jean Abou Samra
Le 01/02/2022 à 18:34, Valentin Petzel a écrit : Thank you. As it seems prior to 2.23 the Volta Bracket engraver would override the text property even if you had manually specified this. So we can either directly modify this in the repeat command (which I consider a bit ugly), or try some work

Re: help!

2022-02-01 Thread Valentin Petzel
} > } > > С уважением, > Виноградов Юрий. > > > > 01.02.2022, 18:29, "Valentin Petzel" : > Please keep the list in the addressates. > > VoltaBracket should not have a space in between. If you do have that, can > you tell if this output

Re: help!

2022-02-01 Thread Виноградов Юрий
tzel" <valen...@petzel.at>: Please keep the list in the addressates.  VoltaBracket should not have a space in between. If you do have that, can you tell if this outputs ans error?  Valentin01.02.2022 15:58:25 Виноградов Юрий <hagrid@yandex.ru>:  Hello. I figured out the sign. It

Re: help!

2022-02-01 Thread Виноградов Юрий
elped. And that part of the code " \once\override Score.Volta Bracket.text = \markup\smaller"bla bla" " This part of the code does not work. You can offer another option. Thank you for your help!  С уважением,Виноградов Юрий.   01.02.2022, 11:52, "Valentin Petzel&q

Re: help!

2022-02-01 Thread Valentin Petzel
адов Юрий : > > Hello. I figured out the sign. It helped. And that part of the code " > \once\override Score.Volta Bracket.text = \markup\smaller"bla bla" " This > part of the code does not work. You can offer another option. Thank you for > your help! >

Re: help!

2022-02-01 Thread Valentin Petzel
ce\override Score.Volta Bracket.text = \markup\smaller"bla bla" " This > part of the code does not work. You can offer another option. Thank you for > your help! >   >   > С уважением, > Виноградов Юрий. >   >   >   > 01.02.2022, 11:52, "Valentin Petzel

Re: help!

2022-02-01 Thread Valentin Petzel
> \once\override Score.VoltaBracket.shorten-pair = #'(0.1 . 1.1) > g' a' b' c'' \mark\markup\smaller\musicglyph #"scripts.segno" > } > { > \once\override Score.VoltaBracket.shorten-pair = #'(2.2 . -0.1) >

Re: help!

2022-02-01 Thread Valentin Petzel
#"scripts.segno" } { \once\override Score.VoltaBracket.shorten-pair = #'(2.2 . -0.1) c'1 } } } Cheers, Valentin Am Montag, 31. Jänner 2022, 16:55:43 CET schrieb Виноградов Юрий: > Hello. Help please. I have two volts of repetition. You need to put a segn

Re: help!

2022-02-01 Thread Виноградов Юрий
Okey.Юрий Виноградов10:36, 1 февраля 2022 г., Jacques Menu :Hello Виноградов,It will be easier for the people on this list to help you if you provide a minial working example (MWE).JM Le 31 janv. 2022 à 16:55, Виноградов Юрий <hagrid@yandex.ru> a écrit :  Hello. Help please. I have two

Re: help!

2022-02-01 Thread Pierre Perol-Schneider
    s2*3     \alternative {   { g4 f8 g e2 }   { g4 b8 a g2 \fermata }     }   }     }   >>   \layout {} } Cheers, Pierre Le 31/01/2022 à 16:55, Виноградов Юрий a écrit :

Re: help!

2022-01-31 Thread Jacques Menu
Hello Виноградов, It will be easier for the people on this list to help you if you provide a minial working example (MWE). JM > Le 31 janv. 2022 à 16:55, Виноградов Юрий a écrit : > > Hello. Help please. I have two volts of repetition. You need to put a segno > sign between them

help!

2022-01-31 Thread Виноградов Юрий
Hello. Help please. I have two volts of repetition. You need to put a segno sign between them. Example on the screenshot.I am grateful to you in advance.  С уважением,Виноградов Юрий. 

Re: Help with beaming

2021-12-17 Thread Jean Abou Samra
Le 17/12/2021 à 21:19, Paul McKay a écrit : Hi Can someone show me where I'm going wrong with the following. The piece is in 2/4. I would like the default beaming for some sections (where there are lots of eighth notes) to group them in whole bars but in sections where there are lots of fas

Help with beaming

2021-12-17 Thread Paul McKay
Hi Can someone show me where I'm going wrong with the following. The piece is in 2/4. I would like the default beaming for some sections (where there are lots of eighth notes) to group them in whole bars but in sections where there are lots of faster notes, then a beam ought only to span a quarter

Re: Fwd: Fwd: Help

2021-11-27 Thread Jean Abou Samra
Le 27/11/2021 à 17:01, Leonid Hrabovsky a écrit : Hello Jean, I am lost - I cannot get what was wrong with my explanations to you that you didn't understand the details. In the PDF I attached to my last letter, there are two lines of equal height, and I need the third line of the same height

Re: Fwd: Fwd: Help

2021-11-27 Thread Leonid Hrabovsky
uilt of 90 degrees angles. The >>> > third one, a wavy line, shall be of the same height as these two, and >>> > I am looking for a way to obtain it. >>> > Attaching this PDF again right now. >>> > >>> > Regards >>> >>>

Re: Fwd: Fwd: Help

2021-11-26 Thread Jean Abou Samra
\draw-squiggle-line command I mentioned earlier does? If not, how is what you want different? Right now, I don't see what you envision. It would greatly help if you could draw it on a piece of paper and send a picture, or make a visual in whatever drawing software you like. Best, Jean

Re: Fwd: Fwd: Help

2021-11-26 Thread Leonid Hrabovsky
Hello Jean, Answering the letter of Aaron, I attached my PDF with two lines - one built of arches and another angulary built of 90 degrees angles. The third one, a wavy line, shall be of the same height as these two, and I am looking for a way to obtain it. Attaching this PDF again right now. Re

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: 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: 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

Re: Fwd: Fwd: Help

2021-11-25 Thread Leonid Hrabovsky
ttach to this letter the PDF with these two lines. Now may I ask you to help me build my third line - the waving one - of the same size and proportions? My best regards and gratitude - *Леонід - Leonid* <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-

Re: Fwd: Fwd: Help

2021-11-25 Thread Leonid Hrabovsky
tm_campaign=sig-email&utm_content=webmail&utm_term=link> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> On Thu, Nov 25, 2021 at 5:17 AM Jean Abou Samra wrote: > > > From: Leonid Hrabovsky > > Date: Wed, Nov 24, 2021 at 11:50 PM > > Subject: Re: Fwd: Help > >

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" #(def

Fwd: Fwd: Help

2021-11-24 Thread Leonid Hrabovsky
Sorry for not including CC in my letter to Jean Abou Samra !.. *Леонід - Leonid* -- Forwarded message - 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

Re: Fwd: Help

2021-11-21 Thread Leonid Hrabovsky
Thank you! Sorry for omitting the option of answer to Mailing List - bit I was sure that it is going by default... will look at it. *Леонід - Leonid* On Sun, Nov 21, 2021 at 10:52 AM Jean Abou Samra wrote: > Le 21/11/2021 à 15:50, Leonid Hrabovsky a écrit : > > Jean, there is the log of my at

Re: Fwd: Help

2021-11-21 Thread Jean Abou Samra
Le 21/11/2021 à 15:50, Leonid Hrabovsky a écrit : Jean, there is the log of my attempt to do your code - # -*-compilation-*- Processing `C:/Users/LH/Documents/Scores/LilyPond Scores/Hrabovsky Lines Test-1.ly' Parsing... error: program too old: 2.20.0 (file requires: 2.22.1) Finding the ideal nu

Re: Help

2021-11-21 Thread Thomas Morley
Again, please keep the list cc'ed. I don't like private mails for LilyPond-support. For your pupose, as far as I understand it, I'd go for a different coding: Basically, combine two circles to build the new NoteHead. You surely want to adjust 'stem-attachment as well: { \override NoteHead.stem-

Re: Fwd: Help

2021-11-21 Thread Leonid Hrabovsky
Thanks! Mille merci, Jean, I will try it after implementing the corrections from Thomas Morley letter. Will keep in touch with you. Best, *Леонід - Leonid* On Sun, Nov 21, 2021 at 5:59 AM Jean Abou Samra wrote: > Hi Leonid, > > Regarding your last request: > > Le 20/11/2021 à 03:17, Leonid H

Re: Fwd: Help

2021-11-21 Thread Jean Abou Samra
Hi Leonid, Regarding your last request: Le 20/11/2021 à 03:17, Leonid Hrabovsky a écrit : 3) I see (=guess) that tweaking with numerical data of the /squiggleLine/ (in order to enlarge it strictly proportionally when preserving its angles and/or curvatures) will create the two types of hori

Re: Help

2021-11-21 Thread Thomas Morley
he right tool for this purpose, it's for single notes, notes in a chord or even the whole chord, but not for framed groups of notes. Did you try the frame-engraver? If you have difficulties to get it work or want to tweak the appearance, the list may be able to help. Cheers, Harm

Re: Help

2021-11-21 Thread Thomas Morley
Am So., 21. Nov. 2021 um 01:58 Uhr schrieb Leonid Hrabovsky : > > Hi Thomas, here is my attempt to make a new notehead out of the grob > neomensural94 - > > \version "2.20.0" > \language "english" > >\score { > \new Staff { > > MyNoteHeads = \override NoteHead.stencil = \musiglyph >

Re: Help

2021-11-20 Thread Jean Abou Samra
Le 20/11/2021 à 21:46, Carl Sorensen a écrit : From: Leonid Hrabovsky Date: Saturday, November 20, 2021 at 9:58 AM To: Werner LEMBERG Cc: "kie...@kierenmacmillan.info" , "j...@abou-samra.fr" , "lilypond-user@gnu.org" , Carl Sorensen Subject: Re: Help Agr

Re: Help

2021-11-20 Thread Carl Sorensen
From: Leonid Hrabovsky Date: Saturday, November 20, 2021 at 9:58 AM To: Werner LEMBERG Cc: "kie...@kierenmacmillan.info" , "j...@abou-samra.fr" , "lilypond-user@gnu.org" , Carl Sorensen Subject: Re: Help Agreed! Nevetheless, in my modest opinion, the

Re: Help

2021-11-20 Thread Thomas Morley
Am Sa., 20. Nov. 2021 um 14:08 Uhr schrieb Leonid Hrabovsky : > it is VERY concerning that even then the section on modern notation was empty > at that time - and remains empty today http://lilypond.org/doc/v2.22/Documentation/notation/graphical-notation commit b58377f1eb6af0add4e1d20c1cd36f703

Re: Help

2021-11-20 Thread Valentin Petzel
Hello Leonid, even if you do not know how to implement this yourself, one way you could help in getting there is to find these features you think should be canon and give us some details on them. It just increases the probability that someone takes interest in this if can say "It would be

Re: Help

2021-11-20 Thread Jean Abou Samra
Le 20/11/2021 à 17:57, Leonid Hrabovsky a écrit : Agreed! Nevetheless, in my modest opinion, the easiness of modern notation in LilyPond would be greatly upgraded if one might take the book of Edgard Karkoschka on the XX century notation and check out most common features used by all composers

<    1   2   3   4   5   6   7   8   9   10   >