Creating arbitrary/isolated RepeatSlash objects

2022-08-20 Thread Galen Hazelwood
Hello all. I have another question, this time about percent repeats. I'm repeating a long, complex keyboard figure which extends across both staves, and using a combination of MagnifyMusic reduction and percent repeats to keep things manageable. The only thing is that the repeat slashes only

Resource for sharing PDFs and ly file?

2022-08-20 Thread wmil...@aol.com
As I prepare to retire I would like to know if there is anyone interested in piano, ukulele and or guitar teaching files I have developed over the last 20 years? I am happy to share them for free.

Re: Bundling Lilypond with project

2022-08-20 Thread DoubleFelix
Nevermind, I'm stupid. They were right above the source code downloads. On Sat, Aug 20, 2022 at 4:39 PM DoubleFelix wrote: > So I'm looking at the download page and I don't see any downloads for the > 2.23 binaries. Am I missing something, or do I need to compile them myself? > > On Sat, Aug

Re: Bundling Lilypond with project

2022-08-20 Thread DoubleFelix
So I'm looking at the download page and I don't see any downloads for the 2.23 binaries. Am I missing something, or do I need to compile them myself? On Sat, Aug 20, 2022 at 10:40 AM DoubleFelix wrote: > Awesome! Thank you! I've heard about the Cairo backend, but I kind of > stopped once I

define-scheme-function

2022-08-20 Thread Лысов Дмитрий
How to define the "lyricup" and "lyricdown" arguments in define-scheme-function so that their values are taken from the \makeScore data? At the same time, the upper and lower lines of the text should have different fonts set. \version "2.22.1"   \header {   title = "Сборник мелодических формул

[no subject]

2022-08-20 Thread Лысов Дмитрий
Как определить в define-scheme-function аргументы "lyricup" и "lyricdown", чтобы их значения брались из данных \makeScore? При этом у верхней и нижней строк текста должны быть заданы разные шрифты. \version "2.22.1"   \header {   title = "Сборник мелодических формул знаменного распева"   composer=

Re: Coloring just one note in a chord

2022-08-20 Thread Lukas-Fabian Moser
Hi Felix, Am 20.08.22 um 19:24 schrieb DoubleFelix: I have a basic staff defined like so: \version "2.22.2" \language "english" \new Staff { \key c \major \clef treble \numericTimeSignature < f' g' d' >1 \bar "|." } I want to make the g' note head colored in green, but if I try this, I get

Re: Coloring just one note in a chord

2022-08-20 Thread Knute Snortum
On Sat, Aug 20, 2022 at 10:25 AM DoubleFelix wrote: > > I have a basic staff defined like so: > > \version "2.22.2" > \language "english" > \new Staff { > \key c \major > \clef treble > \numericTimeSignature > < > f' > g' > d' > >1 > \bar "|." > } > > I want to make the g' note head colored in

Coloring just one note in a chord

2022-08-20 Thread DoubleFelix
I have a basic staff defined like so: \version "2.22.2" \language "english" \new Staff { \key c \major \clef treble \numericTimeSignature < f' g' d' >1 \bar "|." } I want to make the g' note head colored in green, but if I try this, I get syntax errors about an unexpected \override: \override

Re: Bundling Lilypond with project

2022-08-20 Thread DoubleFelix
Awesome! Thank you! I've heard about the Cairo backend, but I kind of stopped once I found out I'd have to compile Lilypond on windows, mac, and linux myself. I have a windows machine, a linux VM, and a hackintosh, but even then the process seemed very in-depth so I gave up. However, I'm glad to

Re: Bundling Lilypond with project

2022-08-20 Thread Jean Abou Samra
> Le 20 août 2022 à 05:41, DoubleFelix a écrit : > >  > Hello, > I'm making a python application that uses LilyPond, but in order to make it > completely portable, I need to bundle LilyPond with my application. It's > licensed under GPL, so if I'm reading this right I should be able to do