Re: Harp Pedal Spanners

2023-06-07 Thread Alexandre Loomis
Your code is much more readable, but I'm not sure I understand the difference between first and second take? I just noticed, where I have -3 it is a typo, it should be positive 3 Alex Loomis On Wed, Jun 7, 2023 at 9:24 AM David Kastrup wrote: > Alexandre Loomis writes: > > >

Re: Harp Pedal Spanners

2023-06-07 Thread Alexandre Loomis
st work by default. It still requires some tweaking, but far less. Alex On Tue, Jun 6, 2023 at 1:53 PM Kieren MacMillan wrote: > Hi Alexandre, > > > I'm trying to notate harp pedals > > It would be great to have more complete/robust harp pedal support in > Lilypond! >

Harp Pedal Spanners

2023-06-06 Thread Alexandre Loomis
Hi all, I'm trying to notate harp pedals. This should looks something like [image: mwe1.cropped.png] I currently have code where it's straightforward to get pretty close, like this [image: mwe2.cropped.png] However, making it look like the first image involves a ton of time starting the new spanne

Re: Othering??

2023-05-10 Thread Alexandre Loomis
I'd translate it as aliénation or another antonym of assimilation. On Wed, May 10, 2023, 5:45 AM Vincent Gay wrote: > Le 10/05/2023 à 14:26, Andrew Bernard a écrit : > > a word that does not really exist in English > > DeepL translate Othering in French by altérisation, which is not really > Fre

Re: Anybody else playing with GPT4 and Lilypond?

2023-03-29 Thread Alexandre Loomis
> given some of the other impressive things it can do I think that's been exaggerated. It's very good at generating plausible-sounding text responses to prompts, everything else looks cherry-picked. On Wed, Mar 29, 2023 at 3:54 PM Nate wrote: > Hah yes. It once said \begn{music} and i said "are

Re: autoChange creating extra staff

2023-03-17 Thread Alexandre Loomis
ote: > Le vendredi 17 mars 2023 à 11:35 -0700, Alexandre Loomis a écrit : > > Hi, I'm running into an issue using \autoChange. I'd like CrossStaff to > share the lower staff (and upper with another voice, but that doesn't seem > to cause any issues), but it's creating

autoChange creating extra staff

2023-03-17 Thread Alexandre Loomis
Hi, I'm running into an issue using \autoChange. I'd like CrossStaff to share the lower staff (and upper with another voice, but that doesn't seem to cause any issues), but it's creating its own. \version "2.24.0" CrossStaff = \autoChange f { \relative c' { c2 c, } } VoiceTwo = \relative

Re: Not sure how to construct an example--need to mark repeat signs underneath, without wrapping to next line

2023-03-07 Thread Alexandre Loomis
You could also use \jump, for example \version "2.24.1" \repeat volta 2 { c'1 1 1 1 \jump "4×" } On Tue, Mar 7, 2023 at 9:46 AM Jean Abou Samra wrote: > Le mardi 07 mars 2023 à 10:29 -0600, Matthew Probst a écrit : > > I'm not quite sure how to construct an example--I'm working on my scor

Re: Harp Pedal Spanner

2023-03-02 Thread Alexandre Loomis
That works perfectly, thanks! Alex On Thu, Mar 2, 2023 at 1:34 PM Jean Abou Samra wrote: > Le jeudi 02 mars 2023 à 12:11 -0700, Alexandre Loomis a écrit : > > Hi, > > I'm having trouble defining a harp pedal spanner. I'd like to be able to > write code like > &

Harp Pedal Spanner

2023-03-02 Thread Alexandre Loomis
Hi, I'm having trouble defining a harp pedal spanner. I'd like to be able to write code like \relative c' { f4 _\startPedal "F♮" g fes \endPedal "♭" } and get as output the notes, with F♮ below the f natural, ♭ below the f flat, and a line connecting the markups. So far the closest I've been abl

Removing staff sharp after a \stopStaff

2020-08-07 Thread Alexandre Ficagna
\context { \Staff \override BarLine #'hair-thickness = #0.5 \override VerticalAxisGroup #'minimum-Y-extent = #'(-6 . 5) } \context { \Score proportionalNotationDuration = #(ly:make-moment 1/6) %\override SpacingSpanner.uniform-stretching = ##t \override Flag.stencil = #

Re: Double clefs (or even triple) (Malte Meyn)

2019-10-22 Thread Alexandre Ficagna
quot;clefs.G_change" \translate #'(3 . 0) \musicglyph #"clefs.G_change" } } Alexandre http://soundcloud.com/alexandre-ficagna Em ter, 22 de out de 2019 às 11:31, Alexandre Ficagna < alexandre.fica...@gmail.com> escreveu: > Beautiful. Thanks! > >

Re:Double clefs (or even triple) (Malte Meyn)

2019-10-22 Thread Alexandre Ficagna
Beautiful. Thanks! -- Forwarded message -- > From: Malte Meyn > To: lilypond-user@gnu.org > Cc: > Bcc: > Date: Sat, 19 Oct 2019 15:23:48 +0200 > Subject: Re: Double clefs (or even triple) > > > Am 19.10.19 um 14:56 schrieb Alexandre Ficagna: > >

Double clefs (or even triple)

2019-10-19 Thread Alexandre Ficagna
ot; } } But the ":" in the first F clef keep it away from an elegant solution. Any help? Alexandre http://soundcloud.com/alexandre-ficagna ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Double treble and (alternative) percussion clefs

2019-10-19 Thread Alexandre
Hi Caio, did you manage to find a Double Bass Clef? Lilypond now has a \clef GG, but still missing a \clef FF -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/m

Re: Generate pdf from scheme function

2013-03-18 Thread Alexandre Araujo Moreira
o do what I'm failing to do and I'm just using them wrong? On Mon, Mar 18, 2013 at 5:07 AM, David Kastrup wrote: > Alexandre Araujo Moreira writes: > > >> Alexandre Araujo Moreira writes: > >> > >> > \version "2.16.2" >

Re: Generate pdf from scheme function

2013-03-17 Thread Alexandre Araujo Moreira
On Sun, Mar 17, 2013 at 10:01 PM, David Kastrup wrote: > Alexandre Araujo Moreira writes: > > > \version "2.16.2" > > simpleMusic = > > #(define-scheme-function (parser location melody) (ly:music?) > > #{ > > \score { > > $melody > > \

Generate pdf from scheme function

2013-03-17 Thread Alexandre Araujo Moreira
nction (in this case, the \layout), but it seems it doesn't work that way. Thanks, Alexandre Araujo Moreira. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

glissandi don't connect directly to the stems when note heads are transparent

2013-01-23 Thread Alexandre Ficagna
values on bound-details but it didn't work. Best Alexandre -- http://soundcloud.com/alexandre-ficagna www.myspace.com/alexandreficagna - Endereço: Avenida Juscelino Kubitschek 3117 apto 603 Bairro: Vila Ipiranga Londrina/PR CEP: 8601

glissandi don't connect directly to the stems when note heads are transparent

2013-01-23 Thread ALEXANDRE FICAGNA
In early versions of lilypond it was possible to create glissandi which conected directly to the stem of the transparent headed note. In 2.16 version, an annoying problem is: this space remains empty, as if the note head was there. Does someone know how to do that? I tried to specify negative valu

glissandi don't connect directly to the stems when note heads are transparent

2013-01-23 Thread Alexandre
In early versions of lilypond it was possible to create glissandi which conected directly to the stem of the transparent headed note. In 2.16 version, an annoying problem is: this space remains empty, as if the note head was there. Does someone know how to do that? I tried to specify negative valu

Changing note head style within a chord

2012-09-18 Thread ALEXANDRE FICAGNA
I've read that with \tweak command this is not possible. I really need two differente notehead styles inside the same chord (in different notes), does someone know how to do it? Cheers Alexandre -- www.myspace.com/alexandreficagna ___ lilypond

Bar lines appearing even with \stopStaff and \RemoveEmptyStaves

2012-07-09 Thread ALEXANDRE FICAGNA
Hy, does someone know why, even with \stopStaff and \RemoveEmptyStaves, the barlines on the upper staff stand still? Below the code: up= { \stopStaff s2*8 \startStaff % \set Staff.instrumentName = "m.e." s8 d8-> s d-> } center=\relative c { \time 2/4 \clef bass

Re: Problems with \inversion

2012-06-14 Thread ALEXANDRE FICAGNA
You're right, it worked better with relative for melody. Still, it seems that changing from-pitch alters the note of transposition, while to-pitch changes absolutely nothing. Best Alexandre 2012/6/13 Trevor Daniels : > > ALEXANDRE FICAGNA wrote Wednesday, June 13, 2012 2:57 PM &g

Problems with \inversion

2012-06-13 Thread ALEXANDRE FICAGNA
I still didn't picture exactly how \inverse works in its from-pitch to-pitch variables, but I tried an example and what I got is the correct inversion of pitches, but each one was an octave above. Here's the code: \version "2.14.2" #(set-global-staff-size 15) \paper { #(define dump-extents #t

Re: How to use diferente paper layouts in a \book

2012-06-13 Thread ALEXANDRE FICAGNA
Nobody knows how to do it? 2011/5/25 Alexandre Ficagna : > Hy all, > > I'm trying do create a score with the individual parts after the > global one, but the global part in landscape and the individual parts > in portrait style. > I'm using \book and \bookpart command

How can a quote / cue handle overrides?

2011-08-14 Thread Alexandre
Hy all, I'm trying to quote some music inside ossia staves. It's working, despite the fact that the \override commands doesn't seems to get quoted. As I'm doing contemporary music, I use a lot of tweaking things with overrides. How can I quote music handling this alterati

How to use diferente paper layouts in a \book

2011-05-25 Thread Alexandre Ficagna
'portrait) } ... and for the parts: \bookpart { \paper { #(set-paper-size a4 'portrait) } What should I do? Cheers, Alexandre -- www.myspace.com/alexandreficagna ___ lilypond-user mailing list lilypond-user@gnu.org h

Re: symphonic, continuos movements, percussion, midi

2006-02-15 Thread alexandre reche e silva
Mats Bengtsson ee.kth.se> writes: > > Quoting alexandre reche e silva yahoo.com.br>: > > > I still need help because of a strange side effect: using /mark to > > "titling" adds a empty staff at the top of the others?!?! (This is really > > embarras

Re: 1 and 5 lines to percussion

2006-02-14 Thread alexandre reche e silva
alexandre reche e silva yahoo.com.br> writes: > > Peace and Health in Jesus Christ > > \version "2.4.5" > > Is it possible to have a 1 line staff (as in RhythmicStaff) to type non > pitched instruments and then when the percussionist will change to marimba,

1 and 5 lines to percussion

2006-02-09 Thread alexandre reche e silva
Peace and Health in Jesus Christ \version "2.4.5" Is it possible to have a 1 line staff (as in RhythmicStaff) to type non pitched instruments and then when the percussionist will change to marimba, for example, the staff at this precise measure became 5 line with G clef and after change again -

Re: symphonic, continuos movements, percussion, midi

2006-02-07 Thread alexandre reche e silva
Graham Percival gmail.com> writes: > > On 2-Feb-06, at 5:02 AM, alexandre reche e silva wrote: > > > A) Nevertheless, marks alignment cannot be tuned and is centred “by > > nature”. How to force left align? > > This is explained in section 8.1.3 Text marks in

symphonic, continuos movements, percussion, midi

2006-02-02 Thread alexandre reche e silva
Peace and Health in Jesus Christ \version “2.4.5” I'm about a orchestral piece. As a lily newbie it have been an endure to me. It is like to learn driving with a truck. The piece has 3 parts but they are not distinct movements, instead, sections to be played continuously. What have I been done:

force continuous movements

2005-10-13 Thread Alexandre Reche e Silva
Peace & Health in Jesus Christ Hi all. I am searching for a way to force continuous movements, e.g., without line breaks between them. I have a 3 movements work (i mean 3 long "sections" separated with double bar lines only) and it must be played continuously to the end. If I use the stuff docum

En: Re: midi don't ties...

2005-09-23 Thread Alexandre Reche e Silva
--- Mats Bengtsson <[EMAIL PROTECTED]> escreveu: > Data: Thu, 22 Sep 2005 10:36:15 +0200 > De: Mats Bengtsson <[EMAIL PROTECTED]> > Para: Alexandre Reche e Silva > <[EMAIL PROTECTED]> > Assunto: Re: midi don't ties... > > Please always keep t

midi don't ties...

2005-09-19 Thread Alexandre Reche e Silva
Peace & Health in Jesus Christ I've noticed that the ties between same notes do not generate the equivalent sound in the midi file, e.g., two quarters notes tied sounds as two quarters indeed (and not as one half note). Why? Shalon, a r s PS: I'm an old newbie in Lily and would like to know whet

Re: Folk songs scores / tabs

2005-06-30 Thread Alexandre Aractingi
ond > >/Mats > > Alexandre Aractingi wrote: > > Le jeudi 30 juin 2005 à 00:34 +0200, VSD a écrit : > > > >>if an example from the documentation doesn't work, then report a bug > >>to > >>bug-lilypond > > > > > > It does

Re: Folk songs scores / tabs

2005-06-30 Thread Alexandre Aractingi
(why would it still be in the doc?) Regards, -- Alexandre Aractingi <[EMAIL PROTECTED]> smime.p7s Description: S/MIME cryptographic signature ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Folk songs scores / tabs

2005-06-29 Thread Alexandre Aractingi
and tricks section) > and > (probably) arpeggio and glissando commands. Thanks for your answer... I actually tried the tips given in the "tips and tricks" section, but they don't work in 2.6 (slurs)... As for arpeggio and glissando, do you know where I can find how to do them (even

Folk songs scores / tabs

2005-06-28 Thread Alexandre Aractingi
under Mandrake Linux 10.1. Thanks for any hint! -- Alexandre Aractingi <[EMAIL PROTECTED]> smime.p7s Description: S/MIME cryptographic signature ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: LilyPond on Debian

2005-01-18 Thread Alexandre Beneteau
Hello, Pedro Kroeger has build and maintained 2.2 and 2.4 branch for Debian unstable... add these lines to your /etc/apt/sources.list : # lilypond deb http://www.pedrokroeger.net/lilypond/ ./ deb-src http://www.pedrokroeger.net/lilypond/ ./ Branch 2.4 (actually lily 2.4.2) is named lilypond-snap

How to set alternative text for Staff.printPartCombineTexts ?

2005-01-14 Thread Alexandre Beneteau
Hello, Using \partcombine for orchestral score, I would like to change the "Solo I", "Solo II" text to "1." and "2."... I suppose it is somewhere in de doc (?) but I could not manage to find it :-( Just saw that I can disable such text by setting Staff.printPartCombineTexts to false... Does anob

Re: repeat and lyrics behaviour

2005-01-06 Thread Alexandre Leclerc
>% Second repeat of the verse: >\lyricsto verse \context Lyrics = repeatlyrics \lyricmode { > dodo rere mimi fafa solsol } > >> > } > > Always tell what version of LilyPond you use, when sending a question > to the mailing list, otherwise you may get an

repeat and lyrics behaviour

2005-01-04 Thread Alexandre Leclerc
7;t find that in documentation. Best regards. -- Alexandre Leclerc ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Help with \lyricsto and polyphony

2004-12-16 Thread Alexandre B
y to name each subvoice? It doesn't make > intuitive sense to have to name each one. Try giving it a \context Voice = "name" first.. then send your comments and results .. so that it helps others looking for similar solutions. > The full .ly file is here: > http://triplehe

Re: Help with \lyricsto and polyphony

2004-12-12 Thread Alexandre B
y to name each subvoice? It doesn't make > intuitive sense to have to name each one. Try giving it a \context Voice = "name" first.. then send your comments and results .. so that it helps others looking for similar solutions. > The full .ly file is here: > http://triplehe

Re: Error in new articulation _

2004-11-01 Thread Alexandre Beneteau
and -.-- for the line near the notehead). It will save keystrokes for the most common case, isn't it ? Alex. Graham Percival wrote: On 30-Oct-04, at 5:03 AM, Alexandre Beneteau wrote: I am wondering if the new articulation _ (which produce a dot and a _ over the notehead) does not print

Re: Pedro Kroger's packages for Debian sid > 2.3.24

2004-10-31 Thread Alexandre Beneteau
I have the same problem. Since directory listing seems note possible on Pedro's web site, impossible to search for the packages... Alex. Paul Scott wrote: Has anyone been able to install Pedro Kroger's Debian sid packages > 2.3.24? http://lilypond.org/web/download/ says that 2.3.26 is available

Re: 2.4 announcement

2004-10-31 Thread Alexandre Beneteau
of course, feel free to propagate the announcement to any other relevant mailing list or website. I did on linuxfr.org, announce is waiting to be moderated. Cheers, Alex. ___ lilypond-user mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailm

Error in new articulation _

2004-10-30 Thread Alexandre Beneteau
Hello, I am wondering if the new articulation _ (which produce a dot and a _ over the notehead) does not print it wrongly. I explain myself : I think the dot should be near the notehead and the _ (don't find the english word !) should be after it, like this : _ . x | | But actually, lilypond pri

Re: Font problems in 2.3.24

2004-10-30 Thread Alexandre Beneteau
Thanks for your reply, I have no problem with missfonts (anyway kpsewhich ecrm10.pfa returns /usr/share/texmf/fonts/type1/public/ec-fonts-mftraced/ecrm10.pfa) Xdvi runs fine with dvi generated by lily ; but gv displays strange symbols for graces notes and fermata on bar. Anyway, I dug a little

Re: Font problems in 2.3.24

2004-10-29 Thread Alexandre Beneteau
Hello, I have similars problem using like you lily 2.3.24 (Debian Sid) from Pedro's repository, having installed latest ec-fonts-mftraced and cleaned my var/cache/fonts. To complete your bug-report, I would notice that : At default staff size : - dvi produced by lily is correctly displayed in xd

Bug in lily 2.3.24 ?

2004-10-28 Thread Alexandre Beneteau
Hello, Trying to put a fermata on a bar, following the manual, I use : \mark \markup { \musicglyph #"scripts-ufermata" } But it does not print a fermata but "L" : I use Pedro Kroeger lilypond-snaphot package on debian unstable. Is anybody has the same problem ? Alex. \score { \new Staff {

Re: Lilypond won't float

2004-10-01 Thread Alexandre Beneteau
Jack Mason wrote: I am running Linux, Fedora Core 2, Lilypond 2.3 What do you mean run convert-ly on test.ly When I run convert-ly I get: [EMAIL PROTECTED] jackmason]# convert-ly /usr/bin/convert-ly (GNU LilyPond) 2.3.19 When I try this, I get: [EMAIL PROTECTED] jackmason]# convert-ly test.ly /usr/

Re: choral voice part splitting

2004-06-27 Thread Alexandre Beneteau
A quick answer :-) Use this syntax : altoMusic = \notes { . bla bla bla bla bla << { high split music expressions } \\ { lower split music } >> back to single voice etc... } Hope it will help you... Alex. Chris Caudle wrote: I am just learning Lilypond, and am having trouble understandi

Font problem in Postscript output with lily 2.3.2.

2004-05-28 Thread Alexandre Beneteau
Hello, Using pedro's packages on debian unstable, I experience fonts problem : running lily generates good .dvi file, but wrong postscript file (gv or ggv show score without noteheads)... I tried to delete the font cache, but the problem remains. More : using dvips -f -Z on the dvi file built a

Wiki and links back home

2004-02-02 Thread Alexandre Bourget
the lilypond.org website ? That would ease very much the update/review of the Wiki :) thanks Alexandre Bourget ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user

Two staves SATB score and centered Lyrics

2004-01-05 Thread Alexandre B
soprano while putting the lyrics in the middle of the two staves. There *must* be an alternative, isn't there ?! :) thanks for your help Alexandre Bourget ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user

Re: time-change on the end of a stave?

2003-12-08 Thread Alexandre Beneteau
Hello, This does the job for the whole score : \paper { \translator { \StaffContext TimeSignature \set #'break-visibility = #end-of-line-invisible } } If you want to suppress this printing only once in the score you may write : \once \property Staff.TimeSignature \set #'break-v

Re: Page number

2003-12-06 Thread Alexandre Beneteau
In the paperblock set pagenumber to 'no' : \paper { pagenumber=no } Alex. Oleg Eterevsky wrote: Hello! How can I suppress printing page numbers? Best wishes, Oleg Eterevsky. ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailm

\forgetAccidentals and his friends, have no effect

2003-11-23 Thread Alexandre B
and without the: \property Score.timing = ##f line. So, that omitted.. this score is really nothing weird! I'm posting an excerpt of the file for reference. I'm new to this list.. so if sending large scores through it isn't something the users want.. please tell me in a reply :) tha

Re: VIM resources

2003-11-08 Thread Alexandre Beneteau
You can find the latest syntax file for vim (maintained by Heikki Junes) at this adress : http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lilypond.vim Alex. Arthur Moore wrote: hey is there a lilypond/vim howto? I've got the point and click thing setup, I'd like to have syntax

\raise in markup (lilypond 1.7.13)

2003-03-04 Thread Alexandre Beneteau
Hello, I'm trying to raise text markup with lilypond 1.7.13. I believe I've followed the manual instructions... but can't achieve what I'd would like to. Please see the source and png output attached... Thanks, Alex. \include "italiano.ly" \header { tagline = "" } \score { \notes { do

Re: great! now I have other questions ...

2003-03-04 Thread Alexandre Beneteau
Just about your last question : You can't have markup on 'R', but you cant on 'r' If you use lilypond 1.7.x, you may use : \once \property Voice.MultiMeasureRestNumber \override #'text = #'(roman "my markup") before the 'R' you want to mark... Alex. Stef Epardaud wrote: On Tue, Mar 04, 2003 a

Re: Not sure to well understand Lily's error message

2003-03-03 Thread Alexandre Beneteau
uge example and send it to [EMAIL PROTECTED] Thanks, Alex. /Mats Alexandre Beneteau wrote: Hello, I get this warning in a score I'm typesetting : Calculating line breaks... programming error: Multi_measure_rest::get_rods (): I am not spanned! (Continuing; cross thumbs) As Lily sa

Not sure to well understand Lily's error message

2003-03-03 Thread Alexandre Beneteau
Hello, I get this warning in a score I'm typesetting : Calculating line breaks... programming error: Multi_measure_rest::get_rods (): I am not spanned! (Continuing; cross thumbs) As Lily says 'programming error', I assume, I've made a mistake while typesetting and this error concern measure c

Re: I don't know how

2003-03-02 Thread Alexandre Beneteau
First of all say what version of lilypond you use, what system etc. ! [EMAIL PROTECTED] wrote: when i type lilypond --help nothing happens what should i do ___ Lilypond-user maili

Don't understand error...

2003-02-26 Thread Alexandre Beneteau
Hello, I'm typesetting a flute part and I am very surprised by the following problem : Having R2*2 (in 2/4 time), I get the following error : [8][16][24][32][40][48][56][64][72][77] Preprocessing graphical objects... Calculating line breaks... programming error: Multi_measure_rest::get_rods ()

Re: Offset in line numbers when report errors (lilypond 1.7.13) ?

2003-02-25 Thread Alexandre Beneteau
olving and not fixed in standards). Ciao, David Boersma On Tue, 25 Feb 2003, Alexandre Beneteau wrote: Hello, Considering this example with error a line number 6 : \header {tagline = ""} \score { \notes \relative c { \time 3/4 c4 c c \gasp % error c4 c c } } When co

Offset in line numbers when report errors (lilypond 1.7.13) ?

2003-02-25 Thread Alexandre Beneteau
Hello, Considering this example with error a line number 6 : \header {tagline = ""} \score { \notes \relative c { \time 3/4 c4 c c \gasp % error c4 c c } } When compiling lilypond 1.7.13 report error by printing line 5 : ly2dvi test.ly ly2dvi (GNU LilyPond) 1.7.13 Run

Re: Do have I found a bug ?

2003-02-24 Thread Alexandre Beneteau
Percival wrote: On Sun, 23 Feb 2003 10:51:57 +0100 Alexandre Beneteau <[EMAIL PROTECTED]> wrote: Would you agree if I would say lilypond's error messages are sometimes confusing ? I'll agree that some programs have more useful error messages. However, I don't intend tha

Re: Do have I found a bug ?

2003-02-23 Thread Alexandre Beneteau
Thanks, You were right, that : > > Then I'd try a few things, such as adding {}s. I'd stick everything in > front of the \\ in a {}, and everything behind it in another {}. > > was the solution :-) Thanks again, Would you agree if I would say lilypond's error messages are sometimes confusing ?

Re: 1.6.6-1 font problems

2003-02-23 Thread Alexandre Beneteau
That's because the fonts have changed. You must clean the fonts (they are build when LaTeX need them and then cached ; you must clean the cache...) See /buildscripts/clean-fonts.sh in lilypond src directory... Alex. neuro wrote: > Need help to my problem... > > I installed Lilypond 1.6.5

Re: PDF Manual fonts?

2003-02-23 Thread Alexandre Beneteau
The problem is perhaps Acrobat 4.0. : Several monthes ago, I sent a score made by lilypond to a friend of mine who described the same problems ; he upgraded to acrobat 5.0 and all worked fine... You may try :-) (And tell me about the result...) Bye, Alex. Jonathan Kelly wrote: Oops, I'm v

Do have I found a bug ?

2003-02-22 Thread Alexandre Beneteau
Hello, Compiling this ly file with lilypond 1.7.12 give me strange results (and errors messages) Has anybody an idea ? Is it my mistake ??? (See png file joined for result) Thanks, Alex. \header {tagline = ""} \score { \notes \relative c { \time 3/4 \clef "bass" % one after the

Re: PDF Manual fonts?

2003-02-21 Thread Alexandre Beneteau
What system do you use ? What software do you use to read the PDF ? Jonathan Kelly wrote: Hi there, I downloaded the PDF version of the lilypond manual, but when I view it, it looks like I'm missing the music font; I get the staves but the note heads and other symbols just look like random charac

Re: Further dynamic questions

2003-02-21 Thread Alexandre Beneteau
Daniel Ashton wrote: Two more: 1) Is there a command to typeset the dim. (for diminuendo) marking? In lilypond 1.7.12 (with the patch provided two days ago on this mailing-list), I am using \dim... I don't know for lily 1.6.5. (make a grep in ly directory ?) 2) Do I really need \endcresc ? Is t

Re: Lilypond 1.7.12 : \cresc broken ???

2003-02-19 Thread Alexandre Beneteau
Thanks very much, works fine now :-) Alex. Jan Nieuwenhuizen wrote: Alexandre Beneteau <[EMAIL PROTECTED]> writes: You found a bug, try this patch. (Font selection doesn't work yet). Jan. --- spanners-init.ly.~1.13.~ 2002-11-18 01:09:27.0 +0100 +++ spanners-init.ly 2003-

Lilypond 1.7.12 : \cresc broken ???

2003-02-19 Thread Alexandre Beneteau
Hello again :-) I am surprised to have this kind of error message (see at the bottom) as I am trying to use \cresc (not to mention \decresc which seems to not exists ??? Why ?) In previous versions, I believe it worked... It is a bug or my mistake ? \decresc is it planned to be implemented. I

Can't convince Lylipond to merge different voices with same notes.

2003-02-19 Thread Alexandre Beneteau
Hello, Despite having followed (I think) the manuel advices (by setting \property Staff.NoteCollision \override #'merge-differently-headed = ##t), I can't convince Lylipond (1.7.12) to merge different voices with same notes... I join an example source (test.ly) and the png output. Has anybody

Re: autoBeamSettings question...

2003-02-17 Thread Alexandre Beneteau
Mats, Thanks very much for your answer :-) I've had forgotten to mention I use the Lylipond version 1.7.12... Thanks, Alex. Mats Bengtsson wrote: Alexandre Beneteau wrote: Hello again, I have read and read again the documentation about the autoBeamSettings (http://lilypond.org/develo

autoBeamSettings question...

2003-02-16 Thread Alexandre Beneteau
Hello again, I have read and read again the documentation about the autoBeamSettings (http://lilypond.org/development/Documentation/user/out-www/lilypond/Setting-automatic-beam-behavior.html#Setting%20automatic%20beam%20behavior)) and can't achieve to use it (I know, I can be a bit stupid sometim

Re: Markup question

2003-02-16 Thread Alexandre Beneteau
David Raleigh Arnold wrote: On Sunday 16 February 2003 02:07 pm, Alexandre Beneteau wrote: Hello, I'm presently writing an orchestral score an have a question about \markup : I have to instruct 1st violins to put the mute several bars before they have to play. I've tried to attach a

Markup question

2003-02-16 Thread Alexandre Beneteau
Hello, I'm presently writing an orchestral score an have a question about \markup : I have to instruct 1st violins to put the mute several bars before they have to play. I've tried to attach a markup to a R2., but it does not work (why ?), attach a markup to r2. works... But I'm wondering if I

[OT] Terminology for Ternary Measures?

2003-02-15 Thread Alexandre Enkerli
Sorry for this off-topic question. It has to do with Beldon Dominello's "rhythmic oddity" and ternary measures. My formal music theory is far behind and it's not something I use regularly It's not very important but I just want to check. I thought that, at least in French, beats in ternary measu

Re: Pre-Built Type1 Fonts for 1.6.7?

2003-02-07 Thread Alexandre Enkerli
wget -l 1 -nd -r -A pfa,map http://lilypond.org/development/mf/out/ These do work. Their names are consistent: GNU-LilyPond--. BTW, what do the numbers mean? I assumed size but it doesn't make sense to have a size of 0. Thanks for pinpointing this problem. My pleasure. __

Re: Pre-Built Type1 Fonts for 1.6.7?

2003-02-07 Thread Alexandre Enkerli
They have numbers in their filenames but not in their titles: % grep Title * feta-braces0.pfa:%%Title: feta-braces feta-braces1.pfa:%%Title: feta-braces feta-braces2.pfa:%%Title: feta-braces feta-braces3.pfa:%%Title: feta-braces feta-braces4.pfa:%%Title: feta-braces feta-braces5.pfa:%%Title: feta-

Re: Pre-Built Type1 Fonts for 1.6.7?

2003-02-07 Thread Alexandre Enkerli
wget -l 1 -nd -r -A pfa,map http://lilypond.org/stable/mf/out/ also the lilypond.map file corresponding to the PFA files will be downloaded! That map doesn't work on my system. It has numbers at the end of font names while the pfas don't have numbers in their titles. __

Map File for 1.6.7 PFAs (was Re: Pre-Built Type1 Fonts for 1.6.7?)

2003-02-06 Thread Alexandre Enkerli
I caught my problem. Mats' map for 1.5.43 PFAs clashed with the font names of the 1.6.7 version. Must have to do with the changes between pktrace and mftrace. In the 1.5.43 version, the fonts were all called TeX-. In the 1.6.7 version, they're either just or (for the -nummer and -din fonts).

Re: PDFTeX Output?

2003-02-06 Thread Alexandre Enkerli
The -fpdftex option to lilypond isn't very actively supported I saw that and I know the -p option for ly2dvi. But must of my documents are typeset through pdftex and I wanted to integrate lilypond in this. ___ Lilypond-user mailing list [EMAIL PROTE

PDFTeX Output?

2003-02-05 Thread Alexandre Enkerli
I'm also trying to use the PDFTeX option and it doesn't seem to work. Isn't it supposed to be like this? lilypond -fpdftex filename.ly Thanks. ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user

Pre-Built Type1 Fonts for 1.6.7?

2003-02-05 Thread Alexandre Enkerli
Hi, I recently installed lily 1.6.7 (through fink MacOS X 10.2) and it didn't produce the pfa files (possibly because mftrace doesn't seem to work). Is there a reliable place where I can get the pfa files for use with this version of lily? I installed Matts' 1.5.43 fonts but the noteheads are i

Re: lilypond.vim

2003-01-27 Thread Alexandre Beneteau
Here is it : http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lilypond.vim Bye :-) Alex. Aaron Mehl wrote: Hi I see in the lilypond installation file reference to lilypond.vim but try as I might I can't find the file anywhere. Can someone give me a url to download it from?? Thanks Aa

Re: Have to dig into Lilypond's

2002-12-17 Thread Alexandre Beneteau
Sorry to reply to myself, but I've have to admit my mistake : I had managed to not find that page before :-( : http://lilypond.org/development/Documentation/user/out-www/lilypond/Advanced-Topics.html#Advanced%20Topics Please excuse the noise on this mailing-list... Alex. Alexandre Ben

Have to dig into Lilypond's

2002-12-17 Thread Alexandre Beneteau
Hello, Since I need to customize FiguredBass (and -- dreaming is not expensive ! -- even add some functionnalities), I must understand Lily better than now... Is anybody among Lilypond gurus in this list will advice me some particular documentations to read ? (I've dig in the online manuals, b

Bug (??) with Pedal implementation

2002-11-27 Thread Alexandre Beneteau
Hello, I think \sustainDown and \sustainUp output should be horizontally aligned (at least by matching pair) even if \sustainDown output is lowered to not clash with notes... As my english is weak, I post a small png picture with demonstrate the problem :-) Thanks, Alex. <>

Can't compile lily 1.7.6

2002-11-07 Thread Alexandre Beneteau
Hello, I've a problem trying to compile lily 1.7.6 : make[2]: Leaving directory `/usr/src/lilypond-1.7.6/stepmake/stepmake' make[1]: Leaving directory `/usr/src/lilypond-1.7.6/stepmake' make[1]: Entering directory `/usr/src/lilypond-1.7.6/Documentation' make PACKAGE=LILYPOND package=lilypond -C u

Re: Can't get the thing to compile...

2002-10-30 Thread Alexandre Aractingi
Le mar 29/10/2002 à 16:08, Chris Jackson a écrit : > Should be no problems with building 1.6 from source and putting it in > /usr/local. > However as you're running Mandrake 9.0, even after you've got configure > to run, you might > run into problems doing the compile. This distro has a buggy ve

Re: Can't get the thing to compile...

2002-10-29 Thread Alexandre Aractingi
Le mar 29/10/2002 à 15:54, Simon G. P. Bailey a écrit : > is your python.h in the default include path? > > guile 1.6 is needed for lily 1.7, iirc. > > greetings, > simon. Thanks for your answer! My python.h is in /usr/include/python2.2/Python.h, and I even created a symlink with /usr/include/py

Can't get the thing to compile...

2002-10-29 Thread Alexandre Aractingi
... actually I can't get past the ./configure stage... I am using a Mandrake 9.0 Linux distribution, and I have tetex, python and libpython-devel installed (from Mandrake packages). I downloaded Lilypond 1.6.6, but ./configure says : ERROR: Please install required programs: python.h (python-deve

  1   2   >