Re: define-public

2024-03-29 Thread Jean-Julien Fleck
Hello, Le ven. 29 mars 2024 à 10:42, Rip _Mus a écrit : > Hello, > on mac, I want to insert this flag on compilation: > > -e '(define-public part 'cello)' > > But this give me an "error near unexpected token". > The shell has no way to tell if the prime before cello is terminating the string

Re: Still failing to operate lilypond 2.20.0 64-bit version.

2023-10-06 Thread Jean-Julien Fleck
Le ven. 6 oct. 2023 à 22:35, Werner LEMBERG a écrit : > > > It's in the non-distributable list: > > > > not-distributable.txt:lilypond "lilypond" is not distributable > > because its license "GPL-3+" conflicts with license "GPL-2" of > > dependency "libpaper" not-distributable.txt:lilypond-devel

Re: Still failing to operate lilypond 2.20.0 64-bit version.

2023-10-06 Thread Jean-Julien Fleck
Hello, Le ven. 6 oct. 2023 à 15:19, Werner LEMBERG a écrit : > > > All of LilyPond's dependencies definitely are GPLv3-compatible (or > > we could not distribute official binaries on lilypond.org). > > I don't have access to my old Mac in the next days, but there is a > possibility to actually

Re: Double bar notation in middle of measure

2023-02-16 Thread Jean-Julien Fleck
Hello Evan, Le ven. 17 févr. 2023 à 06:12, Evan Driscoll a écrit : > I'm trying to re-engrave part of a part that has an admittedly-weird > double bar indication in the middle of a measure. You can see what I mean, > with context, here: https://imgur.com/BnpooBh (measure 49, aka C). > > How can

Re: NOT merging same notes in different voices

2023-01-11 Thread Jean-Julien Fleck
Hello Joei, Le mer. 11 janv. 2023 à 16:23, Johannes Roeßler a écrit : > Hi Group, > > how can I avoid that the same notes in two voices are merged? > > \version "2.24.0" > <<{ a'4 }\\{ a' }>> > Instantiating explicitly the voices can help: <<\new Voice { a'4 }\\ \new Voice { a' }>> Cheers,

Re: -dcompile-scheme-code on Windows

2022-11-20 Thread Jean-Julien Fleck
Hello Jean, Le dim. 20 nov. 2022 à 13:38, Jean Abou Samra a écrit : > \version "2.23.81" > > #(ly:set-option 'compile-scheme-code) > #(debug-enable 'backtrace) > > #(display (+ 2 2)) > #(use-modules (ice-9 match) >(ice-9 hash-table) >(oop goops)) > > > Knowing if

Re: Lilypond

2022-09-18 Thread Jean-Julien Fleck
Le dim. 18 sept. 2022 à 17:21, pagani laurent a écrit : > > The last detail is that sometimes, the shorter notes are not completed by > rests (string instruments) but I sort of remember to have seen that rests > could be masked, possibly the answer.  > Yes, that's it: use skip (s) rather than

Re: Lilypond

2022-09-18 Thread Jean-Julien Fleck
Hello Laurent, Le dim. 18 sept. 2022 à 16:23, pagani laurent a écrit : > Unlike Latex editors (texstudio, or texshop e.g.), it does not have the > list of reserved words/commands in lateral menus to retrieve quickly > something you don’t remember. But I guess there are not so many things to >

Re: [was: Re: ANN: Frescobaldi 3.2]

2022-08-18 Thread Jean-Julien Fleck
Hello Jean-Louis, Le jeu. 18 août 2022 à 03:10, Jean Louis THIRY a écrit : > > I have a question about the installation. Could this erratic behavior be a > result of this .sdk file being installed in the wrong order? is it possible > to uninstall Frescobaldi using some magic formula like "sudo

Re: very simple off-topic question regarding command line viewing of postscript files on macOS

2022-08-02 Thread Jean-Julien Fleck
ot native and not via homebrew, > as far as I can tell. > > Thanks, > Ken > > On Tue, Aug 2, 2022 at 8:04 PM Jean-Julien Fleck > wrote: > > > > Hello Kenneth > > > > To view the postscript, you should use directly gv (GhostView) and not > gs (GhostScript).

Re: very simple off-topic question regarding command line viewing of postscript files on macOS

2022-08-02 Thread Jean-Julien Fleck
Hello Kenneth To view the postscript, you should use directly gv (GhostView) and not gs (GhostScript). Hope this helps, Le mer. 3 août 2022 à 02:22, Kenneth Wolcott a écrit : > Thank you Andrew. > > Meanwhile, I installed xquartz and I have a working (?) XWindows > environment now, but gs

Re: Setting relative pitch as a global declaration?

2022-02-09 Thread Jean-Julien Fleck
Hello Alasdair, Le mer. 9 févr. 2022 à 08:24, Alasdair McAndrew a écrit : > > The one thing I don't know how to do is to declare the relative pitch > globally. Thus, each music variable looks like > > movement1_part1 = \new Voice \relative c'' { notes, notes, and more notes } > > The

Re: Complex Tuples

2021-07-29 Thread Jean-Julien Fleck
Hello Greg, Le jeu. 29 juil. 2021 à 14:50, Greg Lindstrom a écrit : > Hello Everyone - > > I am transcribing a piece called "Hope" by Dorothy Gates and need some > help with a few of the triplet figures. In particular, I would like to know > if it is possible to create a triplet out of the

Re: Slur positioning and forceful flat signs

2021-05-30 Thread Jean-Julien Fleck
Hello Dmitry, Le dim. 30 mai 2021 à 11:31, Ivanov Dmitry a écrit : > > 1. Is it possible to move the slur above the stuff as it overlaps with > crescendo and diminuendo marks? > Just indicate the orientation with a ^ for above and _ for below: 4\< c4^( d4 | > 2. C minor key has 3 flat

Re: Question about abbreviations

2020-08-27 Thread Jean-Julien Fleck
This might also be useful depending on what you are after: http://lsr.di.unimi.it/LSR/Item?id=654 Le jeu. 27 août 2020 à 11:34, Timothy Lanfear a écrit : > Provided you use a recent version of Lilypond, e.g. 2.20.0, the pitch is > carried forward from the previous note and you can write c4. 8

Re: Iterators in Scheme?

2020-07-29 Thread Jean-Julien Fleck
Hello Niols, Le mer. 29 juil. 2020 à 15:44, Niols a écrit : > > > What do you want to achieve? > > This is actually follow-up research from my side after a previous e-mail > to this list. I would like to print bar numbers that are "repeat aware", > that is such that if bars 9 to 12 repeat

Re: Inputting fingerings separate from melody?

2020-01-20 Thread Jean-Julien Fleck
Le lun. 20 janv. 2020 à 17:20, Davide Liessi a écrit : > Il giorno lun 20 gen 2020 alle ore 16:38 bkal...@gmail.com > ha scritto: > > Is there a way to input fingerings separate from melody? > > You can attach fingerings to invisible rests and combine them with the > melody using <<>>. > See

Tuplet number collision when slurred

2020-01-12 Thread Jean-Julien Fleck
Hello, I've got into a strange behavior of a \tuplet that can be seen with this code: {\clef alto \tuplet 3/2 {a8-3( g-2 f-1)}} to be compared with the same without the slur {\clef alto \tuplet 3/2 {a8-3 g-2 f-1}} for which there is no collision between fingering and tuplet number. In my

Re: Lilypond as graphic tool - I am looking for a specific thread in this mailing list

2019-10-21 Thread Jean-Julien Fleck
Hello, Le lun. 21 oct. 2019 à 19:55, Manuela a écrit : > Kieren, thank you for your reply. This was not the thread I meant, there > were > several different graphs. It actually may be not this mailinglist where > this > was posted what I am searching for, > thank you > Manuela > Perhaps was it

Re: Hiding a ledger line

2019-01-26 Thread Jean-Julien Fleck
Hello Joe, Le sam. 26 janv. 2019 à 21:23, Joseph Srednicki a écrit : > Hello Everyone: > > See the following example. I am trying to hide the first e the first bea > in the upper voice. I successfully hid the note head and stem, but cannot > seem to hide the ledger line. > > Can someone

Re: Lilypond not rendering PDF on Mac

2019-01-09 Thread Jean-Julien Fleck
Hello, Le mer. 9 janv. 2019 à 13:52, Andrew Bernard a écrit : > Do we even support that version of Mac OS? > At least it's working for me. But I recall I encountered the same issue when using lilypond from a Macport installation. It was solved when I used the one available on lilypond.org.

Re: Change pitch in part of a music fragment

2018-12-01 Thread Jean-Julien Fleck
Hello Mark, > > >The goal is obviously to be able to switch instruments without > >copy/pasting global music fragment but just locally tell lilypond to > >octaviate when needed for a given instrument. > > Take a look at . The > \correctOctaveOutOfRange

Change pitch in part of a music fragment

2018-12-01 Thread Jean-Julien Fleck
Hello, I have a music fragment stored in a variable: myfragment = \relative c' {c d e f g a b c d e f g} The fragment was initially written for another instrument than the one I'm targeting so that the range is not big enough to play the whole fragment without octaviation. Here, for example,

Re: Does LilyPond on MacOS 10.14 (Mojave)?

2018-11-11 Thread Jean-Julien Fleck
Hello Gail, Le dim. 11 nov. 2018 à 18:41, Gail Rein a écrit : > I am thinking it is time to move from MacOS High Sierra to Mojave. System > information for LilyPond 2.18.2-1 says it is not a 64-bit application, > which I understand can be a problem for Mojave. > > If you have experience using

Re: emails innummerable

2018-11-04 Thread Jean-Julien Fleck
Hello Sam, I think that if you visit the webpage https://lists.gnu.org/mailman/options/lilypond-user you should have the opportunity to log-in and modify your preferences so that you can activate "group mode". Cheers, Le dim. 4 nov. 2018 à 19:47, Sam Frybyte a écrit : > Hi- this is not quite

Re: Optionnal finger indication

2018-10-21 Thread Jean-Julien Fleck
Thanks a lot Harm, it works perfectly ! Cheers, > Use \fontsize instead of \magnify. > Also, use either \fontsize #(magnification->font-size 0.5), if you > really want to keep the numerical value for some reason. > Though, (magnification->font-size 0.5) evaluates to -6.0. Thus > \fontsize #-6.0

Optionnal finger indication

2018-10-20 Thread Jean-Julien Fleck
Hi everyone, I have been searching how to indicate some optionnal finger indication in parenthesis but found no direct way. I ended up using some quite complicated hack: doigte = \markup { \halign #-0.5 \override #'(font-encoding . fetaText) \magnify #0.5 (4)} and then {re-0-\doigte}. It worked