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

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 'std::l

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

Re: Detect slurred notes in callback function

2016-02-07 Thread Jakub Pavlík
d modifying all slurred 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

Detect slurred notes in callback function

2016-02-07 Thread Jakub Pavlík
ot;try to dig slur") (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

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 : > I find it wonderful that some Emacs wizard(s) took the

Re: Gregorian chant input in LilyPond

2014-12-28 Thread Jakub Pavlík
ually like to be able to convert to gabc. Regards, Jakub 2014-12-28 0:12 GMT+01:00 Noeck : > 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

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 > 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

Re: ANN: Frescobaldi 2.0.12

2013-12-28 Thread Jakub Pavlík
;topic fork" of Frescobaldi with this feature reenabled. Jakub 2013/12/26 Wilbert Berendsen > 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

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 produ

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

2013-11-10 Thread Jakub Pavlík
ut doesn't 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

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

2013-11-09 Thread Jakub Pavlík
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

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 > 2012/11/3 Jakub Pavlík : > > And - 2.16.0 is free of this bug. > > > > J. > > > > > > > > 2012/11/3 Jakub Pavlík > >> > >>

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 > 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

Dashed bar-line bug

2012-11-03 Thread Jakub Pavlík
rrent 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 <>___

Re: Charis SIL font - Z-a issue

2012-09-11 Thread Jakub Pavlík
2012/9/11 Werner LEMBERG > Please report this (with examples) to the ghostscript people so that > they can analyze and fix it. > > > Werner > Patrick, will you report it to the GS devs? I don't understand PostScript (and thus also what you found about the issue) e

Charis SIL font - Z-a issue

2012-09-10 Thread Jakub Pavlík
what the problem might be? Thanks, 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 l

Re: lilypond-book and title page

2012-08-29 Thread Jakub Pavlík
kibooks.org/wiki/LaTeX/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
write \include "../../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
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 > >>>>> "Jakub" == Jakub Pavlík writes: > >

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 > 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
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

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

2012-06-01 Thread Jakub Pavlík
g handy variables: ion = { \override LyricText #'font-shape = #'italic } % 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

Re: Custodes appear one octave higher than I expect

2012-04-18 Thread Jakub Pavlík
2012/4/18 David Kastrup > Jakub Pavlík 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 highe

Re: Custodes appear one octave higher than I expect

2012-04-18 Thread Jakub Pavlík
Dne 18. dubna 2012 14:06 Marek Klein napsal(a): > Hello, > > > 2012/4/18 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 follo

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: Possible regression in lilypond-book: including a file in a parent directory

2012-03-21 Thread Jakub Pavlík
2012/3/20 Julien Rioux > Jakub Pavlík 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 > > R

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

2012-03-19 Thread Jakub Pavlík
3 behaved just how I expected it to behave... 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
t 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 > Dne 5.3.2012 12:30, Francisco Vila napsal(a): > > 2012/3/5 -Eluze: >> >>> 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 \responsum >>

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 Předmět: Re: ANN: Frescobaldi 2.0.2 is available Datum: 05.2.201

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 y

Re: Change color for some symbols in a sylable

2012-01-09 Thread Jakub Pavlík
quare brackets should be red) and write a script (in Ruby/Perl/...) that will preprocess your scores and make your 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: 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 > 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 > >

How to make slurs ignore stems?

2011-12-22 Thread Jakub Pavlík
Some slurs, attached to invisible stems, then "fly high over the notes". Is there any way to tell LilyPond to ignore stems when making slurs and attach slur always to noteheads? (I attach an image showing the problem. Red dots emphasize slurs attached to invisible stems.) Thanks

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 _

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 to

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 >

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 > Předmět: Re: ghoste notes > Datum: 09.9.2011 18:56:29 >

Re: Empty music sheet generator in LilyPond

2011-09-09 Thread Jakub Pavlík
heers, > Reinhold I suggest adding sheets for gregorian chant - staffs of four lines, without a clef (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

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 enou

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 > 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, > > > &g

Using headers inside of a score

2011-06-27 Thread Jakub Pavlík
it doesn't work. 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
breathe sign 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 lilypon

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 Thank

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 P