positioning of \revert

2008-01-15 Thread Paul Scott
e the \revert cancels the \override before the \override happens: \override Score.RehearsalMark #'font-size = #1 \mark "text" \revert Score.RehearsalMark #'font-size Paul Scott ___ lilypond-user mailing list lilypond-user@gnu

Re: positioning of \revert

2008-01-15 Thread Paul Scott
Paul Scott wrote: In 2.11.37 NR 6.1.5 mention is made of \revert not working. This should probably be expanded to explain what it takes for an \override to be established so that the corresponding \revert will work. If I knew the answer I would attempt to do this but I don't. OTOH

\tiny font in define-markup-function applied to list

2008-01-15 Thread Paul Scott
"=" beats ")" ) ))) gives: Preprocessing graphical objects./short.ly:9:34: In expression (#:note notetype 1): ../short.ly:9:34: Wrong type to apply: #:note ? I can get the code to work by applying #:tiny to each piece of the text in

Re: \tiny font in define-markup-function applied to list

2008-01-16 Thread Paul Scott
Lily but not #:tiny{ in Scheme. Paul #(define-markup-command (mm layout props notetype beats) (string? string?) (interpret-markup layout props (markup #:tiny #:line ("(" #:raise 0.4 #:note notetype 1 "=" beats ")" )) )) /Mats

markup under end of staff

2008-01-18 Thread Paul Scott
How would I get text *under* the staff equivalent to using \mark and \override Score.RehearsalMark #'break-visibility = #begin-of-line-invisible \once \override Score.RehearsalMark #'self-alignment-X = #right \mark \markup ... TIA,

Re: markup under end of staff

2008-01-19 Thread Paul Scott
Trevor Daniels wrote: Paul \override Score.RehearsalMark #'break-visibility = #begin-of-line-invisible ... \break % (if needed) \once \override Score.RehearsalMark #'self-alignment-X = #RIGHT \once \override Score.RehearsalMark #'direction = #DOWN \mark \markup Hi T

Re: markup under end of staff

2008-01-19 Thread Paul Scott
Trevor Daniels wrote: Paul Scott wrote: ... > Thanks much. (I don't how I looked right past "direction" in the RehearsalMark standard settings). :) I see it's not mentioned in the Notation Reference (I've made a note to add it to section 1.8.1 Tex

parent spanner that can contain a hairpin

2008-01-30 Thread Paul Scott
What is the parent spanner referred to in: Spanner `Hairpin' is not fully contained in parent spanner ? Knowing that might make the error message easier to use. TIA, Paul Scott ___ lilypond-user mailing list lilypond-user@gnu.org

2.11.38 LSR Adding accidentals to a trillspanner

2008-02-02 Thread Paul Scott
; #:teeny #:raise 0.65 #:sharp)) "") b1\startTrillSpan b\stopTrillSpan \override TrillSpanner #'edge-text = #(cons (markup #:line (#:halign -0.5 #:musicglyph "scripts.trill" #:teeny #:raise 0.5 #:flat)) "")

Re: 2.11.38 LSR Adding accidentals to a trillspanner

2008-02-03 Thread Paul Scott
d mark the part. Thanks, Paul ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: 2.11.38 LSR Adding accidentals to a trillspanner

2008-02-03 Thread Paul Scott
d mark the part. Thanks, Paul ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Solution for: 2.11.38 LSR Adding accidentals to a trillspanner

2008-02-03 Thread Paul Scott
Can someone tell me how to fix this? TIA, Paul Paul Scott wrote: This example from the current LSR doesn't seem to work for 2.11.38. No sharp appears. Adding accidentals to a trillspanner \relative c'' { \override TrillSpanner #'edge-text = #(cons (markup #:

Re: Solution for: 2.11.38 LSR Adding accidentals to a trillspanner

2008-02-03 Thread Paul Scott
Graham Percival wrote: On Sun, 03 Feb 2008 22:05:31 -0700 Paul Scott <[EMAIL PROTECTED]> wrote: Graham Percival wrote: - run the example through convert-ly. It will probably warn you about the text spanners. The LSR code didn't have a version that I could se

Re: 2.11.38 LSR Adding accidentals to a trillspanner

2008-02-08 Thread Paul Scott
Valentin Villenave wrote: 2008/2/3, Paul Scott <[EMAIL PROTECTED]>: Sorry! I don't know enough to know what is broken/changed. I was hoping for a fix so I didn't have to hand mark the part. This is actually one of the snippets that I had to tag as "version

Making a transparant of the created musicsheet

2008-02-12 Thread Paul Hickendorff
Dear sirs, For a presentation in PowerPoint I want to create a musicsheet with bars and and even text witch i can make transparant and copy/paste to ppt. Is that and option within Lilypond ? Thank you Paul ___ lilypond-user mailing list lilypond

Re: choir music, easy piano reduction and dynamics

2008-04-03 Thread Paul Scott
nts of a staff or whatever. For a score I might have: musica = << \timing \musicnotesa \dynamicsparta >> musicb = << \musicnotesb \dynamicspartb >> ... where musica and musicb are different parts and dynamicsparta and dynamicspartb might or might not be the same. etc., etc. Paul Scott ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Orchestra file causing an init.ly error

2008-04-11 Thread Paul Scott
t an: orchestra.ly:199:0: error: > syntax error, unexpected >> So now you know what source line is part of the problem and that the problem might be with unmatched << >> > > And I did a visual check to make sure all of the {} and <<>> are > mat

Re: Amazing Grace Melody and Guitar Chords

2008-05-03 Thread Paul Scott
ds in amazinggraceGa.ly. Paul Scott amazinggracenotesa.ly Description: Binary data amazinggraceGa.ly Description: Binary data ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: custom metronome-markup procedure causes weird goops-error

2008-05-03 Thread Paul Scott
kup( Allegro con moto \MM #"2" #"132" } The code (without breve's but easily modifiable to include them) is in the attachment since I am on my Mac at the moment and I dcn't know how to cut and paste from XDarwin to the Mac GUI. mm.ly Description: Binary data

Re: custom metronome-markup procedure causes weird goops-error

2008-05-03 Thread Paul Scott
On May 3, 2008, at 7:35 PM, Paul Scott wrote: On Apr 29, 2008, at 4:35 AM, Risto Vääräniemi wrote: 2008/4/29 Nicolas Sceaux : I think it's because there is no \concat markup command in 2.10. Untested: Looks nice. :-) It seems to work with .11 & .10. In fact, the results lo

Re: custom metronome-markup procedure causes weird goops-error

2008-05-03 Thread Paul Scott
On May 3, 2008, at 7:35 PM, Paul Scott wrote: On Apr 29, 2008, at 4:35 AM, Risto Vääräniemi wrote: 2008/4/29 Nicolas Sceaux : I think it's because there is no \concat markup command in 2.10. Untested: Looks nice. :-) It seems to work with .11 & .10. In fact, the results lo

Re: Help getting started with Danny Boy

2008-05-03 Thread Paul Scott
ed: Lastly, I was perusing the template(s) for piano and voice. I wonder how that looks when done? Try it and see. Paul Scott ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Help getting started with Danny Boy

2008-05-04 Thread Paul Scott
On May 4, 2008, at 12:38 AM, James E. Bailey wrote: Am 04.05.2008 um 05:59 schrieb Paul Scott: On May 3, 2008, at 6:44 PM, plasmacarwash wrote: Dear James, Actually I was wondering, once we set the time signature and choose which value our notes will be (half, quart, eighth) -does

2.6 autopackage on Debian sid!!

2005-06-27 Thread Paul Scott
available to download? TIA, Paul Scott ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: XP how or in what does one invoke?

2005-06-27 Thread Paul Scott
t/Run Type cmd, press Enter Change to the desired directory with "CD" and type the command. Is that what you meant? Paul Scott ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: 2.6 autopackage on Debian sid!!

2005-06-28 Thread Paul Scott
Jan Nieuwenhuizen wrote: Paul Scott writes: 1. I cannot find any menu entries (KDE) from the install. We're using installDesktop to install, which should add KDE menu items too. After sending this I found that I could also easily install the MS Windows version (on W98). (I

Re: 2.6 autopackage on Debian sid!!

2005-06-28 Thread Paul Scott
HTML. I am new to the powerful wget. From what I see in the rather large documentation I might want something like: wget -r -k -p -w http://lilypond.org/doc/v2.6/Documentation/user/out-www/lilypond/index.html Have I missed anything critical? Thanks, Paul

Re: 2.6 autopackage on Debian sid!!

2005-06-28 Thread Paul Scott
Will there be or should I just take Mats' suggestion? There might be, but not real soon. Ok. Out of curiosity did something break? Should the 2.6 doc packages be as the same to produce as always? Thanks, Paul ___ lilypond-user mail

Re: Autopackage: Install Fails

2005-06-29 Thread Paul Scott
Jan Nieuwenhuizen wrote: What distribution do you run? I expect lilypond 2.6 to be in Debian rsn. Will someone be autopackaging the development version at that point? I missed out on that whole cycle when Pedro stopped packaging lilypond-snapshot. Thanks, Paul Scott

Re: Autopackage: Install Fails

2005-06-30 Thread Paul Scott
Han-Wen Nienhuys wrote: Paul Scott wrote: Jan Nieuwenhuizen wrote: What distribution do you run? I expect lilypond 2.6 to be in Debian rsn. Will someone be autopackaging the development version at that point? I guess so. I just built my first autopackage, so I expect to ship them

Re: pdf files

2005-06-30 Thread Paul Scott
s don't. What version of Acrobat (Reader?) are you using. I have heard that Adobe Reader 7 will not read some files that were not written by Acrobat. I was trying to check that out but my MS Windows 98SE installation of LilyPond 2.6.0 is not generating PDF's or even workable PS'

Re: pdf files

2005-07-01 Thread Paul Scott
Sacha Standen wrote: Thanks Mats The problem is, Lilypond 2.6 on my system only seems to generate PS files and not PDFs. To clarify what I'm doing, in case anyone else out there knows about Lilypond on Windows: Having written my text file, I then drag it onto the Lilypond icon, which then pro

Re: pdf files

2005-07-01 Thread Paul Scott
Jan Nieuwenhuizen wrote: Paul Scott writes: file and continues processing for a while but creates nothing new. There is no PDF file. Anyone know why? I also get no PDF's. I installed the native LilyPond on MS Windows 98SE. Then probably ghostscript fails. Can so

Re: LP 2.6 on Win98 -- question on Ghostview & on PS file size

2005-07-02 Thread Paul Scott
y file. I saved the file, dragged and dropped its icon onto the LilyPond icon; this produced an (extremely large -- 684 K) .PS file. Yes, these ps files are ridiculously large for a file with one simple scale. Paul Scott ___ lilypond-user mailin

Re: pdf files

2005-07-02 Thread Paul Scott
Jan Nieuwenhuizen wrote: Paul Scott writes: After dealing with the ancient DOS shell (command line) here it is. Thanks. This also brings up another point that I have seen briefly mentioned either here or on the devel list. Is there a problem with setting the environment

Re: 2.6 autopackage on Debian sid!!

2005-07-02 Thread Paul Scott
Paul Scott wrote: Jan Nieuwenhuizen wrote: I was just able to find a single menu item pointing to /usr/bin/lilypond under "Multimedia/Jack and More." Was this created by the autopackage installer? Probably not. Even if this pointed to lilypond-2.6.0 what sense does

Re: Cygwin install of 2.6?

2005-07-11 Thread Paul Scott
"/usr/bin/lilypond-book", line 1280, in get_latex_textwidth tempfile.tempdir = '' NameError: global name 'tempfile' is not defined I just hit that one. It is known. That same python bug is also in the Linux version. It may be fixed in 2.6.1 and/or 2.7.0 Paul

Re: Cygwin install of 2.6?

2005-07-11 Thread Paul Scott
cygwin but how are you invoking lilyPond? Paul ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: problems with (new) lilypond-book

2005-07-11 Thread Paul Scott
t_latex_textwidth tempfile.tempdir = '' NameError: global name 'tempfile' is not defined # A known python bug just reported several times. It might be fixed in 2.6.1 and/or 2.7.0. How can I get 2.6.1 for x86? Paul Scott _

Re: problems with (new) lilypond-book

2005-07-11 Thread Paul Scott
k-2.6.0 --output=out --psfonts oilbook.tex lilypond-book-bin-2.6.0 (GNU LilyPond) 2.6.0 Reading oilbook.tex... Dissecting... Writing snippets... Processing... (snip) Compiling oilbook.tex... Writing `oilbook.tex'... Writing fonts to oilbook.psfonts... DVIPS usage: dvips -h out/oilbook.psfo

Re: opening files with Notepad

2005-07-12 Thread Paul Scott
editors. I use EditPad Lite which knows how to convert line termination between DOS and *nix (and Mac). Paul Scott ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: opening files with Notepad

2005-07-13 Thread Paul Scott
ou try opening the website files in XEmacs? Paul ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: problems with (new) lilypond-book

2005-07-18 Thread Paul Scott
Mats Bengtsson wrote: Paul Scott wrote: [EMAIL PROTECTED]:~/music/stfrancis$ lilypond-book-2.6.0 --output=out --psfonts oilbook.tex lilypond-book-bin-2.6.0 (GNU LilyPond) 2.6.0 Reading oilbook.tex... Dissecting... Writing snippets... Processing... (snip) Compiling oilbook.tex... Writing

Re: problem installing lilypond

2005-07-18 Thread Paul Scott
I've only just downloaded, compiled it just to please the installer. I rebooted, just in case some config file nnede to be read. Where do I go from here? Did you choose Install or upgrade. I just had this problem trying to upgrade whereas it worked fine when I chose Instal

Re: problem installing lilypond

2005-07-18 Thread Paul Scott
shelagh wrote: On Mon, 18 Jul 2005 19:40:31 -0700, Paul Scott wrote: shelagh wrote: I tried to install lilypond 2.6.1 with the auto installer as my distribution doesn't package the latest version. My problem is that when the installer gets to the ghostscript search it says I

Re: Instrument Name Spacing

2005-07-20 Thread Paul Scott
odd/even pages? I often need to put the music I print in (three-hole) binders. Paul Scott ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: More than one measure repeat in a row

2005-07-20 Thread Paul Scott
ing in the manual or the mailing list archives. I'm using LilyPond 2.4.5, though I'm planning to upgrade to 2.6.1 soon. \repeat "percent" 4 { } Look up repeats in the doc's. I didn't see a complete description in my quick look rig

Re: need plain PS (not PDF) output

2005-07-22 Thread Paul Scott
Illustrator), not PDF. However, I can't determine where to put the --ps flag, and when I try to run from the command line, I get errors (can't find /users/hanwen/...lib, etc.). I have never run Lily on a Mac but everywhere else I do: lilypond --ps music.ly

Re: Beams, slurs and Chords

2005-07-22 Thread Paul Scott
#x27; e''2) } \\ { c''4.( f'8 g'2) } >> (I might put the dynamic somewhere else in the code but I don't think that's what you were asking about. Paul Scott ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Beams, slurs and Chords

2005-07-22 Thread Paul Scott
Hans de Rijck wrote: Hi Paul, Thanks for your answer. I see what you mean, and it certainly looks good, but it will be almost impossible to generate this from the input. You mean the published input? Anyway I believe this: << { f''8.\p( e''16 f''8 <

Re: doesn't count triplets beginning on offbeat

2005-07-22 Thread Paul Scott
2/3 { d 8 [c d ] } \times 2/3 { es [ ges bes ] } a ~ \time 5/8 a 8 \times 2/3 { ges [ f es ] } \times 2/3 { c [d c ] } \time 4/4 \times 2/3 { es [ ges f ] } c' 4 bes 8. bes 16 bes 4 Paul Scott But in the measure of 5/4 the triplets are beamed correctly but not labeled as triplets and the b

Re: doesn't count triplets beginning on offbeat

2005-07-23 Thread Paul Scott
ines. I always set the first time value of a tuplet and I use tupletSpannerDuration if I have a series of similar tuplets. Paul ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Piano + two verses?

2005-07-24 Thread Paul Scott
eii } HTH, Paul Scott ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: What's the least input into a score to get midi output added?

2005-07-27 Thread Paul Scott
though I now have at the end \score { There needs to be some music right here. \layout { } \midi { \tempo 4=60 } } Paul Scott ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: What's the least input into a score to get midi output added?

2005-07-28 Thread Paul Scott
ate in this instance does not seem to work at I expect. Which is why I asked- what's the minimum? Jay This is why some lists insist on inline posting. Top-posting is very confusing. I don't know what Jay fixed. Paul Scott ___ lilypo

Re: missing term in Icking glossary

2005-07-29 Thread Paul Scott
interpretation of sfz , > and ^ also depend on the composer/era. IOW I don't care what you call it. I just want to be able to engrave the musical symbol. We could discuss how to interpret it for a long time but that's not really the job of the LilyPond docs.

Re: etf2ly.exe doesn't work on Win98

2005-07-30 Thread Paul Scott
but I didn't think ETF was the same as MUS. Paul Scott ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Full bar rest representation

2005-07-30 Thread Paul Scott
bar rests should normally be capitalized - they are centered that way. There are many numerical possibilities but I do: R4*5 R4*7 R4*12 R8*7 and I do R4*3 instead of R2. Except for the reversal of the numbers these are closer to what they represent.

Re: Already have music in score

2005-08-05 Thread Paul Scott
\contexts with another pair of {}. \score { { \context Voice... \context Lyrics... } } Or maybe << >> since the lyrics probably go with the voice. Paul Scott ___ lilypond-user mailing list lilypond-user@gnu.org http:/

x86 2.7.9 won't install

2005-09-10 Thread Paul Scott
Both the x86 2.7.9 full install and the upgrade die looking for glib on Debian sid. 2.6.3.1 installs fine. -- Paul Scott ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: glib for 2.7.9 for x86?

2005-09-12 Thread Paul Scott
Paul Scott wrote: Both the x86 2.7.9 full install and the upgrade die looking for glib on Debian sid. 2.6.3.1 installs fine. I'm not sure if this got through. 2.7.9 for x86 seems to still be broken for Debian sid. Paul Scott ___ lil

Re: glib for 2.7.9 for x86?

2005-09-17 Thread Paul Scott
Jan Nieuwenhuizen wrote: Paul Scott writes: 2.7.9 for x86 seems to still be broken for Debian sid. This should be fixed in 2.7.10 from http://lilypond.org/download/autopackage Thanks. Downloading it now. Paul ___ lilypond-user

Re: glib for 2.7.9 for x86?

2005-09-17 Thread Paul Scott
Paul Scott wrote: Jan Nieuwenhuizen wrote: This should be fixed in 2.7.10 from http://lilypond.org/download/autopackage Thanks. Downloading it now. Works great, thanks! I'm also glad to know where the other autopackages are!

Lily 2.7.12 autopackages fail on my Debian sid

2005-10-09 Thread Paul Scott
primitive-load-path: ERROR: Unable to find file "ice-9/boot-9.scm" in load path I was using 2.7.10. I will now try 2.7.11 Paul Scott ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Lily 2.7.12 autopackages fail on my Debian sid, also 2.7.11

2005-10-09 Thread Paul Scott
Paul Scott wrote: On my Debian sid system (completely up to date) the upgrade autopackage for any x86 for 2.7.12 fails looking for the correct version of Guile The install version fails with: [EMAIL PROTECTED]:~/music/stfrancis$ lilypond-2.7.12 --ps cityofgodE.ly GNU LilyPond 2.7.12 ERROR

Re: Lily 2.7.12 autopackages fail on my Debian sid

2005-10-09 Thread Paul Scott
Gianluca D. wrote: Alle 13:05, domenica 9 ottobre 2005, Paul Scott ha scritto: On my Debian sid system (completely up to date) the upgrade autopackage for any x86 for 2.7.12 fails looking for the correct version of Guile The install version fails with: [EMAIL PROTECTED]:~/music/stfrancis

Re: Lily 2.7.12 autopackages fail on my Debian sid

2005-10-09 Thread Paul Scott
Paul Scott wrote: Gianluca D. wrote: Alle 13:05, domenica 9 ottobre 2005, Paul Scott ha scritto: The install version fails with: [EMAIL PROTECTED]:~/music/stfrancis$ lilypond-2.7.12 --ps cityofgodE.ly GNU LilyPond 2.7.12 ERROR: In procedure primitive-load-path: ERROR: Unable to find file

Newer development version for x86?

2005-11-22 Thread Paul Scott
Will there be a newer development version for x86 soon? Thanks, Paul Scott ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

autopackage 2.7.19

2005-12-14 Thread Paul Scott
I see that the autopackage for 2.7.19 exists but the web site only show 2.7.14.1. Is the web site behind or is 2.7.14.1 the latest safe version? Any reason I shouldn't install 2.7.19 for testing purposes? Thanks, Paul Scott ___ lilypond

Re: autopackage 2.7.19

2005-12-15 Thread Paul Scott
Pedro Kröger wrote: Paul Scott <[EMAIL PROTECTED]> writes: Is the web site behind or is 2.7.14.1 the latest safe version? the web is behind, I just updated it. Any reason I shouldn't install 2.7.19 for testing purposes? none I can think of. Thanks. 2.7.19

Re: autopackage 2.7.19 website link broken

2005-12-15 Thread Paul Scott
Paul Scott wrote: Pedro Kröger wrote: Paul Scott <[EMAIL PROTECTED]> writes: Is the web site behind or is 2.7.14.1 the latest safe version? the web is behind, I just updated it. The change just made it to the website. The text and link point to 2.7.19.1 but the actual version at

Re: autopackage 2.7.19 website link broken

2005-12-16 Thread Paul Scott
Pedro Kröger wrote: Paul Scott <[EMAIL PROTECTED]> writes: The change just made it to the website. The text and link point to 2.7.19.1 but the actual version at http://lilypond.org/download/binaries/autopackage/ is 2.7.19 so the link doesn't work. my mistake, I just c

Re: Roadmap to lily code

2006-01-01 Thread Paul Scott
have a rather old fashioned feel and while useful aren't particularly interesting. That's an interesting observation, given that LISP is probably older than all of the languages you mention :) Fortran was invented in 1954. The implementation of LISP began in Fall 195

Re: Roadmap to lily code

2006-01-01 Thread Paul Scott
Trevor Bača wrote: On 1/1/06, Paul Scott <[EMAIL PROTECTED]> wrote: Han-Wen Nienhuys wrote: Art Hixson wrote: Over the years I've written hundreds of thousands of lines of Fortran, Cobol, assembly for a variety of machines, Forth, Rexx, Modula, Python. Whil

Re: \score

2006-01-02 Thread Paul Scott
lative c''{ g e f d | c1 | } \header{ piece = "Second movement" } \layout{} \midi{\tempo 4=120 } } Can more than header parts than "piece" be changed now? Paul Scott ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: changing papersize between multiple scores in a single file

2006-01-03 Thread Paul Scott
s to be portait. And possible the scores should be a bigger size. I hope this is possible, but how? I usually make each part a separate file. at least the portrait parts and the landscape parts could be separate files. I have one or more files that contain the music and \i

Re: User Experience Engineering

2006-01-06 Thread Paul Scott
be called in many ways. In MS Windows you may need Cygwin or something. Paul Scott ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

chord name vertical spacing in 2.7.2x

2006-01-07 Thread Paul Scott
With at least 2.7.25 through current CVS a minor (:m only one I tested) chord name takes more vertical space than a simple chordname. Change one of the "a" chord names in the attached to see this. Paul Scott \version "2.7.12" \include "minorspacenotes.ly" #(set

Re: Install 2.7.27 on Linux

2006-01-09 Thread Paul Scott
ext moment, and nothig - at least not lilypond - was installed). As was noted by someone, the sh archive erroneously uses tar -xzf iso. tar -xjf for extraction. This will be adressed in the next release Changing the z to a j just gave a corrupted file message. Paul Sc

Re: lilypond 2.7.27-1 doesn't install and work

2006-01-11 Thread Paul Scott
m not able to solve the last problem: lilypond fails to generate the pdf file... Is it possible to solve these problems? Are you saying it doesn't install after making the above corrections or it installs but doesn't work correctl

Re: lilypond-user Digest, Vol 38, Issue 17

2006-01-12 Thread Paul Scott
esides the several editors commonly used by LilyPond people mentioned on this list there are several nice shareware editors which really are text editors like EditPad. Paul Scott ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: lilypond-user Digest, Vol 38, Issue 17

2006-01-15 Thread Paul Scott
[EMAIL PROTECTED] wrote: Paul Scott wrote: Besides the several editors commonly used by LilyPond people mentioned on this list there are several nice shareware editors which really are text editors like EditPad. "Several" nice text editors for Windows? Can you name s

Re: using \include for fret diagrams

2006-01-19 Thread Paul Scott
s. The text in the frets.ly file will just replace the text" '\include "frets.ly"' Paul Scott ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: \score

2006-01-22 Thread Paul Scott
Mats Bengtsson wrote: Paul Scott wrote: Can more than header parts than "piece" be changed now? Read at http://lilypond.org/doc/v2.7/Documentation/user/lilypond/Creating-titles.html#Creating-titles to find the answer. I finally read that section as well as the section o

Re: \score

2006-01-22 Thread Paul Scott
Graham Percival wrote: On 22-Jan-06, at 10:10 PM, Paul Scott wrote: Mats Bengtsson wrote: Read at http://lilypond.org/doc/v2.7/Documentation/user/lilypond/Creating- titles.html#Creating-titles to find the answer. I finally read that section as well as the section on multiple

Re: \score

2006-01-23 Thread Paul Scott
Mats Bengtsson wrote: Paul Scott wrote: I finally read that section as well as the section on multiple movements. From the examples I *might* infer that only piece and opus can be changed in a new score. That is correct. If it isn't clear, I'll look at making it more cl

Re: \score

2006-01-23 Thread Paul Scott
Graham Percival wrote: On 22-Jan-06, at 11:40 PM, Paul Scott wrote: Add to the current text in 10.1.13 Creating titles: Here is a demonstration of the fields available. Note that you may use any Text markup <http://lilypond.org/doc/v2.7/Documentation/user/lilypond/Text- markup.h

slurs, endings and invisible 2.7.31

2006-02-03 Thread Paul Scott
With 2.7.31 from CVS on Debian sid I am trying to slur into a 2nd ending from an invisible note with the attached code. In one variation the slur doesn't happen. In the other a note is hidden that shouldn't be. Thanks for any ideas, Paul Scott \version "2.7.31" \relat

2.7.30-1, 2.7.31-2 Lilypond script error?

2006-02-05 Thread Paul Scott
th the GUB versions I have D/L'd it is a script which at least has a double / which seems wrong but even when I correct that I get the same error. This is all on two different machines both running Debian sid. Paul Scott ___ lilypond-user m

Re: raggedbottom

2006-02-10 Thread Paul Scott
ther errors in your code (Lilypond input) raggedbottom gives undesired results. Paul Scott ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: raggedbottom

2006-02-11 Thread Paul Scott
Han-Wen Nienhuys wrote: Paul Scott wrote: You didn't tell us what version you are running. I believe there have been times when raggedbottom hasn't been correct. I just tested a 3 line example (with 'raggedbottom = ##t' in the paper block) with 2.7.33 and it worked per

illegal instruction in GUB 2.7.33-1

2006-02-11 Thread Paul Scott
install 2.6.3 to get some of the packages correct. There were no error message in the install. TIA for any ideas, Paul Scott ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Key Signatures

2006-02-11 Thread Paul Scott
Please tell us what version you are using and send a small sample that shows the behavior. Paul Scott ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: illegal instruction in GUB 2.7.33-1

2006-02-11 Thread Paul Scott
Han-Wen Nienhuys wrote: Paul Scott wrote: I may be just missing some package. The best I could do on this machine was to install 2.6.3 to get some of the packages correct. There were no error message in the install. TIA for any ideas, do you have LD_LIBRARY_PATH set perchance? No

Re: Key Signatures

2006-02-11 Thread Paul Scott
bears388 wrote: Dear Paul, Thanks for your reply. I was trying my hand at something I thought would be simple - scales! My version is lilypond 6.2.5.1. and my .ly files are enclosed. Please keep threads on the list so others can benefit. This has a convention of using Reply All even

Re: illegal instruction in GUB 2.7.33-1

2006-02-12 Thread Paul Scott
Han-Wen Nienhuys wrote: Paul Scott wrote: This is a different machine (i386) with a new installation of Debian sid that has not run Lily yet. ldd -v `which lilypond` gives: not a dynamic executable. I'm looking for the output of the binary which will be in /usr/local/lilypon

Re: illegal instruction in GUB 2.7.33-1

2006-02-12 Thread Paul Scott
Han-Wen Nienhuys wrote: Paul Scott wrote: Han-Wen Nienhuys wrote: Paul Scott wrote: I may be just missing some package. The best I could do on this machine was to install 2.6.3 to get some of the packages correct. There were no error message in the install. TIA for any ideas, do

Re: illegal instruction in GUB 2.7.33-1

2006-02-12 Thread Paul Scott
Han-Wen Nienhuys wrote: Paul Scott wrote: Han-Wen Nienhuys wrote: I'm looking for the output of the binary which will be in /usr/local/lilypond/usr/bin/lilypond preferably with LD_LIBRARY_PATH setting done by /usr/local/bin/lilypond ok. ldd looks fine. what kind of machine is

Re: illegal instruction in GUB 2.7.33-1

2006-02-12 Thread Paul Scott
Han-Wen Nienhuys wrote: Paul Scott wrote: Han-Wen Nienhuys wrote: Paul Scott wrote: This is a different machine (i386) with a new installation of Debian sid that has not run Lily yet. ldd -v `which lilypond` gives: not a dynamic executable. I'm looking for the output o

Re: illegal instruction in GUB 2.7.33-1

2006-02-13 Thread Paul Scott
Han-Wen Nienhuys wrote: Paul Scott wrote: what kind of machine is this (CPU)? i386 - AMD K6 Have you ever run a prepackaged 2.7 binary successfully? Haven't run Lily on this box before. K6 is a very old chip which doesn't support SSE2 (which I suspect is used in the G

<    1   2   3   4   5   6   7   8   9   10   >