Re: Lilypond and digital readers

2024-02-25 Thread Ernie Braganza
I love this. That hadn't occurred to me. On Fri, Feb 23, 2024 at 7:52 PM Laurie Savage wrote: > Hi, > > I use a tablet for storing my lead sheets, most of which I prepare in > Lilypond. I have just stumbled on a trick I thought I'd share with you - > although it might be obvious to you, it

Re: Alternate, parenthesised chord names

2023-11-27 Thread Ernie Braganza
Here's how I've handled it by creating a new Chordnames staff. \version "2.24.3" Harmonies = \chordmode { a1:maj a1:maj a1:maj } AltHarmonies = \chordmode { \override ChordName.font-size = #-1 s1 b2:m7 e:7 s1 } \score { << \new ChordNames \AltHarmonies \new ChordNames \Harmonies

Re: init.ly Error Making PDF

2023-11-15 Thread Ernie Braganza
Thank you! On Wed, Nov 15, 2023 at 1:46 AM William Rehwinkel < will...@williamrehwinkel.net> wrote: > yes, it is a known bug due to a ghostscript security patch. Try using > the pre-built binary for lilypond instead of homebrew. > > -William > > On 11/15/23 01:13, Ern

init.ly Error Making PDF

2023-11-14 Thread Ernie Braganza
I just updated my Mac using Homebrew and I now get this error when I run lilypond. It compiles fine if I create a PostScript file using the --ps option. My ghostscript was updated to version 10.02.1 Is there a known bug? I get this when I run lilypond with the -V switch: GPL Ghostscript

Re: A new Scheme tutorial (Jean Abou Samra)

2022-07-24 Thread Ernie Braganza
I am joining this conversation late, so how do I access the scheme tutorial? On Sun, Jul 24, 2022, 7:30 AM Jean Abou Samra wrote: > > > Ouch! I see what you mean. And this is meant to be simplified? But the > > problem really is that if a user tries to use an identifier with an > > illegal

Re: ANN: Frescobaldi 3.2

2022-05-05 Thread Ernie Braganza
"I plan to (try to) release a standalone application bundle soon." I assume this means you are working on a .dmg file for Mac. Is Brew no longer supported? On Thu, May 5, 2022 at 9:19 AM Davide Liessi wrote: > Dear Omer, > > Il giorno gio 5 mag 2022 alle ore 15:02 Omer Katzir > ha scritto: >

Re: LilyPond 2.23.3 installer on MacOS 11

2021-10-31 Thread Ernie Braganza
ue when running macports or homebrew lilypond via > frescobaldi interface: > https://github.com/frescobaldi/frescobaldi/issues/1356 > > Em dom., 31 de out. de 2021 11:08, Ernie Braganza < > ernie.braga...@gmail.com> escreveu: > >> I used the command brew install lilypo

Re: LilyPond 2.23.3 installer on MacOS 11

2021-10-31 Thread Ernie Braganza
I used the command brew install lilypond to install GNU LilyPond 2.22.1 (running Guile 2.2) on MacOS 11.6.1 and I get the same error message: Drawing systems... Converting to `test.pdf'... warning: g_spawn_sync failed (0): gs: Failed to execute child process “gs” (No such file or directory) fatal

Re: voiceOne and oneVoice

2021-09-30 Thread Ernie Braganza
That was a very clear and helpful explanation. Thank you. On Wed, Sep 29, 2021 at 6:42 PM Lukas-Fabian Moser wrote: > Hi Kira, > > Am 30.09.21 um 00:32 schrieb Kira Garvie: > > I realize this is a pretty basic question... but what is the > > difference between voiceOne and oneVoice? I am

Re: Removing Unwanted Span Bar

2021-09-28 Thread Ernie Braganza
Thanks! That worked. I removed it in the RhythmicStaff context. On Tue, Sep 28, 2021 at 2:03 PM Jean Abou Samra wrote: > Le 28/09/2021 à 19:38, Ernie Braganza a écrit : > > I want to have a RhythmicStaff and I see an unwanted span bar. Here's > > the smallest code sampl

Re: Removing Unwanted Span Bar

2021-09-28 Thread Ernie Braganza
Missing attachment for SpanBar iasasue On Tue, Sep 28, 2021 at 1:38 PM Ernie Braganza wrote: > I want to have a RhythmicStaff and I see an unwanted span bar. Here's > the smallest code sample I could think of as an example. I tried \remove > "Span_bar_engraver" but that did

Removing Unwanted Span Bar

2021-09-28 Thread Ernie Braganza
I want to have a RhythmicStaff and I see an unwanted span bar. Here's the smallest code sample I could think of as an example. I tried \remove "Span_bar_engraver" but that didn't work. I've also attached a screenshot. I am running Lilypond 2.22.1 on Debian Linux. Thanks for your help! \version

Re: Bar Numbers After Pickup Measure

2021-08-29 Thread Ernie Braganza
Thanks, Brian. Now I feel really dumb. Yes. All I had to do was remove the \bar " " On Sun, Aug 29, 2021 at 3:51 PM Brian Barker wrote: > At 15:41 29/08/2021 -0400, you wrote: > >I am trying to get rid of the bar number on the pickup measure "(1)" > >and yet display the bar number on the first

Bar Numbers After Pickup Measure

2021-08-29 Thread Ernie Braganza
Friends, I am trying to get rid of the bar number on the pickup measure "(1)" and yet display the bar number on the first full measure. I can turn them both off or have them both show up, but that's not what I would like to do. I've tried all the Score.barNumberVisibility and

Re: Parenthensize a horizontal group?

2021-08-26 Thread Ernie Braganza
Perfect! I thought it would be called padding. Appreciate the response. On Thu, Aug 26, 2021 at 3:07 AM Aaron Hill wrote: > On 2021-08-25 7:36 am, Ernie Braganza wrote: > > When I use the parenthesizeMusic function or the snippet in LSR-902 > > with a > > winged repeat

Re: Parenthensize a horizontal group?

2021-08-25 Thread Ernie Braganza
When I use the parenthesizeMusic function or the snippet in LSR-902 with a winged repeat bar, the parenthesis collides with the bar. I have not been able to find a way to pad the bar or the parentheses in a way that avoids this. [in this code I could simply reduce the font size, but that does not

Re: Ending Tie to No Note

2021-08-08 Thread Ernie Braganza
Thank you. I had never heard of semi-ties before. Always something new to learn, On Fri, Aug 6, 2021 at 3:05 PM Aaron Hill wrote: > On 2021-08-06 11:29 am, Ernie Braganza wrote: > > Is there a better way to do this? > > > > I am trying to end a repeated section with a tie t

Ending Tie to No Note

2021-08-06 Thread Ernie Braganza
Is there a better way to do this? I am trying to end a repeated section with a tie to the first note back at the beginning of the section. This is written as an unterminated tie. I can get it to look right with this code, but I get an error message "programming error: bounds of this piece aren't

Re: Wrong type (expecting real number): # in lily-library.scm

2020-11-13 Thread Ernie Braganza
stag, den 12.11.2020, 13:20 -0500 schrieb Ernie Braganza: > > \version "2.20.0" > > { > > c' e' g' e' > > } > >

Wrong type (expecting real number): # in lily-library.scm

2020-11-12 Thread Ernie Braganza
I just downloaded the unofficial 2.20.0 build for Mac (I'm using OS 10.15 "Catalina"). And I am unable to process the simplest file because I get an error from the lily-library.scm Scheme file: Wrong type (expecting real number): #. I've searched for this error online and I am unable to find any

Re: Do not display chord name after line break

2020-07-14 Thread Ernie Braganza
sen > : > > > > Hi Ernie, > > > > On Mon, Jul 13, 2020 at 7:03 AM Ernie Braganza > wrote: > >> > >> Hello, > >> > >> How can I stop the repeated chord name after the line break? > >> I thought the break-visibility settings f

Do not display chord name after line break

2020-07-13 Thread Ernie Braganza
Hello, How can I stop the repeated chord name after the line break? I thought the break-visibility settings for ChordName would work, for example setting the beginning-of-line-invisible value to false: \override Score.ChordName.break-visibility = ##(#t #t #f) but that does not have any effect at

Ending repeat sign for first section in AABB form not displayed

2018-03-12 Thread Ernie Braganza
A \bar ".|:" c1 \bar ":|." % The end repeat for section A does not appear \break \mark \default %section B \bar ".|:" c1 \bar ":|." } } Ernie Braganza Virginia, USA ___ lily

Where can I find lilyJazz (fonts.openlilylib.org is gone)

2016-02-07 Thread Ernie Braganza
I wanted to try lilyJazz, but I am unable to find the font. The fonts.openlilylib.org site is not accessible (404 error). Is there an alternative site? Thanks for your help. Ernie ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Git/Lilypond workflow

2015-02-12 Thread Ernie Braganza
I use one repository, a number of shared directories, and then one subdirectory for each project. I create a branch off of my master branch whenever I start a project (and often a number of branches off of that for experiments) and make a lot of commits, then I rebase and squash all the commits

How did LilyPond get its name?

2014-03-19 Thread Ernie Braganza
I've been reading a bit about LilyPond, but I can not find any reference about how LilyPond got its name. Does anyone know that story? Let me know if there is a better forum for this question. Ernie ___ lilypond-user mailing list lilypond-user@gnu.org

Re: compilable lilypond-book templeat

2014-02-01 Thread Ernie Braganza
{ \override #'(box-padding . 1.0) \override #'(baseline-skip . 2.7) \box \center-column { \line { Arr. by Ernie Braganza. \line { Engraved using LilyPond \simple #(lilypond-version) ( http://lilypond.org

Re: compilable lilypond-book templeat

2014-02-01 Thread Ernie Braganza
:50 PM, Ernie Braganza ernie.braga...@gmail.comwrote: This is what I ended up doing. I had a similar problem, but I was including the file at the wrong point in the Set-List.ly file. %%% % Set-List.ly % %% \version 2.18.0 \include globalSettings.ily \include

Re: compilable lilypond-book templeat

2014-01-31 Thread Ernie Braganza
This was just posted on the list by Nick Payne nick.pa...@internode.on.net. Hope it helps. On Fri, Jan 31, 2014 at 8:36 PM, MING TSANG tsan...@rogers.com wrote: Hi, lilyponders: Over the years (since lilypond v2.14) I have coded 25+ hymns for our choir. I like to put them in book form. Is