cygwin install version 2.4.*?
Hello list, I tried to install 2.4.*, but only found 2.2.5-1 everywhere I looked. Any hints? Thomas ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: cygwin install version 2.4.*?
The Cygwin installer offers two alternative versions of the lilypond package. I hope you don't try to double-click on the circle with arrows when you want to select the package, since this is interpreted as two single clicks, which means that you see the older version instead of the 2.4 version. A few users reported some months ago that they could only see the 2.2.5 version the first time they ran setup.exe but the 2.4 version if they reran it again after having installed the 2.2 version. The only explanation that was given on the list was the one I mentioned below, namely that they might have used double-clicks instead of single clicks. /Mats Thomas Scharkowski wrote: Hello list, I tried to install 2.4.*, but only found 2.2.5-1 everywhere I looked. Any hints? Thomas ___ 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
tamtam mode?
Hi list, I am new to lilypond, and am a bit dizzled by the possibilities. Maybe someone can help me to start a new mode: "tamtam", having as basic notes t (left tenor) T (left tenor) (or lt and rt if capitals are not allowed), b (bass) B (right bass), s (slap), S (right slap), d (demi slap), D (right demi slap). Can I define these somewhere and use them afterwards? I want to print tamtam rythms first on a one staff score. But I want also have the possibility (like klavarscribo) to print vertical, reading from bottom to top. Would something like this be possible with lilypond, or do I not have to think about that? Thanks, Quintijn (I am working on the "heritage" of my African djembe teacher, to publish his rythms) ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: tamtam mode?
You didn't say what version of LilyPond you use, so this answer assumes that you have version 2.4. I have no idea on exactly what symbols and layout you want for your notes, but here is an example that might be useful as a starting point for your own experiments. - % This first section of the file % contains general definitions that % you may want to put in a separate % file and include in your scores using % \include "mydefinitions" drumPitchNames = #'( (t . lefttenor) (T . righttenor) (b . bass) (B . rightbass) ) #(define mydrums '( (lefttenordefault "marcato" 2) (righttenor default #f1) (bass cross "open" 0) (rightbassxcircle "stopped" -1) )) \layout{ \context{ \Score drumStyleTable = #(alist->hash-table mydrums) } } %% % The remainder of the file contains example scores \score{ \new DrumStaff \drummode { t4 T2 b4 | B2 t } } % All notes on a single line: \score{ \new RhythmicStaff \drummode { t4 T2 b4 | B2 t } } - It seems that this part of LilyPond isn't that well documented, but the method to define your own drumStyleTable is described at http://lilypond.org/doc/v2.4/Documentation/user/out-www/lilypond/Percussion-staves.html#Percussion-staves and http://lilypond.org/doc/v2.4/Documentation/user/out-www/lilypond-internals/DrumVoice.html#DrumVoice In addition, I redefined the list of available "notes" in the variable drumPitchNames. The possible values for the notehead style and script, respectively can be found at http://lilypond.org/doc/v2.4/input/regression/out-www/collated-files.html#note-head-style.ly and http://lilypond.org/doc/v2.4/Documentation/user/out-www/lilypond/Articulations.html#Articulations /Mats Quintijn Hoogenboom wrote: Hi list, I am new to lilypond, and am a bit dizzled by the possibilities. Maybe someone can help me to start a new mode: "tamtam", having as basic notes t (left tenor) T (left tenor) (or lt and rt if capitals are not allowed), b (bass) B (right bass), s (slap), S (right slap), d (demi slap), D (right demi slap). Can I define these somewhere and use them afterwards? I want to print tamtam rythms first on a one staff score. But I want also have the possibility (like klavarscribo) to print vertical, reading from bottom to top. Would something like this be possible with lilypond, or do I not have to think about that? Thanks, Quintijn (I am working on the "heritage" of my African djembe teacher, to publish his rythms) ___ 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: tamtam mode?
Great Mats, thats the way I want to go... I have version 2.4.2. on windows. I get the following message though, may be you can help: ('voorbeeld mats' means 'example mats') GNU LilyPond 2.4.2 Processing `voorbeeld mats.ly' Parsing... Interpreting music... [3] Preprocessing graphical objects... Calculating line breaks... Interpreting music... [3] Preprocessing graphical objects... Calculating line breaks... Layout output to `voorbeeld mats.tex'... Layout output to `voorbeeld mats.preview.tex'... Converting to `voorbeeld mats.dvi'... Error invoking `latex \\nonstopmode \\input voorbeeld mats.tex > /dev/null 2>&1 '. Return value 256 Converting to `voorbeeld mats.ps'... Error invoking `dvips -t "a4" -u+ec-mftrace.map -u+lilypond.map -Ppdf voorbeeld mats > /dev/null 2>&1 '. Return value 256 Converting to `voorbeeld mats.pdf'...Error invoking `ps2pdf -sPAPERSIZE="a4" voorbeeld mats.ps > /dev/null 2>&1 '. Return value 256 Converting to `voorbeeld mats.preview.dvi'... Error invoking `latex \\nonstopmode \\input voorbeeld mats.preview.tex > /dev/null 2>&1 '. Return value 256 Converting to `voorbeeld mats.preview.ps'... Error invoking `dvips -E-u+ec-mftrace.map -u+lilypond.map -Ppdf voorbeeld mats.preview > /dev/null 2>&1 '. Return value 256 Converting to `voorbeeld mats.preview.pdf'...Error invoking `ps2pdf -sPAPERSIZE="a4" voorbeeld mats.preview.ps > /dev/null 2>&1 '. Return value 256 ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: tamtam mode?
Avoid file names with spaces in them. I suppose that you already have checked that your installation works, following the instructions at http://lilypond.org/web/download/windows.html /Mats Quintijn Hoogenboom wrote: Great Mats, thats the way I want to go... I have version 2.4.2. on windows. I get the following message though, may be you can help: ('voorbeeld mats' means 'example mats') GNU LilyPond 2.4.2 Processing `voorbeeld mats.ly' Parsing... Interpreting music... [3] Preprocessing graphical objects... Calculating line breaks... Interpreting music... [3] Preprocessing graphical objects... Calculating line breaks... Layout output to `voorbeeld mats.tex'... Layout output to `voorbeeld mats.preview.tex'... Converting to `voorbeeld mats.dvi'... Error invoking `latex \\nonstopmode \\input voorbeeld mats.tex > /dev/null 2>&1 '. Return value 256 Converting to `voorbeeld mats.ps'... Error invoking `dvips -t "a4" -u+ec-mftrace.map -u+lilypond.map -Ppdf voorbeeld mats > /dev/null 2>&1 '. Return value 256 Converting to `voorbeeld mats.pdf'...Error invoking `ps2pdf -sPAPERSIZE="a4" voorbeeld mats.ps > /dev/null 2>&1 '. Return value 256 Converting to `voorbeeld mats.preview.dvi'... Error invoking `latex \\nonstopmode \\input voorbeeld mats.preview.tex > /dev/null 2>&1 '. Return value 256 Converting to `voorbeeld mats.preview.ps'... Error invoking `dvips -E-u+ec-mftrace.map -u+lilypond.map -Ppdf voorbeeld mats.preview > /dev/null 2>&1 '. Return value 256 Converting to `voorbeeld mats.preview.pdf'...Error invoking `ps2pdf -sPAPERSIZE="a4" voorbeeld mats.preview.ps > /dev/null 2>&1 '. Return value 256 ___ 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: tamtam mode?
I would like to have a score with all parts in 1 line, but notes that can be shifted up and down. Also stems fixed in the definition. lefttenor shifted down 1 stem down rigthtenor shifted down 1 stem up etc. I try to figure things out myself ASAP, but the start is though, so thanks in advance for your help, Quintijn ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: tamtam mode?
Hi Quintijn, Don't put space in the filename. Rename your file 'voorbeeld mats.ly' to 'voorbeeldmats.ly' and all will be ok. -- Árpád - Original Message - From: "Quintijn Hoogenboom" <[EMAIL PROTECTED]> To: "'Mats Bengtsson'" <[EMAIL PROTECTED]> Cc: Sent: Friday, March 18, 2005 2:26 PM Subject: RE: tamtam mode? > Great Mats, thats the way I want to go... > > I have version 2.4.2. on windows. > > I get the following message though, may be you can help: ('voorbeeld mats' > means 'example mats') > > GNU LilyPond 2.4.2 > Processing `voorbeeld mats.ly' > Parsing... > Interpreting music... [3] > Preprocessing graphical objects... > Calculating line breaks... > Interpreting music... [3] > Preprocessing graphical objects... > Calculating line breaks... > Layout output to `voorbeeld mats.tex'... > Layout output to `voorbeeld mats.preview.tex'... > > Converting to `voorbeeld mats.dvi'... > Error invoking `latex \\nonstopmode \\input voorbeeld mats.tex > /dev/null > 2>&1 '. Return value 256 > Converting to `voorbeeld mats.ps'... > Error invoking `dvips -t "a4" -u+ec-mftrace.map -u+lilypond.map -Ppdf > voorbeeld mats > /dev/null 2>&1 '. Return value 256 > Converting to `voorbeeld mats.pdf'...Error invoking `ps2pdf > -sPAPERSIZE="a4" voorbeeld mats.ps > /dev/null 2>&1 '. Return value 256 > Converting to `voorbeeld mats.preview.dvi'... > Error invoking `latex \\nonstopmode \\input voorbeeld mats.preview.tex > > /dev/null 2>&1 '. Return value 256 > Converting to `voorbeeld mats.preview.ps'... > Error invoking `dvips -E-u+ec-mftrace.map -u+lilypond.map -Ppdf > voorbeeld mats.preview > /dev/null 2>&1 '. Return value 256 > Converting to `voorbeeld mats.preview.pdf'...Error invoking `ps2pdf > -sPAPERSIZE="a4" voorbeeld mats.preview.ps > /dev/null 2>&1 '. Return value > 256 > > > > > ___ > 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: install on windows 2000 existing cygwin?
Message: 5 Date: Thu, 17 Mar 2005 11:47:05 - From: "Ruth Ivimey-Cook" <[EMAIL PROTECTED]> Subject: RE: install on windows 2000 existing cygwin? To: "'Mats Bengtsson'" <[EMAIL PROTECTED]>, "'Christ van Willegen'" <[EMAIL PROTECTED]> Cc: 'Dave Kenny' <[EMAIL PROTECTED]>, lilypond-user@gnu.org Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="us-ascii" > > I'm not sure about this... Cygwin puts all 'executables' in /usr/bin. > > Perhaps re-running setup, and clearing the checkmark next to Lilypond > > would work, but I think you'd better ask the Cygwin mailing list about > > this. > Just rerun setup.exe and select "uninstall" for the packages > you want to remove. Note that as soon as you select the AFAIK, it is possible to uninstall the whole of cygwin by deleting the whole tree. I am not aware of any significant registry settings to uninstall (see note below). Of course, if you wish to uninstall only a few of the packages, you should use setup.exe as indicated by Mats. If you just want some disk space back, you might wish to delete the stored packages. In my install I keep them in c:\cygwin\packages\..., but you might have them in c:\packages. I believe it is safe to delete the subdirectories of this directory (there are a couple of files in there which I am not so sure about). Ruth Note: I did find a few entries in my own registry: - HKEY_CURRENT_USER\Software\Cygnus Solutions (with a copy in HKEY_LOCAL_MACHINE\Software\Cygnus Solutions) - HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\ Start Menu2\Programs\Cygwin. None of these will cause any problems if you leave them there with no cygwin installed. I might just make a note here that just deleting the cygwin folder is not a good idea as there are some files that just won't allow themselves to be deleted manually. These are mainly files that windows thinks are invalid shortcuts. Aligorith _ Looking for love? Check out XtraMSN Personals http://xtramsn.match.com/match/mt.cfm?pg=channel&tcid=200731 ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user