[**SPAM 9.9**] Re: debian and lilypond 2.12

2009-06-08 Thread Gauvain Pocentek
n't want to take over the package without interaction with Thomas. But I'm definitly interesting in helping out with this package, maybe in a team as Vincent Bernat suggested in an other mail. Regards, Gauvain Pocentek PS: please CC: me, i'm not subscribed to debian-devel.

Re: Global staff size with \book

2006-02-24 Thread Gauvain Pocentek
Graham Percival wrote: > > On 21-Feb-06, at 11:50 PM, Gauvain Pocentek wrote: > >> #(set-global-staff-size 18) doesn't work at all. Is this a bug, or is >> there something I missed? > > This command should go at the top level -- ie in front of your \book >

Global staff size with \book

2006-02-22 Thread Gauvain Pocentek
Hi list, I'm using \book to typeset Satie's Parade. My master file looks like this: \book { \header { title = "Parade" composer = "Erik Satie" } \score { \new Staff {\set Score.skipBars = ##t #(set-global-staff-size 18) \choralsax} \header { subtitle = "Choral" }

Re: Ubuntu Problem

2006-01-06 Thread Gauvain Pocentek
iverse Packages >(/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_breezy-backports_multiverse_binary-i386_Packages) > - stat (2 No such file or directory) > >On Fri, 2006-01-06 at 17:37 +0100, Gauvain Pocentek wrote: > > >>Hi, >> >>LilyPond 2.6 is available on the back

Re: Ubuntu Problem

2006-01-06 Thread Gauvain Pocentek
Hi, LilyPond 2.6 is available on the backports repository. Add this line in your /etc/apt/sources.list file: deb http://us.archive.ubuntu.com/ubuntu breezy-backports main restricted universe multiverse There's a non-solved-but-known-bug on the lily package. You need to install tetex-bin to avoid

Re: tuplets brackets

2006-01-05 Thread Gauvain Pocentek
Sent by Mats (wrong list again) : Your example works well with the latest stable version, 2.6.5, maybe it's a bug in your particular version. Actually, the default seems to be that the brackets are not printed when there is a beam of the same lenght as the triplet, so in your example you get exa

Re: tuplets brackets

2006-01-05 Thread Gauvain Pocentek
Same issue than the previous message :) Ludovic Sardain wrote: >Thank you very much. I now use the version 2.7.19, and it works. > >Thanks again > >Ludovic > >2006/1/5, Mats Bengtsson <[EMAIL PROTECTED]>: > > >>Your example works well with the latest stable version, 2.6.5, >>maybe it's a bug in

Re: tuplets brackets

2006-01-05 Thread Gauvain Pocentek
This message has been sent on the wrong list... (thread on lily-user, not lily-user-fr) Ludovic Sardain wrote: >I send you an example of what I tried. I use lilypond 2.7.8: > >\version "2.7.8" > > > >global = { > > \key f \minor > > \time 4/4 > \set tupletSpannerDuration = #(ly:

Re: Latest version in Ubuntu

2005-11-14 Thread Gauvain Pocentek
Cyprien Gay a écrit : >Gauvain Pocentek a écrit : > > > >>It's a dependency trouble. Tetex-bin has been removed from >>dependencies but is still needed by the dpkg preinstallation script >>(kpsewhich is included i this package). >>Installing tetex-

Re: Latest version in Ubuntu

2005-11-13 Thread Gauvain Pocentek
Hello all, It's a dependency trouble. Tetex-bin has been removed from dependencies but is still needed by the dpkg preinstallation script (kpsewhich is included i this package). Installing tetex-bin before installing Lily is the fastest solution for now, but I'll rebuild the package soon. Gauvain

Re: Latest version in Ubuntu

2005-11-12 Thread Gauvain Pocentek
John Wiedenhoeft a écrit : > Hi all, > > I finally switched to Ubuntu Linux (best OS ever!), and I would > like to use the latest Lilypond version there. I know it is > provided at > http://ftp.ubuntulinux.org/ubuntu/pool/universe/l/lilypond/, but > synaptic doesn't recognise the 2.6.3-9 version (

Re: Repeating a chord

2005-10-10 Thread Gauvain Pocentek
Hello, you can use : \repeat unfold 4 in order to repeat the chord 4 times. * is applicable to R or s. Gauvain andrew Black a écrit : I want to create repeated chords (in a piano part). I have tried *4 but this gives "unexpected *". Is the * notation only applicable to full bar rests

Re: probleme d'instalation

2005-08-23 Thread Gauvain Pocentek
cleowens wrote: J'ai tout essayé pour instaler lilypond, mais à chaque fois que je fais un test le logiciel dit toujours '' PDF oupout not found'' S'il vous plaît pourriez vous me dire qu'oi faire? Car j'ai un envie fou d'utiliser lilypond. Wens Bonjour Wens, La mailing list est e

Re: auto-beaming question

2005-08-23 Thread Gauvain Pocentek
Joe Neeman wrote: The reason is because of these 2 lines in /usr/share/lilypond/2.6.X/scm/auto-beam.scm (or whereever you have installed lilypond): ((end 1 32 2 4) . ,(ly:make-moment 1 8)) ((end 1 32 2 4) . ,(ly:make-moment 3 8)) That is, lilypond has a built-in beam setting that breaks a

Re: auto-beaming question

2005-08-22 Thread Gauvain Pocentek
Graham Percival wrote: If you haven't already, try reading section 8.6.2 from the documentation for 2.7. The docs have been (hopefully) clarified, and it will all apply to 2.6 as well. Done. The documentation seems clear to me, but there's something I don't understand. Here is a short exam

auto-beaming question

2005-08-22 Thread Gauvain Pocentek
Hello, I'm typesetting a piece with a lot of rhythms like: es16.[ es32 d16. c32] and I'd like beaming to be automatically set as in the above exemple, without using []. I've tried many things like: #(override-auto-beam-setting '(end * * * *) 1 4 ) or \set beatLength = #(ly:make-mo