Re: hairpin over bar line and over end of line

2024-06-11 Thread Werner LEMBERG
> >> It's in the "expressive marks" snippets, though I admit I > >> couldn't have found it myself without searching the docs source > >> code. > > > > Could you suggest index entries that I can add to the NR? > > Thank you for following up on this. Paul, the question is addressed to you, too :-

Re: hairpin over bar line and over end of line

2024-06-11 Thread waterhorsemusic
Thank you for following up on this.PaulSent from my Galaxy Original message From: Werner LEMBERG Date: 6/11/24 8:51 PM (GMT-07:00) To: j...@abou-samra.fr Cc: waterhorsemu...@aol.com, lilypond-user@gnu.org Subject: Re: hairpin over bar line and over end of line >> How w

Re: hairpin over bar line and over end of line

2024-06-11 Thread Werner LEMBERG
>> How would I have found that in the documentation? > > It's in the "expressive marks" snippets, though I admit I couldn't > have found it myself without searching the docs source code. Could you suggest index entries that I can add to the NR? Werner

Re: hairpin over bar line and over end of line

2024-06-11 Thread Jean Abou Samra
> How would I have found that in the documentation? It's in the "expressive marks" snippets, though I admit I couldn't have found it myself without searching the docs source code. https://lilypond.org/doc/v2.24/Documentation/snippets/expressive-marks.html#expressive-marks-controlling-spanner-vis

Re: hairpin over bar line and over end of line

2024-06-11 Thread Paul Scott
On 6/11/24 11:50 AM, Jean Abou Samra wrote: \override Hairpin.after-line-breaking = ##f Thank you, Jean How would I have found that in the documentation? Paul

Re: hairpin over bar line and over end of line

2024-06-11 Thread Jean Abou Samra
> Probably a simple answer but how do I get a crescendo in this example to > continue to the next line? \override Hairpin.after-line-breaking = ##f signature.asc Description: This is a digitally signed message part

hairpin over bar line and over end of line

2024-06-11 Thread Paul Scott
Probably a simple answer but how do I get a crescendo in this example to continue to the next line? \version "2.25.16" \fixed c' {   \override Hairpin.to-barline = ##f   a2\< b g4\! r4 r2 %This is what I  want any cresc., etc. to do   a2\< b \break   g4\! r4 r2 } TIA, Paul

Re: aftergrace consistently close to the next bar line

2024-05-05 Thread Knute Snortum
th of the time unit, > so the afterGrace notes should be placed as close as possible to the > following bar line (or time unit), consistently. > > How can I achieve this? > > For example: In the bar (image) above I would like to have the afterGrace > notes eih'' of the

aftergrace consistently close to the next bar line

2024-05-05 Thread jcarll
sible to the following bar line (or time unit), consistently. How can I achieve this? For example: In the bar (image) above I would like to have the afterGrace notes eih'' of the violins at the same x-position (close to the bar line) as the fis' of the third voice. %%% % violin 1

Re: broken bar line across staff

2024-01-31 Thread Knute Snortum
On Wed, Jan 31, 2024 at 6:12 AM Robert Garrigos wrote: > Hi all, > > My first post in this list. > > Is there a way to accomplish this? > > > the bar line across the staff is broken to enable the text to be more > visible > The way I do it is to use whiteout and p

Re: broken bar line across staff

2024-01-31 Thread Xavier Scheuer
On Wed, 31 Jan 2024 at 15:12, Robert Garrigos wrote: > > Hi all, > > My first post in this list. > > Is there a way to accomplish this? > > > the bar line across the staff is broken to enable the text to be more visible Hello, Sure, use the whiteout property. In thi

broken bar line across staff

2024-01-31 Thread Robert Garrigos
Hi all, My first post in this list. Is there a way to accomplish this? the bar line across the staff is broken to enable the text to be more visible Thanks Robert

Re: Encoding Bar, Line breaks into MIDI?

2023-12-19 Thread Stefano Antonelli
Actually, this was a stupid question. Apologies for the noise. The bar line, the line break, and the starting note of the next bar all share the same moment. Which isn't helpful in terms of playing back a video of the score. What's necessary is to interpolate "when the bar is&q

Encoding Bar, Line breaks into MIDI?

2023-12-19 Thread Stefano Antonelli
Hello list, I'd like to encode bar lines and line breaks into the midi output. There are some general purpose midi control change messages that could be abused for this purpose. These general purpose control change messages have id's of 80-84. I don't see a way to use them in the lilypond docum

Re: What's causing this extra bar line and empty bar?

2023-11-20 Thread David Wright
On Mon 20 Nov 2023 at 00:23:45 (+), Robert Hickman wrote: > Good point. I'm using 2.18.2 which is what's in the repo for debian 10. On Mon 20 Nov 2023 at 00:43:59 (+), Robert Hickman wrote: > Updating to the latest version fixed the issue, and also the unwanted > extra space. Problem was j

Re: What's causing this extra bar line and empty bar?

2023-11-19 Thread Robert Hickman
Updating to the latest version fixed the issue, and also the unwanted extra space. Problem was just Debian shipping a very old version for some reason. Thank you for your help. On Mon, 20 Nov 2023 at 00:12, William Rehwinkel wrote: > > Dear Robert, > > in the future, please take care that the mi

Re: What's causing this extra bar line and empty bar?

2023-11-19 Thread Robert Hickman
On Mon, 20 Nov 2023 at 00:12, William Rehwinkel wrote: > > Dear Robert, > > in the future, please take care that the minimal working example does > not contain any undefined symbols that cause errors. Here, simply adding > "strike = \fermata" at the beginning of the file alleviated all these > err

Re: What's causing this extra bar line and empty bar?

2023-11-19 Thread William Rehwinkel via LilyPond user discussion
Dear Robert, in the future, please take care that the minimal working example does not contain any undefined symbols that cause errors. Here, simply adding "strike = \fermata" at the beginning of the file alleviated all these errors, however. After using convert-ly and rendering (using versi

What's causing this extra bar line and empty bar?

2023-11-19 Thread Robert Hickman
Hi people. I'm trying to reproduce the formatting from a tune that started out in ABC notation, which is formatted with line breaks around phrases instead of bars. It is working as intended, except for an empty bar that's showing up after the first repeat sign, and I have no idea what's causing it.

Re: Extend bar line to fit raised staff

2023-08-27 Thread Gerardo Ballabio
e of a line. When the change is at the end of a measure, > > the bar line is aligned with the new staff, leaving the old staff > > partially "open", that is, the bar line doesn't extend over all the > > height of the old staff -- in the example below, the lowermost sp

Re: Extend bar line to fit raised staff

2023-08-26 Thread Xavier Scheuer
On Sat, 26 Aug 2023 at 15:16, Gerardo Ballabio wrote: > > Hello, > I'm using Staff.StaffSymbol.line-positions to raise the staff position > in the middle of a line. When the change is at the end of a measure, > the bar line is aligned with the new staff, leaving the old sta

Extend bar line to fit raised staff

2023-08-26 Thread Gerardo Ballabio
Hello, I'm using Staff.StaffSymbol.line-positions to raise the staff position in the middle of a line. When the change is at the end of a measure, the bar line is aligned with the new staff, leaving the old staff partially "open", that is, the bar line doesn't extend over all t

Re: How to supply missing end-of-system bar line?

2023-07-18 Thread Trevor Bača
On Tue, Jul 18, 2023 at 6:30 PM Jean Abou Samra wrote: > Le mardi 18 juillet 2023 à 18:07 -0400, Trevor Bača a écrit : > > Is this intentional? And, if it is, is there a way to re-supply the > missing bar line? > > > > Yes, and yes. This is a frequent question, so I&#x

Re: How to supply missing end-of-system bar line?

2023-07-18 Thread Jean Abou Samra
Le mardi 18 juillet 2023 à 18:07 -0400, Trevor Bača a écrit : > Is this intentional? And, if it is, is there a way to re-supply the missing > bar line? Yes, and yes. This is a frequent question, so I've wondered a couple times if we should come up with a new command to recommend inst

How to supply missing end-of-system bar line?

2023-07-18 Thread Trevor Bača
Hi, The bar line at the end of the first system below appears to be missing: %%% BEGIN %%% \version "2.25.3" \layout { indent = #0 ragged-right = ##t } { c'4 c'4 c'4 c'4 \bar ".|:" \break c'4 c'4 c'4 c'4 } %%% END %%% Is

Re: Start repeat after Ending bar line

2023-06-22 Thread Stu McKenzie
On 2023-06-21 10:47, dfro wrote: On 6/21/23 13:17, Jean Abou Samra wrote: Le mercredi 21 juin 2023 à 12:55 -0400, dfro a écrit : Hello fellow music engravers, I would like to have a staff system end with an 'ending bar line', then \break the staff, and then have the next st

Re: Start repeat after Ending bar line

2023-06-21 Thread dfro
On 6/21/23 13:17, Jean Abou Samra wrote: Le mercredi 21 juin 2023 à 12:55 -0400, dfro a écrit : Hello fellow music engravers, I would like to have a staff system end with an 'ending bar line', then \break the staff, and then have the next staff system begin with a 'start

Re: Start repeat after Ending bar line

2023-06-21 Thread Jean Abou Samra
Le mercredi 21 juin 2023 à 12:55 -0400, dfro a écrit : > Hello fellow music engravers, > > I would like to have a staff system end with an 'ending bar line', then > \break the staff, and then have the next staff system begin with a > 'start repeat'. >

Start repeat after Ending bar line

2023-06-21 Thread dfro
Hello fellow music engravers, I would like to have a staff system end with an 'ending bar line', then \break the staff, and then have the next staff system begin with a 'start repeat'. The following code causes the first system to have no bar line at the end, and the &#

Re: Bar line at beginning of piece

2022-11-20 Thread Jean Abou Samra
e bar type definition codes which I never actually managed to understand. For example, in scm/bar-line.scm, I read: ;; predefined bar lines ;; ;; definition of bar lines goes as follows: ;; ;; (define-bar-line &quo

Re: Bar line at beginning of piece

2022-11-20 Thread Lukas-Fabian Moser
read up on the bar type definition codes which I never actually managed to understand. For example, in scm/bar-line.scm, I read: ;; predefined bar lines ;; ;; definition of bar lines goes as follows: ;; ;; (define

Re: Bar line at beginning of piece

2022-11-20 Thread Jean Abou Samra
Le 20/11/2022 à 14:51, Lukas-Fabian Moser a écrit : Hi, is there an "idiomatic" way of forcing LilyPond to print a bar line "|" at the beginning of the piece other than doing the hack of adding \grace s1 \bar "|" before the music? [...] Hm. \ver

Bar line at beginning of piece

2022-11-20 Thread Lukas-Fabian Moser
Hi, is there an "idiomatic" way of forcing LilyPond to print a bar line "|" at the beginning of the piece other than doing the hack of adding \grace s1 \bar "|" before the music? My problem is that I need to do this programmatically with a large number of

Re: Inter-staff bar line for ChoirStaff?

2022-03-18 Thread Matthew Fong
Dear Valentine and Jean, Many thanks for the help and documentation. I think once upon a time Aaron or someone else gave me the link. Good to have it again. mattfong On Fri, Mar 18, 2022 at 3:08 PM Valentin Petzel wrote: > Hello Matthew, > > and or can be done by (or ...), like (or somthing1

Re: Inter-staff bar line for ChoirStaff?

2022-03-18 Thread Valentin Petzel
Hello Matthew, and or can be done by (or ...), like (or somthing1 somthing2) (though you can have any amount of arguments). But at some points you might want to do something like this: \version "2.22.2" #(define spanbars '("||" "|." ":|." ".|:" ":|.|:")) \layout { \context { \Choir

Re: Inter-staff bar line for ChoirStaff?

2022-03-18 Thread Jean Abou Samra
Le 18/03/2022 à 22:57, Matthew Fong a écrit : Hello Valentin, Awesome. I've been wanting to learn more Scheme! I just need to figure out OR statements to get a final bar! \version "2.22.2" \layout {    \context { \ChoirStaff \consists Span_bar_engraver \override BarLine

Re: Inter-staff bar line for ChoirStaff?

2022-03-18 Thread Matthew Fong
Hello Valentin, Awesome. I've been wanting to learn more Scheme! I just need to figure out OR statements to get a final bar! Many thanks, mattfong On Thu, Mar 17, 2022 at 7:11 PM Valentin Petzel wrote: > Hello Matthew, > > if you want you can even automatise this: > > \version "2.22.2" > > \l

Re: Inter-staff bar line for ChoirStaff?

2022-03-17 Thread Valentin Petzel
Hello Matthew, if you want you can even automatise this: \version "2.22.2" \layout { \context { \ChoirStaff \consists Span_bar_engraver \override BarLine.allow-span-bar = #(lambda (grob) (equal? (ly:grob-property grob 'glyph) "||")) } } \new Ch

Re: Inter-staff bar line for ChoirStaff?

2022-03-17 Thread Matthew Fong
Dear Jean, Grazie mille! This is exactly what I was looking for: [image: Screen Shot 2022-03-17 at 16.43.13.png] Many thanks, mattfong On Thu, Mar 17, 2022 at 3:55 PM Jean Abou Samra wrote: > > > Le 17/03/2022 à 23:22, Matthew Fong a écrit : > > Hello Jean, > > > > I only want the bar lines in

Re: Inter-staff bar line for ChoirStaff?

2022-03-17 Thread Jean Abou Samra
Le 17/03/2022 à 23:22, Matthew Fong a écrit : Hello Jean, I only want the bar lines interstaff at the double bar, and not at every measure. The purpose is this helps better visually mark the end of a phrase. I'm also trying to avoid Mensurstriche layout, since the choir doesn't seem to l

Re: Inter-staff bar line for ChoirStaff?

2022-03-17 Thread Matthew Fong
Hello Jean, I only want the bar lines interstaff at the double bar, and not at every measure. The purpose is this helps better visually mark the end of a phrase. I'm also trying to avoid Mensurstriche layout, since the choir doesn't seem to like it very much. Many thanks, mattfong On Thu, Mar

Re: Inter-staff bar line for ChoirStaff?

2022-03-17 Thread Jean Abou Samra
Le 17/03/2022 à 23:03, Matthew Fong a écrit : Dear LilyPonders, I'm using ChoirStaff to typeset some SATB vocal music, but for clarity to the singers, I wanted to extend the double bar so that it is also in between the bar lines. The ChoirStaff doesn't allow this per LilyPond documentation

Inter-staff bar line for ChoirStaff?

2022-03-17 Thread Matthew Fong
Dear LilyPonders, I'm using ChoirStaff to typeset some SATB vocal music, but for clarity to the singers, I wanted to extend the double bar so that it is also in between the bar lines. The ChoirStaff doesn't allow this per LilyPond documentation ( https://lilypond.org/doc/v2.23/Documentation/notati

Re: Key change with clef after the bar line?

2022-03-01 Thread Jean Abou Samra
(after a “Fine”), my current bar looks like this: g4^\markup \fontsize #2 \italic "Fin" \bar "||" \set Staff.forceClef = ##t  \key g \minor d8 | However, what happens is that the natural sign is printed on top of the double bar line.  So either I need to not print the n

Re: Key change with clef after the bar line?

2022-03-01 Thread Wols Lists
On 01/03/2022 22:51, Alasdair wrote: However, what happens is that the natural sign is printed on top of the double bar line.  So either I need to not print the natural (which would be my preference), or somehow push the entire new key signature (one natural and two flats) after the clef sign

RE: Key change with clef after the bar line?

2022-03-01 Thread Alasdair
: g4^\markup \fontsize #2 \italic "Fin" \bar "||" \set Staff.forceClef = ##t  \key g \minor d8 | However, what happens is that the natural sign is printed on top of the double bar line.  So either I need to not print the natural (which would be my preference), or somehow pus

Re: Key change with clef after the bar line?

2022-02-27 Thread Alasdair McAndrew
Samra wrote: > Le 27/02/2022 à 08:09, Alasdair McAndrew a écrit : > > In my current project, I'm trying as far as possible to replicate the > > spirit of the original 18th century publication, in which a key change has > > a clef printed, and both after the bar line.

Re: Key change with clef after the bar line?

2022-02-27 Thread Jean Abou Samra
Le 27/02/2022 à 09:31, Jean Abou Samra a écrit : Le 27/02/2022 à 08:09, Alasdair McAndrew a écrit : In my current project, I'm trying as far as possible to replicate the spirit of the original 18th century publication, in which a key change has a clef printed, and both after the bar

Re: Key change with clef after the bar line?

2022-02-27 Thread Jean Abou Samra
Le 27/02/2022 à 08:09, Alasdair McAndrew a écrit : In my current project, I'm trying as far as possible to replicate the spirit of the original 18th century publication, in which a key change has a clef printed, and both after the bar line.  In one piece, there's a segno in the middl

Key change with clef after the bar line?

2022-02-26 Thread Alasdair McAndrew
In my current project, I'm trying as far as possible to replicate the spirit of the original 18th century publication, in which a key change has a clef printed, and both after the bar line. In one piece, there's a segno in the middle of a bar, with such a key change. In standar

Re: Want "Fine" to be right adjacent to the 3rd beat bar line (2/2), not to the left

2022-02-01 Thread Valentin Petzel
\tweak break-visibility #begin-of-line-invisible > > \mark\markup\smaller\smaller\italic"Fine" > > > > } > > > > Cheers, > > Valentin > > > > Am Dienstag, 1. Februar 2022, 04:09:49 CET schrieb Kenneth Wolcott: > > > HI; > > > > > > I want the "Fine" to be right adjacent to the 3rd beat bar line > > > > > > (2/2), not aligned to the left (previous) bar line. > > > > > > Please see the attached screenshots. > > > > > > Thanks, > > > Ken Wolcott signature.asc Description: This is a digitally signed message part.

Re: Want "Fine" to be right adjacent to the 3rd beat bar line (2/2), not to the left

2022-02-01 Thread Kenneth Wolcott
> > > > ragged-right = ##f > > > > > > } > > > > > > { > > > > > > \time 3/4 > > > s2.*2 2.^\markup\italic"Fine" > > > > > > } > > > > > > { > > > > > >

Re: Want "Fine" to be right adjacent to the 3rd beat bar line (2/2), not to the left

2022-02-01 Thread Valentin Petzel
lignment-X #RIGHT \tweak break-visibility #begin-of-line-invisible \mark\markup\smaller\smaller\italic"Fine" } Cheers, Valentin Am Dienstag, 1. Februar 2022, 04:09:49 CET schrieb Kenneth Wolcott: > HI; > > I want the "Fine" to be right adjacent to the 3rd be

Want "Fine" to be right adjacent to the 3rd beat bar line (2/2), not to the left

2022-01-31 Thread Kenneth Wolcott
HI; I want the "Fine" to be right adjacent to the 3rd beat bar line (2/2), not aligned to the left (previous) bar line. Please see the attached screenshots. Thanks, Ken Wolcott

Re: How to increase the distance between the last note of a measure and the following bar line

2021-11-11 Thread Kieren MacMillan
Hi Jean, > At this point, what is needed is input on > precise ways to structure the information. Agreed. I’m getting close to an offer for [power] users… =) Stay tuned! Kieren. Kieren MacMillan, composer (he/him/his) ‣ website: www.kierenmacmillan.info ‣ email:

Re: How to increase the distance between the last note of a measure and the following bar line

2021-11-11 Thread Jean Abou Samra
Le 11/11/2021 à 20:15, Paolo Prete a écrit : On Thu, Nov 11, 2021 at 7:30 PM Carl Sorensen wrote: The thought of having to make a “TimeSignature_wrap”, as opposed to a “Grob_wrap”, is antithetical to the LilyPond core principles.  We insist that, as much as possible, internals d

Re: How to increase the distance between the last note of a measure and the following bar line

2021-11-11 Thread Paolo Prete
On Thu, Nov 11, 2021 at 7:30 PM Carl Sorensen wrote: > > > > The thought of having to make a “TimeSignature_wrap”, as opposed to a > “Grob_wrap”, is antithetical to the LilyPond core principles. We insist > that, as much as possible, internals documentation be created from > executable code, rat

Re: How to increase the distance between the last note of a measure and the following bar line

2021-11-11 Thread Carl Sorensen
From: Paolo Prete Date: Thursday, November 11, 2021 at 11:06 AM To: Jean Abou Samra Cc: Carl Sorensen , Kieren MacMillan , Lilypond-User Mailing List Subject: Re: How to increase the distance between the last note of a measure and the following bar line On Thu, Nov 11, 2021 at 5:33 PM

Re: How to increase the distance between the last note of a measure and the following bar line

2021-11-11 Thread Werner LEMBERG
>>> This appears to me as an additional issue instead a *must do*. >>> Formatting as pdf (or plain text) an API doc with an OO paradygm >>> and plenty of links is IMHO meaningless. I give you a personal >>> advice: don't spend your time in the creation of this kind of >>> document; what now seem

Re: How to increase the distance between the last note of a measure and the following bar line

2021-11-11 Thread Paolo Prete
On Thu, Nov 11, 2021 at 5:33 PM Jean Abou Samra wrote: > > > The standard autodocumentation tools wouldn't help > much either. > > - The bulk of the work is extracting information from >LilyPond's internals. Take predicates. Their mapping >to names is maintained in the code, so we would h

Re: How to increase the distance between the last note of a measure and the following bar line

2021-11-11 Thread Paolo Prete
*Re: How to increase the distance between the last note of a > measure and the following bar line > > > > > > > > On Thu, Nov 11, 2021 at 5:11 PM Carl Sorensen wrote: > > > > > > > > The problem is that part of the source files to be explored are writte

Re: How to increase the distance between the last note of a measure and the following bar line

2021-11-11 Thread Jean Abou Samra
the following bar line I am not managing to convey my meaning across. The Scheme example was _not_ intended to become something outputting documentation for on-the-fly usage in editors. It was meant to be a proof-of-concept for retrieving and structuring the information (rather

Re: How to increase the distance between the last note of a measure and the following bar line

2021-11-11 Thread Carl Sorensen
From: Paolo Prete Date: Thursday, November 11, 2021 at 9:07 AM To: Jean Abou Samra Cc: Carl Sorensen , Kieren MacMillan , Lilypond-User Mailing List Subject: Re: How to increase the distance between the last note of a measure and the following bar line On Thu, Nov 11, 2021 at 3:39 PM

Re: How to increase the distance between the last note of a measure and the following bar line

2021-11-11 Thread Paolo Prete
On Thu, Nov 11, 2021 at 3:39 PM Jean Abou Samra wrote: > Le 11/11/2021 à 15:12, Paolo Prete a écrit : > > I see, but my advice included your Scheme example, which is formatted > > as plain text as well. > > IMHO, a tool that formats on the fly, as a tree or list on the > > standard output in plai

Re: How to increase the distance between the last note of a measure and the following bar line

2021-11-11 Thread Jean Abou Samra
Le 11/11/2021 à 15:41, Aaron Hill a écrit : If it helps to have a data point, I exclusively use the PDF manuals for my reference (apart from searching the code base directly). Yeah, I know that some people prefer PDFs. Personally, it would not even have crossed my mind to search for documentati

Re: How to increase the distance between the last note of a measure and the following bar line

2021-11-11 Thread Kieren MacMillan
Hi Paolo (et al.), For what it’s worth, I can already see how Jean’s "IR Grob Formatting” snippet will be invaluable to me as both a [power] user and a [beginning] developer. I’m going to play around with it to see exactly what output format will be the most helpful — it will probably be two di

Re: How to increase the distance between the last note of a measure and the following bar line

2021-11-11 Thread Aaron Hill
On 2021-11-11 5:50 am, Jean Abou Samra wrote: Le 11/11/2021 à 13:24, Paolo Prete a écrit : This appears to me as an additional issue instead a *must do*. Formatting as pdf (or plain text) an API doc with an OO paradygm and plenty of links is IMHO meaningless. I give you a personal advice: do

Re: How to increase the distance between the last note of a measure and the following bar line

2021-11-11 Thread Jean Abou Samra
Le 11/11/2021 à 15:12, Paolo Prete a écrit : I see, but my advice included your Scheme example, which is formatted as plain text as well. IMHO, a tool that formats on the fly, as a tree or list on the standard output in plain text, a sum of cross links, would be actually unusable in practical c

Re: How to increase the distance between the last note of a measure and the following bar line

2021-11-11 Thread Paolo Prete
On Thu, Nov 11, 2021 at 2:50 PM Jean Abou Samra wrote: > Le 11/11/2021 à 13:24, Paolo Prete a écrit : > > > > This appears to me as an additional issue instead a *must do*. > > Formatting as pdf (or plain text) an API doc with an OO paradygm and > > plenty of links is IMHO meaningless. I give you

Re: How to increase the distance between the last note of a measure and the following bar line

2021-11-11 Thread Jean Abou Samra
Le 11/11/2021 à 13:24, Paolo Prete a écrit : This appears to me as an additional issue instead a *must do*. Formatting as pdf (or plain text) an API doc with an OO paradygm and plenty of links is IMHO meaningless. I give you a personal advice: don't spend your time in the creation of this kin

Re: How to increase the distance between the last note of a measure and the following bar line

2021-11-11 Thread Paolo Prete
On Thu, Nov 11, 2021 at 1:48 AM Jean Abou Samra wrote: > > > > First one would be to add, with small fonts, at the bottom of the > > page, a list of the pairs (as links): class/interface - > > overriden/implemented property, inside an expandible panel (hidden by > > default). > > In this way, IF

Re: How to increase the distance between the last note of a measure and the following bar line

2021-11-10 Thread Jean Abou Samra
Le 11/11/2021 à 01:48, Jean Abou Samra a écrit : Le 10/11/2021 à 22:49, Carl Sorensen a écrit : The code looks way cool.  Unfortunately, I couldn't test it because I only have 2.22 installed, and it doesn't work with 2.22 (perhaps because of guile 1.8) I tested it with the official 2.23.4 bi

Re: How to increase the distance between the last note of a measure and the following bar line

2021-11-10 Thread Jean Abou Samra
Le 10/11/2021 à 22:49, Carl Sorensen a écrit : The code looks way cool. Unfortunately, I couldn't test it because I only have 2.22 installed, and it doesn't work with 2.22 (perhaps because of guile 1.8) I tested it with the official 2.23.4 binaries, which still use Guile 1.8. The failure is

Re: How to increase the distance between the last note of a measure and the following bar line

2021-11-10 Thread Paolo Prete
s, without > > the descriptions, of these properties and this allows you to decide > > whether or not to jump to the page that defines the inherited property > > to try. Mine is a suggestion, and I think it's useful to add it to the > > documentation

Re: How to increase the distance between the last note of a measure and the following bar line

2021-11-10 Thread Kieren MacMillan
etails/description display? i.e., instead of Classes: Item * after-line-breaking (from grob-interface) --- Dummy property, used to trigger callback for @code{after-line-breaking}. * allow-span-bar (from bar-line-interface) -- #t If false, no inter-sta

Re: How to increase the distance between the last note of a measure and the following bar line

2021-11-10 Thread Carl Sorensen
On 11/10/21, 2:37 PM, "lilypond-user on behalf of Jean Abou Samra" wrote: [Kieren] >> The page in the Internals Reference doesn't >> list all the properties that the grob would >> support, only those for which it has a specific >> default. You have to explore the interface

Re: How to increase the distance between the last note of a measure and the following bar line

2021-11-10 Thread Kieren MacMillan
Hi Jean, > Sure. I had full confidence in you. =) > How about the attached? Well… Do you have a version that doesn’t break in 2.22? (I’m on MacOS, and still looking for a workable 2.23 app…) Thanks, Kieren. Kieren MacMillan, composer (he/him/his) ‣ website: w

Re: How to increase the distance between the last note of a measure and the following bar line

2021-11-10 Thread Jean Abou Samra
[Kieren] The page in the Internals Reference doesn't list all the properties that the grob would support, only those for which it has a specific default. You have to explore the interfaces to find other interesting properties that you can tweak. In this case, click "Item" ("This object is of clas

Re: How to increase the distance between the last note of a measure and the following bar line

2021-11-10 Thread Paolo Prete
Thanks. However, when looking for a property or function that might fit what I need, I always check for inherited stuff. In this case, unfortunately, the search is a bit cumbersome and tricky and it's not the first time, especially when the properties are so many and I have to write the code quick

Re: How to increase the distance between the last note of a measure and the following bar line

2021-11-10 Thread Carl Sorensen
t;https://aka.ms/AAb9ysg> From: lilypond-user on behalf of Paolo Prete Sent: Wednesday, November 10, 2021 6:01:18 AM To: Jean Abou Samra Cc: lilypond-user Subject: Re: How to increase the distance between the last note of a measure and the following bar line Th

Re: How to increase the distance between the last note of a measure and the following bar line

2021-11-10 Thread Kieren MacMillan
Hi Jean, > The page in the Internals Reference doesn't > list all the properties that the grob would > support, only those for which it has a specific > default. You have to explore the interfaces to > find other interesting properties that you can > tweak. In this case, click "Item" ("This object

Re: How to increase the distance between the last note of a measure and the following bar line

2021-11-10 Thread Jean Abou Samra
> Le 10/11/2021 14:01, Paolo Prete a écrit : > > > Thanks. > > BTW, in which object is this property documented? > It doesn't appear in > https://lilypond.org/doc/v2.23/Documentation/internals/barline > > ... where I searched before sending my message, > so I guess it's inherited from somethin

Re: How to increase the distance between the last note of a measure and the following bar line

2021-11-10 Thread Paolo Prete
Abou Samra wrote: > Le 10/11/2021 à 00:58, Paolo Prete a écrit : > > Hello, > > > > How can I increase the distance between the last note of a measure and > > the following bar line? > > > > Thanks! > > P > > > extra-spacing-width is a conveni

Re: How to increase the distance between the last note of a measure and the following bar line

2021-11-10 Thread Jean Abou Samra
Le 10/11/2021 à 00:58, Paolo Prete a écrit : Hello, How can I increase the distance between the last note of a measure and the following bar line? Thanks! P extra-spacing-width is a convenient property for this as it does not require you to figure out what the cdr of X-extent would be

How to increase the distance between the last note of a measure and the following bar line

2021-11-09 Thread Paolo Prete
Hello, How can I increase the distance between the last note of a measure and the following bar line? Thanks! P

Re: How to obtain rehearsal mark alignment directly above a bar line?

2021-09-22 Thread Valentin Petzel
wrote: >> >> >> >> On 22 Sep 2021, at 06:19, Kenneth Wolcott wrote: >> >> HI; >> >> How to obtain rehearsal mark alignment directly above a bar line? >> >> I've looked at the results from searching Notation for 'rehearsal

Re: How to obtain rehearsal mark alignment directly above a bar line?

2021-09-22 Thread Kenneth Wolcott
t; > On 22 Sep 2021, at 06:19, Kenneth Wolcott wrote: > > HI; > > How to obtain rehearsal mark alignment directly above a bar line? > > I've looked at the results from searching Notation for 'rehearsal mark" and > the > break-alignable-interface secti

Re: How to obtain rehearsal mark alignment directly above a bar line?

2021-09-21 Thread Hans Aikema
> On 22 Sep 2021, at 06:19, Kenneth Wolcott wrote: > > HI; > > How to obtain rehearsal mark alignment directly above a bar line? > > I've looked at the results from searching Notation for 'rehearsal mark" and > the > break-alignable-interface s

How to obtain rehearsal mark alignment directly above a bar line?

2021-09-21 Thread Kenneth Wolcott
HI; How to obtain rehearsal mark alignment directly above a bar line? I've looked at the results from searching Notation for 'rehearsal mark" and the break-alignable-interface section. I'm attaching an image of one rehearsal mark from the score I'm trying to engrave fro

Re: Adjusting horizontal space from notehead to bar line

2021-08-23 Thread Matthew Fong
Dear Aaron, Brilliant! That was what was missing! Many thanks, mattfong On Mon, Aug 23, 2021 at 6:23 PM Aaron Hill wrote: > On 2021-08-23 4:03 pm, Matthew Fong wrote: > > Hello Hans, LilyPonders, > > > > Thank you! I added the line to my Staff context, and everything worked > > as > > expecte

Re: Adjusting horizontal space from notehead to bar line

2021-08-23 Thread Aaron Hill
On 2021-08-23 4:03 pm, Matthew Fong wrote: Hello Hans, LilyPonders, Thank you! I added the line to my Staff context, and everything worked as expected. \override BarLine.space-alist.next-note = #'(fixed-space . 1.2) I wanted to refine the solution and add space only *after* double-bar lines,

Re: Adjusting horizontal space from notehead to bar line

2021-08-23 Thread Matthew Fong
Hello Hans, LilyPonders, Thank you! I added the line to my Staff context, and everything worked as expected. \override BarLine.space-alist.next-note = #'(fixed-space . 1.2) I wanted to refine the solution and add space only *after* double-bar lines, but adding the following to my bars doesn't see

Re: Adjusting horizontal space from notehead to bar line

2021-08-23 Thread Kees van den Doel
Forgot to reply-all again, sorry. Picture of my problem attached as well.Seems to be caused by the volta repeat bar as the single barlines are OK. [image: Image1.png] On Mon, Aug 23, 2021 at 10:28 AM Kees van den Doel wrote: > I have a similar problem but only in one place and it's worse: the st

Re: Adjusting horizontal space from notehead to bar line

2021-08-23 Thread Hans Aikema
> On 23 Aug 2021, at 17:42, Matthew Fong wrote: > >  > Hello fellow Lilyponders, > > I'm looking around the documentation on NoteHead to Barline spacing, and I'm > not finding much? Any pointers will be helpful. > > My goal is to add a bit more space from the first note to the last Barline

Adjusting horizontal space from notehead to bar line

2021-08-23 Thread Matthew Fong
Hello fellow Lilyponders, I'm looking around the documentation on NoteHead to Barline spacing, and I'm not finding much? Any pointers will be helpful. My goal is to add a bit more space from the first note to the last Barline, for every measure. It seems a bit too close even with the staff size a

Re: Rehearsal mark and fermata over bar line

2021-05-14 Thread Rachel Green
Awesome, thanks! I used the first option. Rachel > On May 11, 2021, at 10:42 AM, Aaron Hill wrote: > > On 2021-05-11 10:03 am, Rachel Green wrote: >> Hi, >> How can I add two marks over a bar line - both a fermata and a >> rehearsal mark? I figured out how to do ea

Re: Rehearsal mark and fermata over bar line

2021-05-11 Thread Aaron Hill
On 2021-05-11 10:03 am, Rachel Green wrote: Hi, How can I add two marks over a bar line - both a fermata and a rehearsal mark? I figured out how to do each separately, but LilyPond will only show one of them. Best, Rachel \version "2.20.0" \relative c { \time 4/4 \clef C c1

Rehearsal mark and fermata over bar line

2021-05-11 Thread Rachel Green
Hi, How can I add two marks over a bar line - both a fermata and a rehearsal mark? I figured out how to do each separately, but LilyPond will only show one of them. Best, Rachel \version "2.20.0" \relative c { \time 4/4 \clef C c1 \mark \default \mark \markup { \

Re: LSR 1118 "Double bar line as system start" currently unapproved

2020-12-28 Thread Thomas Morley
Am Mo., 28. Dez. 2020 um 17:42 Uhr schrieb Jean Abou Samra : > > To the author of said snippet > lsr.di.unimi.it/LSR/Item?u=1&id=1118 > > Thanks for your snippet. > > Though, wouldn't it be much more elegant (and shorter) to get rid of > the stencil-override by setting `systemStartDelimiter` and si

LSR 1118 "Double bar line as system start" currently unapproved

2020-12-28 Thread Jean Abou Samra
To the author of said snippet lsr.di.unimi.it/LSR/Item?u=1&id=1118 Thanks for your snippet. Though, wouldn't it be much more elegant (and shorter) to get rid of the stencil-override by setting `systemStartDelimiter` and simply adjusting some other stuff? Leading to: \version "2.18.2" \layout

  1   2   3   4   5   6   7   >