Re: Frescobaldi Linux Mint install issue… again

2025-06-24 Thread Jaime Oliver
Just FYI it works flawlessly in ubuntu. best, J On Tue, Jun 24, 2025 at 10:55 AM Simon Albrecht wrote: > Hi everyone, > > I’m sorry to come with what seems to me a recurring issue and uncommon > (?) at the same time. > > A few months ago I fixed up the Frescobaldi installation on my laptop, > al

Re: \enablePolymeter not working

2024-03-17 Thread Jaime Oliver
got it... J On Sun, Mar 17, 2024 at 9:27 AM Jean Abou Samra wrote: > https://lilypond.org/doc/v2.23/Documentation/58/lily-fa68165d.ly > > > > That's the LilyPond 2.23 documentation. > > > I am using lilypond 2.22.1 > > > > Now you should understand the problem :) > -- ** J

\enablePolymeter not working

2024-03-17 Thread Jaime Oliver
Hi all, I am trying to compile this code from the lilypond documentation: https://lilypond.org/doc/v2.23/Documentation/58/lily-fa68165d.ly and I get the error: error: unknown escaped string: `\enablePolymeter' \enablePolymeter I have not been able to get \enablePolymeter to work in any of

Re: spacing of invisible rests

2023-03-24 Thread Jaime Oliver
est) property to add more > horizontal space before or after a note, but I'm not sure that will be > the best option here. > > -William > > On 3/24/23 17:56, Jaime Oliver wrote: > > Hi all, > > > > I am trying to control the amount of space that s events ta

spacing of invisible rests

2023-03-24 Thread Jaime Oliver
Hi all, I am trying to control the amount of space that s events take on each bar so that I can make some bars longer. Is there a way I can specify this? Also, some bars which have values like R1 are also really short, how can I make those longer? In other words, is there a way to make bars visua

Re: \woodwind-diagram horizontal?

2018-04-22 Thread Jaime Oliver La Rosa
thanks! and will do... best, J On 04/22/2018 02:55 AM, Malte Meyn wrote: Am 22.04.2018 um 04:56 schrieb Jaime Oliver La Rosa: Hi, Is it possible to place woodwind-diagrams horizontally? best, J Yes it is. Please always give a minimal working example (see http://lilypond.org/tiny

\woodwind-diagram horizontal?

2018-04-21 Thread Jaime Oliver La Rosa
Hi, Is it possible to place woodwind-diagrams horizontally? best, J ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Introducing Hacklily, another online LilyPond editor

2018-01-03 Thread Jaime Oliver La Rosa
great work joshua! J On 01/03/2018 12:19 AM, Joshua Netterfield wrote: Hi all, I've been working on an online LilyPond editor in my spare time, and would appreciate your feedback. You can use it as a scratchpad, or sign in with a GitHub account to save sheet music directly there. Try it a

Re: Error with Frescobaldi and python-poppler

2017-09-23 Thread Jaime Oliver La Rosa
Indeed it is an Ubuntu package. This one worked for me: https://answers.launchpad.net/~canonical-foundations/+archive/ubuntu/python3.6-as-default/+files/python3-poppler-qt5_0.24.2-3build1_amd64.deb The one I installed through apt did not work out. Thanks to everyone! best, J On 09/23/2017

Error with Frescobaldi and python-poppler

2017-09-22 Thread Jaime Oliver La Rosa
Hi all, I am encountering this problem when trying to engrave any score in Frescobaldi. The score compiles fine, but I can't see the preview, and I get the error below as described in this post: https://github.com/wbsoft/frescobaldi/issues/838 Is there a known solution for this? I am using

Re: encapsulating woodwind diagrams

2017-06-13 Thread Jaime Oliver La Rosa
that works! thanks... J On 06/13/2017 09:51 AM, caag...@gmail.com wrote: Try removing the brackets ({ ... }) around the \markup. On 06/13/2017 04:46 PM, Jaime Oliver La Rosa wrote: Hi all, I am using the following code to place diagrams in a score: c^\markup \center-column

encapsulating woodwind diagrams

2017-06-13 Thread Jaime Oliver La Rosa
Hi all, I am using the following code to place diagrams in a score: c^\markup \center-column { \override #'(size . .75) \override #'(thickness . 0.05){ \woodwind-diagram #'flute-b-extension #'((cc . (one1h three)) (lh

Re: naturalize pitches

2016-03-30 Thread Jaime Oliver
> Sometimes it preferable to change the source directly instead of using > function calls. Could you explain when this is the case? This is only a transposing instrument situation so it should be doable. I used the \transpose function and \naturalize form the documentation which ended up work

Re: Using Google to find documentation (was Re: naturalize pitches)

2016-03-19 Thread Jaime Oliver
well, some examples of the LSR have "2.18 or higher” so you’d technically miss those if you only search for 2.19 examples. I guess there are also a certain number of core features that remain compatible through all versions, so there is a fair chance that thes

Re: naturalize pitches

2016-03-19 Thread Jaime Oliver
ote: > > Jaime Oliver writes: > >> Hi all, >> >> I am trying to use the code for naturalizing pitches after a >> transposition from the documentation: >> http://www.lilypond.org/doc/v2.19/Documentation/notation/changing-multiple-pitches > > Do you see

naturalize pitches

2016-03-18 Thread Jaime Oliver
Hi all, I am trying to use the code for naturalizing pitches after a transposition from the documentation: http://www.lilypond.org/doc/v2.19/Documentation/notation/changing-multiple-pitches However I get: S

calling header declarations in score

2016-03-10 Thread Jaime Oliver
Hi all, I am not sure why this doesn’t work… any help? best, J \modifiedNote = { \tweak color #grey \tweak font-size #-2 \tweak Accidental.color #grey \tweak Accidental.font-size #-2 } \relative c'' { 4 f g h } ___ lilypond-user mailing lis

Re: change notehead color or size inside chord?

2016-03-10 Thread Jaime Oliver
got it thanks! J > On Mar 10, 2016, at 7:21 PM, Jaime Oliver wrote: > > wonderful! > Could it also affect the accidental? > best, > J >> On Mar 10, 2016, at 6:50 PM, Thomas Morley wrote: >> >> 2016-03-11 0:31 GMT+01:00 Jaime Oliver : >>> Hi all is

Re: change notehead color or size inside chord?

2016-03-10 Thread Jaime Oliver
wonderful! Could it also affect the accidental? best, J > On Mar 10, 2016, at 6:50 PM, Thomas Morley wrote: > > 2016-03-11 0:31 GMT+01:00 Jaime Oliver : >> Hi all is it possible to change the color or size of a notehead inside a >> chord? >> My attempts so far ha

change notehead color or size inside chord?

2016-03-10 Thread Jaime Oliver
Hi all is it possible to change the color or size of a notehead inside a chord? My attempts so far have been unfruitful… best, J ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Cannot reach www.lilypond.org

2016-03-10 Thread Jaime Oliver
this has been happening all day. J > On Mar 10, 2016, at 3:44 PM, Joseph N. Srednicki > wrote: > > It is 3:43 P.M. EST in the U.S.A. I have not been able to reach > www.lilypond.org for about two hours. I tried two > different browsers. I don’t think my Internet conn

Is http://lilypond.org/ down?

2016-03-10 Thread Jaime Oliver
i can’t access the documentation atm… can anyone confirm? best, J ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: www.lilypond.org down; alternative source of documentation

2016-03-10 Thread Jaime Oliver
thanks again, do we have any sense of when it might be up again? J > On Mar 10, 2016, at 10:01 AM, Federico Bruni wrote: > > Il giorno gio 10 mar 2016 alle 15:45, Graham King > ha scritto: >> Anyone affected by the current unavailability of www.lilypond.org might like >> to know that a very re

Re: www.lilypond.org down; alternative source of documentation

2016-03-10 Thread Jaime Oliver
great thanks! J > On Mar 10, 2016, at 9:45 AM, Graham King wrote: > > Anyone affected by the current unavailability of www.lilypond.org > might like to know that a very recent snapshot of > that website is available at the Wayback Machine: > https://web.archive.org/w

Re: PD to lillypond

2008-04-23 Thread Jaime Oliver
above the score... (maybe with postscript > markups above skips).. > Althought quantification is more detailed, proportional notation is a very > good tool when composing (even as a sketch or a composing plan).. > > Jaime Oliver escreveu: > >> Hello again, >> >

Re: automatically place bars in a melody

2008-04-22 Thread Jaime Oliver
/issues/detail?id=606&start=200 is this fine? should I also post one in http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs? best, J On Tue, Apr 22, 2008 at 8:37 PM, Graham Percival <[EMAIL PROTECTED]> wrote: > On Tue, 22 Apr 2008 19:20:31 -0700 > "Jaime Ol

Re: automatically place bars in a melody

2008-04-22 Thread Jaime Oliver
ersion "2.10.33" On Tue, Apr 22, 2008 at 7:20 PM, Jaime Oliver <[EMAIL PROTECTED]> wrote: > Hello all, > I haven't used Lilypond so much so this might come up as obvious.I need > Lilypond to place bars in a melody, splicing durations so that: > A) it will fill the bar

PD to lillypond

2008-04-22 Thread Jaime Oliver
Hello again, I am developing a PD external that formats pairs of pd midi pitches and durations into lilypond scores. do any of you know of other externals / code I should be aware of? best, J -- Jaime E Oliver LR [EMAIL PROTECTED] www.realidadvisual.org/jaimeoliver www-crca.ucsd.edu/ www.reali

automatically place bars in a melody

2008-04-22 Thread Jaime Oliver
Hello all, I haven't used Lilypond so much so this might come up as obvious.I need Lilypond to place bars in a melody, splicing durations so that: A) it will fill the bar to it's full capacity and B) it will split durations that exceed the size of the bar, so that they retain the part that complete