ANN: Spontini-Editor version 1.6

2021-11-18 Thread Paolo Prete
Hello, I just created a new release (1.6) of Spontini-Editor. https://github.com/paopre/Spontini It is still under test: then, it is not yet included inside the "releases" page of the project, but it should already work and you can download it from the main page. The important news of this rele

Instrument name disappears if I start it with a grace note

2021-11-18 Thread Omid Mo'menzadeh
Hello all. I think I just described the problem in the title, but it only happens if I have a multi-voice staff, as the following example demonstrates: %%% \version "2.22.1" \score { \new Staff << \set Staff.instrumentName = \markup \bold "Name" \context Voice = "voice" \relative c'' { \

Re: Instrument name disappears if I start it with a grace note

2021-11-18 Thread Knute Snortum
On Thu, Nov 18, 2021 at 7:54 AM Omid Mo'menzadeh wrote: > > Hello all. > I think I just described the problem in the title, but it only happens if I > have a multi-voice staff, as the following example demonstrates: > > %%% > \version "2.22.1" > \score { > \new Staff << > \set Staff.instrum

Re: Instrument name disappears if I start it with a grace note

2021-11-18 Thread Omid Mo'menzadeh
Thank you! It does work. It's still interesting to see why it happens, and document it if it is the expected behavior. On Thu, Nov 18, 2021 at 7:32 PM Knute Snortum wrote: > On Thu, Nov 18, 2021 at 7:54 AM Omid Mo'menzadeh > wrote: > > > > Hello all. > > I think I just described the problem in

Re: Instrument name disappears if I start it with a grace note

2021-11-18 Thread Knute Snortum
On Thu, Nov 18, 2021 at 8:31 AM Omid Mo'menzadeh wrote: > > Thank you! It does work. > It's still interesting to see why it happens, and document it if it is the > expected behavior. I'm guessing that it has to do with LilyPond's most famous bug, issue #34: https://gitlab.com/lilypond/lilypond/

Re: Instrument name disappears if I start it with a grace note

2021-11-18 Thread Kieren MacMillan
Hi Knute, >> It's still interesting to see why it happens, and document it if it is the >> expected behavior. > I'm guessing that it has to do with LilyPond's most famous bug, issue #34: > https://gitlab.com/lilypond/lilypond/-/issues/34 Yep. \with happens before the first actual score moment, w

Re: Instrument name disappears if I start it with a grace note

2021-11-18 Thread David Kastrup
"Omid Mo'menzadeh" writes: > Hello all. > I think I just described the problem in the title, but it only happens if I > have a multi-voice staff, as the following example demonstrates: > > %%% > \version "2.22.1" > \score { > \new Staff << > \set Staff.instrumentName = \markup \bold "Name"

Re: Delayed Turn

2021-11-18 Thread Leo Correia de Verdier
The beam appears since you have both the hidden note and the others in the same voice. Adding the double backslashes is a shorthand for creating a new voice, but then I needed to override some directions, since this also sets the first voice upwards and the second downwards. \version "2.22.1"

Re: arranger, context voice

2021-11-18 Thread Stefan Thomas
Thanks, I'll check it out. Am Mi., 10. Nov. 2021 um 22:42 Uhr schrieb Gilles Thibault : > > > I would like to understand what is the difference > > beetween > > > >> \new Staff \new Voice \A > >> > > and > > > >> \new Staff \A > >> > > This is not related to arranger.ly : > > This snippet works

Re: Box around MeasureCounter

2021-11-18 Thread Rajesh Baskar
Aaron, Thank you so much, this worked perfectly. On 11/17/2021 7:50 PM, Aaron Hill wrote: \version "2.20.0" boxify = #(define-music-function   (grob-path) (key-list?)   (define proc (grob-transformer 'stencil    (lambda (grob orig) (grob-interpret-markup grob #{     \markup \override #'(

RE: Delayed Turn

2021-11-18 Thread Mark Stephen Mrotek
Jean, Thank you for your reply. Outside staff priority has been removed Attached is a PDF of results. Mark -Original Message- From: Jean Abou Samra [mailto:j...@abou-samra.fr] Sent: Wednesday, November 17, 2021 11:25 PM To: Mark Stephen Mrotek ; lilypond-user@gnu.org Subject: Re: Delaye

Re: Delayed Turn

2021-11-18 Thread Jean Abou Samra
Le 18/11/2021 à 20:53, Mark Stephen Mrotek a écrit : Jean, Thank you for your reply. Outside staff priority has been removed Attached is a PDF of results. Mark Yes, I misread your initial post, sorry. Use Leo's answer instead. Best, Jean

RE: Delayed Turn

2021-11-18 Thread Mark Stephen Mrotek
Leo, Thank you for your reply and suggestion. Please bear with my ignorance. My understanding is that the construct <<{ } { }>> creates two voices. I merely want to use the documentation to achieve a delayed turn. Mark -Original Message- From: Leo Correia de Verdier [mailto:leo.correi

Re: Delayed Turn

2021-11-18 Thread Lukas-Fabian Moser
Hi Mark, Am 18.11.21 um 20:33 schrieb Mark Stephen Mrotek: The beam appears since you have both the hidden note and the others in the same voice. Adding the double backslashes is a shorthand for creating a new voice, but then I needed to override some directions, since this also sets the first v

Re: Delayed Turn

2021-11-18 Thread Lukas-Fabian Moser
Correction: Since we're in a throwaway voice anyway, we don't need all those \once commands: \version "2.23.4" \relative c' {   \time 2/4   \key aes \major   ees'4   \after 8 \new Voice {     \set suggestAccidentals = ##t     \override AccidentalSuggestion.avoid-slur = #'inside     \override A

„Anonymous” properties, deafening engravers and font features

2021-11-18 Thread Valentin Petzel
Hello, I have three ideas for maybe useful features for Lilypond: First, Lilypond is very strict about what values grob/context properties can take. While this is generally a good thing it can be hindering, as properties are more or less hard coded. So I suggest that maybe we could have some so

Re: „Anonymous” properties, deafening engravers and font features

2021-11-18 Thread Lukas-Fabian Moser
Hi Valentin, For example we might have Staves that should behave differently if certain other Staves are present. E.g. if we have some splitted staves and we want to have voices behave differently depending on whether they are in a separate staff or in the common staff. So for this it would be ni

Re: „Anonymous” properties, deafening engravers and font features

2021-11-18 Thread David Kastrup
Valentin Petzel writes: > Hello, > > I have three ideas for maybe useful features for Lilypond: > > First, Lilypond is very strict about what values grob/context > properties can take. While this is generally a good thing it can be > hindering, as properties are more or less hard coded. So I sugg

Re: „Anonymous” properties, deafening engravers and font features

2021-11-18 Thread Jean Abou Samra
Le 18/11/2021 à 21:51, Valentin Petzel a écrit : Hello, I have three ideas for maybe useful features for Lilypond: Let's keep this one here, but next time it would be a good idea to send feature requests to -devel instead. Not all developers read -user. First, Lilypond is very strict about

Re: Delayed Turn

2021-11-18 Thread Leo Correia de Verdier
<< … … >> does only put what’s between the double less/more in parallel, the double backslashes are needed to make the new voices and, as Lukas-Fabian said, setting their directions. > 18 nov. 2021 kl. 20:33 skrev Mark Stephen Mrotek : > > Leo, > > Thank you for your reply and suggestion. >

Re: Instrument name disappears if I start it with a grace note

2021-11-18 Thread Omid Mo'menzadeh
That makes sense. I'll try to stick with the \with notation whenever possible. Thanks for the clear explanation. On Thu, Nov 18, 2021 at 8:23 PM David Kastrup wrote: > "Omid Mo'menzadeh" writes: > > > Hello all. > > I think I just described the problem in the title, but it only happens > if I >

RE: Delayed Turn

2021-11-18 Thread Mark Stephen Mrotek
Lukas-Fabian Thank you for your reply and instructions. I haven't mastered all of the directions in 2.22.1 and downloading 2.23.4 for the benefit of one measure seems a little extreme. So what is the remedy in 2.22.1? Mark -Original Message- From: Lukas-Fabian Moser [mailto:lukasfabianm

Re: Delayed Turn

2021-11-18 Thread Jean Abou Samra
Mark, Le 19/11/2021 à 00:09, Mark Stephen Mrotek a écrit : Lukas-Fabian Thank you for your reply and instructions. I haven't mastered all of the directions in 2.22.1 and downloading 2.23.4 for the benefit of one measure seems a little extreme. So what is the remedy in 2.22.1? Both Leo and Lu

Re: Delayed Turn

2021-11-18 Thread Leo Correia de Verdier
It is not needed there. It’s only needed when the delayed turn occurs inside a beamed group. There might be a point in including such an example in the documentation too, though… > 19 nov. 2021 kl. 00:12 skrev Mark Stephen Mrotek : > > Lukas-Fabian, > > Thank you. > This code works perfectly.

Why does the following bar check fail for measure 3?

2021-11-18 Thread Kevin Cole
Hi, In the following example lyrics, what goes wrong at measure 3? Thanks! \version "2.20.0" \language "english" \header { title = "broken" tagline = "" } \layout { \autoBeamOff } global = { \key c \major \time 3/4 } melody = { \relative { \global g'2 c8. a16 |

Re: Why does the following bar check fail for measure 3?

2021-11-18 Thread David Kastrup
Kevin Cole writes: > Hi, > > In the following example lyrics, what goes wrong at measure 3? > > Thanks! > > > \version "2.20.0" > \language "english" > > \header { > title = "broken" > tagline = "" > } > > \layout { > \autoBeamOff > } > > global = { > \key c \major > \time 3/4 > }

special characters

2021-11-18 Thread Mark Stephen Mrotek
Hello, Where in Frescobaldi 3.1.2 is the drop down that contains special characters, e.g., those with accents. Thank you. Mark