Re: Error when running LilyPond on Windows

2022-10-27 Thread Jakub
Hi Jean, This is my first time using the library, so I don't know if it worked in the past. I am running Windows 8.1 Testing out the latest unstable version, it seems to work like a charm. Thank you very much! Jakub On Tue, 25 Oct 2022 at 20:56, Jean Abou Samra wrote: > Le 25/10/2022 à 19

Error when running LilyPond on Windows

2022-10-25 Thread Jakub
When I merely try to run lilypond, whether it be from the command line or from the actual desktop icon, I am greeted with the following error: --- GNU LilyPond 2.22.2 Fontconfig error: Cannot load default config file terminate called after throwing an instance of

Re: Detect slurred notes in callback function

2016-02-14 Thread Jakub Pavlík
Hi David, as promised, here is my unsuccessful attempt based on a closure preserving state information between invocations. Regards, Jakub --- \version "2.19.32" #(define (contains-slur-event-with-direction? lst direction) (if (null-list? lst) #f (if (music-is-of-

Re: Detect slurred notes in callback function

2016-02-11 Thread Jakub Pavlík
ilypond-user%40gnu.org/msg106840.html > I will try to reconstruct it (as I scraped it while trying other solutions) and post it here. Regards, Jakub ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Detect slurred notes in callback function

2016-02-07 Thread Jakub Pavlík
(newline) (display-scheme-music (ly:event-property (event-cause notehead) 'articulations)) #f)) \score { \relative c'' { \override NoteHead #'color = #(lambda (grob) (if (in-slur? grob) red blue)) a a a( a) a( a a

Re: Detect slurred notes in callback function

2016-02-07 Thread Jakub Pavlík
red notes. I hope that sooner or later I will find The Right Tool for the Job (TM). Jakub ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Emacs mode for files containing lyrics

2015-01-31 Thread Jakub Pavlík
From the description I don't understand your problem. Why is the lilypond mode not suitable for you purposes? The example seems to be just a regular lilypond file ... Jakub 2015-01-27 16:57 GMT+01:00 Craig Parker-Feldmann lipsti...@magic.ms: I find it wonderful that some Emacs wizard(s) took

Re: Gregorian chant input in LilyPond

2014-12-28 Thread Jakub Pavlík
like to be able to convert to gabc. Regards, Jakub 2014-12-28 0:12 GMT+01:00 Noeck noeck.marb...@gmx.de: Dear Br. Samuel, thanks for your thoughts in reply to my mail! Am 27.12.2014 um 23:48 schrieb Br. Samuel Springuel: The biggest issue for this would be the fact that gabc and lilypond

Re: master variable (Re: ANN: Frescobaldi 2.0.12)

2013-12-29 Thread Jakub Pavlík
Thank you very much! Jakub 2013/12/28 Wilbert Berendsen wbs...@xs4all.nl op 28-12-13 13:25, Jakub Pavlík schreef: Hi, I am quite unhappy about the removal of the master document variable, which I have relied on quite heavily. For my workflows it is much more useful than sessions

Re: ANN: Frescobaldi 2.0.12

2013-12-28 Thread Jakub Pavlík
with this feature reenabled. Jakub 2013/12/26 Wilbert Berendsen wbs...@xs4all.nl Hi all, In keeping up with the good tradition of releasing a new version of Frescobaldi on Christmas, I happily and proudly annouce Frescobaldi 2.0.12 to be out in the wild! This is a maintainance release

Bug in the way slurs avoid stems?

2013-12-25 Thread Jakub Pavlík
changed stem direction looks as I would expect and the one with removed Stem_engraver looks especially bad. Is there a bug? Jakub \version 2.17.24 \header{ title = Stemless notes slurs } \markup{I expect all the other examples to produce output like this one produces. Am I wrong?} \score

Re: \on-the-fly #first-page not working in bookTitleMarkup ?

2013-11-10 Thread Jakub Pavlík
work in the bookTitleMarkup. Jakub --- snip \version 2.17.24 \paper { bookTitleMarkup = \markup { \column { \on-the-fly #first-page \fromproperty #'header:title \fromproperty #'header:subtitle } } } \book { \header { title = Example book } \bookpart { \header { subtitle = part

\on-the-fly #first-page not working in bookTitleMarkup ?

2013-11-09 Thread Jakub Pavlík
the whole titling logic on one place. I tried it, but the content inserted by \on-the-fly #first-page ... will never be printed. (Try the minimal example below.) Do I miss anything? Thanks in advance, Jakub --- snip \version 2.17.24 \paper { bookTitleMarkup = \markup { \on-the-fly #first-page

Dashed bar-line bug

2012-11-03 Thread Jakub Pavlík
documentation and it seems that the dashed barline ought to work as it did in 2.15. ( http://lilypond.org/doc/v2.16/Documentation/notation/bars#bar-lines ) - snip \score { \relative c' { a \bar : a } } -- Best wishes, Jakub attachment

Re: Dashed bar-line bug

2012-11-03 Thread Jakub Pavlík
And - 2.16.0 is free of this bug. J. 2012/11/3 Jakub Pavlík jkb.pav...@gmail.com Hi, I believe I've just discovered a bug. Running the development version of lily (2.17.5, commit bc4b56a8dee39a1fa3f40ac329ab0754d46fc56f ) the following snippet produces two notes next to each other

Re: Dashed bar-line bug

2012-11-03 Thread Jakub Pavlík
Ok. I'm sorry for the noise and thankful for the explanation. Jakub 2012/11/3 Thomas Morley thomasmorle...@googlemail.com 2012/11/3 Jakub Pavlík jkb.pav...@gmail.com: And - 2.16.0 is free of this bug. J. 2012/11/3 Jakub Pavlík jkb.pav...@gmail.com Hi, I believe I've just

Re: Charis SIL font - Z-a issue

2012-09-11 Thread Jakub Pavlík
, Jakub ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Charis SIL font - Z-a issue

2012-09-10 Thread Jakub Pavlík
, Jakub the code: \version 2.16.0 \paper { myStaffSize = #20 #(define fonts (make-pango-font-tree Charis SIL VL Gothic Courier (/ myStaffSize 20))) } #(define-markup-command (titlingCommand layout props titul rank datum) (markup? markup? markup?) titling (interpret

Re: lilypond-book and title page

2012-08-29 Thread Jakub Pavlík
/Title_Creation But maybe this tutorial is too complex - for me it is usually enough to set font sizes http://en.wikibooks.org/wiki/LaTeX/Text_Formatting#Sizing_text and add some vertical whitespace where needed using \vspace and \vfill . HTH, Jakub

\include in a .ly file included in a LilyPond-Book document (.lytex)

2012-08-19 Thread Jakub Pavlík
../../usefullibrary.ly). It's no killing issue for me, I just wanted to ask if this change was a feature or a bug. Greetings, Jakub ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Import - convert

2012-08-12 Thread Jakub Pavlík
Not directly. But you can export your music e.g. from Finale to one of the formats supported by the standard LilyPond converters and then convert the music from this format to LilyPond. http://lilypond.org/doc/v2.14/Documentation/usage/converting-from-other-formats Jakub 2012/8/9 Jeff Mau prs

Re: Import - convert

2012-08-12 Thread Jakub Pavlík
Oh, blind me. Using etf2ly you can import from Finale directly... Jakub 2012/8/12 Jakub Pavlík jkb.pav...@gmail.com Not directly. But you can export your music e.g. from Finale to one of the formats supported by the standard LilyPond converters and then convert the music from this format

Re: Import - convert

2012-08-12 Thread Jakub Pavlík
I confess having no experience with this, as LilyPond is the single application I use for musical notation. I just shared what I found in the documentation regarding this subject. Jakub 2012/8/12 Laura Conrad lcon...@laymusic.org Jakub == Jakub Pavlík jkb.pav...@gmail.com writes: Jakub

Re: how to underline or italic a single word in lyric?

2012-06-01 Thread Jakub Pavlík
} % italic on ioff = { \revert LyricText #'font-shape } % italic off \score { \relative c'' { g4 a c c c c c c c c c } \addlyrics { Všech -- ny \ion ná -- ro -- dy, \ioff tles -- kej -- te ru -- ka -- ma,_* } } Greetings, Jakub ___ lilypond

Custodes appear one octave higher than I expect

2012-04-18 Thread Jakub Pavlík
Hi, I have a funny problem with LilyPond 2.15.37: in the following snippet, the custos appears one octave higher than the note which actually follows on the next line. Does anyone have an idea where I make (or LilyPond makes) an error and how to fix it? Thanks, Jakub Pavlík -- snippet

Re: Custodes appear one octave higher than I expect

2012-04-18 Thread Jakub Pavlík
Dne 18. dubna 2012 14:06 Marek Klein ma...@gregoriana.sk napsal(a): Hello, 2012/4/18 Jakub Pavlík jkb.pav...@gmail.com Hi, I have a funny problem with LilyPond 2.15.37: in the following snippet, the custos appears one octave higher than the note which actually follows on the next line

Re: Custodes appear one octave higher than I expect

2012-04-18 Thread Jakub Pavlík
2012/4/18 David Kastrup d...@gnu.org Jakub Pavlík jkb.pav...@gmail.com writes: Hi, I have a funny problem with LilyPond 2.15.37: Do you have a way to check whether 2.14 is affected as well? in the following snippet, the custos appears one octave higher than the note which

Re: Possible regression in lilypond-book: including a file in a parent directory

2012-03-21 Thread Jakub Pavlík
2012/3/20 Julien Rioux julien.ri...@gmail.com Jakub Pavlík jkb.pavlik at gmail.com writes: I've found a serious difference in behaviour between lilypond-book 2.12.3 and 2.15.34: Thanks, I've added it here: http://code.google.com/p/lilypond/issues/detail?id=2423 Regards, Julien I must

Possible regression in lilypond-book: including a file in a parent directory

2012-03-19 Thread Jakub Pavlík
... Jakub Pavlík lilybookincludetest.tar Description: Unix tar archive ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Book title and author on the very first page only

2012-03-16 Thread Jakub Pavlík
at the beginning of each bookpart.) Thanks, Jakub ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Formatting of lyrics

2012-03-06 Thread Jakub Pavlík
2012/3/6 Zbyněk Burget zbur...@burgnet.cz Dne 5.3.2012 12:30, Francisco Vila napsal(a): 2012/3/5 -Eluzeelu...@gmail.com: O.K. - see attachment - I am interested in the R at the end of even verses (symbol R I've created). gregorian.ly defines \ij \iij etc for prefixing and a two

Re: ANN: Frescobaldi 2.0.2 is available

2012-02-05 Thread Jakub Pavlík
Is the libpoppler-qt4 library visible for Python when you're running Frescobaldi? (Try to check the environment variable PYTHONPATH.) Jakub Původní zpráva Od: Peter O'Doherty m...@peterodoherty.net Předmět: Re: ANN: Frescobaldi 2.0.2 is available Datum: 05.2.2012 10

Re: Breath marks at the end of a \divisioMaijor or \divisioMaxima

2012-01-21 Thread Jakub Pavlík
If you need any help, you should better explain, what you need, maybe provide an example of the LilyPond code you're working on... I can't really understand, what you need. Greetings, Jakub P.S.: Sorry for posting this twice, the first time I posted the reply by accident only to you

Re: Change color for some symbols in a sylable

2012-01-09 Thread Jakub Pavlík
well-readable lyrics to not-so-readable, but LilyPond-processable ones... Jakub ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: carol booklet

2011-12-22 Thread Jakub Pavlík
(Was sent to Hraban, but was meant for the OP or ML) I would also appreciate the .ly sources - because 1. I would like to print just a selection of the carols and 2. I have (living in Europe) no printer printing on letter-sized paper. J. Pavlík

How to make slurs ignore stems?

2011-12-22 Thread Jakub Pavlík
In regular modern scores it is logical that the ends of a slur attach to a notehead or to an end of a stem, depending on the direction of stems of the notes connected by the slur. I'm typesetting chant transcriptions and make stems transparent: \override Stem #'transparent = ##t Some slurs,

Re: How to make slurs ignore stems?

2011-12-22 Thread Jakub Pavlík
Thank you both, David and James. J Původní zpráva Od: David Nalesnik david.nales...@gmail.com Předmět: Re: How to make slurs ignore stems? Datum: 22.12.2011 20:44:59 Hi Jakub, 2011/12/22 Jakub Pavlík seve...@post.cz

Git - date of last modification for each score

2011-09-29 Thread Jakub Pavlík
Hi, I have a large project containing many small scores (in large files each containing a bundle of scores) which often change. The project is stored in a git repository. I would like to be able to get the date of last modification for each of the scores from git. Does anyone have an idea how

Re: ghoste notes

2011-09-10 Thread Jakub Pavlík
It seems that 2.12 didn't have commands \xNotesOn, \xNotesOff and \xNote - see http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Note-heads#Special-note-heads - but you can make them easily yourself - try to compile the attached file, it should work. Jakub Původní

Re: Empty music sheet generator in LilyPond

2011-09-09 Thread Jakub Pavlík
(because the clefs may be placed on different lines and writing more small pieces like antiphons on one sheet you usually need different clef placements). Jakub Pavlík ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman

Re: ghoste notes

2011-09-09 Thread Jakub Pavlík
See section Noteheads in the Notation manual: http://lilypond.org/doc/v2.14/Documentation/notation/note-heads Jakub Původní zpráva Od: valerian.neisse valerian.nei...@gmail.com Předmět: Re: ghoste notes Datum: 09.9.2011 18:56:29

Re: Alternative note inserting for guitar tabs

2011-09-06 Thread Jakub Pavlík
Jakub Pavlík jn. wrote: Your e-mail inspired me to start work on a VexTab-to-LilyPond converter, which should make it possible to make use both of the simple VexTab input and fancy LilyPond output. At this time it doesn't have enough functionality for your needs - but I'm slowly

Re: Alternative note inserting for guitar tabs

2011-09-05 Thread Jakub Pavlík
Your e-mail inspired me to start work on a VexTab-to-LilyPond converter, which should make it possible to make use both of the simple VexTab input and fancy LilyPond output. At this time it doesn't have enough functionality for your needs - but I'm slowly working on it. J. Pavlik

Re: Using headers inside of a score

2011-06-30 Thread Jakub Pavlík
Původní zpráva Od: Reinhold Kainhofer reinh...@kainhofer.com Předmět: Re: Using headers inside of a score Datum: 27.6.2011 20:19:11 Am Montag, 27. Juni 2011, 18:08:47 schrieb Jakub Pavlík: Hi, it would be very useful

Using headers inside of a score

2011-06-27 Thread Jakub Pavlík
. Is there any way to do this (take some score header and set it as instrument name)? Thanks, Jakub ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Vertical position of a breathe sign

2011-06-15 Thread Jakub Pavlík
is typesetted flying over the staff. I want it to lie on the top-most line, on the line A, but I haven't found any way to modify vertical positioning of this sign. Is there any? Thanks, Jakub Pavlík ___ lilypond-user mailing list lilypond-user@gnu.org https

Is spacing strategy scriptable?

2011-06-14 Thread Jakub Pavlík
Hi, is there any way to define my own algorithm of horizontal spacing for the score? Thanks, J. Pavlík ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Variable names

2011-05-13 Thread Jakub Pavlík
I have tried to find some description of the valid syntax of LilyPond variables and haven't found any. I would like to use variable names with numbers and possibly with underscores - is it somehow possible? a2c = { a a a } % doesn't work a_c = { a a a } % also doesn't work Thanks, Jakub Pavlík

Unbreakable space in markup

2011-02-08 Thread Jakub Pavlík
Hello, is it possible to make an unbreakable space in multi-line top-level markup? Some languages (including Czech) prohibit e.g. prepositions at the end of line - and I haven't been able to adjust line-breaking in these and similar cases. Thanks, Jakub Pavlík