RE: Ineffective \override

2005-05-17 Thread Fairchild
Is there a way to look inside macros? - Bruce -Original Message- From: Mats Bengtsson [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 17, 2005 10:36 AM To: Fairchild Cc: lilypond-user@gnu.org Subject: Re: Ineffective \override Don't forget that you can use th

RE: Distance between staves

2005-05-17 Thread Fairchild
Try experimenting with this structure, which works in v 2.4.3, somewhat unpredictably: % \paper { betweensystempadding = -.10\in betweensystemspace = 0.30\in }%end paper \score { \layout { \context { \Staff minimumVertic

cis-ces question

2005-05-17 Thread Thomas Scharkowski
Hello list, I have a bar with a "cis", some other notes and then "ces". Lilypond prints a "cancellation-natural" before the flat for the note "ces". (How) can I turn this off? Thank you, Thomas 2.4.6 cygwin ___ lilypond-user mailing list lilypond-use

Re: Ineffective \override

2005-05-17 Thread Mats Bengtsson
Don't forget that you can use the predefined macro \hideNotes to obtain many of these settings, see the section on "Hidden Notes". /Mats Fairchild wrote: Mats - I had scoured the documentation prior to posting, but missed the thread Werner initiated. For posterity, here is a list of things that

RE: Ineffective \override

2005-05-17 Thread Fairchild
Good stuff! Ought to be referenced in the manual. Or maybe appended thereto. - Bruce -Original Message- From: Mats Bengtsson [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 17, 2005 10:55 AM To: Fairchild Cc: lilypond-user@gnu.org Subject: Re: Ineffective \o

Test Message: Nothing Recently

2005-05-17 Thread joe ferguson
It has been well over 72 hours since the last post from lilypond. Is the site down, blackholed, or what? -- Joe Ferguson ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

RE: Ineffective \override

2005-05-17 Thread Fairchild
Mats - I had scoured the documentation prior to posting, but missed the thread Werner initiated. For posterity, here is a list of things that work in v 2.4.3: \override NoteHead #'transparent = ##t \override Stem #'transparent = ##t \override Dots #

Re: Ineffective \override

2005-05-17 Thread Mats Bengtsson
Sure! In the latest 2.5.xx versions, you can do \displayMusic{\hideNotes}, However, it's easier to read the files where the macros are defined, directly. See /usr/share/lilypond/2.4.x/ly/property-init.ly or wherever the files are installed on your machine. /Mats Fairchild wrote: Is there a way

Re: cautionary accidentals out of place with kghostview

2005-05-17 Thread Erik Sandberg
On Sunday 15 May 2005 02.30, Robert T Wyatt wrote: > MacOS 10.3.9 > Normally I use lilypond from the Terminal.app command line so I use > Preview to view the PDFs. Today I was using a KDE xterm so I used > kghostview to view the PDF. Turns out that cautionary accidentals are > shifted to the right

Re: Space after clef

2005-05-17 Thread Mats Bengtsson
Fairchild wrote: Thanks Mats. I spent hours trying to find this, stumbled on it, but didn't know how to use it. I expected to find something equivalent to \hspace in \markup. Often I want to add or subtract a little space among the notes. Feature request? What's the logical process I should have

hello list?

2005-05-17 Thread Robert T Wyatt
I hate to post this because I'm afraid that it will be a part of the deluge of e-mail when the list server kicks back in, but are the mailing lists needing a little kick or have they suddenly gone silent since Saturday? ___ lilypond-user mailing list

Page break between scores in a \book

2005-05-17 Thread steveweb414
I'm trying to get page breaks between certain scores in a \book section made up of several scores. The page breaks don't appear. Is there a trick? Steve ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilyp

Why do chords print below staff?

2005-05-17 Thread Peter F Whyte
I used to get chordnames printing above the staff, but now they always, always print below. Nothing I try to change seems to have any effect on the position whatsover. I've searched the entire archive, but all to no avail. Hoping desperately someone can help. This is the third time I've trie

Using the part combiner for hymns

2005-05-17 Thread steveweb414
Hi. I'm working on a public-domain hymnal project. I'd like to get the part combiner to follow some stemming conventions that are common in hymnals: - When the voices are in unison, there should be two stems. - When the voices are a second apart (i.e. adjacent notes), there should be two stems.

Passing chords

2005-05-17 Thread Guido De Rosa
Hi all. How to make lilypond print chord names between brackets () ? It would be useful for jazz passing chords. Thanks. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

RE: Space after clef

2005-05-17 Thread Fairchild
Mats - Thanks yet again. The pointer to Scheme is enlightening. I do find that some of the alist entries are required. - Bruce -Original Message- From: Mats Bengtsson [mailto:[EMAIL PROTECTED] Sent: Monday, May 16, 2005 4:20 AM To: Fairchild Cc: lilypond-user

Re: [lilypond 2.2.0] drums.scm

2005-05-17 Thread Mats Bengtsson
What version of the Tutorial did you read? I cannot find any information at all related to percussion in the tutorial. On the other hand, the section on "Entering Percussion" in the full manual refers to the file ly/drumpitch-init.ly, which on your system probably is located in /usr/share/lilypond/

Re: Ineffective \override

2005-05-17 Thread Mats Bengtsson
Fairchild wrote: Mats - Thanks for the response. Maybe my fog is beginning to lift. The first link you gave says the syntax is: \override . #' [ = #] Experimenting demonstrates . isn't always required, though it is required for Staff.BarLine - why is still hidden in the fog. I really recommend yo

Re: problem with \tempo

2005-05-17 Thread Graham Percival
On 14-May-05, at 1:03 PM, benoit farley wrote: 1) When \tempo 4=108, for example, is written as the first thing on the staff, after \clef , \key and \time, it is NOT printed when followed by a multi-measure rest, as in the following score: \score { \context Staff { \set Staff.instrument = "2

Importing other files

2005-05-17 Thread Alberto Simões
Hi I'm typesetting a sonatinen with four parts. I would like to have a part in different files, and combining them all together. I'm almost sure there should be an \import{file.ly} command, but I can't find the docs for it. Can anybody give me an hint? THanks Alberto ___

Arpeggio

2005-05-17 Thread Alberto Simões
Hi I'm trying to get an arpeggio. I've tried 4.(\arpeggio f8 d4) r and 4.\arpeggio( f8 d4) r but none of the options give me it. What am I doing wrong? THanks Alberto ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.or

Erreur : cannot find `feta20.afm'

2005-05-17 Thread pascal lawrynowicz
Hi, I start with lilypond-2.2.0 but thinking that version was too old now I try to use lillypond 2.5.2 from lilypond-2.5.2-1thac.i586.rpm and after the install when I launch, I've this error : Erreur : cannot fond `feta20.afm' Music font has not been installed properly. Aborting. Any advice? Th

Re: Is there an RPM

2005-05-17 Thread Mark Healey
Jamie Bullock wrote: Hi, On Sat, 2005-05-14 at 06:19 -0700, Mark Healey wrote: Jamie Bullock wrote: On Fri, 2005-05-13 at 09:45 -0700, Mark Healey wrote: I'm running Fedora Core 3 and would like to install Lillypond. It looks like it is a nightmare of dependencies. I'd like to use yum to insta

drums

2005-05-17 Thread pascal lawrynowicz
Hi, Has anyone write drums parts with lilypond ? Is it really possible. Need help. PL ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

RE: Ineffective \override

2005-05-17 Thread Fairchild
Mats - Thanks for the response. Maybe my fog is beginning to lift. The first link you gave says the syntax is: \override . #' [ = #] Experimenting demonstrates . isn't always required, though it is required for Staff.BarLine - why is still hidden in the fog. Staff.LedgerLineSpanner doesn't see

Errors running test.ly

2005-05-17 Thread Mark Healey
I got it installed on my FC3 box. Yay. I created test.ly. { c'4 e' g' } and ran lilypond test.ly [EMAIL PROTECTED] ~]$ lilypond test.ly and got this from stdout. GNU LilyPond 2.4.5 Processing `test.ly' Parsing... Interpreting music... [1] Preprocessing graphical objects... Calculating line breaks.

Re: Analysis Brackets and Text

2005-05-17 Thread Mats Bengtsson
Not as far as I know, but I see that there is a comment in the implementation saying TODO: ... Support texts on the brackets? /Mats Ron Piterman wrote: Is there a nice way to add some text to the brackets ( instead of to the notes as markup) ? (like A1, A2 aso) Cheers, Ron

Distance between staves

2005-05-17 Thread Renato Biolcati Rinaldi
Hello How do I decrease the distance between staves? The command \set Staff.minimumVerticalExtent = #'(-4 . 4) Doesn't seem to help much, I tried all possible combination of numbers but there is always a minimum distance between staves which I don't know how to decrease. I would like to print the a

Re: problem with \tempo

2005-05-17 Thread Mats Bengtsson
Please always tell what LilyPond version you use, when asking questions to the mailing list. Otherwise you may receive an answer that's not relevant for you! benoit farley wrote: Hi all, I'm new to Lilypond and to the list. I have done a lot of research, but I'm still left with the following quest