Context collision

2016-06-17 Thread Frédéric Bron
Dear all, The attached score show a context collision. In an orchestra score, I like to have the bar numbers at the top left and bottom left of each system. Also, I like to gather all textual informations at the top. For this, I defined 2 new contexts :TextLine and BarNumberLine. Problem: text

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

vim is very very slow to open and modify lilypond files

2015-03-08 Thread Frédéric Bron
Some months ago, vim became very very slow to open a lilypond file (4-5 seconds). This is clearly due to syntax highlighting because when turn it off (:syntax off) the files are opened instantaneously. Also when I add an opening {, it takes a long time (1 second or more) to update the file which

Re: why you don't contribute to Mutopia

2014-01-02 Thread Frédéric Bron
I'd like to have some feedback from you. Which change in the Mutopia interface/decisions would make you start contributing or contributing more? I wanted to contribute with the 4th symphony of Schumann which was ready to be submitted. I had spent some time to adjust the page layout for A4 paper

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

Re: Fedora 19 Lilypond and Vim

2013-10-02 Thread Frédéric Bron
I am using Vim and Fedora 19 and syntax highlighting is working. The change from vim73 to vim74 is something that should be reported to the lilypond packagers from Fedora. I have done this already (https://bugzilla.redhat.com/show_bug.cgi?id=1005394). It has been fixed in F18 and F20 but they

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@gnu.org

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 Frédéric

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

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... Do you mean ties that are currently engraved correctly by default, or example good-looking ties scanned from hand-engraved music? I mean engraved correctly by default. But

Re: Questions on re-organizing the woodwind (bass-)clarinet stencils

2013-02-10 Thread Frédéric Bron
Disagree. The default conversation language of LilyPond (all its command and function names) is English, the default note language is dutch. side-ees is perfectly consistent with LilyPond's defaults. By the way I discover in 2.16 doc that the default language has moved to English now? I

Re: Questions on re-organizing the woodwind (bass-)clarinet stencils

2013-02-04 Thread Frédéric Bron
That looks a good job you're doing here. I want to rename the right-hand key labeled four to side-ees to make to naming more consistent Could we have English names by default so that everybody can understand? I learnt the French names when I was young but switched to English names for lilypond

Re: what's the most efficient way of doing this?

2012-12-17 Thread Frédéric Bron
You can have a look at this score: https://sites.google.com/a/polytechnique.org/bron/home/music/schumann---4th-symphony I see you're running into at least one of the same problems I am: the MetronomeMark is no longer aligning correctly. =( I have not noticed that. Could you give a precise

Re: what's the most efficient way of doing this?

2012-12-17 Thread Frédéric Bron
Well, for example the very first tempo indication should be left-aligned with the time signature. Lilypond does this [correctly] when the mark is in the Staff context containing the time signature, but doesn't when the mark is placed in a separate context. OK, I have never considered that

Re: what's the most efficient way of doing this?

2012-12-15 Thread Frédéric Bron
Did you do any performance testing, to see if compilation times are optimized this way? (I'm finding performance to be somewhat critical, especially when generating my large opera and musical scores.) I did not checked another method to see if it was quicker to build. You can see that the

Re: what's the most efficient way of doing this?

2012-12-14 Thread Frédéric Bron
B. B1. Put the RehearsalMark and MetronomeMark objects in the main global variable (which also includes \time, \bar, etc.). B2. Create a MarksOnly custom context, which only has the engravers necessary to show RehearsalMark and MetronomeMarks, and let it filter out everything else

Re: 23/16 rest

2012-11-29 Thread Frédéric Bron
I propose to continue this discussion on lilypond-user list. Could it be that mistakes from earlier in a file would trigger barcheck mistakes later? I think so. When I have an missing note in a bar, it pollutes the score up to the end. Could attach your long example or is it too long?

Re: 23/16 rest

2012-11-29 Thread Frédéric Bron
I assume this is the thread you're referring to? http://lilypond.1069038.n5.nabble.com/23-16-rest-td136941.html That's right, Frédéric ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

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

2012-07-26 Thread Frédéric Bron
I am trying to find a free solfware of music notation of Church Music as a substitution for Finale with which I cannot write a particular latin script extended unicode. Why writing to bug-lilypond list? I reply to lilypond-user list. The documentation is pretty good. You can start here:

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 ___ lilypond-user

change note names from italiano to english in existing input file

2012-01-27 Thread Frédéric Bron
Is it possible that \displayLilyMusic outputs note names in a different language? I use to work with english notations because they are shorter but I am using an existing file written with italiano. Is it possible to change the note names from do re mi fa sol... to c d e f g? I know I can try with

Re: pdf to .ly?

2012-01-19 Thread Frédéric Bron
Does anybody here know of software that could convert a .pdf into .ly? Mayber .pdf to .xml first, then to .ly? Or  .pdf into .svg, or some sort of image file?  I got some music from the IMSLP site, it needs to be rotated and cleaned up a bit. free command line software: - pdftk:

Re: Release candidate 3 of 2.14 - LilyPond 2.13.54 released

2011-03-20 Thread Frédéric Bron
I noticed that convert-ly does not converts auto beaming settings. Didn't convert-ly give you a message that said you needed to change it manually? I have run conver-ly for many files so that I did not see the message! It would have been nice to have a rule that added a comment in the file

Re: Release candidate 3 of 2.14 - LilyPond 2.13.54 released

2011-03-19 Thread Frédéric Bron
LilyPond 2.13.54 is out; this is the third release candidate of the upcoming 2.14 stable release. I noticed that convert-ly does not converts auto beaming settings. Kind regards, Frédéric Parsing... indications.ly:6:9: error: GUILE signaled an error for the expression beginning here #

Re: Release candidate 3 of 2.14 - LilyPond 2.13.54 released

2011-03-19 Thread Frédéric Bron
LilyPond 2.13.54 is out; this is the third release candidate of the upcoming 2.14 stable release. All users are invited to experiment with this version. New features since 2.12.3 are listed in the “Changes” manual on the website section about Development. http://lilypond.org/development.html

Re: Release candidate 3 of 2.14 - LilyPond 2.13.54 released

2011-03-19 Thread Frédéric Bron
LilyPond 2.13.54 is out; this is the third release candidate of the upcoming 2.14 stable release. All users are invited to experiment with this version. New features since 2.12.3 are listed in the “Changes” manual on the website section about Development. http://lilypond.org/development.html

Re: Release candidate 3 of 2.14 - LilyPond 2.13.54 released

2011-03-19 Thread Frédéric Bron
LilyPond 2.13.54 is out; this is the third release candidate of the upcoming 2.14 stable release. All users are invited to experiment with this version. New features since 2.12.3 are listed in the “Changes” manual on the website section about Development. http://lilypond.org/development.html

3 voices in piano staff - middle voice autochange: howto?

2010-10-10 Thread Frédéric Bron
I would like to have a piano staff with one voice on the upper staff, one voice on the lower staff and one voice automatically switching between the two staffs. Is it possible? I tried this but without success: \version 2.12.3 \include english.ly \score { \new PianoStaff

Re: new website 24-hour test

2010-06-29 Thread Frédéric Bron
Please send feedback to lilypond-user 1. Thanks. Personnaly I mostly use big HTML because I need the search possibilities in the full manual. I think that more about Notation or other formats for Notation would better describe the link that is currently called details of Notation (same for

Schumann - 4th Symphony for clarinet choir - open licence

2010-04-08 Thread Frédéric Bron
I am happy to publish the arrangment I made of the 4th symphony of Schumann for clarinet choir. Thanks to lilypond and this mailing list I was able to make a very professional looking score (took me 18 months!!!). I decided to publish the score with a creative commons licence following the advice

Re: all must do a new clone - new git repository with fixed history

2010-03-27 Thread Frédéric Bron
The git repository at savannah has been updated, everyone should do a fresh clone. I can only use the http server because I cannot get outside my firewall using the git protocol. I was using http://git.sv.gnu.org/r/lilypond.git before. I have tried http://git.savannah.gnu.org/r/lilypond.git and

Re: all must do a new clone - new git repository with fixed history

2010-03-27 Thread Frédéric Bron
According to     http://git.savannah.gnu.org/gitweb/?p=lilypond.git it is. I am a bit lost: should it be git.sv or git.savannah? Maybe this does not matter. Frédéric ___ lilypond-user mailing list lilypond-user@gnu.org

hairpins in above ossia staff collide with main staff

2010-03-27 Thread Frédéric Bron
Hi folks, I created a 21 page score with only one staff but at some place, an ossia staff appears above the main staff. Everything was fine up to the point where I needed to move the bar number engraver from the score context to the staff context because I wanted the bar numbers to be below text

outside-staff-priority fails for TextSpanner with BarNumber

2010-03-18 Thread Frédéric Bron
In the following example I cannot get the bar number below the text spanner. I tried to change the outside-staff-priority but this does not work. Regards, Frédéric \version 2.12.2 \relative c' { \override TextSpanner #'outside-staff-priority = #350 \override BarNumber

Re: outside-staff-priority fails for TextSpanner with BarNumber

2010-03-18 Thread Frédéric Bron
Read the Learning Manual (section 4.4.3 explains how to do this) Thanks a lot. I should have thought about that. Here is the corrected code for the archive: \version 2.12.2 \layout { \context { \Score \remove Bar_number_engraver } \context { \Staff \consists

minimum-length does not work for DynamicTextSpanner

2010-03-13 Thread Frédéric Bron
I the following snippet, I would like the second c to be shifted to the right so that there is enough space for the text crescendo. minimum-length works fine with hairpin crescendo but not with dynamic text spanner. What can I do? Frédéric \version 2.12.2 \relative c' { \once \set

Re: minimum-length does not work for DynamicTextSpanner

2010-03-13 Thread Frédéric Bron
Read this: http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Spanners#Spanners Thank you! I found that adding the following line works: \once \override DynamicTextSpanner #'springs-and-rods = #ly:spanner::set-spacing-rods I had guessed that I needed to use that property but from the

silent crash on large score - how to debug?

2010-03-03 Thread Frédéric Bron
I am currenlty finishing the transcription of the 4th symphony of Schumann for clarinet band (open licence by the way, soon on the internet). The score becomes larger and I am nearly at the end (must finish by Sunday). However, I cannot build anymore the full conductor score because now, for some

Re: silent crash on large score - how to debug?

2010-03-03 Thread Frédéric Bron
No crash for me with 2.12.3 on OS X. Maybe you are running out of memory. Also one hour processing time seems like an awful lot, it took about 8 minutes here. Swapping to disk perhaps? Thank you very much for having tried that on your machine. I am very jalous of your success and the speed of

Re: silent crash on large score - how to debug?

2010-03-03 Thread Frédéric Bron
Thanks to all of you: 1. did not know about LILYPOND_GC_YIELD! setting it too 100 changes drasticaly the speed 2. still do not work with 2.12.3 but I reinstalled 2.12.2 and it compiles fine in just 11 minutes! So it seems there is a regression between 2.12.2 and 2.12.3 or 2.13.10. How can we find

Re: silent crash on large score - how to debug?

2010-03-03 Thread Frédéric Bron
Try to add this setting to your root ly file: #(debug-set! stack 10) I tried that but saw no difference. Frédéric ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: confusion in text spanning

2009-11-26 Thread Frédéric Bron
Since I normally program in lisp, I don't have any problems with nested delimiters. Are you suggesting that excess (at least to your eyes) braces are the problem or are you suggesting that the \stop is at the wrong level? I was wondering why you add braces here: { a,8 [e'] g, [e'] f, [e'] }.

Re: text spanning

2009-11-25 Thread Frédéric Bron
I'm looking for an example of text spanning that does not invoke an extra staff--- is there such a thing? Then why do you want a spanner? Why not just a markup like c^this is my text without any dash? Frédéric ___ lilypond-user mailing list

Re: text spanning

2009-11-25 Thread Frédéric Bron
Because according to the documentation 'Text spanners' is precisely what I want. Not to mention the fact that I do want the text with dashes. I'm asking aboutthe extra staff, not the dashes. I'm looking to span many bars with 'let ring - - - -' just so you understand that your suggestion

Re: confusion in text spanning

2009-11-25 Thread Frédéric Bron
It would also help if the suggested change worked. In stead I still get: Maybe it is because you use curly braces { } everywhere. Try to put the \stop... inside the { } block and not outside. But why using so many braces? Frédéric ___ lilypond-user

Re: modern accidentals rule (was: Re: Bad spacing (gap) when large interval and accidental)

2009-11-19 Thread Frédéric Bron
Sorry for the delay.  Is the \bar |. vital for this issue?  If not, policy is to omit it. Can be removed. Here is the patch without it. Frédéric 0001-known-issue-in-NR-extra-cautionnary-accidentals-in-a.patch Description: Binary data ___

Re: modern accidentals rule (was: Re: Bad spacing (gap) when large interval and accidental)

2009-11-19 Thread Frédéric Bron
Didn't you already push it?  It appeared in my git tree, but maybe I committed it locally but forgot about it? If it's already pushed, you'll need to make a new patch against master; go ahead and push that. Hi Graham, I don't think I have write permissions in the git repository so if it has

Re: Wanted: documentation editor

2009-11-19 Thread Frédéric Bron
- estimated time: 30 minutes a week.  (not counting normal reading  of mailists) Can you say how you do it in 30 minutes because each time I want to update the NR after a small modification, its 15 to 20 minutes of compilation... Do you have a secret to make it quicker? Frédéric

Re: modern accidentals rule (was: Re: Bad spacing (gap) when large interval and accidental)

2009-11-17 Thread Frédéric Bron
Could you prepare a patch adding the known behavior and this workaround to the Known Issues in Displaying pitches in pitches.itely? Here is a patch for the Notation Reference. Frédéric 0001-known-issue-in-NR-extra-cautionnary-accidentals-in-a.patch Description: Binary data

Re: developers developers developers

2009-11-12 Thread Frédéric Bron
Again, the only solution is to get more people involved.  Is it easy?  No, but the only way to make it easier for new developers is for more people to join, learn stuff, then write about what they learned. Hi, I would like to share my experience of starting lilypond developer. I am already a

Re: modern accidentals rule (was: Re: Bad spacing (gap) when large interval and accidental)

2009-11-10 Thread Frédéric Bron
BTW, I have found a strange behaviour of modern accidentals rule: LilyPond considers volta alternatives as previous measure. Is this correct? (Note the natural sign at the 2nd and 3rd alternatives, not related to the previous _played_ measure.) Yes, this is known behaviour. Here is the

Re: modern accidentals rule (was: Re: Bad spacing (gap) when large interval and accidental)

2009-11-10 Thread Frédéric Bron
Could you prepare a patch adding the known behavior and this workaround to the Known Issues in Displaying pitches in pitches.itely? OK, I will do that. Frédéric --- Frédéric Bron (frederic.b...@m4x.org) Villa des Quatre Chemins, Centre

programming error: Adding reverse rod?

2009-11-08 Thread Frédéric Bron
What does this error mean? programming error: Adding reverse rod Frédéric ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

programming error: Improbable offset for stencil

2009-11-08 Thread Frédéric Bron
What do these errors mean? programming error: Improbable offset for stencil: Infinity staff space Setting to zero. continuing, cross fingers programming error: Improbable offset for stencil: NaN staff space Setting to zero. continuing, cross fingers Frédéric

Re: textspan

2009-11-02 Thread Frédéric Bron
I still must be blind, but haven't got the solution to work. You did not look in detail at my proposition: replace s s2\stopTextSpan by s2 s8 s8\stopTextSpan Frédéric ___ lilypond-user mailing list lilypond-user@gnu.org

Re: tempo mark in large score for each group

2009-11-01 Thread Frédéric Bron
Thank you for your help.  I have altered your example to the attached below and then went and tried to apply it to my score and for a reason I cannot understand it won't compile. I've attached it too. If you have the time would you take a look a see what I'm doing wrong?  The file will

Re: tempo mark in large score for each group

2009-11-01 Thread Frédéric Bron
You have forgotten plenty of closing Some email clients will remove those, so this isn't necessarily a problem in his original file. Should not be that as the file was attached, not included in the message. Frédéric ___ lilypond-user mailing list

Re: textspan

2009-11-01 Thread Frédéric Bron
It is funny. I was quite sure to have the solution but I do not understand why what I propose does not work: you have to separate notes and TextSpan in parallel music expressions. Can somebody tell why this does not work? Frédéric \version 2.12.2 \new Score \new Staff \relative c' { \time

Re: textspan

2009-11-01 Thread Frédéric Bron
Because your construct doesn't have two Voice constructs, only two expressions in the same Voice. Works fine, thanks! But I still do not understand why it does not work with only one voice (i.e. without \new Voice). Frédéric ___ lilypond-user

Re: tempo mark in large score for each group

2009-10-31 Thread Frédéric Bron
I just checked Honegger's score for Jeanne d'Arc and tempo marks are above the top staff and then below for the strings.  I've looked in the manual 2.12 and snippets and I don't see a way to do this. I tried setting it for the top instrument in each group and that did not work. The attached

Re: how to shorten a bit the last volta bracket

2009-10-18 Thread Frédéric Bron
 \alternative {   c1   c1 { s2.. \set Score.repeatCommands = #'((volta #f)) }  } That works very fine. Thank you. Frédéric ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

how to shorten a bit the last volta bracket

2009-10-17 Thread Frédéric Bron
HI, In the following snippet, I would like to have the rehearsal mark A on the same line as the last volta bracket. Any idea? Frédéric \relative c'' { \repeat volta 2 { c1 } \alternative { c c } \mark \default c } ___ lilypond-user mailing

neo-modern-voice?

2009-10-12 Thread Frédéric Bron
I would like neo-modern automatic accidentals at voice level. Any idea how to? Frédéric ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

finale-lilypond?

2009-09-27 Thread Frédéric Bron
Hi, A friend of mine is used to Finale. I try to convert him to lilypond. What is the best way to convert a score from Finale to Lilypond? Regards, Frédéric ___ lilypond-user mailing list lilypond-user@gnu.org

Re: automatic beams: is it possible to achieve this automatically?

2009-09-26 Thread Frédéric Bron
I would like the default behaviour of 2/4 time, i.e. beams end at the end of each beat. However, if there are only 8th notes in the measure, I would like the beam not to stop half measure as shown below. Is it possible to achieve that with automatic rules? With 2.13 maybe? but I did not see

Re: custum dynamic marks: how to left align instead of center below a note?

2009-09-06 Thread Frédéric Bron
It's not so straightforward and there is no 100% perfect solution. However, several good approaches can be found on the LSR (http://lsr.dsi.unimi.it/ ). Simply search for dynamics and the first snippet will be your man. Very good. Thanks! Problem solved. I should have thought at the LSR...

custum dynamic marks: how to left align instead of center below a note?

2009-09-05 Thread Frédéric Bron
Hi, In the following example, I define a new dynamic mark p ausdrucksvoll. I would like the p to be centered below the note and ausdrucksvoll written to the right. This works fine with \markup command but \markup command is not printed on the same line as dynamics, in particular with hairpins. I

automatic beams: is it possible to achieve this automatically?

2009-09-03 Thread Frédéric Bron
Hi, I would like the default behaviour of 2/4 time, i.e. beams end at the end of each beat. However, if there are only 8th notes in the measure, I would like the beam not to stop half measure as shown below. Is it possible to achieve that with automatic rules? With 2.13 maybe? but I did not see

where is the default auto-beam settings for 2/4 defined?

2009-09-01 Thread Frédéric Bron
In the following example, beams for 8 notes end at 1:4, 2:4, 3:4 and 4:4 but the only thing I can find in scm/auto-beam.scm about time 2/4 is: ((end 1 32 2 4) . ,(ly:make-moment 1 8)) ((end 1 32 2 4) . ,(ly:make-moment 2 8)) ((end 1 32 2 4) . ,(ly:make-moment 3 8)) How can I revert this

Re: where is the default auto-beam settings for 2/4 defined?

2009-09-01 Thread Frédéric Bron
durations combinations for which beam ending rules are pre-defined, unless these have all been reverted. There are predefined rules for time signatures of 3/2, 3/4, 4/4, 2/4, 4/8, 4/16, 6/8, 9/8 and 12/8. Frédéric --- Frédéric Bron

Re: Decrescendo

2009-08-09 Thread Frédéric Bron
I've read the notational guide for \ marking for decrescendo. To my understanding it is possible to mark it for a note. However, if I want to start it for a note in the bass clef, is this possible? I have the following in treble clef (in 2/4 time): c e, c4. d,,16( dis16) And this in the

Re: website: why do you use lilypond?

2009-08-02 Thread Frédéric Bron
Back then I created a cartoonish music-note character as a joke: http://valentin.villenave.info/lilypond/sketchbook/lilypond.png I still use it every now and then on the unofficial LilyPond community website, lilynet.net . I like it very much. It would be nice to have it as a wallpaper!

Re: French acccents

2009-08-02 Thread Frédéric Bron
I am using the editor TeXShop with MacOSX, and so I cannot enter French characters via the editor. I did not find  3.3.3 of the reference manual useful. How/where does one find the hex code for e' for instance? Googling ISO/IEC did not shed any light on how to find the actual codes.

Re: French acccents

2009-08-02 Thread Frédéric Bron
Thanks, but the first two lines of your attachment came through as e cute:  'squareroot sign' 'copywrite sign' e grave:  'squareroot sign' 'copywrite sign' which I cannot use. There seems to be a transmission error here  but You still must enable UTF-8 mode in your editor. Frédéric

good free midi player?

2009-05-27 Thread Frédéric Bron
Does anybody know any good free midi player for windows? I mean so that intrument sounds are like the real instruments, not an awful output. Frédéric ___ lilypond-user mailing list lilypond-user@gnu.org

Re: can't find lilypond in publisher section of Cygwin download mirror setup offers

2009-05-25 Thread Frédéric Bron
You won't need to use Cygwin to run Lilypond anymore.  Just get the windows version of the binary (the .exe file) here: You can then use it from cygwin if you want. Frédéric ___ lilypond-user mailing list lilypond-user@gnu.org

Re: defining new context - alignement issue

2009-05-16 Thread Frédéric Bron
If you move the Metronome_mark_engraver and Mark_engraver from the Score context to another context, you also need to move the Staff_collecting_engraver. I do not understand what it is for but it is clearly better: there is no page break at each end of line. Both engravers need the

adding a snippet: No output from lilypond

2009-05-14 Thread Frédéric Bron
I tried to add a snippet but I get the following message : No output from lilypond. Is it because the LSR works with 2.10.12? If so, why not switching to current stable release 2.12.2? Frédéric ___ lilypond-user mailing list lilypond-user@gnu.org

programming error?

2009-05-12 Thread Frédéric Bron
What does that mean? programming error: Multi_measure_rest::get_rods (): I am not spanned! continuing, cross fingers programming error: Object is not a markup. continuing, cross fingers Frédéric ___ lilypond-user mailing list lilypond-user@gnu.org

defining new context - alignement issue

2009-05-10 Thread Frédéric Bron
Hi! I tried to play with the contexts and engravers but cannot reach exactly what I would like. Please look at the example given at the bottom of this message. I would like the tempo marks, rehearsal marks, bar numbers and text spanners to be written above and below each StaffGroup. I came up

Re: TextSpanner at Score level?

2009-04-21 Thread Frédéric Bron
dammit, i should think a bit more before answering things. TextSpanner has been moved to the score context, so we need to tell the override to use the TextSpanner objects in the Score context rather than the default. Wonderful, you did it! Thank you very much. The more I use lily, the more I

Re: TextSpanner at Score level?

2009-04-21 Thread Frédéric Bron
Halas, for StaffGroup, the trick works but the spanners are all at the top of the score, not above each StaffGroup. Frédéric \version 2.12.0 stringendo = { \textSpannerUp \override StaffGroup.TextSpanner #'(bound-details left text) = Stringendo } \new Score \new StaffGroup \with {

Re: TextSpanner at Score level?

2009-04-21 Thread Frédéric Bron
Exellent, it is exactly what I was hoping! I am going back to the documentation to see if I can learn such magic things. Thanks! Frédéric ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: TextSpanner at Score level?

2009-04-20 Thread Frédéric Bron
remove the Text_spanner_engraver from the individual voice contexts and put it in the score context. something like this [n.b.: untested]: \new Score \with {        \consists Text_spanner_engraver }        \new Staff {                \new Voice \with {                        \remove

Re: Lyrics verse numbers on every line

2009-04-19 Thread Frédéric Bron
I need to put verse numbers in every line of the hymns. There are 3 to 6 verses. \set stanza = 1. does it for the first line, first verse. \set shortVocalName = *1.does it for all the lines, first verse but puts it outside the staff. You can shift the short name to the

Re: relative position of tempo and rehearsal marks

2009-04-18 Thread Frédéric Bron
\once \override Score.MetronomeMark #'outside-staff-priority = #1500 \once \override Score.RehearsalMark #'outside-staff-priority = #1000 This time the trick do not work, why? I want the bar number to be below a text spanner: { \override BarNumber #'outside-staff-priority = #1 \textSpannerUp

Re: relative position of tempo and rehearsal marks

2009-04-17 Thread Frédéric Bron
\once \override Score.MetronomeMark #'outside-staff-priority = #1500 \once \override Score.RehearsalMark #'outside-staff-priority = #1000 Works very nice! Nice to hear that the user can change those preferences. Frédéric ___ lilypond-user mailing

relative position of tempo and rehearsal marks

2009-04-13 Thread Frédéric Bron
with 2.12.2 (windows): { \tempo Ziemlich langsam 4 = 66 R1 \mark \default R1 } puts A above Ziemlich langsam but I would expect A to be below. How can I reverse the default behaviour? Frédéric ___ lilypond-user mailing list lilypond-user@gnu.org

(de)cresendi syntax

2009-02-22 Thread Frédéric Bron
Hello, I am in charge of the question of (de)crescendo syntax issue in 2.12.2. Here is what lilypond 2.12.2 currently does (in ly/spanners-init.ly): - \ and \cr are equivalent: they start a crescendo event on the previous note: #(make-span-event 'CrescendoEvent START) - \ and \decr are

\crescTextCresc... 2.10 vs 2.12

2009-01-31 Thread Frédéric Bron
not do the full job as it just change the name of the command, not the behaviour. Frédéric Bron ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: \crescTextCresc... 2.10 vs 2.12

2009-01-31 Thread Frédéric Bron
Actually, it's the other way round: \setTextCresc was documented (and meant) to apply only to the next crescendo, although in reality it was never reset and its effect continued for all following crescendi. This behavior was fixed in 2.12 and the effect now really only applies to the next

Re: 2.12.1 is slow compared to 2.10.33 on Windows XP SP2

2009-01-27 Thread Frédéric Bron
to `./conducteur.pdf'... Frédéric Bron --- Frédéric Bron (frederic.b...@m4x.org) Villa des Quatre Chemins, Centre Hospitalier, BP 208 38506 VOIRON CEDEX tél. : (33) 4 76 67 17 27 ___ lilypond-user mailing list

Point-and-click+Vim on Windows: is it possible?

2009-01-25 Thread Frédéric Bron
Hi, using 2.12.1 on windows. Cannot make the chain work between pdf (acrobat 9), point and click on a note and Vim. I have set the EDITOR variable to the following but without succes: C:\Softs\Vim\vim71\gvim.exe C:\Softs\Vim\vim71\gvim.exe --remote C:\Softs\Vim\vim71\gvim.exe --remote When I

2.12.1 is slow compared to 2.10.33 on Windows XP SP2

2009-01-25 Thread Frédéric Bron
continuing, cross fingers Frédéric Bron ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

combine dynamics of 2 voices

2008-12-04 Thread Frédéric Bron
which is not very nice. Any clue? Frédéric Bron ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Automatic indentation in Vim

2008-11-13 Thread Frédéric Bron
by the way, do you know how to change the default indentation in lilypond files from 2 spaces to 1 tabulation? Frédéric ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

programming error: (de)crescendo on items with specified volume

2008-11-11 Thread Frédéric Bron
What does this mean? (using 2.10.33, cygwin) programming error: (de)crescendo on items with specified volume. continuing, cross fingers in the midi file, the voices disappear sometimes. F. Bron ___ lilypond-user mailing list lilypond-user@gnu.org

cautionary accidentals with more than 1 measure remembrance

2008-11-11 Thread Frédéric Bron
I am using 2.10.33 (cygwin). I like to use #(set-accidental-style 'modern-cautionary) because it is easy to forget that a c sharp become c natural in the following measure and this option puts an extra cautionary accidental (natural) in the following measure. However, I would like something

postscript output with psbook and psnup

2008-10-07 Thread Frédéric Bron
Do you know why the postscript files produced by lilypond (2.10.33, cygwin) are not compatible with psbook and psnup? To prepare the printing on A3 paper, I used to do the following with lilypond 2.6.0: psbook score.ps | psnup -2 score.2.ps With the output of 2.10.33, the output of psbook

Re: LilyPond 2.4.6 for cygwin?

2006-12-03 Thread Frédéric Bron
You could do the following: install 2.6.5-1 for Windows from http://lilypond.org/web/install/older-versions and run it from Cygwin. This is perhaps easier. Fred Thomas Scharkowski a écrit : Thomas Scharkowski [EMAIL PROTECTED] writes: Is there any chance to reinstall 2.4.6? When you run

  1   2   >