Re: [PATCH] Added chromatic ledger and internal ledger lines. Sample test file is

2007-03-07 Thread Kevin Dalley
Oops. I forgot my virtual destructor. From 5cc0407d62fd9cf02960cc5996b30578862e8e4c Mon Sep 17 00:00:00 2001 From: Kevin Dalley [EMAIL PROTECTED] Date: Wed, 7 Mar 2007 00:04:37 -0800 Subject: [PATCH] Added virtual destructor for Layout_pos --- lily/note-heads-engraver.cc |3 +++ 1 files

Re: [fr: barres de notes dans un triolet] Lyrics and \partial

2007-03-07 Thread Mats Bengtsson
That clearly looks like a bug (which remains in version 2.11.20)! I forward it to bug-lilypond. As a workaround, you can do change the lyrics part into \new Lyrics \override VerticalAxisGroup #'minimum-Y-extent = #'(-2 . 4) \lyricsto v {Here is the ly -- rics line } or use the \with

\score vs. \new Score with \midi

2007-03-07 Thread Vivian Barty-Taylor
I'm using 2.10.19 for Mac OSX I've just had an irritating couple of hours trying to find out why a \midi block was causing an error message and stopping the file from processing. It turns out that if you use \new Score instead of \score then the file fails. These two commands should

Re: \score vs. \new Score with \midi

2007-03-07 Thread Mats Bengtsson
As you have noticed, they are not equivalent from a syntactical point of view. From different email discussions, I have got the impression that the main hackers had some ideas on how to revise the syntax related to \book and \score blocks, but I don't know if there are any concrete plans.

Re: Extending a slur back from end of repeat

2007-03-07 Thread Mats Bengtsson
One solution is to add a slur to an invisible note. You can use scaled note durations to avoid changing the rhythm, see the following example. \version 2.10.0 \relative c' \repeat volta 2 { c d e f } \alternative{{ g f e d4*1/2 ( \hideNotes b4*1/2 ) \unHideNotes } { g a g e }} I tried a

Re: OOolilypond and openoffice 2.1

2007-03-07 Thread Johan Vromans
Samuel Hartmann [EMAIL PROTECTED] writes: I think this is a problem with lilypond that may be is not binary compatible with your linux distribution. I'm sorry I can not help in this. OOo supplies its own versions of several libraries, and sets the LD_LIBRARY_PATH environment variable to force

Re: OOolilypond and openoffice 2.1

2007-03-07 Thread Johan Vromans
Samuel Hartmann [EMAIL PROTECTED] writes: You can change the template path by *copying* the templates to another path, changeing the path settings in OOoLilyPond configuration dialog. Test whether it is working and after that you can delete the old path. I just changed the BASIC to eliminate

Re: \score vs. \new Score with \midi

2007-03-07 Thread Vivian Barty-Taylor
Would it be possible to add this to the documentation (which I checked thoroughly ) for Rookie users such as myself who think they know how things work and sometimes get it wrong? I guess under the sections relating to Score and MIDI. Thanks, Vivian. - Original Message From: Mats

Re: \score vs. \new Score with \midi

2007-03-07 Thread Mats Bengtsson
Since you probably have read the documentation much more carefully than I have, could you please provide more specific hints on where to best put this information? /Mats Vivian Barty-Taylor wrote: Would it be possible to add this to the documentation (which I checked thoroughly ) for

convert-ly broken in 2.10.19 ?

2007-03-07 Thread Vivian Barty-Taylor
Using 2.10.19 for Mac OSX I'm trying to update a file I made under 2.8. When I click Update Syntax I get the output: Traceback (most recent call last): File /Applications/LilyPond.app/Contents/Resources/bin/convert-ly, line 22, in ? import lilylib as ly ImportError: No module named

Re: convert-ly broken in 2.10.19 ?

2007-03-07 Thread Mats Bengtsson
Please search the mailing list archives (including the one for bug-lilypond) to find more information about this bug and how to fix it. /Mats Vivian Barty-Taylor wrote: Using 2.10.19 for Mac OSX I'm trying to update a file I made under 2.8. When I click Update Syntax I get the output:

Re: OOolilypond and openoffice 2.1

2007-03-07 Thread Samuel Hartmann
Johan Vromans wrote: OOo supplies its own versions of several libraries, and sets the LD_LIBRARY_PATH environment variable to force loading the private libs. When starting lilypond via OOoLilyPond LD_LIBRARY_PATH is passed to lilypond as well, and it chokes on the non-compatible version of the

Re: OOolilypond and openoffice 2.1

2007-03-07 Thread Johan Vromans
Samuel Hartmann [EMAIL PROTECTED] writes: Thanks a lot for your workaround. I think it is a good idea to automatically append the lilypond command to the env command. Or do you see there any problems? In most cases, no. Best solution would be to only remove any OOo library paths from

Re: OOolilypond and openoffice 2.1

2007-03-07 Thread Samuel Hartmann
Johan Vromans wrote: Samuel Hartmann [EMAIL PROTECTED] writes: Thanks a lot for your workaround. I think it is a good idea to automatically append the lilypond command to the env command. Or do you see there any problems? In most cases, no. Best solution would be to only remove any OOo

Re: Markup extand

2007-03-07 Thread Mats Bengtsson
See http://lists.gnu.org/archive/html/lilypond-user/2007-02/msg00286.html for some related information. /Mats yota moteuchi wrote: In order to add a tempo mark, I use a tweak found on the lilypond documentation website : tempoMark = #(define-music-function (parser location markp)

Re: Extending a slur back from end of repeat

2007-03-07 Thread Stephen Martin
Mats Bengtsson mats.bengtsson at ee.kth.se writes: One solution is to add a slur to an invisible note. You can use scaled note durations to avoid changing the rhythm, see the following example. \version 2.10.0 \relative c' \repeat volta 2 { c d e f } \alternative{{ g f e d4*1/2 (

Re: [fr: barres de notes dans un triolet] Lyrics and \partial

2007-03-07 Thread Graham Percival
Thanks, added as http://code.google.com/p/lilypond/issues/detail?id=333 Cheers, - Graham Mats Bengtsson wrote: That clearly looks like a bug (which remains in version 2.11.20)! I forward it to bug-lilypond. As a workaround, you can do change the lyrics part into \new Lyrics \override