pagebreaks with 2.4.2
Dear list , Even if there has been several discussions upon this subject, I still don't understand how to use \pagebreak. When I moved to 2.4.2 on XP, I converted my 2.2.5 .ly and the \newpage within the header block in my main .ly became \\page break : \version "2.4.0" #(set-global-staff-size 16) \header { title = "MESSE POUR LES INSTRUMENTS" subtitle = "au lieu des orgues - H.513" composer = "Marc-Antoine CHARPENTIER (1643-1704)" } \include "01.ly" \score { << \context Staff ="1er dessus" \dessusI \context Staff ="2ème dessus" \dessusII \context Staff ="taille" \taille \context Staff ="basse" \basse >> \header {piece="\\pageBreak \\textit{\\textbf{Premier kyrie} {pour tous les instruments}}"} \layout {interscoreline = 0.0 interscorelinefill = 1.0 textheight= 28.0 \cm} } But the pagebreak doesn't work anymore. I've tried another script, from the tip and tricks : \version "2.4.0" \header {title = "Title"} pattern = { a b c d } \book { \score { \context Staff \relative c' { \pattern \pageBreak \pattern } } This one is OK So I tried to put several score within a sigle book, with pagenreak between them : \version "2.4.0" \header {title = "Title"} pattern = { a b c d } \book { \score { \context Staff \relative c' { \pattern \pageBreak } } \score { \context Staff \relative c' { \pattern } } This one doesn't wok. It seems that \pagebreak works only inside the note block. I'de like to know how to force a page break between different movements in the book score, and not within the notes themselves. I must admit that on this point, the manual is not very helpfull for me... Any help ? ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: notation for pitch bends and drops
Search the mailing list archives for some hacks people have used to get these symbols. /Mats [EMAIL PROTECTED] wrote: In lilypond, is there the ability to get symbols that are common in jazz notation such as drops, falls, doits, bends, squeezes, turns, and shakes? For examples: http://bands.army.mil/masterclass/tusafb/dec2000/jazz.htm In the articulations section of the lily manual I only see classical music notation. The closest I can think of is the glissando, but in jazz that symbol sometimes is often tied to only one note, either leading to or from, and I would like to get that effect as well. What I really need are the bends and falls, and gliss markings that are more flexible. I would really like to use Lilypond, but I may have to go back to Finale if this not work out :( Any suggestions? Will these markings be made available? WB ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user -- = Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe = ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
contemporary notation: slashed gracenote beams
Slashed gracenote beams for "as fast as possible" are quite common. I think they are not implemented, at least I did not find in the doc. Any tricks? Thank you, Thomas Lilypond 2.4.2 on cygwin ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: contemporary notation: slashed gracenote beams
Can you point to some example (preferably some score available on-line or a scanned copy) that shows the layout you are looking for? /Mats Thomas Scharkowski wrote: Slashed gracenote beams for "as fast as possible" are quite common. I think they are not implemented, at least I did not find in the doc. Any tricks? Thank you, Thomas Lilypond 2.4.2 on cygwin ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user -- = Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe = ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: contemporary notation: slashed gracenote beams
That's a slashed flag, not a slashed beam. Also, it's in the first example you find if you look up the section on Grace Notes in the LilyPond manual, so why would Thomas ask about that? /Mats Christ van Willegen wrote: Hi Mats, list, this http://www.iteaonline.org/Journal/32N1/32N1ornamentation.shtml is probably what he's looking for. See example 2, measure 3. Can you point to some example (preferably some score available on-line or a scanned copy) that shows the layout you are looking for? /Mats Thomas Scharkowski wrote: Slashed gracenote beams for "as fast as possible" are quite common. I think they are not implemented, at least I did not find in the doc. Any tricks? Christ van Willegen -- = Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe = ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: contemporary notation: slashed gracenote beams
Hi Mats, list, this http://www.iteaonline.org/Journal/32N1/32N1ornamentation.shtml is probably what he's looking for. See example 2, measure 3. > Can you point to some example (preferably some score available on-line > or a scanned copy) that shows the layout you are looking for? > >/Mats > > Thomas Scharkowski wrote: > > Slashed gracenote beams for "as fast as possible" are quite common. I > > think they are not implemented, at least I did not find in the doc. > > Any tricks? Christ van Willegen ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: contemporary notation: slashed gracenote beams
It's hard to see from my point of view, but as far as I can tell the slash is through the flag and the beam... But you're right... it seems that the standard \acciaccatura shows exactly what I was refering to. On Tue, 08 Feb 2005 11:37:01 +0100, Mats Bengtsson <[EMAIL PROTECTED]> wrote: > That's a slashed flag, not a slashed beam. Also, it's in the first > example you find if you look up the section on Grace Notes in the > LilyPond manual, so why would Thomas ask about that? > > /Mats > > Christ van Willegen wrote: > > Hi Mats, list, > > > > this http://www.iteaonline.org/Journal/32N1/32N1ornamentation.shtml is > > probably what he's looking for. See example 2, measure 3. > > > > > >>Can you point to some example (preferably some score available on-line > >>or a scanned copy) that shows the layout you are looking for? > >> > >> /Mats > >> > >>Thomas Scharkowski wrote: > >> > >>>Slashed gracenote beams for "as fast as possible" are quite common. I > >>>think they are not implemented, at least I did not find in the doc. > >>>Any tricks? > > > > > > Christ van Willegen > > -- > = > Mats Bengtsson > Signal Processing > Signals, Sensors and Systems > Royal Institute of Technology > SE-100 44 STOCKHOLM > Sweden > Phone: (+46) 8 790 8463 > Fax: (+46) 8 790 7260 > Email: [EMAIL PROTECTED] > WWW: http://www.s3.kth.se/~mabe > = > ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: contemporary notation: slashed gracenote beams
> That's a slashed flag, not a slashed beam. Also, it's in the first > example you find if you look up the section on Grace Notes in the > LilyPond manual, so why would Thomas ask about that? > > /Mats No. :-) I will look for an example an post a link or a scan. Thank you, Thomas ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Slashed grace example
Here it is! Nice piece btw. Thomas Der folgende Teil dieser Nachricht enthält einen Anhang im sogenannten Internet MIME Nachrichtenformat. Wenn Sie Pegasus Mail oder ein beliebiges anderes MIME-kompatibles Email-System verwenden, sollte Sie den Anhang mit Ihrem Email-System speichern oder anzeigen können. Anderenfalls fragen Sie Ihren Administrator. The following section of this message contains a file attachment prepared for transmission using the Internet MIME message format. If you are using Pegasus Mail, or any another MIME-compliant system, you should be able to save it or view it from within your mailer. If you cannot, please ask your system administrator for assistance. Datei Information/File information --- Datei/File: slashedgrace.png Datum/Date: 8 Feb 2005, 12:34 Größe/Size: 1684 bytes. Typ/Type:Unbekannt slashedgrace.png Description: Binary data ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Trill markings
Hey, folks! I've been scouring the manual online for how to indicate a trill. Nothing fancy, just a regular Bach trill within a Fugue, although I will have to put it over/under the three voices. might be played something like this: { f'16 g' f' g' a'32 g' a' g' a' g' f' g' a'16 g' a' bes' . } but would be indicated with "tr" in place of those first 6 32nd notes. Version 2.2.2 on FreeBSD -- can't get a newer version yet :-( Can someone point me to the place in the manual, or otherwise, give me the basic syntax? Thanks. Gordon Gilbert +=+ | Angels' Roost Farm | | Rev. Dn. Gordon Gilbert & Susan Gilbert | | 705-549-5056 | |[EMAIL PROTECTED] | |[EMAIL PROTECTED] | +=+ ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Slashed grace example
The closest I got was (2.4.2 on cygwin): { \clef bass \relative c' { \acciaccatura { { des32\pp[ f ges des es fes ges] } } bes2 } } But, that doesn't slash the beam like an \acciaccatura with a single note would do... Also, the 3rd and 4th notes are aligned strangely... I'm not sure where the acciaccatura ends in you example. After the 3rd note, or are all 7 notes included? Christ van Willegen On Tue, 08 Feb 2005 12:36:06 +0100, Thomas Scharkowski <[EMAIL PROTECTED]> wrote: > Here it is! > > Nice piece btw. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: contemporary notation: slashed gracenote beams
Christ van Willegen wrote: It's hard to see from my point of view, but as far as I can tell the slash is through the flag and the beam... I suppose you mean "stem" instead of "beam" (see the Glossary included in the LilyPond documentation if you are uncertain about english terms). /Mats But you're right... it seems that the standard \acciaccatura shows exactly what I was refering to. On Tue, 08 Feb 2005 11:37:01 +0100, Mats Bengtsson <[EMAIL PROTECTED]> wrote: That's a slashed flag, not a slashed beam. Also, it's in the first example you find if you look up the section on Grace Notes in the LilyPond manual, so why would Thomas ask about that? /Mats Christ van Willegen wrote: Hi Mats, list, this http://www.iteaonline.org/Journal/32N1/32N1ornamentation.shtml is probably what he's looking for. See example 2, measure 3. Can you point to some example (preferably some score available on-line or a scanned copy) that shows the layout you are looking for? /Mats Thomas Scharkowski wrote: Slashed gracenote beams for "as fast as possible" are quite common. I think they are not implemented, at least I did not find in the doc. Any tricks? Christ van Willegen -- = Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe = -- = Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe = ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Trill markings
Just look up "Trill" in the "Unified Index" of the documentation. /Mats Gordon Gilbert wrote: Hey, folks! I've been scouring the manual online for how to indicate a trill. Nothing fancy, just a regular Bach trill within a Fugue, although I will have to put it over/under the three voices. might be played something like this: { f'16 g' f' g' a'32 g' a' g' a' g' f' g' a'16 g' a' bes' . } but would be indicated with "tr" in place of those first 6 32nd notes. Version 2.2.2 on FreeBSD -- can't get a newer version yet :-( Can someone point me to the place in the manual, or otherwise, give me the basic syntax? Thanks. Gordon Gilbert +=+ | Angels' Roost Farm | | Rev. Dn. Gordon Gilbert & Susan Gilbert | | 705-549-5056 | |[EMAIL PROTECTED] | |[EMAIL PROTECTED] | +=+ ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user -- = Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe = ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Slashed grace example
No problems with them gracenotes themselves (is this english?). But I was asking for the slash. All 7 notes are gracenotes. You can see some normal notes before. Thomas > The closest I got was (2.4.2 on cygwin): > > { > \clef bass > \relative c' { > \acciaccatura { { des32\pp[ f ges des es fes ges] } } bes2 > } > } > > But, that doesn't slash the beam like an \acciaccatura with a single > note would do... > > Also, the 3rd and 4th notes are aligned strangely... > > I'm not sure where the acciaccatura ends in you example. After the 3rd > note, or are all 7 notes included? > > Christ van Willegen > > On Tue, 08 Feb 2005 12:36:06 +0100, Thomas Scharkowski > <[EMAIL PROTECTED]> wrote: > > Here it is! > > > > Nice piece btw. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Trill markings
Gordon Gilbert schrieb: > Hey, folks! Hi, > might be played something like this: > > { f'16 g' f' g' a'32 g' a' g' a' g' f' g' a'16 g' a' bes' . } > > but would be indicated with "tr" in place of those first 6 32nd notes. > > Version 2.2.2 on FreeBSD -- can't get a newer version yet :-( > > Can someone point me to the place in the manual, or otherwise, give me the > basic syntax? Thanks. Is there something you can use? http://lilypond.org/doc/v2.2/Documentation/user/out-www/lilypond/lilypond.html#Articulations http://lilypond.org/doc/v2.2/Documentation/user/out-www/lilypond/lilypond.html#Grace%20notes > Gordon Gilbert Regards Jan -- OpenPGP Key-Fingerprint: 0E9B 4052 C661 5018 93C3 4E46 651A 7A28 4028 FF7A pgpyMgjj2GfTe.pgp Description: PGP signature ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: contemporary notation: slashed gracenote beams
On Tue, 08 Feb 2005 13:28:42 +0100, Mats Bengtsson <[EMAIL PROTECTED]> wrote: > Christ van Willegen wrote: > > It's hard to see from my point of view, but as far as I can tell the > > slash is through the flag and the beam... > I suppose you mean "stem" instead of "beam" (see the Glossary > included in the LilyPond documentation if you are uncertain about > english terms). I stand corrected! A 'flag' and a 'beam' are terms for the same part of the total note glyph, and a 'stem' is another part... although I didn't know that there were different names for a flag and a beam :-) Christ ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
midi2ly
Hi I'm having problems getting midi2ly to work (I have no idea how to use it) I type in midi2ly and the path of the midi file: midi2ly C:\Dokumente und Einstellungen\Besitzer\Eigene Dateien\My Music\WitchyWorld.mid and get the error message Traceback (most recent call last): File "usr/bin/midi2ly", line 43, in ? import midi ImportError: dlopen, Win32, error 126 I triend typing only the file name and with forward slashes and got the same error message both times. Do the midi files have to be in a specific folder to convert? ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: midi2ly
It seems that the midi2ly program doesn't work at all in the current Windows version. If if would have worked, you should have used the Cygwin convention for writing the path: /cygdrive/c/Dokumente\ und\ Einstellungen/Besitzer/Eigene Dateien/My\ Music/WitchyWorld.mid The same holds for any other program in Cygwin. /Mats Mardi Girard wrote: Hi I'm having problems getting midi2ly to work (I have no idea how to use it) I type in midi2ly and the path of the midi file: /midi2ly C:\Dokumente und Einstellungen\Besitzer\Eigene Dateien\My Music\WitchyWorld.mid/ and get the error message /Traceback (most recent call last):/ / File "usr/bin/midi2ly", line 43, in ?/ / import midi / /ImportError: dlopen, Win32, error 126/ // I triend typing only the file name and with forward slashes and got the same error message both times. Do the midi files have to be in a specific folder to convert? ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user -- = Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe = ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: midi2ly
Mats Bengtsson writes: > It seems that the midi2ly program doesn't work at all in the > current Windows version. Isn't that a rebase problem? -- Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter http://www.xs4all.nl/~jantien | http://www.lilypond.org ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: String numbers in circles
On 2/7/05 8:16 PM, "Graham Percival" <[EMAIL PROTECTED]> wrote: > > On 7-Feb-05, at 4:15 PM, Walter Hofmeister wrote: >> On 2/7/05 5:14 PM, "Graham Percival" <[EMAIL PROTECTED]> wrote: >>> You have lily 2.4.2 installed, right? From the fink package? >>> >> It did not work. I got the circle above the note but it was empty. >> Since there is a newer package available than the one I have I will >> update >> it and see if that solves the problem. If you have any other thoughts >> on >> this I would appreciate hearing about it. Thanks. > > Ah, I see. > > Yes, I'm using fink lilypond 2.4.2-2. If that same example fails > on your system (once you've upgraded to 2.4.2-2), then we have > a serious problem. If you're using 2.4.2-1 or below, then upgrade > and try again. :) > > - Graham > Hi Graham, I updated to 2.4.2-2 and it made no difference. I have a lot of packages installed and issuing an "update all" command could take days to perform. Do you have any ideas which package(s) might be responsible? Might it be a configuration problem? Thanks. Walter ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
forcing newline in score?
Hello all, I am new to lilypond and am trying to find a way to force a newline? I read somewhere that will do it but this does not seem to work? Any suggestions?? \version "2.2.6" \score{ \notes \relative c'' { \clef treble \key c \major \time 4/4 a' g f e a g f e \bar "|." e f g a } \midi {\tempo 4=120 } \paper { } } -- Lance Hoffmeyer [EMAIL PROTECTED] --- The natural progress of things is for liberty to yield and governments to gain ground. - Thomas Jefferson ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Réf. : forcing newline in score?
with 2.2, just use : \break before the next line. It should work. Regards. Lance Hoffmeyer <[EMAIL PROTECTED]> Envoyé par : Pour :lilypond-user@gnu.org lilypond-user-bounces+jean-marc.legrand=total.cc : [EMAIL PROTECTED] Objet : forcing newline in score? 08/02/2005 16:35 Hello all, I am new to lilypond and am trying to find a way to force a newline? I read somewhere that will do it but this does not seem to work? Any suggestions?? \version "2.2.6" \score{ \notes \relative c'' { \clef treble \key c \major \time 4/4 a' g f e a g f e \bar "|." e f g a } \midi {\tempo 4=120 } \paper { } } -- Lance Hoffmeyer [EMAIL PROTECTED] --- The natural progress of things is for liberty to yield and governments to gain ground. - Thomas Jefferson ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: String numbers in circles
I'd suspect your TeX installation. First of all, if you run lilypond with the flag 'lilypond --verbose myfile.ly', you should get much more information printed out that might help to sort out the problems. Another test you could try is to save the following lines in a file called tinytest.tex: - \documentclass[a4paper]{article} \usepackage[latin1]{inputenc} \usepackage[T1]{fontenc} \begin{document} \tiny 1 \end{document} Then, run the following commands: latex tinytest.tex dvips -Ppdf tinytest.dvi The second command will probably produce a number of complaints about "mismatched mode" and so, but should still produce a PS file with a small 1 in it. /Mats Walter Hofmeister wrote: On 2/7/05 8:16 PM, "Graham Percival" <[EMAIL PROTECTED]> wrote: On 7-Feb-05, at 4:15 PM, Walter Hofmeister wrote: On 2/7/05 5:14 PM, "Graham Percival" <[EMAIL PROTECTED]> wrote: You have lily 2.4.2 installed, right? From the fink package? It did not work. I got the circle above the note but it was empty. Since there is a newer package available than the one I have I will update it and see if that solves the problem. If you have any other thoughts on this I would appreciate hearing about it. Thanks. Ah, I see. Yes, I'm using fink lilypond 2.4.2-2. If that same example fails on your system (once you've upgraded to 2.4.2-2), then we have a serious problem. If you're using 2.4.2-1 or below, then upgrade and try again. :) - Graham Hi Graham, I updated to 2.4.2-2 and it made no difference. I have a lot of packages installed and issuing an "update all" command could take days to perform. Do you have any ideas which package(s) might be responsible? Might it be a configuration problem? Thanks. Walter ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user -- = Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe = ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: String numbers in circles
On 2/8/05 10:07 AM, "Mats Bengtsson" <[EMAIL PROTECTED]> wrote: > I'd suspect your TeX installation. First of all, if you run lilypond > with the flag 'lilypond --verbose myfile.ly', you should get much > more information printed out that might help to sort out the problems. > > Another test you could try is to save the following lines in a file > called tinytest.tex: > - > \documentclass[a4paper]{article} > \usepackage[latin1]{inputenc} > \usepackage[T1]{fontenc} > \begin{document} > \tiny 1 > \end{document} > > Then, run the following commands: > > latex tinytest.tex > dvips -Ppdf tinytest.dvi > > The second command will probably produce a number of complaints > about "mismatched mode" and so, but should still produce a PS > file with a small 1 in it. > > /Mats > Hi Mats, I tried your suggestion and here is a copy of the terminal output: walterhofmeister %latex tinytest.tex This is TeX, Version 3.14159 (Web2C 7.4.5) (./tinytest.tex LaTeX2e <2001/06/01> Babel and hyphenation patterns for american, french, german, ngerman, n ohyphenation, loaded. (/sw/share/texmf/tex/latex/base/article.cls Document Class: article 2001/04/21 v1.4e Standard LaTeX document class (/sw/share/texmf/tex/latex/base/size10.clo)) (/sw/share/texmf/tex/latex/base/inputenc.sty (/sw/share/texmf/tex/latex/base/latin1.def)) (/sw/share/texmf/tex/latex/base/fontenc.sty (/sw/share/texmf/tex/latex/base/t1enc.def)) No file tinytest.aux. [1] (./tinytest.aux) ) Output written on tinytest.dvi (1 page, 268 bytes). Transcript written on tinytest.log. walterhofmeister %dvips -Ppdf tinytest.dvi This is dvips(k) 5.92b Copyright 2002 Radical Eye Software (www.radicaleye.com) ' TeX output 2005.02.08:1010' -> tinytest.ps kpathsea: Running mktexpk --mfmode cgnszz --bdpi 8000 --mag 1+0/8000 --dpi 8000 ecrm0500 mktexpk: Mismatched mode cgnszz and resolution 8000; ignoring mode. mktexpk: Can't guess mode for 8000 dpi devices. mktexpk: Use a config file, or update me. kpathsea: Appending font creation commands to missfont.log. dvips: Font ecrm0500 not found, characters will be left blank. kpathsea: Running mktexpk --mfmode cgnszz --bdpi 8000 --mag 1+0/8000 --dpi 8000 ecrm1000 mktexpk: Mismatched mode cgnszz and resolution 8000; ignoring mode. mktexpk: Can't guess mode for 8000 dpi devices. mktexpk: Use a config file, or update me. dvips: Font ecrm1000 not found, characters will be left blank. . [1] walterhofmeister % Any other thoughts? Thanks. Walter ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
notation for pitch bends and drops
[EMAIL PROTECTED] writes: > In lilypond, is there the ability to get symbols that are common in > jazz notation such as drops, falls, doits, bends, squeezes, turns, and > shakes? > > For examples: > > http://bands.army.mil/masterclass/tusafb/dec2000/jazz.htm > > In the articulations section of the lily manual I only see classical > music notation. The closest I can think of is the glissando, but in > jazz that symbol sometimes is often tied to only one note, either > leading to or from, and I would like to get that effect as well. > > What I really need are the bends and falls, and gliss markings that > are more flexible. > > I would really like to use Lilypond, but I may have to go back to > Finale if this not work out :( > > Any suggestions? Will these markings be made available? Hi! I would gladly add any kind of articulation you like, if you are willing to donate some cash (paypal to [EMAIL PROTECTED]) to cover for the development costs. -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: notation for pitch bends and drops
> Hi! > > I would gladly add any kind of articulation you like, if you are > willing to donate some cash (paypal to [EMAIL PROTECTED]) to cover for > the development costs. Well, that's certainly something I can help with :) How much would be "enough'? (in US dollars) WB ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: notation for pitch bends and drops
On Tue, 08 Feb 2005 16:08:44 +0100, Mats Bengtsson <[EMAIL PROTECTED]> wrote: > Please always keep the discussion on the mailing list, for the > benefit of yourself since you get access to the collected > expertise on the list and for the benefit of others who experience > similar problems. Same thing if you want to influence the guys doing > most of the hacking. I'm just one of several users who try to be > helpful on the mailing list. I also recommend that you take a look > at http://lists.gnu.org/archive/html/lilypond-user/2005-02/msg00112.html > > /Mats Sorry; I hit "reply" and didn't notice that it didn't put the right address at the top. WB ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: contemporary notation: slashed gracenote beams
[EMAIL PROTECTED] writes: > Can you point to some example (preferably some score available on-line > or a scanned copy) that shows the layout you are looking for? > >/Mats I think it's just like a normal beam, with a small slash through the left corner of the beam, right? -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
pagebreaks
No answer anyone ? Have a nice night ! ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: String numbers in circles
Did the resulting file tinytest.ps contain the number or not? If it did, then the I have no more ideas unless you send also the output of lilypond --verbose thefile.ly /Mats Walter Hofmeister wrote: On 2/8/05 10:07 AM, "Mats Bengtsson" <[EMAIL PROTECTED]> wrote: I'd suspect your TeX installation. First of all, if you run lilypond with the flag 'lilypond --verbose myfile.ly', you should get much more information printed out that might help to sort out the problems. Another test you could try is to save the following lines in a file called tinytest.tex: - \documentclass[a4paper]{article} \usepackage[latin1]{inputenc} \usepackage[T1]{fontenc} \begin{document} \tiny 1 \end{document} Then, run the following commands: latex tinytest.tex dvips -Ppdf tinytest.dvi The second command will probably produce a number of complaints about "mismatched mode" and so, but should still produce a PS file with a small 1 in it. /Mats Hi Mats, I tried your suggestion and here is a copy of the terminal output: walterhofmeister %latex tinytest.tex This is TeX, Version 3.14159 (Web2C 7.4.5) (./tinytest.tex LaTeX2e <2001/06/01> Babel and hyphenation patterns for american, french, german, ngerman, n ohyphenation, loaded. (/sw/share/texmf/tex/latex/base/article.cls Document Class: article 2001/04/21 v1.4e Standard LaTeX document class (/sw/share/texmf/tex/latex/base/size10.clo)) (/sw/share/texmf/tex/latex/base/inputenc.sty (/sw/share/texmf/tex/latex/base/latin1.def)) (/sw/share/texmf/tex/latex/base/fontenc.sty (/sw/share/texmf/tex/latex/base/t1enc.def)) No file tinytest.aux. [1] (./tinytest.aux) ) Output written on tinytest.dvi (1 page, 268 bytes). Transcript written on tinytest.log. walterhofmeister %dvips -Ppdf tinytest.dvi This is dvips(k) 5.92b Copyright 2002 Radical Eye Software (www.radicaleye.com) ' TeX output 2005.02.08:1010' -> tinytest.ps kpathsea: Running mktexpk --mfmode cgnszz --bdpi 8000 --mag 1+0/8000 --dpi 8000 ecrm0500 mktexpk: Mismatched mode cgnszz and resolution 8000; ignoring mode. mktexpk: Can't guess mode for 8000 dpi devices. mktexpk: Use a config file, or update me. kpathsea: Appending font creation commands to missfont.log. dvips: Font ecrm0500 not found, characters will be left blank. kpathsea: Running mktexpk --mfmode cgnszz --bdpi 8000 --mag 1+0/8000 --dpi 8000 ecrm1000 mktexpk: Mismatched mode cgnszz and resolution 8000; ignoring mode. mktexpk: Can't guess mode for 8000 dpi devices. mktexpk: Use a config file, or update me. dvips: Font ecrm1000 not found, characters will be left blank. . [1] walterhofmeister % Any other thoughts? Thanks. Walter ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user -- = Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe = ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
grave accent over the `u' in più
I have a problem with putting grave accent over the letter `u' in word più. I have tryied: a_\markup{\italic{più}} - letter ù from French keyboard and a_\markup{\italic{pi\\`u}} as TeX encoding but I got in first case error message: warning: can't find ascii character: 249 and in second: error: syntax error, unexpected $undefined: c''8->\) r8 d''16[\( c''_\markup{\italic cresc.} b'_\markup{ \\`u} c''] When I add più in header as title in pdf u with circle over it is displayed, when I add pi\\`u in header as title it works -- I have ù in pdf. It was tested on 2.4.2 version and my header is: \header { fontencoding = "T1" inputencoding = "cp1250" When I apply in header encoding = "TeX" I still can't display ù via \\`u (a_\markup{\\`u}) and in title I can.???! Albert ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: contemporary notation: slashed gracenote beams
> [EMAIL PROTECTED] writes: > > Can you point to some example (preferably some score available > > on-line or a scanned copy) that shows the layout you are looking > > for? > > > >/Mats > > I think it's just like a normal beam, with a small slash through the > left corner of the beam, right? > > -- > > Han-Wen Nienhuys | [EMAIL PROTECTED] | > http://www.xs4all.nl/~hanwen > Yes. Thomas ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: String numbers in circles
On 2/8/05 10:58 AM, "Mats Bengtsson" <[EMAIL PROTECTED]> wrote: > Did the resulting file tinytest.ps contain the number or not? > If it did, then the I have no more ideas unless you send also > the output of lilypond --verbose thefile.ly > >/Mats > Mats, The file tinytest.ps did not contain the number. Hope this helps. Walter ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: forcing newline in score?
On 8-Feb-05, at 7:35 AM, Lance Hoffmeyer wrote: I am new to lilypond and am trying to find a way to force a newline? I read somewhere that will do it but this does not seem to work? Any suggestions?? Read the manual; particularly the "line breaking" section in chapter 7. It explains exactly how to do this. I also recommend that you upgrade to version 2.4. Cheers, - Graham ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: String numbers in circles
On 8-Feb-05, at 7:31 AM, Walter Hofmeister wrote: I updated to 2.4.2-2 and it made no difference. I have a lot of packages installed and issuing an "update all" command could take days to perform. Do you have any ideas which package(s) might be responsible? Might it be a configuration problem? Thanks. Try upgrading any packages that are required by lilypond -- tetex being the obvious candidate. That's the extent of my knowledge, sorry. - Graham ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: notation for pitch bends and drops
[EMAIL PROTECTED] writes: > > Hi! > > > > I would gladly add any kind of articulation you like, if you are > > willing to donate some cash (paypal to [EMAIL PROTECTED]) to cover for > > the development costs. > > Well, that's certainly something I can help with :) > > How much would be "enough'? (in US dollars) Hi, I took a look, and I can do this for EUR 120 (or USD 150). That would include * A general script tunable to create for drop/fall/doit (including canned input identifiers) * Metafont scripts for standard bend, bend before and turn * A curved glissando line * Documentation and example file. All this will be done on the 2.5 branch. If you want a backport to 2.4, that would cost an additional EUR 20 (USD 25). 2.6 will be released in one to two months, hopefully. Of course, you're welcome to garner some fellow sponsor to keep the cost per person down. Greetings, Han-Wen -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Figured Bass Improvements
[EMAIL PROTECTED] writes: > Good Afternoon, > > I started using lilypond a couple of months ago but soon had to abandon it > because of its weak figured bass support. I've been following the > developments for a while in hope that the support for figured bass would be > strengthened. At this stage I have seen no sign of this. Is it ever going to > be improved? The rest of the program is excellent especially for the support > of "ancient" notation, but with the lack of figured bass support it is > severely let down when using older notations. > > Any comments / hints of further development appreciated. Hi, I'd enjoy beefing up the Figured Bass support, if you are willing to provide some money to cover for the development costs. I assume that you're still looking for things you proposed in http://lists.gnu.org/archive/html/lilypond-devel/2004-10/msg00131.html? -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: notation for pitch bends and drops
> Hi, > > I took a look, and I can do this for EUR 120 (or USD 150). > > That would include > > * A general script tunable to create for drop/fall/doit > > (including canned input identifiers) > > * Metafont scripts for standard bend, bend before and turn > > * A curved glissando line > > * Documentation and example file. > > All this will be done on the 2.5 branch. If you want a backport to > 2.4, that would cost an additional EUR 20 (USD 25). 2.6 will be > released in one to two months, hopefully. > > Of course, you're welcome to garner some fellow sponsor to keep the > cost per person down. > > Greetings, > > Han-Wen Gee, I don't know... that seems a bit steep. I'm only a student, and so my finances are not unlimited... note I can get Finale academic edition for $300, Sibelius academic edition for $215. I suppose the "features are being held up until someone pays for it" model will mean a slower rate of development for Lilypond... I suppose I will just use my school's computers and work with Finale on those. I can always draw in the articulations by hand after I print out the score from Lilypond anyway. WB ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: notation for pitch bends and drops
> Gee, I don't know... that seems a bit steep. It isn't steep at all IMHO. If you implement such things carefully you have to invest *a lot* of time, which makes an hourly rate of, say, EUR 10.- or even less. A `professional' programmer working for a company costs at least EUR 80.- per hour. Designing glyphs is very time expensive, believe me. I fully agree that it appears to be much money for a single person, especially for students. Anyway, Han-Wen has to set priorities, otherwise we would never see a new release. > I suppose the "features are being held up until someone pays for it" > model will mean a slower rate of development for Lilypond... You are misinterpreting the issue. The features you are requesting are not held up, they are just put into a very long queue of things which would be nice to be implemented. Paying him shifts *your* particular problem to the top so that it is handled (almost) immediately. Find two other people with the same interest, and you get what you want for the cost of a good dinner for two -- or two seats for a good concert. Werner ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: notation for pitch bends and drops
[EMAIL PROTECTED] wrote: Hi, I took a look, and I can do this for EUR 120 (or USD 150). That would include * A general script tunable to create for drop/fall/doit (including canned input identifiers) * Metafont scripts for standard bend, bend before and turn * A curved glissando line * Documentation and example file. All this will be done on the 2.5 branch. If you want a backport to 2.4, that would cost an additional EUR 20 (USD 25). 2.6 will be released in one to two months, hopefully. Of course, you're welcome to garner some fellow sponsor to keep the cost per person down. Greetings, Han-Wen I'd be willing to help out with the costs - I could easily do $50 towards this if others are willing to help as well. I have seen many posts asking for these articulations, myself included, and it seems there is more than enough interest to get these articulations into the feta fontset. Do you have a paypal account I can send the money to? -- Chip Gee, I don't know... that seems a bit steep. I'm only a student, and so my finances are not unlimited... note I can get Finale academic edition for $300, Sibelius academic edition for $215. I suppose the "features are being held up until someone pays for it" model will mean a slower rate of development for Lilypond... I suppose I will just use my school's computers and work with Finale on those. I can always draw in the articulations by hand after I print out the score from Lilypond anyway. WB ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: notation for pitch bends and drops
I should have read all of the posts more thoroughly, I see you do have a paypal account. Hopefully some other people will jump in and help out with this. -- Chip Han-Wen Nienhuys wrote: [EMAIL PROTECTED] writes: Hi! I would gladly add any kind of articulation you like, if you are willing to donate some cash (paypal to [EMAIL PROTECTED]) to cover for the development costs. Well, that's certainly something I can help with :) How much would be "enough'? (in US dollars) Hi, I took a look, and I can do this for EUR 120 (or USD 150). That would include * A general script tunable to create for drop/fall/doit (including canned input identifiers) * Metafont scripts for standard bend, bend before and turn * A curved glissando line * Documentation and example file. All this will be done on the 2.5 branch. If you want a backport to 2.4, that would cost an additional EUR 20 (USD 25). 2.6 will be released in one to two months, hopefully. Of course, you're welcome to garner some fellow sponsor to keep the cost per person down. Greetings, Han-Wen ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: notation for pitch bends and drops
> I'd be willing to help out with the costs - I could easily do $50 > towards this if others are willing to help as well. I have seen many > posts asking for these articulations, myself included, and it seems > there is more than enough interest to get these articulations into the > feta fontset. Do you have a paypal account I can send the money to? > -- > Chip I certainly wouldn't mind donating money. But I am only a student and the most money I make for anything around here is like $8/hour. So I cannot give much. WB ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: notation for pitch bends and drops
> You are misinterpreting the issue. The features you are requesting > are not held up, they are just put into a very long queue of things > which would be nice to be implemented. Paying him shifts *your* > particular problem to the top so that it is handled (almost) > immediately. I see. This makes sense; thanks for clearing up the issue. WB ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user