Question about \include options

2024-01-07 Thread John Helly
Aloha. In reading the documentation about \include (https://lilypond.org/doc/v2.24/Documentation/notation/including-lilypond-files), I find the following sentence but can't find any explanation anywhere about what *#f and #t *are or do.  Can anyone enlighten me, please?  They seem to have som

Re: Help with Measure Numbers

2024-01-07 Thread David Wright
On Mon 08 Jan 2024 at 01:45:32 (+), Karen Billings wrote: > I deleted the commented section, saved the file, and got the same behavior. I > used the file lilypond-8.22.1.mingw, downloaded on 8/8/21, to install > lilypond on this machine. Is that the correct install program? I don't see that

Re: Help with Measure Numbers

2024-01-07 Thread Karen Billings
David, Kieren, and Mario, I deleted the commented section, saved the file, and got the same behavior. I used the file lilypond-8.22.1.mingw, downloaded on 8/8/21, to install lilypond on this machine. Is that the correct install program? Ultimately, the solution was a combination of Kieren's and

Tempo marking doesn't avoid cross-staff slur

2024-01-07 Thread Knute Snortum
I found a weird behavior -- I don't know if it's worthy of an issue or not, but here it is: The tempo marking will not avoid a slur that goes from staff to staff. Here is a snippet that shows the problem, and I've attached an image of it: \version "2.25.12" one = \relative { \tempo "Allegro ma

Re: Help with Measure Numbers

2024-01-07 Thread David Wright
On Sun 07 Jan 2024 at 23:55:09 (+), Karen Billings wrote: > Thank you so much for the info, Kieren. > I followed your instructions and moved the bar numbering block >     \context {      \Score      \consists "Bar_number_engraver"      > barNumberVisibility = #(every-nth-bar-number-visible 1)

Re: Help with Measure Numbers

2024-01-07 Thread Karen Billings
Thank you so much for the info, Kieren. I followed your instructions and moved the bar numbering block     \context {      \Score      \consists "Bar_number_engraver"      barNumberVisibility = #(every-nth-bar-number-visible 1)      \override BarNumber.break-visibility = #end-of-line-invisible 

Re: Help with Measure Numbers

2024-01-07 Thread Mario Moles
\override BarNumber.break-visibility = ##(#f #t #f) Il 07/01/24 23:19, Karen Billings ha scritto: Hi all - I'm currently using Lilypond 2.22.1 to set some handbell music, and I'm encountering a problem with measure numbering. I need all measures numbered in this score - for some reason, the f

Re: Help with Measure Numbers

2024-01-07 Thread Kieren MacMillan
Hi Karen, > I need all measures numbered in this score - for some reason, the first > measure number in each line is being printed twice: Just add/configure the Bar_number_engraver at the Score level — see snippet below. Hope this helps! Kieren. % Version 1.0 % Last edit: January 7, 2024 % %

Help with Measure Numbers

2024-01-07 Thread Karen Billings
Hi all - I'm currently using Lilypond 2.22.1 to set some handbell music, and I'm encountering a problem with measure numbering. I need all measures numbered in this score - for some reason, the first measure number in each line is being printed twice: Working file is attached. Thanks much! Kare

Re: Slurs within chords, and dotted notes

2024-01-07 Thread Xavier Scheuer
On Sun, 7 Jan 2024 at 21:35, Joel C. Salomon wrote: > > Reposting for clarity as to what I’m asking. > > In the second case below, instead of the slur attaching to the specific note, it moves vertically—I assume, to avoid collision with the duration dot. (Though it’s interesting that a tie does n

Re: Slurs within chords, and dotted notes

2024-01-07 Thread Jakob Pedersen
Hello Joel You can shape the Slur manually, like so: \version "2.25.11" \fixed c' {   % undotted note: slur attaches correctly   2   |   % dotted note: slur is moved vertically   \shape #'((1 . 0.5) (0.5 . 0.3) (0.5 . 0.3) (0 . 0)) Slur %adjusting the numbers control the four control points

Re: Slurs within chords, and dotted notes

2024-01-07 Thread Joel C. Salomon
Reposting for clarity as to what I’m asking. In the second case below, instead of the slur attaching to the specific note, it moves vertically—I assume, to avoid collision with the duration dot.  (Though it’s interesting that a tie does not mind overlapping the dot, as in the fourth case.) I

Re: Output PDF to stdout

2024-01-07 Thread Raphael Mankin
On 05/01/2024 03:46, David Wright wrote: On Thu 04 Jan 2024 at 23:34:28 (+0100), Volodymyr Prokopyuk wrote: I know that lilypond can receive a source.ly file from the stdin by using lilypond -. Is it possible for lilypond to output PDF to the stdout? My motivation behind using lilypond in a

LilyPond 2.25.12

2024-01-07 Thread Jonas Hahnfeld via LilyPond user discussion
We are happy to announce the release of LilyPond 2.25.12. This is termed a development release, but these are usually reliable for testing new features and recent bug fixes. However, if you require stability, we recommend using version 2.24.3, the current stable release. Please refer to the Install