Re: Automatically adding extender lines in lyrics

2023-12-23 Thread Jon Arnold
Ope- I found where I got it: https://lists.gnu.org/archive/html/lilypond-user/2020-08/msg00171.html On Sat, Dec 23, 2023 at 1:09 PM Jon Arnold wrote: > I'm not sure where I found it, but the file that I have is slightly > different. It's worked well for me. > > Here's

Re: Automatically adding extender lines in lyrics

2023-12-23 Thread Jon Arnold
I'm not sure where I found it, but the file that I have is slightly different. It's worked well for me. Here's the content: > \version "2.20.0" > > #(define (conditional-kill-lyric-extender-callback . args) > (lambda (grob) >(let* ((orig (ly:grob-original grob)) > (siblings (ly:spanner-bro

Re: petrucci style notehead for MetronomeMark, plus Piae Cantiones style G clef and time signature

2023-11-12 Thread Jon Arnold
I'm into this! 1) Not sure on this one- you need to override the notehead in a \note {2} markup somehow since there's not a dedicated glyph for that. 2) I think that's as close as you get with Emmantaler. You can see the list of clefs here: https://lilypond.org/doc/v2.24/Documentation/notation/cle

Re: ANN: Frescobaldi 3.3.0

2023-04-09 Thread Jon Arnold
Thanks for the update! Is the icon missing for any other Windows users? I get a white page icon in the taskbar. On Sun, Apr 9, 2023 at 3:21 PM Davide Liessi wrote: > We are glad to announce the availability of Frescobaldi 3.3.0. macOS > and Windows installers are available from > > https://git

Re: Slurs not being followed in one vocal part

2023-01-21 Thread Jon Arnold
11:59:06 (+1100), Vaughan McAlley wrote: > > On Sun, 22 Jan 2023, 10:32 Jon Arnold, > wrote: > > > > > Hey folks- > > > > > > Can anyone tell me why the slurs are not being followed in the soprano > > > part of the attached file? It first occurs

Re: Custom keypad for streamlining LilyPond input - thoughts?

2022-04-13 Thread Jon Arnold
You might check out Companion , which is an open source alternative to the stream deck software. It can run on a Stream Deck or any touch interface that can access the web UI over a network (like a smartphone). You can make graphic icons for the buttons. For what it

Re: Music publishing houses accepting Lilypond files?

2022-03-12 Thread Jon Arnold
My only experience has been with AR Editions, and they wanted MusicXML or Finale/Sibelius format. They use Finale there. I think probably the only way to use Lilypond would be to self-publish. The lack of MusicXML export in Lilypond is leading me to use MuseScore for more projects. On Sat, Mar 12

Re: ANN: Spontini-Editor 1.0 released

2021-10-17 Thread Jon Arnold
Looks promising. The ability to edit slurs with a mouse is huge. On Sun, Oct 17, 2021 at 2:07 PM Paolo Prete wrote: > Hello all, > > I just drafted a new release (1.0) of Spontini-Editor, which is now > compatible with LilyPond 2.23.0 to 4 > > https://github.com/paopre/Spontini > > Furthermore,

Re: Override start of figured bass continuation line

2021-10-15 Thread Jon Arnold
Ah, I think I might have removed the \once command by mistake. On Fri, Oct 15, 2021 at 7:41 PM Carl Sorensen wrote: > > > > > *From: *Jon Arnold > *Date: *Friday, October 15, 2021 at 4:43 PM > *To: *Carl Sorensen > *Cc: *Lukas-Fabian Moser , lilypond-user < > lil

Re: Override start of figured bass continuation line

2021-10-15 Thread Jon Arnold
One last note- I had to add the Staff context to the scheme function to get it to work in my scores. On Fri, Oct 15, 2021 at 5:42 PM Jon Arnold wrote: > Thank you both. Carl's solution seems to shorten the right side as well, > so I think I will use Lukas's. > > On Fri, O

Re: Override start of figured bass continuation line

2021-10-15 Thread Jon Arnold
Thank you both. Carl's solution seems to shorten the right side as well, so I think I will use Lukas's. On Fri, Oct 15, 2021 at 2:43 PM Carl Sorensen wrote: > > > > > *From: *lilypond-user gmail....@gnu.org> on behalf of Jon Arnold > *Date: *Friday, October 15

Re: Override start of figured bass continuation line

2021-10-15 Thread Jon Arnold
remode { \bassFigureExtendersOn <[_!]>8 <_!> <_>8 q8 s2 | <[_!]>8 <_!> s16 <_> q8 } } >> } } } I would like the note-spacing of the first bar combined with the continuation line of the second (or maybe

Override start of figured bass continuation line

2021-10-15 Thread Jon Arnold
o: s16 <99> q8 but this affects note spacing in a conspicuous way that I don't like (see attached image). What's the property to override to increase the start of the line in X direction. Thanks! Jon

Re: Lining up continuo figures

2020-11-17 Thread Jon Arnold
Makes sense to me! On Mon, Nov 16, 2020 at 6:15 PM Aaron Hill wrote: > On 2020-11-16 1:23 pm, Jon Arnold wrote: > > Wow thanks! > > > > Why does this affect the vertical alignment differently? > > I am not an authority as I did not write the code in question, but he

Re: Lining up continuo figures

2020-11-16 Thread Jon Arnold
Wow thanks! Why does this affect the vertical alignment differently? On Mon, Nov 16, 2020 at 4:10 PM Aaron Hill wrote: > On 2020-11-16 12:21 pm, Jon Arnold wrote: > > Hi Kevin- > > > > Thanks for responding. I only want the 8 on the 2nd figure ([8 4 2]) to > > appe

Re: Lining up continuo figures

2020-11-16 Thread Jon Arnold
look like, which was achieved by adding invisible figures above and is not an ideal situation in the context of the larger score. Thanks- Jon On Mon, Nov 16, 2020 at 1:07 PM Kevin Barry wrote: > On Sun, Nov 15, 2020 at 04:11:28PM -0500, Jon Arnold wrote: > > Hi folks- > > > >

Lining up continuo figures

2020-11-15 Thread Jon Arnold
inder of score } >> } %%% example end I could obviously add another row of another implicit figure above everything, but this creates too much space between this staff and the one above. Thanks for your help! Jon

Re: Custom page numbers in table of contents

2020-11-06 Thread Jon Arnold
No need to be sorry! Glad we could figure out the problem. On Fri, Nov 6, 2020, 1:39 PM Noah Landis wrote: > > The tocitem needs to go right above or in each score block. You've put > them > > on the same page as your table of contents, which is why they're > displaying > > the same page number.

Re: Custom page numbers in table of contents

2020-11-06 Thread Jon Arnold
The tocitem needs to go right above or in each score block. You've put them on the same page as your table of contents, which is why they're displaying the same page number. On Fri, Nov 6, 2020 at 1:21 PM Noah Landis wrote: > > Could you provide an actual skeletal example of what you described?

Completion engraver accidentals

2020-09-14 Thread Jon Arnold
quot;Completion_heads_engraver" } { \set completionUnit = #(ly:make-moment 1/2) c'4 d'?2 c'2 d'!2 c'4 } %%% example Any recommendations on how to fix this? Is this a bug? Also, why is that first tie offset so much but the 2nd one looks great? Thanks! Jon

Re: Automatic lyric extenders

2020-08-19 Thread Jon Arnold
Thanks! For some reason, even after running convert-ly on the one in the thread, it was still throwing an error. The one you attached works. Peace- Jon On Tue, Aug 18, 2020 at 2:12 PM Fr. Samuel Springuel wrote: > > On 17 Aug, 2020, at 5:27 PM, Jon Arnold > wrote: > > > &

Automatic lyric extenders

2020-08-17 Thread Jon Arnold
project where I'm trying to make it flexible to change whether I tie a note or not for later, and want to avoid having to go back in to do the lyric extenders if I choose to tie. Thanks! Jon

Re: Trouble with Polyphony

2017-05-27 Thread Jon Arnold
Thanks. The tweak commands work well. I still can't figure out what's throwing the failure, except I think it has something to do with the staff changes I'm using in the rest of the piece. On May 27, 2017 5:10 AM, "Thomas Morley" wrote: > 2017-05-27 5:06 GMT+02:00 Jo

Trouble with Polyphony

2017-05-26 Thread Jon Arnold
I'm trying to print a note simultaneous to a rest but have the rest be in normal \oneVoice position. (This is to illustrate a harp muffle of a single note.) This is basically how I'm doing it (minus the complicated code of replacing the stem glyph): << { r8 } {\tiny \stemDown \omit Flag bes,,8} >

Change stem stencil

2017-05-22 Thread Jon Arnold
t look right on down-stems. Can anyone help enhance the script to account for stem direction? Thanks so much- Jon Arnold ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Fedora issues

2015-05-31 Thread Jon Ciesla
Hi, Jon Ciesla, Fedora lilypond maintainer. FYI, I'm aware of the issue and working on it. I've tried the latest git upstream for ghostscript, which didn't help. There's a new pango version out, so I'm working on trying that now. If that works I'll ship it for rawh

Re: Fedora 22

2015-05-01 Thread Jon Ciesla
Hi, Fedora Lilypond maintainer. It's broken on 2.19.19, with Ghostscript 9.16 which is in f22. 9.15 works. There's a bug open agains ghostscript in Fedora. On Fri, May 1, 2015 at 8:34 AM, Phil Holmes wrote: > I understand that we now deliver LilyPond with Ghostscript 9.15, and my > windows i

Smarter double measure numbers

2014-12-27 Thread Jon Arnold
Hi- I have finally achieved a solution to the question I asked here: http://lists.gnu.org/archive/html/lilypond-user/2014-10/msg00851.html I'm doing this: measureFixer_One = { \set Score.barNumberVisibility = #all-bar-numbers-visible \bar "" \override Score.BarNumber.stencil = #(lambda

Build issue in Fedora due to font changes

2014-11-24 Thread Jon Ciesla
ecommend or are planning to migrate to? The Fedora BZ for reference: https://bugzilla.redhat.com/show_bug.cgi?id=1160132 Thanks, Jon Ciesla, Fedora lilypond maintainer. -- http://cecinestpasunefromage.wordpress.com/ in your fear, seek only peace in

Two sets of measure numbers for repeats

2014-10-31 Thread Jon Arnold
throughout the whole multi-movement work and some will just be individual movements with numbers starting at 1. I'm not sure really sure how to do it manually either, to be honest. Thanks so much for any help- Jon Arnold ___ lilypond-user mailing l

Multiple score scenario

2014-10-31 Thread Jon Arnold
e \include command in each bookpart, but that tries to pull the whole score for some reason. The only solution that I can think of is to name each voice and lyric variable with a movement (sopranoNotesOne, sopranoLyricsOne), but I'm hoping there is a more logical solu

Re: Trouble with fonts on Linux

2014-10-14 Thread Jon Arnold
Thanks so much! That worked instantly! For the record, I just used http://everythingfonts.com/ttf-to-otf to convert. On Tue, Oct 14, 2014 at 2:50 PM, Abraham Lee wrote: > Jon, > > On Tue, Oct 14, 2014 at 10:33 AM, Jon Arnold > wrote: > > Hi- I'm working on a piece for

Trouble with fonts on Linux

2014-10-14 Thread Jon Arnold
-available-fonts x" I am trying to call it in this way: gyro = \markup { \fontsize #4 \override #'(font-name . "Finale Percussion") { ! } } This works on Windows, but does not seem to work on Linux despite the font showing up with the above command. Any help would be grea

New user - I have an lone treble clef/extra staff

2013-01-25 Thread jon sea
Hi I'm a new user trying to clean up an lilypond export from a sequencer and I cant figure out how to remove this extra staff -   \version "2.10.10" \header { dedication = "" title = "New Arrangement" subtitle = "" poet = "" composer = "" copyright = "" date = "2013" } GlobalMeter = \time 4/4 Gl

Note names in output?

2011-07-16 Thread Jon A . Christopher
Hi there, I've looked and not been able to find the answer to this question in the manual. Can lilypond embed the names of notes in it's output like the example shown at this link? http://www.amazon.com/Great-Mussorgsky-Piano-Sheet-Music/dp/B0047J8L8I T

Reverting to the 2.13.46 font

2011-06-20 Thread Jon Toohill
ypeface is still ever so slightly different, and I think it looks distinctly worse than the older versions. Am I choosing the wrong typeface? How can I revert to the old font using Lilypond 2.14? Thanks, -Jon Toohill Image: new font on right (2.14), old font on left (2.13.46). Note how the serifs

Re: Blank PDF but a MINI file that plays the music... Any ideas?

2011-04-29 Thread Jon Daly
I found the problem. I had input a ^\markup { \finger "O" } which lilypond wasnt responding to which led to the blank pdf. Thanks for all of the ideas. Problem solved! On Fri, Apr 29, 2011 at 8:30 AM, James Lowe wrote: > hello > > --- > > From: Jon Daly [mailto:jo

Re: Blank PDF but a MINI file that plays the music... Any ideas?

2011-04-29 Thread Jon Daly
Below is the text that I have been getting the most troubles with. \header { title = "" composer = "Kummer" } upper = \relative c' { \clef bass \key c \major \time 4/4 c2-2^\markup { \bold Tempo \bold giusto } \downbow \mf e-1^\markup { \italic cantabile } g-4 f8-2 ( [ e d c-2 ]

Re: Blank PDF but a MINI file that plays the music... Any ideas?

2011-04-29 Thread Jon Daly
I am using windows 7 On Fri, Apr 29, 2011 at 8:24 AM, James Lowe wrote: > Hello > > -- > > From: lilypond-user-bounces+james.lowe=datacore@gnu.org [mailto: > lilypond-user-bounces+james.lowe=datacore@gnu.org] On Behalf Of Jon > Daly > Sent: 29 Apr

Re: Blank PDF but a MINI file that plays the music... Any ideas?

2011-04-29 Thread Jon Daly
Does this help at all? # -*-compilation-*- Processing `C:/Users/Jon/Desktop/Kummer 72.ly' Parsing... Interpreting music... [8][16] Preprocessing graphical objects... Interpreting music... MIDI output to `/Users/Jon/Desktop/Kummer 72.mid'... Finding the ideal number of pages... Fittin

Blank PDF but a MINI file that plays the music... Any ideas?

2011-04-29 Thread Jon
I am getting a blank page for many of my lilypond files. I have been working with Lilypond for 1 year and have had no troubles up to this point. I am getting a blank PDF for many of my older lilypond files which I am going back to re-edit. Any ideas? Windows - 2.13.2 __

notehead collisions in cluster

2010-12-10 Thread Jon W
default. Ideally the cluster would be rendered with more horizontal spacing so as to avoid collisions. My question is, what does anyone suggestion as a practical solution? What could I instruct my program to do, if it is about to output a chord with two noteheads on the same line or space of the

Re: 12/8 problems

2008-05-20 Thread Jon
nstead of four, like it is 9/8 instead of 12/8. Any way to get this properly notated? Thanks a bunch for the help. Jon ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Double-flats used by Lilypond after transpose

2007-08-01 Thread Jon
rk - I'm really impressed with Lilypond. Thanks! Jon \include "english.ly" sopranosax = \relative c'' { \set Staff.instrumentName = "Soprano Sax" \clef treble \key e \major \time 4/4 g4 f4 } \score { \new Staff = "Soprano sax"

Noteworthy composer to lilypond

2007-05-25 Thread Jon Cox
is part is the bass clef of the system, and make the system print like it should. I am sure this is somewhere in the documentation, but I am too overwhelmed to find it. Really appreciate your help Jon ___ lilypond-user mailing list lilypond-us

Re: Chord naming conventions (was: triangle chord notation)

2006-08-12 Thread Jon Wild
On Sat, 12 Aug 2006, Andre Schnoor wrote: Oops, thanks. How could I ... it seems I got used to using the wrong symbol all the time. Diminished chords have a minor 3rd anyway, so the additionam "m" not necessary. But what's the other one? C E Gb Bbb (or in G melodic minor: C E Gb A) This s

Re: pasting lilypond output into a Word document

2006-08-09 Thread Jon Wild
option). --Jon ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: pasting lilypond output into a Word document

2006-08-09 Thread Jon Wild
re a way to get Adobe Reader to paste bmp data to the clipboard instead it would work better. On Wed, 9 Aug 2006, Diosnel Herrnsdorf wrote: Why not try with lilypond-book? You'd be skipping Word. Regards, - Original Message - From: "Jon Wild" <[EMAIL PROTECT

pasting lilypond output into a Word document

2006-08-09 Thread Jon Wild
er way to do this? Many thanks, again. --Jon Wild ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

a tweak to the accidental engraver

2006-07-26 Thread Jon Wild
emonstrate how I'd make this tweak? Thanks. --Jon ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: setting accidental style

2006-07-26 Thread Jon Wild
e_signature_engraver" \remove "Bar_engraver" } } } \score { << \new Staff{ #(set-accidental-style 'no-reset) { 1 1 } } >> \layout { ragged-right = ##t \context { \Staff \remove "Time_signature_engraver&quo

Re: layout across multiple scores

2006-07-26 Thread Jon Wild
an. Do you know anything about the set-accidental-style command and where it should go in the .ly file? (see other thread) best regards --Jon W. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: setting accidental style

2006-07-26 Thread Jon Wild
\context { \Staff \remove "Time_signature_engraver" \remove "Bar_engraver" } } } } (I still have my \context block duplicated in every score block because I haven't solved that problem yet either) Many thanks --Jon Wild _

setting accidental style

2006-07-26 Thread Jon Wild
uot;syntax error, unexpected MUSIC_IDENTIFIER" Thanks --Jon W. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: layout across multiple scores

2006-07-26 Thread Jon Wild
he /layout block for you? That would be weird! I am using the latest stable version, 2.8.something. Thanks -Jon ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: layout across multiple scores

2006-07-26 Thread Jon Wild
On Wed, 26 Jul 2006, Paul Scott wrote: Jon Wild wrote: How can I specify a layout block that applies to all scores in a book? I wrote a program to generate musical examples, and each snippet is to go on its own staff. So my program writes them in separate scores like this, each with its own

layout across multiple scores

2006-07-26 Thread Jon Wild
once to cover all scores in the book? If so, where does it go? I tried this structure: \book { \layout { } \score { } \score { } } but that didn't work. Thanks for any tips. --Jon ___ lilypond-user mailing list lilypond-user@

Re: notime

2006-07-24 Thread Jon Wild
On Mon, 24 Jul 2006, Markus Schneider wrote: \layout { ragged-right = ##t \context { \Staff \remove "Time_signature_engraver" } } Thanks! I added the line \remove "Bar_engraver" right after the other \remove, and it did what I w

Re: notime

2006-07-23 Thread Jon Wild
case sensitive. Sorry, I miscopied that in the email; I did in fact capitalize it in my score. It still doesn't work. Is the syntax right, with the apostrophe appearing after the first two # signs? Which block should the override go in?

notime

2006-07-23 Thread Jon Wild
without an error either. Thanks for any tips! Jon Wild ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

How to remove first score indentation?

2003-03-03 Thread Jon Haugsand
I see that the first line/score is indented in all output I get. This is also so in the examples I find, like the beautiful Städchen. However, I have never seen it so in the music notes I find elsewhere, like my daughters' notes. Why is it so, and how can I get rid of it? -- Jon Hau