Re: Vertical placement ChoirStaff

2023-02-08 Thread Lukas-Fabian Moser
Hi Johannes, Am 08.02.23 um 14:05 schrieb Johannes Roeßler: Hi Group, I'd like to know how I can place a staff group vertically centered on a page. I don't want to use "ragged bottom" or the system group to be stretched - just centered vertically. I hope you understand, what I'm trying to

Re: Duplicate marks with removed Staves (frenched)

2023-02-08 Thread Saul Tobin
Hi Simon, Is there a reason to have the marks in a child context rather than just a simultaneous music variable? Saul On Wed, Feb 8, 2023 at 10:24 AM Simon Albrecht wrote: > Hello everyone, > > I am working on a large score with several ChoirStaves and want to have > BarNumbers and Marks in th

Re: music function playing well with context

2023-02-08 Thread Jean Abou Samra
On 08/02/2023 20:00, Alberto Simões wrote: > I get a >   Unbound variable: when > may it be the lilypond version? running 2.22 here. > THanks when was added in Guile 2, which LilyPond 2.24 uses while LilyPond 2.22 is on Guile 1. But I really recommend upgrading to 2.24. OpenPGP_signature Descr

Re: music function playing well with context

2023-02-08 Thread Alberto Simões
On Wed, Feb 8, 2023 at 7:00 PM Alberto Simões wrote: > > > On Wed, Feb 8, 2023 at 6:57 PM Alberto Simões > wrote: > >> >> >> On Wed, Feb 8, 2023 at 6:50 PM Jean Abou Samra >> wrote: >> >>> On 08/02/2023 19:45, Alberto Simões wrote: >>> >>> > I just noticed this does not support chords: \myT f

Re: music function playing well with context

2023-02-08 Thread Alberto Simões
On Wed, Feb 8, 2023 at 6:57 PM Alberto Simões wrote: > > > On Wed, Feb 8, 2023 at 6:50 PM Jean Abou Samra wrote: > >> On 08/02/2023 19:45, Alberto Simões wrote: >> >> > I just noticed this does not support chords: \myT f >> > While I can do that manually (just a couple of cases) it would be nic

Re: music function playing well with context

2023-02-08 Thread Alberto Simões
On Wed, Feb 8, 2023 at 6:50 PM Jean Abou Samra wrote: > On 08/02/2023 19:45, Alberto Simões wrote: > > > I just noticed this does not support chords: \myT f > > While I can do that manually (just a couple of cases) it would be nice > to learn how to handle these cases. > > Would it be possible?

Re: music function playing well with context

2023-02-08 Thread Jean Abou Samra
On 08/02/2023 19:45, Alberto Simões wrote: > I just noticed this does not support chords: \myT f > While I can do that manually (just a couple of cases) it would be nice to > learn how to handle these cases. > Would it be possible? Chords are distinguished by having the music class 'event-chor

Re: music function playing well with context

2023-02-08 Thread Alberto Simões
Hi On Tue, Feb 7, 2023 at 9:07 PM Jean Abou Samra wrote: > > \version "2.24.0" > > myT = > #(define-music-function (pa pb) (ly:music? ly:music?) >(ly:music-set-property! pa 'duration #{ 4 #}) >(ly:music-set-property! pb 'duration #{ 8 #}) > #{ \tuplet 3/2 { #pa #pb } #}) > > { > \m

Duplicate marks with removed Staves (frenched)

2023-02-08 Thread Simon Albrecht
Hello everyone, I am working on a large score with several ChoirStaves and want to have BarNumbers and Marks in the middle as well. However, when I use \RemoveEmptyStaves, removed Staves still have their BarNumbers etc. How can I solve this without hard-coding where the Staves are removed? O

RE: Installation of Lilypond 2.24.0 on a Windows 11 computer

2023-02-08 Thread tommy_strandberg
Hi Jean, The files are attached. In fact, there are three files where the ScoreExamples_v2.ly calls the file instruments.ily. From the conversion log it seems that certain parts cannot be converted, see below so maybe I've to rewrite quite some parts of my score layout . %{ convert-ly.py

Re: writing score in absolute time

2023-02-08 Thread Jean Abou Samra
On 08/02/2023 09:05, Cordelia wrote: > Yes, I see. Now the warning is gone. > > What I mean is this: > Now I’m start tweaking all the parameters and creating a nice score, but you > can see that each duration line if there’s a note that “superpose” on his > duration, it breaks. > I think it’s ju

Re: Installation of Lilypond 2.24.0 on a Windows 11 computer

2023-02-08 Thread Jean Abou Samra
On 08/02/2023 13:35, tommy_strandb...@web.de wrote: > Hi Jean, > > As I said yesterday, it's working now but I've run the FC_DEBUG you asked for > yesterday, see attachment > "Lilypond2240_isRunningOK_programInHomeDirectory.txt". If it for some reason > will start generating the errors I had t

Re: Clef with Ottava in parenthese

2023-02-08 Thread Werner LEMBERG
> I actually looked, but found this page - > https://lilypond.org/doc/v2.22/Documentation/notation/clef-styles > there it's not mentioned :( https://gitlab.com/lilypond/lilypond/-/merge_requests/1838 Werner

Re: Visible Barline in ChoirStaff

2023-02-08 Thread David Kastrup
Leo Correia de Verdier writes: > Your example doesn’t work because the bars between the staves are in fact not > BarLine grobs, but SpanBar grobs, and they would live in the ChoirStaff > context. > The difference between a ChoirStaff and a StaffGroup is that the Choirstaff > doesn’t contain th

Re: Visible Barline in ChoirStaff

2023-02-08 Thread Johannes Roeßler
excellent! Worked perfect. Your example doesn’t work because the bars between the staves are in fact not BarLine grobs, but SpanBar grobs, and they would live in the ChoirStaff context. The difference between a ChoirStaff and a StaffGroup is that the Choirstaff doesn’t contain the Span_Bar_Engr

Re: Visible Barline in ChoirStaff

2023-02-08 Thread Leo Correia de Verdier
Your example doesn’t work because the bars between the staves are in fact not BarLine grobs, but SpanBar grobs, and they would live in the ChoirStaff context. The difference between a ChoirStaff and a StaffGroup is that the Choirstaff doesn’t contain the Span_Bar_Engraver, that creates them. You

Re: Visible Barline in ChoirStaff

2023-02-08 Thread Johannes Roeßler
thx Jean, yes I want a ChoirStaff - but only at a specific bar one line through ALL voices.. Le 8 févr. 2023 à 16:13, Johannes Roeßler a écrit :  Hi Group, how can I add a visible (in the sense of connecting all staffs) barline in a choirstaff? I tried  \once \override Staff.BarLine.tr

Re: Visible Barline in ChoirStaff

2023-02-08 Thread Jean Abou Samra
> Le 8 févr. 2023 à 16:13, Johannes Roeßler a écrit : > >  > Hi Group, > > how can I add a visible (in the sense of connecting all staffs) barline in a > choirstaff? > > I tried \once \override Staff.BarLine.transparent = ##f \bar "|" > > but o course it doesn't work, for its just in a st

Visible Barline in ChoirStaff

2023-02-08 Thread Johannes Roeßler
Hi Group, how can I add a visible (in the sense of connecting all staffs) barline in a choirstaff? I tried  \once \override Staff.BarLine.transparent = ##f \bar "|" but o course it doesn't work, for its just in a staff... Best regards Johannes

Re: Clef with Ottava in parenthese

2023-02-08 Thread Johannes Roeßler
thx Xavier - I actually looked, but found this page - https://lilypond.org/doc/v2.22/Documentation/notation/clef-styles there it's not mentioned :( - sorry, embarrassing... On Wed, 8 Feb 2023 at 15:26, Johannes Roeßler wrote: > > Hi Group, > > is it possible to create a clef like this: > > Like

Re: Clef with Ottava in parenthese

2023-02-08 Thread Xavier Scheuer
On Wed, 8 Feb 2023 at 15:26, Johannes Roeßler wrote: > > Hi Group, > > is it possible to create a clef like this: > > Like \clef "violin_8" but with the 8 in parentheses? Hello, \clef "violin_(8)" or \clef "treble_(8)" works. They are also mentioned in the documentation: NR 1.1.3 Displaying pitc

Re: Clef with Ottava in parenthese

2023-02-08 Thread Jean Abou Samra
> Le 8 févr. 2023 à 15:27, Johannes Roeßler a écrit : > >  > Hi Group, > > is it possible to create a clef like this: > > > > Like \clef "violin_8" but with the 8 in parentheses? > See the fourth example here: https://lilypond.org/doc/v2.24/Documentation/notation/displaying-pitches#cle

Clef with Ottava in parenthese

2023-02-08 Thread Johannes Roeßler
Hi Group, is it possible to create a clef like this: Like \clef "violin_8" but with the 8 in parentheses? Best regards Johannes

Re: music function playing well with context

2023-02-08 Thread Mats Bengtsson
On 2023-02-07 22:07, Jean Abou Samra wrote: I understand that having a ly:pitch argument, I can only use... pitch But changing it to ly:music?, I am not being able to control the notes duration. This is my first function, so sorry if this is too basic 😄 This is not a dumb question. Try this:

Vertical placement ChoirStaff

2023-02-08 Thread Johannes Roeßler
Hi Group, I'd like to know how I can place a staff group vertically centered on a page. I don't want to use "ragged bottom" or the system group to be stretched - just centered vertically. I hope you understand, what I'm trying to achieve. Thx, Joei

Re: Command Alises

2023-02-08 Thread p
Valentin, thanks for the email below. It's very useful indeed. Not only it clarifies the syntax of pass by copy and by value but also how to interact with the underlying scheme and how to create lilypond code blocks. It was really useful. I am excited to play a bit more with the underlying s

Re: writing score in absolute time

2023-02-08 Thread Cordelia
Yes, I see. Now the warning is gone. What I mean is this: Now I’m start tweaking all the parameters and creating a nice score, but you can see that each duration line if there’s a note that “superpose” on his duration, it breaks. I think it’s just a parameter to turn off, but I cannot figure out