Re: Inquiry on Adjusting Vertical Spacing Between Systems in Automatically Wrapped Lines

2024-08-24 Thread Carl Sorensen
Peter, To accomplish this you need to adjust the system-system spacing. The documentation for doing this adjustment is found in the Notation Reference, section 4.1.4. https://lilypond.org/doc/v2.24/Documentation/notation/flexible-vertical-spacing-paper-variables Probably all of section 4.1 is g

Re: TabStaff String Bend + Tie/Ghost Notes

2024-08-24 Thread Thomas Morley
Am Do., 15. Aug. 2024 um 16:13 Uhr schrieb Thomas Morley < thomasmorle...@gmail.com>: > > Hi, >> >> attached you'll find my attempt to create a style-sheet. >> Please holler for all I misunderstood or forgot or for bugs. >> >> Cheers, >> Harm >> > > I forgot: > the version-statement is serious,

LilyPond 2.25.19

2024-08-24 Thread Jonas Hahnfeld via LilyPond user discussion
We are happy to announce the release of LilyPond 2.25.19. 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.4, the current stable release. Please refer to the Install

Re: Inquiry on Adjusting Vertical Spacing Between Systems in Automatically Wrapped Lines

2024-08-24 Thread Knute Snortum
On Fri, Aug 23, 2024 at 10:59 PM Peter X wrote: > > When LilyPond automatically wraps the music onto a new line, I am > interested in understanding how I can manually adjust the vertical spacing > between these automatically wrapped lines. Specifically, I’m looking for > the best method or proper

Compiling on ish

2024-08-24 Thread Ben Bradshaw
Hello, Has anyone successfully compiled lilypond on iSh? I feel like I'm so close. When doing 'make all' I get pretty far until a line shows up: Your version of iconv does not support the "Mac Roman" encoding. If this causes problems, reconfigure --without-iconv. At this point I think it hangs be

Re: Compiling on ish

2024-08-24 Thread Werner LEMBERG
> Has anyone successfully compiled lilypond on iSh? I feel like I'm so > close. When doing 'make all' I get pretty far until a line shows > up: > > Your version of iconv does not support the "Mac Roman" > encoding. If this causes problems, reconfigure --without-iconv. This error message is

Re: Compiling on ish

2024-08-24 Thread Ben Bradshaw
So would I have to figure out how to compile that module with the --without-iconv option? Or is this just not going to work? On Sat, Aug 24, 2024, 9:36 AM Werner LEMBERG wrote: > > > Has anyone successfully compiled lilypond on iSh? I feel like I'm so > > close. When doing 'make all' I get pret

Re: Compiling on ish

2024-08-24 Thread Werner LEMBERG
>> > Your version of iconv does not support the "Mac Roman" >> > encoding. If this causes problems, reconfigure --without-iconv. >> >> This error message is not part of LilyPond; we only access iconv >> via the ice-9 module 'iconv' from Guile. > > So would I have to figure out how to compile

Change text font size globally

2024-08-24 Thread Dimitri Sykias
How can I change the text font size globally and independently of the staff size, dynamics, lyrics etc.? Here is my Preamble: \version "2.24.4" \paper { #(define fonts (set-global-fonts #:music "emmentaler" #:brace "emmentaler" #:roman "Minion Pro" #:sans "Edwi

Re: Change text font size globally

2024-08-24 Thread Werner LEMBERG
> How can I change the text font size globally and independently of > the staff size, dynamics, lyrics etc.? You have to use markup functions `\abs-fontsize`, `\abs-hspace`, and `\abs-vspace`, which work on absolute sizes. Werner