Re: Release candidate 3 of 2.14 - LilyPond 2.13.54 released

2011-03-19 Thread Frédéric Bron
gn-interface::calc-max-stretch } } Kind regards, Frédéric ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Release candidate 3 of 2.14 - LilyPond 2.13.54 released

2011-03-19 Thread Frédéric Bron
0 } } \relative c' { \tempo "ROMANZE" 4 = 66 \ottava #1 c''1^\markup { "clar. 2" } \ottava #0 } By the way, is it possible to find in the doc. a list of all default outside-staff-priorities? Kind regards, Frédéric

Re: Release candidate 3 of 2.14 - LilyPond 2.13.54 released

2011-03-20 Thread Frédéric Bron
y: you must change this manually %} ', str) Frédéric ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: pdf to .ly?

2012-01-19 Thread Frédéric Bron
pdftk: http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/ - convert: http://www.imagemagick.org/ Frédéric ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

change note names from italiano to english in existing input file

2012-01-27 Thread Frédéric Bron
regex but it would be nice it it was an option of displayLilyMusic. Regards, Frédéric ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: change note names from italiano to english in existing input file

2012-01-28 Thread Frédéric Bron
> yes it is - see http://lsr.dsi.unimi.it/LSR/Item?id=638 Thanks a lot. In fact, the trick is to use 2 times \language: \language "italiano" music = { music written in italiano } \language "english" \displayLilyMusic \music Frédéric _

Re: lilypond music notation programs as a substitution for Finale.

2012-07-26 Thread Frédéric Bron
tart here: http://www.lilypond.org/doc/v2.14/Documentation/learning/index For unicode, you can just write your input file using the UTF8 encoding. You can also enter a specific glyph by its code: \markup { \char ##x03EE } Frédéric ___ lilypond-user mai

Re: Tie Crusade

2013-07-14 Thread Frédéric Bron
I have looked at the examples. Have you also a set of good examples? Of course, we do not want them to become bad... But maybe the regression tests just play that role? Frédéric ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org

Re: Tie Crusade

2013-07-14 Thread Frédéric Bron
correctly by default. >> But maybe the >> regression tests just play that role? > I don't think so. There simply aren't enough ties in the regression tests.' OK, have you started a list of good examples or can I start this? Frédéric

Re: search term for beams

2013-08-25 Thread Frédéric Bron
> I want to beam a chord in the treble staff to a chord in the bass staff and > have the beam slanted between the two staves. > For what should I search? maybe: https://github.com/stevage/Lilypond/blob/master/input/regression/beam-cross-staff.ly

Re: Lilypond and Vim

2013-09-11 Thread Frédéric Bron
> Yeah, that ghostview command is from the vim config provided by the LIlypond > team. I made sure to install gv, still nothing. but by default, the .ps file is removed, isn't it? Frédéric ___ lilypond-user mailing list lilypond-user@gn

Re: Fedora 19 Lilypond and Vim

2013-10-02 Thread Frédéric Bron
d F20 but they cannot compile lilypond 2.16.2 with F19 (uncompatible tools). Only 2.17 can so we wait until 2.18.0 is out to update F19. Meanwhile, you have to copy the files manually in your home directory. Frédéric ___ lilypond-user mailing list lily

how to have ornamentations below slur?

2013-10-04 Thread Frédéric Bron
ornamentations are printed above slurs like in the following example: \relative c'' { c4( c4\prall c4 c4) } How can I have the \prall below the slur? Regards, Frédéric ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.o

Re: why you don't contribute to Mutopia

2014-01-02 Thread Frédéric Bron
ses, just a minor hurdle can stop the process. Cheers, Frédéric ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

vim is very very slow to open and modify lilypond files

2015-03-08 Thread Frédéric Bron
sue? I am using lilypond and vim 7.4.475 on linux fedora 20. Kind regards, Frédéric ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: vim is very very slow to open and modify lilypond files

2015-03-08 Thread Frédéric Bron
Thank you for your answer, very useful. I found the issue: in my .vimrc I have: set foldenable set foldmethod=syntax Try that and you will see how long it takes. I have no issue with C++ code, why would it be so much longer with lilypond language? Frédéric

A nice turn on each page

2020-12-09 Thread Frédéric Moinard
(trombonist seeing badly on his right, in this case). I have not found how to create a new behavior from \paper { page-breaking = #ly:page-turn-breaking } to get that... Thanks ! Frédéric

Context collision

2016-06-17 Thread Frédéric Bron
regards, Frédéric \version "2.18.0" \layout { \context { \name "TextLine" \type "Engraver_group" \consists "Staff_collecting_engraver" \consists "Metronome_mark_engraver" \override MetronomeMark.padding = #0 \override Metron

Lilypond and mac os X

2003-03-04 Thread Frédéric Kapala
Hello ! I'm new to Lilypond and all the GNU stuff. I've installed with fink lilypond on a mac with OS 10.2.4 ; on an other hand, i try to use texshop ot itexmac to produce nice pdf file with Latex ; but the trouble is that it is not possible to write lilypond code inside texshop (lilypond-book s

Re: partcombine for more than two parts?

2003-06-20 Thread Frédéric BRON
score (for the conductor) when combining parts but there should be an option to write only once dynamic that should appear exactly at the same place. Otherwise, they are written one over the other slightly shifted. Frédéric ___ Lilypond-user mailing

Re: partcombine for more than two parts?

2003-06-20 Thread Frédéric BRON
once. By the way, I would like to say that I find lilypond the most efficient music typesetter and its music prints are really the best. Nobody can music type so rapidly with a mouse... Many thanks to it creators. Frédéric --- Frédéric BR

Clever pagebreak

2003-07-30 Thread Frédéric Bron
Hello, Is it possible to ask for clever page break? I mean that if it is possible, it is nice to have rests before turning over a page. It seems that this feature is not possible because lily does not handle pages but only lines but I am not sure. Frédéric

Re: Problems with Individual Parts

2003-08-06 Thread Frédéric Bron
patch. Thanks a lot, Frédéric ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user

Grob TupletBracket ended before I expected it to end

2003-08-10 Thread Frédéric Bron
Hello ! This new version of lily is interesting. Thanks to all developpers. Could somebody tell me what is the following error ? The output is allright to me. Frédéric > ly2dvi -P test.ly ly2dvi (GNU LilyPond) 1.8.0 Running /usr/bin/lilypond...GNU LilyPond 1.8.0 Now processing: `test

Re: Problems with Individual Parts

2003-08-14 Thread Frédéric Bron
body help me ? Is it possible to include the right font.scm file in the next stable version ? Thanks, Frédéric ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user

Re: Grob TupletBracket ended before I expected it to end

2003-08-14 Thread Frédéric Bron
measures). Look carefully at the output when you remove the line and you'll see. Frédéric --- Frédéric Bron ([EMAIL PROTECTED]) ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gn

Re: some problems

2003-08-14 Thread Frédéric Bron
I can only answer this question: 2) ppp dynamic marking crossing barline (bar 14) use ^\markup{\dynamic ppp } instead of ^\ppp Frédéric --- Frédéric Bron ([EMAIL PROTECTED]) ___ Lilypond-user

Re: some problems

2003-08-14 Thread Frédéric Bron
The entry in the documentation is "Tuning output/Text markup" rather at the end: http://lilypond.org/doc/v1.8/Documentation/user/out-www/lilypond/Text-markup.html Don't complain to much because it has been very very much improved since 1.6 ! Best wishes, Frédéric Stefaan H

Re: Beaming and barlines

2003-08-24 Thread Frédéric Bron
moment 5 8) a'4 b' c''8 \bar ":|:" \property Score.measureLength = #(ly:make-moment 6 8) d''8 d e f a b c d e f a b c d a } } Frédéric ___ Lilypond-user

movements

2003-08-25 Thread Frédéric Bron
Hello! For multiple movements, it is possible to add a \header{ piece = "name of the piece" } as mentionned in the doc. But when one adds 'meter = "meter of the piece"', nothing more is written. Is it possible to have different meters and names for eac

Re: movements

2003-08-25 Thread Frédéric Bron
with latex commands: \header { piece = "piecename\\nopagebreak\small\\upshape piecemeter" } Thanks! Frédéric ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user

landscape output

2003-08-25 Thread Frédéric Bron
Hello! I cannot make the orientation option work properly. In landscape mode, the calculated linewidth is that of the portrait mode and it seems that the linewidth option has no effect. See an example in the attached file. Could someone help ? Thanks, Frédéric \header { title

landscape output

2003-08-25 Thread Frédéric Bron
Hello! I cannot make the orientation option work properly. In landscape mode, the calculated linewidth is that of the portrait mode and it seems that the linewidth option has no effect. See an example in the attached file. Could someone help ? Thanks, Frédéric

Re: landscape output

2003-08-26 Thread Frédéric Bron
w 1.8.0 version, the .ps output obtained with the -p option has a strange behavior in gv. The list of page numbers is empty and the back button is disabled. Have a look to this file: http://frederic.bron.free.fr/ClarinetteI.ps.gz. Frédéric Mats Bengtsson wrote: > I just tried to run '

Re: landscape output

2003-08-26 Thread Frédéric Bron
I do get page numbers in gv. You are right here too! I updated at the same time my redhat version from 7.3 to 9 and lily from 1.6.11 to 1.8.0. Redhat 9 dvips and gv seem to have bugs. Sorry for having thought it was lily. Frédéric ___ Lilypond

Re: pdf can't be made..?

2003-08-27 Thread Frédéric Bron
Try reading this, it worked for me: http://mail.gnu.org/archive/html/lilypond-user/2003-08/msg00129.html http://mail.gnu.org/archive/html/lilypond-user/2003-08/msg00202.html Frédéric Thorkil Wolvendans wrote: Hello everyone! I just installed Lilypond 1.8 (cygwin edition), and tested 'P

triplet 3 in paper11

2003-09-07 Thread Frédéric Bron
> http://mail.gnu.org/archive/html/lilypond-user/2002-07/msg00120.html Just to say that this patch is still not included in 1.8.1 ! It allows the use of smaller fonts for the 3 of a triplet for example. Thanks, Frédéric Mats Bengtsson wrote: You are right, I must be blind. I leave the decis

horizontal position

2003-09-08 Thread Frédéric Bron
ease, have a look at the following link as an example: http://frederic.bron.free.fr/ClarinetteI.pdf Thanks, Frédéric --- Frédéric Bron ([EMAIL PROTECTED]) ___ Lilypond-user mailing list [EMAIL

Re: horizontal position

2003-09-09 Thread Frédéric Bron
e the same problem. Thanks, Frédéric Mats Bengtsson wrote: The default paper size is A4. Exactly how do you set papersize="a4"? I hope you have seen the instructions at http://lilypond.org/doc/v1.8/Documentation/user/out-www/lilypond/Page-layout.html unfortunately you have to do it exact

Re: question about accidentals

2003-09-13 Thread Frédéric Bron
int the symbol sharp before the f. So if you use \key g \major and "f" you get f natural so it needs a sharp. If you want a f sharp you write "fis" and get "f" without a sharp symbol. Frédéric Lucas Gonze wrote: On Samedi, sep 13, 2003, at 12:22 America/New_York, Rune

Re: upgrade advice???

2003-09-24 Thread Frédéric Bron
which is not good. \markup notation is correctly handled. Frédéric ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user

<    1   2   3