Fret diagrams
Hello, can the lines of a fret diagram get diffent widths? For example 6th string thick, 5th string thinner, 1st thinnest? Thank you Thomas ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: clefs not shown
I get clefs in the first system (version 2.11.49), no clefs in system two. When I do _not_ remove the Bar_engraver I get clefs in both systems. Thomas > Dear Lilypond users, > why are the clefs not shown in the below quoted example? > > rechts = { \clef "treble" s1*2 \break s1*2 } > links = { \clef bass s1*4 } > > \version "2.11.43" > \score { > \new PianoStaff = "Klavier" > << > \new Staff= "rechts" > \with { \remove "Time_signature_engraver" \remove > "Bar_number_engraver" } > { \rechts } >\new Staff = "links" \with { > \remove "Time_signature_engraver" \remove > "Bar_number_engraver" } > > { \links} >> > > > } > > \layout { >\context { > \Score > \remove "Bar_number_engraver" >} >\context { \Staff \remove Bar_engraver } > } > ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: How to add double barlines to a gregorian chant?
I don't have an annswer, but just ad a \noBreak after the c. Thomas > Thanks for your quick answer - it works good! > > Now I´ve got the problem, that I cannot press this short piece into > one line. I use a special paper size because these songs will be > printed in a small songbook. Can you give me a hint why I can scale > everything down but LilyPond inserts a break everytime even if there´s > obviously enough space to print it in only one line? > > Is there a simple way to place the star symbol exactly under the > breathe symbol? > > Thanks, Dominic > > > \version "2.11.44" > \include "gregorian-init.ly" > > #(set-global-staff-size 10) > > \score { > << > \new VaticanaVoice = "cantus" { > \clef "vaticana-do3" > f f d c \[ f \pes g \] f \breathe > g g a f f \finalis > \break > } > \new Lyrics \lyricsto "cantus" { > Ich fürch -- te kein Un -- _ "heil: *" > du bist ja bei mir. > } > >> > } > > \paper { > line-width = 9\cm > paper-width = 94\mm > paper-height = 135\mm > top-margin = 2\mm > bottom-margin = 2\mm > head-separation = 0\mm > foot-separation = 0\mm > page-top-space = 0\mm > between-system-space = 0\mm > between-system-padding = 2\mm > > ragged-bottom = ##t > ragged-last-bottom = ##f > print-page-number = ##f > } > > 2008/7/29 Joseph Haig <[EMAIL PROTECTED]>: > > Support for Gregorian Chant is not great in Lilypond, unfortunately, > > but you can use it for simple things. > > > > For bar lines, you want to use the special commands that are set up > > by gregorian-init.ly. Specifically, the double bar line is > > \finalis. See section 7.7.9 (Divisiones) for the whole list. I > > think you will still need to use \bar "" to indicate places where > > the line can be split. > > > > Regards, > > > > Joe > > > > 2008/7/29 Dominic Neumann <[EMAIL PROTECTED]>: > >> Hi, > >> > >> I´m new to gregorian typesetting but I´ve seen that there´s already > >> support for it in LilyPond. Can you tell me how I can add a double > >> bar at the end? > >> > >> And there is a wrong note at the end? How can I delete it? > >> > >> Is it at all a good idea to start typesetting gregorian chants with > >> LilyPond or are there too many diffulcuties by now? > >> > >> Thanks, > >> > >> Dominic > >> > >> > >> > >> \version "2.11.44" > >> \include "gregorian-init.ly" > >> > >> \score { > >><< > >>\new VaticanaVoice = "cantus" { > >>\clef "vaticana-do3" > >>f f d c \[ f \pes g \] f \breathe > >>g g a f f \bar "||" > >>} > >>\new Lyrics \lyricsto "cantus" { > >>Ich fürch -- te kein Un -- _ "heil: *" > >>du bist ja bei mir. > >>} > >>>> > >> } > >> > >> ___ > >> 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 > > > > > ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Text spanners, dashes
Hi, I always get a line instead of dashes. Shouldn't setting dash-fraction to e.g. 0.2 work? -- \override Voice.TextSpanner #'dash-fraction = #'0.2 -- Thomas LilyPond 2.11.57 Windows XP SP3 ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Text spanners, dashes - solved!
Thank you! I just dicovered that it worked as expected for my file, but jPedal lilypondtool does not show the dashes but a solid line. Printing and viewing with adobe reader or gsview is ok.! Thomas > for me it works (version 2.11.57, Windows XP SP3): > >\relative c'' { \override TextSpanner #'dash-fraction = #0.7 b 1 > \startTextSpan c e, \stopTextSpan } >\relative c'' { \override TextSpanner #'dash-fraction = #0.2 b 1 > \startTextSpan c e, \stopTextSpan } > > in case your code defines another style somwhere, you can explicitly > define > >\override TextSpanner #'style = #'dashed-line > > hth > > > > Am 27.08.2008, 15:33 Uhr, schrieb Thomas Scharkowski > <[EMAIL PROTECTED]>: > > > Hi, > > > > I always get a line instead of dashes. > > Shouldn't setting dash-fraction to e.g. 0.2 work? > > > > -- > > \override Voice.TextSpanner #'dash-fraction = #'0.2 > > -- > > > > > > Thomas > > LilyPond 2.11.57 > > Windows XP SP3 > > > > > > ___ > > 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: Reducing fingering font size
Hi Nick, IIRC #-6 is the default for fingering numbers. Have you tried e.g. #- 8? Works here! Thomas P.S.: OT: Shouldn't this dance be notated in 2/2 (Alla breve)? It is quite slow in your version. :-) ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: em dash problems
Hi Nick, 1. is easy: You could use c^\markup {\finger {\char ##x2014 1}} or c^\markup {\finger \char ##x2014 \finger 1} Thomas > I attempted to use an em dash on some fingerings. Two problems: > > 1. It causes the font size of the fingering number to increase by > about 50% 2. There is a space between the em and the 1 > > See attached png, which is the output from > > \version "2.11.63" > > \relative c'' > { > c-1 > c^\markup {\finger "1"} > c^\markup {\finger \char ##x2014 "1"} > } > > Nick Payne > ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: How can i do this?
Just add: \override Staff.NoteCollision #'merge-differently-dotted = ##t and the following line should work as you want, scaling is not necessary. << { c8 8 8 } \\ c,4. >> Thomas > I am a beginner too... both to music and lilypond ;) > > Thanks to this post I've learned how to engrave some part of the > notation we are trying to play in the class... previously I could only > model it as in the first measure in the attached image... now I know > how to model it but I want to add a dot to the leftmost note... I have > the same problem with the "." dot... even when I add the *2/3 fraction > the notes split appart... > > here is the script : > > \relative c'' { > \time 3/8 > \override Staff.NoteCollision #'merge-differently-headed = ##t ><< { r8 8 8 } \\ c,4. >> ><< { c8 8 8 } \\ c,4 >> ><< { c8 8 8 } \\ c,4.*2/3 >> > } ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Absolute text size?
Hello list, is it possible to specify an absolute font size in text markups? I found this in the list archive: http://lists.gnu.org/archive/html/lilypond-user/2005-10/msg1.html Thomas ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
First volta bracket not closed (bug?)
Hello list, the following code results in an unclosed first volta bracket. Changing StaffGroup to ChoirStaff or removing staffII gives correct output. Searching the archive I found my own question (22 Feb 2007) regarding the same problem in a different context (with chord symbols) and the solution by Mats Bengtsson, but this does not help me here. Thank you, Thomas LilyPond 2.11.34 Windows XP SP2 -- \version "2.11.23" \header {title = "1. volta bracket not closed"} musicI = { \relative c'' { \repeat volta 2 { c4 c c c } \alternative { {c c c c} {c c c c} } } } musicII = { \relative c'' { \repeat volta 2 { c4 c c c } \alternative { {c c c c} {c c c c} } } } staffI= \new Staff { \musicI } staffII = \new Staff { \musicII } \score { \new StaffGroup << \staffI \staffII >> \layout {} } \paper {} 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: volta_bracket_StaffGroup.png Datum/Date: 26 Oct 2007, 8:52 Größe/Size: 13101 bytes. Typ/Type:Unbekannt volta_bracket_StaffGroup.png Description: Binary data 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: volta_bracket_ChoirStaff.png Datum/Date: 26 Oct 2007, 8:47 Größe/Size: 13078 bytes. Typ/Type:Unbekannt volta_bracket_ChoirStaff.png Description: Binary data ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Smaller PDF, shrinking away largeness
Lilypond 2.4.6 on cygwin produces a 26 KB pdf. Thomas > This has been added as > http://code.google.com/p/lilypond/issues/detail?id=519 > > but we really need more information. The gap between 1.9.8 and 2.10 > is huge, so no further action will be taken unless somebody narrows > down the version. At the very least, we need to know the stable > version that began the larger files (ie an even X in 2.X.0). > > The TeX system shouldn't affect how lilypond behaves... at least for > modern versions (2.0 and higher? 2.2 and higher?) > > - Graham > > Laura Conrad wrote: > >> "Graham" == Graham Percival <[EMAIL PROTECTED]> writes: > > > > Graham> Sean Gugler wrote: > > >> >> PDF files seem larger than necessary, is there something I > > >> >> can do to shrink them? Besides setting 'point-and-click > > >> >> false, which I've already done. > > > > I replied: > > > > >> I think it should be considered a bug on some level, maybe an > > >> enhancement request. > > > > Graham> Then file a bug. Input file, the exact commands used to > > compile it, Graham> and output on 2.11.35 and on whatever > > earlier version you're comparing Graham> it to. > > > > OK, here's twinkle-pop.ly on 2.0: > > Input: > > > > > > > > > > > > Output: > > > > > > > > > > > > > > Notice that the size is 25370. I can't run this version of lilypond > > any more on a modern ubuntu system, because of the TeX version > > changes, but I believe all I said was "lilypond twinkle-pop.ly". > > > > Here it is on 2.10.33: > > > > > > > > > > > > > > > > Here the size is 60139, more than twice as big. And there are files > > that have much bigger differences than this. > > > > I believe the size difference had actually happened before 2.8. > > > > > ___ > bug-lilypond mailing list > [EMAIL PROTECTED] > http://lists.gnu.org/mailman/listinfo/bug-lilypond ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Beam damping
Hello, is it possible to produce horizontal beams somehow? \override Beam #'damping = #10 does not work, as already reported last year: http://code.google.com/p/lilypond/issues/detail?id=116&can=1&q=beam Thank you, Thomas Lilypond 2.11.34 ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Hairpin and Textscript
Hello list, how can I get a hairpin below a textscript ("a tempo" in this case)? Does something like "script-priority" exist for hairpin/textscript (like script/textscript)? Thomas LilyPond 2.11.37 Windows XP SP2 ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
\override Staff.VerticalAxisGroup #'minimum-X-extent
This \override does not have any effect, no error messages. Could anyone explain or is it a bug? Thomas Windows XPSP2 -- \version "2.11.39" \relative c' { \override Staff.VerticalAxisGroup #'minimum-Y-extent = #'( -20 . 0 ) \repeat unfold 24 { {c d e f} } } ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: \override Staff.VerticalAxisGroup #'minimum-X-extent
Thank you Kieren, it used to work in single staff contexts before, I must have missed the change. Thomas > Hi Thomas, > > > This \override does not have any effect, no error messages. > > It has an effect... you just can't see it with a single Staff > context! =) > > Try this instead: > > % BEGIN SNIPPET > \version "2.11.37" > > \paper { ragged-bottom = ##t } > > music = \relative c' > { > \override Staff.VerticalAxisGroup #'minimum-Y-extent = #'( -20 . 0 ) > \repeat unfold 24 { { c d e f } } > } > > \score > { > << > \new Staff \music > \new Staff \music > >> > } > % END SNIPPET > > Hope this helps! > Kieren. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Three questions about good German usage?
Duden - Die neue deutsche Rechtschreibung: "Flageolettton" three "t"! ;-) Thomas > > > 1. Are "natürlichen Flageolettönen" and "künstlichen Flageolettönen" > > the correct terms for natural and artificial harmonics? > > Plural with article: > > 1. Fall: die natürlichen/künstlichen Flageolettöne > 2. Fall: der natürlichen/künstlichen Flageolettöne > 3. Fall: den natürlichen/künstlichen Flageolettönen > 4. Fall: die natürlichen/künstlichen Flageolettöne > > Plural without article: > > 1. Fall: natürliche/künstliche Flageolettöne > 2. Fall: natürlicher/künstlicher Flagoelettöne > 3. Fall: natürlichen/künstlichen Flageolettönen > 4. Fall: natürliche/künstliche Flageolettöne > > > 2. Is there a German term to describe the "stopped note" in an > >artificial harmonic? (In Italian we would say "capotasto" ... > > I've never heard one. Probably I would call it `der Basiston des > Flegeolets'. > > > 3. How does German translate the interval of a twelth? Say < c' g'' > > >? "Duodezime"? > > Yes. `Duodezime' or `Duodezim'. > > > Werner > > > ___ > 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
LilyPond eps and Scribus
Hello all, I have to admit that I am a bit confused in the moment. ;-) I have been using Scribus to import LilyPond PDF and it worked perfectly! Now (on a new Windows XP install) it does not work like it did before. Importing ps or eps files does work, but the ledger lines are too thin, nearly invisible. Importing pdf is crappy now, all text fonts like headers and bar numbers are missing, also many noteheads! Importing the same eps to PageMaker or OpenOffice does work as expected. This is strange, because one of the reasons I had switched to Scribus was that eps import in either of those did not work then! Any hints? Perhaps I forgot some configuration in Scribus? Thank you, Thomas -- LilyPond 2.11.45 Scribus 1.3.3.11-1 Windows XP SP2 ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: LilyPond eps and Scribus
Yes, I use Ghostscript. The files I want to import to Scribus look and print o.k. in Ghostscript. Thomas > Did you make sure to install Ghostscript? EPS won't work in Scribus on > Windows without Ghostscript. > > You can download it from: > > http://downloads.sourceforge.net/ghostscript/gs854w32.exe?modtime=1148 > 943324&big_mirror=1 > > > Good Luck! > > Dave > > Thomas Scharkowski wrote: > > Hello all, > > > > I have to admit that I am a bit confused in the moment. > > ;-) > > > > I have been using Scribus to import LilyPond PDF and it worked > > perfectly! Now (on a new Windows XP install) it does not work like > > it did before. Importing ps or eps files does work, but the ledger > > lines are too thin, nearly invisible. Importing pdf is crappy now, > > all text fonts like headers and bar numbers are missing, also many > > noteheads! > > > > Importing the same eps to PageMaker or OpenOffice does work as > > expected. This is strange, because one of the reasons I had switched > > to Scribus was that eps import in either of those did not work then! > > > > Any hints? Perhaps I forgot some configuration in Scribus? > > > > Thank you, > > > > Thomas > > > > -- > > LilyPond 2.11.45 > > Scribus 1.3.3.11-1 > > Windows XP SP2 > > > > > > > > > > ___ > > 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
Lilypond for Windows 2.5.28 - Guile error
Hello list, I have asked about a week ago: Typing "guile" at cmd gives the following: ERROR: In procedure primitive-load-path: ERROR: Unable to find file "ice-9/boot-9.scm" in load path This is my guile.bat: @echo off set GUILE_LOAD_PATH=C:\Programme\LilyPond\usr\share\guile\1.7 "C:\Programme\LilyPond\usr\bin\guile.exe" %1 %2 %3 %4 %5 %6 %7 %8 %9 The files are there. What am I missing? Wild guess: Could it be a "\" or "/" problem? BTW, I still cannot start lilypond from cmd, I get no reaction, no error message. Typing "lilypond" from the jEdit shell gives the same ERROR as quoted above. I got convert-ly working now by installing python24 and copying "convert-ly" to "convert-ly.py". Shouldn't this be unnecessary? Thomas ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Lilypond for Windows 2.5.28 - Guile error
> Thomas Scharkowski writes: > > > Hello list, > > > > I have asked about a week ago: > > Typing "guile" at cmd gives the following: > > > > ERROR: In procedure primitive-load-path: > > ERROR: Unable to find file "ice-9/boot-9.scm" in load path > > What flavour of Windows? XP SP1 > > This is my guile.bat: > > > > @echo off > > set GUILE_LOAD_PATH=C:\Programme\LilyPond\usr\share\guile\1.7 > > "C:\Programme\LilyPond\usr\bin\guile.exe" %1 %2 %3 %4 %5 %6 %7 %8 %9 > > > > The files are there. > > What am I missing? > > Try > > set "GUILE_LOAD_PATH=C:\Programme\LilyPond\usr\share\guile\1.7" > > Does that help? Make sure that you are not using Cygwin's guile.exe, > that won't work. This did not help. I also tried set GUILE_LOAD_PATH="C:\Programme\LilyPond\usr\share\guile\1.7" How can I find out if I am using Cywin's guile.exe? I did not find a "guile.exe" file in my Cygwin installation. LilyPond 2.4.6 works, though. > > I got convert-ly working now by installing python24 > > and copying "convert-ly" to "convert-ly.py". Shouldn't this be > > unnecessary? > > Great. Yes, ideally that should not be necessary. Maybe renaming the > scripts is a good start. How do you operate convert-ly.py? >From cmd I type: convert-ly.py -e test.ly Works! Thomas ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Lilypond for Windows 2.5.28 - Guile error
> What happens if > you also prepend ...LilyPond\usr\bin to PATH, like lilypond.bat does, > ie, insert > > set "PATH=c:\programme\lilypond\usr\bin;%PATH%" No change. > Waitaminute. Strange problems often have to do with file permissions. > Have you installed LilyPond as superuser? Double check if you can > actually open the file ice-9/boot-9.scm, in a text editor for example. Yes, no problem opening boot-9.scm Thomas ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
clef collision bug?
Hello list, in this example the clefs collide - LilyPond doesn't care for the "8". Thomas -- \version "2.4.6" % Windows XP, Cygwin \paper {raggedright=##t} \header {} global = { \time 3/8 \set Staff.midiInstrument="acoustic guitar (nylon)" \key d \major \clef "G_8" } Iup = \relative c' { \global b4. } Idown = \relative c { } staffClassicalGuitar = \new Staff { << \Iup \Idown >> } IIup = \relative c' { \global b4. } IIdown = \relative c { \voiceTwo } staffClassicalGuitarII = \new Staff { << \IIup \IIdown >> } \score { \new StaffGroup << \staffClassicalGuitar \staffClassicalGuitarII >> \layout {} } 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: clefcollision-page1.png Datum/Date: 9 Jun 2005, 11:43 Größe/Size: 6384 bytes. Typ/Type:Unbekannt clefcollision-page1.png Description: Binary data ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: jedit and dvi
Hello Bert, I have installed the new version and get the following: /usr/share/guile/1.6/srfi/srfi-13.scm:159:1: In procedure dynamic- link in expression (load-extension "libguile-srfi-srfi-13-14-v-1" "scm_init_srfi_13"): /usr/share/guile/1.6/srfi/srfi-13.scm:159:1: file: "libguile-srfi- srfi-13-14-v-1", message: "dlopen, Win32 error 126" As do do not know how to handle I will switch back to the last version. Thanks, Thomas LilyPond 2.4.6, Windows XP, Cygwin > Hi, > > I uploaded a new development version. > It is not stable, but all functions that worked before, should work > now as well. There are some new functions that doesn't work (like > internal pdf viewer) ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: jedit and dvi
Thank you, I had changed this already! Thomas > I suggest looking at Plugin Options, because now the default is to use > the native version of LilyPond. > > Bert ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: jedit and dvi
Sorry,I had overlooked this option: > (make sure that Use cygwin is checked in the options.) Works now. I had to change some "\" to "/" manually in jEdit plugin options. Now I get this message: GNU LilyPond 2.4.6 lstat(./C:) failed ... ./C:: No such file or directory Then everything works as expected. Thomas ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: LilyPond 2.4.2 for Windows 98
Will a cygwin version also be available? Thomas > A new version for Windows (only cca. 10MB) will come out next week. > Keep an eye on the website. > > This new version is called 'native', because the older Windows > versions depended on a unix emulation layer called cygwin. The newer > version doesn't need all those emulation staff, so the download is > smaller. > ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: LilyPond 2.4.2 for Windows 98
> > >Will a cygwin version also be available? > > > > > > > Yes, I'm planning to make it. > > Bert Fine! Thank you, Thomas ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
convert-ly.py
Windows native 2.5.31 (XP SP1) convert-ly.py does not work anymore: Traceback (most recent call last): File "C:\Programme\LilyPond\usr\bin\convert-ly.py", line 27, in ? import lilylib as ly ImportError: No module named lilylib Process convert-ly.py exited with code 1 With last version (2.5.29) it worked. Thanks, Thomas ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: EPS
> How can I make LilyPond output .EPS files for insertion into page > layout programs like InDesign? > > Thanks, > Basil > I found this in the archive: dvips -u lilypond.map -E myScore.dvi -o myScore.eps it works for LilyPond 2.4.6 (cygwin). Thomas ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: 2.6: Please don't take my Cygwin away
> Please could someone reassure me that Lilypond 2.6 will still be > available on Cygwin, even though there is now a native Windows > version? > 5. I generally run Lilypond from jEdit and I'm > not sure if I can get jEdit to run the native version. It works with with lilypond tool 0.2.8. Thomas btw I'd also prefer a cgwin version. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Tuplets
Hi Craig, >\ times should be \times Thomas ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
GSview error message
Hello list, I cannot open a *.ps file produced with LilyPond 2.6.0-1 on Windows XP (PDF is ok). This is the error message: -- GSview 4.6 2004-01-11 Unknown in Comments section at line 7: %%DocumentSuppliedResources: font CenturySchL-Bold Unknown in Comments section at line 8: %%DocumentSuppliedResources: font CenturySchL-Ital Unknown in Comments section at line 9: %%DocumentSuppliedResources: font CenturySchL-Roma Unknown in Comments section at line 10: %%DocumentSuppliedResources: font PFAEmmentaler-20 Unknown in Comments section at line 11: %%DocumentSuppliedResources: font feta-alphabet11 Unknown in Prolog section at line 16: %%Title: CenturySchL-Bold Unknown in Prolog section at line 17: %%CreationDate: Fri Nov 22 10:58:25 2002 Unknown in Prolog section at line 18: %%Creator: frob Unknown in Prolog section at line 19: %%DocumentSuppliedResources: font CenturySchL-Bold Unknown in Prolog section at line 29: %%EndComments Unknown in Prolog section at line 3701: %%Title: CenturySchL-Ital Unknown in Prolog section at line 3702: %%CreationDate: Fri Nov 22 10:54:46 2002 Unknown in Prolog section at line 3703: %%Creator: frob Unknown in Prolog section at line 3704: %%DocumentSuppliedResources: font CenturySchL-Ital Unknown in Prolog section at line 3714: %%EndComments Unknown in Prolog section at line 7353: %%Title: CenturySchL-Roma Unknown in Prolog section at line 7354: %%CreationDate: Fri Nov 22 10:58:15 2002 Unknown in Prolog section at line 7355: %%Creator: frob Unknown in Prolog section at line 7356: %%DocumentSuppliedResources: font CenturySchL-Roma Unknown in Prolog section at line 7366: %%EndComments Unknown in Prolog section at line 10973: %%DocumentSuppliedResources: font PFAEmmentaler-20 Unknown in Prolog section at line 10974: %%Title: PFAEmmentaler-20 Unknown in Prolog section at line 10975: %%Version: @TOPLEVEL_VERSION@ Unknown in Prolog section at line 10976: %%CreationDate: Mon Jun 27 13:53:39 2005 Unknown in Prolog section at line 10977: %%Creator: Jan Nieuwenhuizen,,, Unknown in Prolog section at line 10986: %%EndComments DSC Information At line 11001: /Notice (This font is distributed under the GNU General Public License. As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause th Lines in DSC documents must be shorter than 255 characters. Unknown in Prolog section at line 14076: %%DocumentSuppliedResources: font feta-alphabet11 Unknown in Prolog section at line 14077: %%Title: feta-alphabet11 Unknown in Prolog section at line 14078: %%Version: 001.001 Unknown in Prolog section at line 14079: %%CreationDate: Mon Jun 27 13:51:27 2005 Unknown in Prolog section at line 14080: %%Creator: Jan Nieuwenhuizen,,, Unknown in Prolog section at line 14084: %%EndComments GPL Ghostscript 8.15 (2004-09-22) Copyright (C) 2004 artofcode LLC, Benicia, CA. All rights reserved. This software comes with NO WARRANTY: see the file PUBLIC for details. Displaying DSC file C:/Temp/test.ps Displaying page 1 %GSVIEW_PDF_MARK: /ANN /Subtype /Link /Action -dict- /Border Error: /typecheck in --length-- Operand stack: --nostringval-- Rect --nostringval-- --nostringval-- 0.0 0.0 0.0 4.98132 0 0 Execution stack: %interp_exit .runexec2 --nostringval-- --nostringval-- -- nostringval-- 2 %stopped_push --nostringval-- --nostringval-- false 1 %stopped_push 1 3 %oparray_pop 1 3 %oparray_pop 1 3 %oparray_pop 1 3 %oparray_pop .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- --nostringval-- --nostringval-- 1 --nostringval-- %repeat_continue --nostringval-- Dictionary stack: --dict:1123/1686(ro)(G)-- --dict:0/20(G)-- --dict:159/200(L)-- Current allocation mode is local Last OS error: No such file or directory Warning: EPS file must not use /quit --- Begin offending input --- hshow /l glyphshow /i glyphshow /l glyphshow /y glyphshow /p glyphshow /o glyphshow /n glyphshow /d glyphshow /period glyphshow /o glyphshow /r glyphshow /g glyphshow grestore } place-box } stop-system showpage --- End offending input --- file offset = 0 gsapi_run_string_continue returns -101 ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
eps (was: GSview error message)
Does this also mean that it no more possible to produce eps-filse directly? Thomas > If you search the mailing list archives you will find that this > is a normal thing, since the LilyPond generated PS files are > somewhat special. I don't remember the details now, but it might > help to get a more recent version of Ghostscript. Anyway, I view > the PS file more as an intermediate file that's mainly used > internally by LilyPond to produce the final PDF. > >/Mats > > Citerar Thomas Scharkowski <[EMAIL PROTECTED]>: > > > Hello list, > > > > I cannot open a *.ps file produced with LilyPond 2.6.0-1 on Windows > > XP (PDF is ok). This is the error message: > > ... ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
aborted (core dumped)?
Hello list, LilyPond 2.4.6 (Win XP, Cygwin) stops processing the attached rossignol.ly, no further error messages. -- aborted (core dumped) -- Can I do anything about it? Commenting out \once \override Voice.Beam #'positions = #'(-2.0 . -1.8) helps, but I can't see what's wrong with this line. Thomas Stack trace: Frame Function Args 00229648 77E5AC21 (, 10A42898, 00229688, 10023A8A) 00229738 6109753B (, 0008, 77E55A65, ) 002297B8 610976D1 (03EC, 002297D0, 002297E8, 610AF2F1) 00229878 6109784A (03EC, 0006, 002298A8, 61097C08) 00229888 6109760C (0006, , 10799A50, 2974) 002298A8 61097C08 (108CC8A0, 100A44E0, 2974, 10830878) 002298C8 6109543F (108CC8A0, 007459EA, 00229938, 0061150B) 002298D8 00447F61 (1014AA60, , 007459EA, 100A7000) 00229938 0061150B (10830878, 0006, , 77E74809) 00229998 10010A54 (10154358, 10830878, 10799A68, 1009) 00229A08 004B49A4 (00229A30, 10A43CD8, 10A43D90, 0001) 00229A58 00432E9E (00229AB0, 0001, 10A43D90, 1075F3A8) 00229AD8 00433011 (10830598, 0006, 00229B08, 610B0AB7) 00229B38 10010A54 (1011BD10, 10830598, 10799A88, 1009) 00229BA8 004B49A4 (00229BD0, 10A43D90, 10A43F50, 0001) 00229BF8 00432E9E (00229C50, 0001, 10A43F50, 1075F660) End of stack trace (more stack frames may be present) \version "2.4.0" % #(set-global-staff-size 18) #(ly:set-point-and-click 'line-column) rO = \override Voice.Rest #'staff-position = #0 rN = \revert Voice.Rest #'staff-position \paper { leftmargin=1.5 \cm linewidth=18 \cm %raggedbottom=##f %raggedlastbottom=##f %topmargin=1 \cm %bottommargin=2 \cm } \header { title = "Le Rossignol" composer = "Anonymus" tagline="" } global = { \time 4/4 \set Staff.midiInstrument="acoustic guitar (nylon)" \key e \minor \clef "G_8" } Iup = \relative c'' { \global \oneVoice g16 fis e fis g fis g a b8 a16 g fis e d cis | b cis d8 c16 d e8 d16 e fis d b c d b | c d e fis g e a g fis e dis cis dis e fis8 | e8 d!16 cis b a gis fis r8 \voiceOne 4. | % 5 4. fis'8 g4 a | b a8 g fis4 g | fis8 e e4. e8 dis4 | r8 4. 2 | \bar "||" % 9 \oneVoice b'16 b b b b8 b a g fis4 | \voiceOne dis8 b fis' g fis e dis fis | } Idown = \relative c, { \voiceTwo \tieDown s1*3 s2 e4 e'8 e, | % 5 e e' e,4~ e8 e'4 fis8 ~ | fis g a,4 b g | a g b2 | e,4 e' e, e' | \bar "||" % 9 s1 2. 4 | } Ithree = \relative c' { \voiceThree \stemDown \rO \shiftOff s1*4 % 5 s1 r2 \once \override Voice.Stem #'length = #6 d4 b | \override Voice.Rest #'staff-position = #-2 r b8 c r b4 a8 | r8 gis4 a8 s2 | \bar "||" % 9 } Ifour = \relative c { \voiceFour \stemDown %\shiftOff s1*6 s2 s8 \once \override Voice.NoteColumn #'force-hshift = #0.5 fis4. | s1 % 9 } staffClassicalGuitar = \new Staff { #(override-auto-beam-setting '(end * * * * ) 1 4 'Staff) << \set Staff.minimumVerticalExtent = #'(-5 . 5) \Iup \\ \Idown \\ \Ithree \\ \Ifour >> } IIup = \relative c' { \global \voiceOne 4. fis'8 g4 a | b4 a8 g fis4 g | fis8 e e4. e8 dis4 | r8 4. gis,8 a16 b cis d e fis | % 5 \oneVoice g16 fis e fis g fis g a b8 a16 g fis e d cis | b cis d8 c16 d e8 d16 e fis d b c d b | c d e fis g e a g fis e dis cis dis e fis8 | e8 d!16 cis b a gis fis r8 \voiceOne 4. | \bar "||" % 9 dis'8 b fis' g fis e dis4 | \oneVoice b'16 b b b b8 b a g fis8 e16 fis| g e fis g a fis g a g8 g,16 a b c d8 | c16 d e8 d16 e fis8 g16 fis e fis g8 fis16 g | a g fis e dis e fis8 e16 dis e fis g fis g a | b b b b b b b b a8 g fis4 | % 15 \voiceOne dis8 b fis' g fis e dis fis | c b g' fis r8 4 b8~ | b c a4 b4. a16 g | fis8 e e dis 2 | \bar "|." } IIdown = \relative c' { \voiceTwo g8 e e,4~ e8 e'4 fis8~ | fis g a,4 b g | a g b2 | e,4 e' s2 | % 5 s1*3 s2 e,4 e' | \bar "||" % 9 2. 4 | s1*5 % 15 2. 4 | e g, g' | a4. d,8~ d g~ g4 | a,4 4 e,8 e' e,4 | } IIthree = \relative c' { \voiceThree \stemDown \shiftOff \rO s1 r2 \once \override Voice.Stem #'length = #6 d4 b | \override Voice.Rest #'staff-position = #-2 r \once \override Voice.Beam #'positions = #'(-2.0 . -1.8) b8
Re: aborted (core dumped)?
> Hello list, > > LilyPond 2.4.6 (Win XP, Cygwin) stops processing the attached > rossignol.ly, no further error messages. > > -- > aborted (core dumped) > -- > > Can I do anything about it? > > Commenting out > \once \override Voice.Beam #'positions = #'(-2.0 . -1.8) > helps, but I can't see what's wrong with this line. > > Thomas > I have tried some other things: 1. Deleting "\once" 2. Deleting one of the other voices. Either of these let LilyPond work normally. Strange! ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: aborted (core dumped)?
> On Tuesday 05 July 2005 19.43, Thomas Scharkowski wrote: > > Hello list, > > > > LilyPond 2.4.6 (Win XP, Cygwin) stops processing the attached > > rossignol.ly, no further error messages. > > > > -- > > aborted (core dumped) > > -- > > > > Can I do anything about it? > > > > Commenting out > > \once \override Voice.Beam #'positions = #'(-2.0 . -1.8) > > helps, but I can't see what's wrong with this line. > > > > Thomas > > I can't reproduce (Ubuntu linux, 2.4.6, 2.6.0). > > Erik Hi Erik, I have tested again with: LilyPond 2.4.6, Cygwin, Windows XP - crashed LilyPond 2.6.0, Windows XP - crashed Lilypond 2.4.0, Suse Linux 9.1 - worked Thomas ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Cygwin install of 2.6?
> but I also got the error about 'PFAPFAemmentaler-26.pfa.pfa' is not > found. > > Rob > I also get this error: error: can't find file: `/usr/share/lilypond/2.6.0/fonts/type1//PFAPFAemmentaler-26.pfa.pfa' Thomas ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Cygwin install of 2.6?
> Do you have fontconfig installed? > > Bert > Where do I find it? Thomas ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Cygwin install of 2.6?
Sorry, this is no more a lilypond question, but perhaps you can help: My cygwin installation does not work anymore. I tried to reinstall, but bash does not find any command. There is no home directory. Help please! > In normal setup.exe > > You may need to manually install thefontconfig, freetype2 and pango > packages (all of them via setup.exe) > > Bert > > >>Do you have fontconfig installed? > >> > >> > >Where do I find it? > > > > > ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Cywin problem, font not found
After some installations to lily 2.6.0 and back to 2.4.6 I have no "normal" cygwin anymore. There is no home directory and I do not get the former prompt, only "bash-3.00$". Commands like "cd" or "ls" do not work. Lilypond does work, but I get the following error message: "Interpreting music... error: can't find `feta20.afm' Music font has not been installed properly. Aborting" I do not know how all this is connected. Thanks for your help, Thomas lilypond 2.4.6, Cygwin, Windows XP ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Cygwin problems again
Hello, I installed Cygwin again, but still get the same error message: "Interpreting music... error: can't find `feta20.afm' Music font has not been installed properly. Aborting" How do I get the linux commands back? Even the simplest commands do not work anymore (ls, cd etc.). Shouldn't the cygwin setup.exe have created a home directory for the current logged in user? Last (first?) time I installed I did not eve have to think about it. So what could be wrong here? Any help or pointers where to look appreciated! Thomas LilyPond 2.4.6 / Cygwin(?) / Windows XP ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Cywin problem, font not found
> I think something happened with the /etc/profile.d directory or the > /etc/profile file > > >"Interpreting music... error: can't find `feta20.afm' > >Music font has not been installed properly. Aborting" > > > > > This happens when lilypond-profile.sh has not run. > > Bert Can I run it "manually"? ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Cygwin problem half solved but feta fonts still not found
I found out that there is a broken package in the cygwin distribution: "coreutils-5.3.0-8 is currently broken and makes it through to the mirrors, see http://cygwin.com/ml/cygwin-apps/2005-07/msg00171.html, try to fetch 5.3.0-7 or wait until it is fixed, please." (from the cygwin ml archive) Going back to 5.3.0-7 solved one part of the probelem (still no home directory created). But how do I get lilypond to find the feta font? "Interpreting music... error: can't find `feta20.afm' Music font has not been installed properly. Aborting" Thomas LilyPond 2.4.6, Cygwin, Windows XP ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Cywin problem, font not found
I get: /bin/sh: bad interpreter: No such file or directory > Yes, type this: > > . /etc/profile.d/lilypond-profile.sh > > >Can I run it "manually"? > > > > > > > > > ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
ec-fonts in 2.6, was: convert-ly problem
> > ... > > You're welcome to reinstate the ec fonts as your private defaults, > > though. > > Well, this (I mean reinstating the ec fonts as my private defaults) is > what I would like to do, and also asked how this could be done in this > list three weeks ago. I got, however, no answer. Could you, or someone > else explain how to do it? > > I believe in the above code Times New Roman, Helvetica, Courier stand > for the serif, sans-serif and fixed width fonts respectively. What > should I replace them with to have the ec-fonts as defaults? > > Imruska > Hello list, I am also interested in an explanation (for Windows/Cygwin). Thanks in advance, Thomas ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Markup alignment
Hello list, shouldn't the following code give the same result for both notes? The first \circle markup is shifted to the left. -- \version "2.6.0" #(ly:set-option 'point-and-click #f) \header { title = "Markup alignment" } \score { \relative c'' { c-4^\markup {\circle \finger "3"} c-4^\markup {\hspace #0.0 \circle \finger "3"} d d | } \layout {} } \paper {raggedright=##t} -- Thomas LilyPond 2.6.3 Windows native 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: markup_alignment.png Datum/Date: 1 Sep 2005, 9:05 Größe/Size: 9765 bytes. Typ/Type:Unbekannt markup_alignment.png Description: Binary data ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
tie-dot collision
Hello list, in the following example produces a collision of tie and dot. Could anyone help me to shift the tie up? The "\override TieColumn #'tie-configuration" command doesn't seen to have any effect. What do the values (pos . dir) stand for? Vertical position and direction (1 for up, -1 for down), I suppose? What am I missing? Thank you, Thomas LilyPond 2.7.8 Windows native -- \version "2.7.8" #(ly:set-option 'point-and-click #f) Oberstimme= \relative c' { %\voiceOne \override Voice.TieColumn #'tie-configuration = #'((2 . 1)) ais8-> b4.~b2 | } Unterstimme= \relative c { %\voiceTwo r2 g4-. e-. } Guitarstaff = << \time 2/2 \clef "G_8" \key e \minor \Oberstimme \\ \Unterstimme \\ >> \score { \Guitarstaff \layout {} } \paper { raggedright=##t } -- 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: tie-dot-collision.png Datum/Date: 8 Sep 2005, 13:20 Größe/Size: 8440 bytes. Typ/Type:Unbekannt tie-dot-collision.png Description: Binary data ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Ties in 2.7
Hello list, the following example results in a too narrow, too small tie. What would be the best/easiest way to change this? I have attached the pdf for 2.7.10 and 2.4.6 (which is better imo). Thank you, Thomas LilyPond 2.7.10 Windows native and 2.4.6 cygwin -- \version "2.7.10" #(set-global-staff-size 23) #(ly:set-option 'point-and-click #f) Treble = \relative c' \context Voice = "Treble" { \key a\major \time 5/2 \clef "G_8" \voiceOne e'8 cis a e ~ e4 e e e e cis8 e ~ e fis e4 | e'8 cis a e ~ e4 e e e e cis8 e ~ e fis e4 | } Bass = \relative c \context Voice = "Bass" { \voiceTwo a2 gis g fis gis | a2 gis g fis gis | } staffClassicalGuitar = \new Staff { << \Treble \\ \Bass >> } \score { << \staffClassicalGuitar >> \layout {} } \paper {linewidth= 18 \cm} Anhänge: F:\lilypond\gitarre\Scharkowski\27\tie27.pdf F:\lilypond\gitarre\Scharkowski\tie24.pdf 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: tie27.pdf Datum/Date: 25 Sep 2005, 14:23 Größe/Size: 12133 bytes. Typ/Type:Unbekannt tie27.pdf Description: Binary data 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: tie24.pdf Datum/Date: 25 Sep 2005, 14:35 Größe/Size: 12346 bytes. Typ/Type:Unbekannt tie24.pdf Description: Binary data ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
RE: Ties in 2.7
Thank you Bruce, I thought LilyPond 2.7.10 should be able to produce readable simple ties automatically, as in previous versions. The example I sent is just as bad as early Finale (3.0) output! Thomas > Thomas - > > Take a look at the 'tricks' used in the longer snippet in my posting a > few minutes ago: "FW: How to override bar line?" > > - Bruce > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Thomas Scharkowski Sent: Sunday, September 25, 2005 7:46 AM To: > lilypond-user@gnu.org Subject: Ties in 2.7 > > > Hello list, > > the following example results in a too narrow, too small tie. What > would be the best/easiest way to change this? I have attached the pdf > for 2.7.10 and 2.4.6 (which is better imo). > > Thank you, > Thomas > > LilyPond 2.7.10 Windows native and 2.4.6 cygwin > > -- > > \version "2.7.10" > #(set-global-staff-size 23) > #(ly:set-option 'point-and-click #f) > > Treble = \relative c' \context Voice = "Treble" { > \key a\major > \time 5/2 > \clef "G_8" > \voiceOne > e'8 cis a e ~ e4 e e e e cis8 e ~ e fis e4 | > e'8 cis a e ~ e4 e e e e cis8 e ~ e fis e4 | > } > > Bass =\relative c \context Voice = "Bass" { > \voiceTwo > a2 gis g fis gis | > a2 gis g fis gis | > } > > staffClassicalGuitar = \new Staff { > << > \Treble > \\ > \Bass > >> > } > > > \score { > << > \staffClassicalGuitar > >> > \layout {} > } > \paper {linewidth= 18 \cm} > > Anhänge: > F:\lilypond\gitarre\Scharkowski\27\tie27.pdf > F:\lilypond\gitarre\Scharkowski\tie24.pdf > > ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Page spacing question
Hello list, in LilyPond 2.7.12 Windows native I set annotatespacing=##t and notice a space following "headsep" which is not labeled. Can I access this space somehow? I think this extra space was not there in 2.7.10 IIRC. >From above I have: topmargin headsep - unlabeled space - Y-extent (of the Title) next-padding Y-extent (system one) next-space next-padding .. and so on ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
(Fwd) Page spacing question
Hello list, nobody answered to my question below until now, maybe it's to trivial? Perhaps someone could point me where to look? Thank you, Thomas -- in LilyPond 2.7.12 Windows native I set annotatespacing=##t and notice a space following "headsep" which is not labeled. Can I access this space somehow? I think this extra space was not there in 2.7.10 IIRC. >From above I have: topmargin headsep * unlabeled space * Y-extent (of the Title) next-padding Y-extent (system one) next-space next-padding .. and so on ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Page spacing question
pagetopspace is mentioned in the index (web documentation 2.7.14) but I could not find it elsewhere. Thomas > Thomas Scharkowski wrote: > > Hello list, > > > > in LilyPond 2.7.12 Windows native I set annotatespacing=##t and > > notice a space following "headsep" which is not labeled. Can I > > access this space somehow? I think this extra space was not there in > > 2.7.10 IIRC. > > > > you're looking for pagetopspace, which should be documented in the > manual. I've added it to the page layout diagram too. > > -- > 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: Including artwork
I have tried several eps-files here (LilyPond 2.7.11 Windows native, Windows XP, Ghostscript 8.15) here, none of them worked. LilyPond in some cases produced ps files, but production of pdf never worked. I cannot view the ps files with gsview (only a short flash, so I can see there *is* the file), but this is a known problem. If there is any interest, I could try again and post the error messages. Thomas ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Including artwork
Hi Mats, FYI: I have downloaded box.eps from your site and it worked. I will respect your warning - I had tried different eps-files from different sources and none of them worked - except box.eps you provided. Thomas > As I said, it's produced when you run the markup-eps.ly example, > but I've uploaded a copy at http://www.s3.kth.se/~mabe/box.eps > However, before you spend too much time on this, I should also > warn you that the \epsfile markup command is known to fail with > many EPS files, for example those produced by GIMP. It seems > that nobody has managed to come up with a good explanation, we > probably need some Postscript expert to look into it. > > /Mats > ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: tiny ties
Same problem here. I tried: \override Voice.Tie #'minimum-length = #5 but this has no effect. I don't understand "This requires an appropriate routine for the spacing-procedure property" from the manual, though. Is any other setting neccesary to make it work? Thank you, Thomas LilyPond 2.7.12, Windows XP > Did you try to change the minimum-length property? > What LilyPond version, by the way? > > /Mats > > Edward Neeman wrote: > > Hi list, > > > > I have some ties at the end of a line that appear > > unreadably small, like little dots. It seems that > > \overriding the Tie 'control-points doesn't work > > anymore (bug?) Is there any way to increase the size > > of these ties? > > > > Many thanks, > > Edward Neeman > > ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
autopackage 2.6.4.3 on Kanotix/Debian
Hi list, I have a brand new Kanotix/Debian-sid and installed the autopackage. Everything worked smoothly without any error messages. Now, when I start lilypond, I get the following error: /usr/lib/libstdc++.so.6: version 'GLIBCXX_3.4.6' not found (required by lilypond) shouldn't autopackage take care of dependencies? What is the best way to solve the problem? Or should I better use the Debian package? Thank you, Thomas (new to Linux) ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: autopackage 2.6.4.3 on Kanotix/Debian
I did what you suggested: lilypond-2.6.4.3.x86.package -x and the result is as expected. I have this version of the binary. Now I played around a bit and entered: lilypond-2.6.4.3 And: It works! Isn't this strange? I have to learn more about Linux to understand this, maybe. Or, could I install a 2.7.* version now and use both versions this way? Thomas > Thomas Scharkowski wrote: > > Hi list, > > > > I have a brand new Kanotix/Debian-sid and installed the autopackage. > > Everything worked smoothly without any error messages. Now, when I > > start lilypond, I get the following error: > > > > /usr/lib/libstdc++.so.6: version 'GLIBCXX_3.4.6' not found (required > > by lilypond) > > > > shouldn't autopackage take care of dependencies? > > Hi can you double check that this the 2.6.4.3 binary? the latter is > linked statically against libstdc++, so this should be impossible. If > in doubt, do > >lilypond-2.6.4.3.x86.package -x > > and examine the lilypond-bin-2.6.4.3 binary that is unpacked with ldd. > > > What is the best way to solve the problem? > > > > Or should I better use the Debian package? > > Yes! > > -- > 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
Language of error messages / jEdit
Hi list, I think this is more a linux than a lilypond question, but I dare to ask: How do I change the language of lilypond messages? They are now in german, so jEdit doesn't recognize them and doesn't display them in its error list. I have had this problem some time ago, when I tried LilyPond on Suse 9.1. and could solve it changing some locale settings. Now have LilyPond 2.6.4.3 (from autopackage) on a Kanotix/DebianSid system. I have already changed LC_MESSAGES to unset or "en_US" with no effect on lilypond. Thank you, Thomas (still new to linux) ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Language of error messages / jEdit
LC_ALL is unset, so what could I try next? Thank you for your patience. Thomas > Maybe you have LC_ALL set to german, then it will override LC_MESSAGES > (which in turn overrides LANG). > > /Mats > > Thomas Scharkowski wrote: > > >Hi list, > >I think this is more a linux than a lilypond question, but I dare to > >ask: How do I change the language of lilypond messages? They are now > >in german, so jEdit doesn't recognize them and doesn't display them > >in its error list. I have had this problem some time ago, when I > >tried LilyPond on Suse 9.1. and could solve it changing some locale > >settings. Now have LilyPond 2.6.4.3 (from autopackage) on a > >Kanotix/DebianSid system. I have already changed LC_MESSAGES to unset > >or "en_US" with no effect on lilypond. > > > >Thank you, > >Thomas (still new to linux) > > > > > > > >___ > >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: Guitar notation
> > > ...plus you need to change the clef to a treble cleff with an "8" > > beneath the loop - but I haven't found that clef yet. > > I can't understand why several people ask this question. Because they are guitarists? :-) SCNR Thomas (guitarist) ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Lilypond speed on Windows/Linux
FYI: I have tested LilyPond 2.7.18 on Windows XP and Kanotix/Debian, same box (quite old), same file, same HD, both with jEdit: Windows: 52 seconds Linux: 27 seconds Thomas ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
LilyPond Windows upgrade 2.7.18
from 2.7.17 did not work, no error messages, 2.7.18 full install did work. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: LilyPond Windows upgrade 2.7.18
> Thomas Scharkowski wrote: > > from 2.7.17 did not work, no error messages, > > 2.7.18 full install did work. > > "did not work" ? which means? > > > -- > 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: LilyPond Windows upgrade 2.7.18
Sorry, last one was too fast. -- This means 2.7.18 is not installed, 2.7.17 is still there. Thomas > Thomas Scharkowski wrote: > > from 2.7.17 did not work, no error messages, > > 2.7.18 full install did work. > > "did not work" ? which means? > > > -- > 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
LilyPond for Windows 2.7.19, Python
Convert-ly gives the following error message: -- Traceback (most recent call last): File "C:\Programme\LilyPond\usr\bin\convert-ly.py", line 32, in ? import lilylib as ly File "C:\PROGRA~1\LilyPond\usr\bin\lilylib.py", line 22, in ? import tempfile File "/home/hanwen/src/mingw/mingw/inst/python-2.4.2- 1/usr/lib/python2.4/tempfile.py", line 33, in ? File "/home/hanwen/src/mingw/mingw/inst/python-2.4.2- 1/usr/lib/python2.4/random.py", line 44, in ? ImportError: No module named math Process convert-ly.py exited with code 1 -- In version 2.7.12 it worked, the above error also occurs in 2.7.17 and 2.7.18. Thomas Windows XP ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Collision challenge
I don't know why, but this seems to work: Thomas LilyPond 2.7.19 for Windows > Hi, > > I'm facing some collision problems in a score with three voices on one > staff: > > 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: collision-challenge1.pdf Datum/Date: 3 Dec 2005, 13:52 Größe/Size: 32445 bytes. Typ/Type:Unbekannt collision-challenge1.pdf Description: Binary data 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: collision-challenge1.ly Datum/Date: 3 Dec 2005, 13:51 Größe/Size: 1490 bytes. Typ/Type:Unbekannt collision-challenge1.ly Description: Binary data ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Articulation placement in 2.4.6 and 2.7.19
Hello list, the placement of the articulations is different in the attached pdfs made with 2.4.6 (cygwin) and 2.7.19 (windows) and is incorrect in the 2.7.19 file. Is this a bug? Thomas -- \version "2.4.6" % \version "2.7.19" \header { title = "Gavotte" piece = "Allegro moderato" } staffMandolin = \new Staff { \time 2/2 \relative c'' { \partial 4*2 c4\f( b8 a) | \repeat volta 2 { e'4-. e-. e-. e-. | e( a) g8( f e f) | g4( c,) d( e8 d) | b2\> c4\!\mf( b8 a) | a'4-. a-. a-. a-. | % 2. Zeile } } } staffMandolinII = \new Staff { \relative c'' { \partial 4*2 r2 | \repeat volta 2 { r4 gis4-.\f\< a-. b-. | c\!-- r d( c) | b2 a~ | a4(\> g8 f) e4\!\mf r | r c-. d-. e-. | } } } staffMandolinIII = \new Staff { \relative c' { \partial 4*2 r2 | \repeat volta 2 { r4 e\f-. fis-. gis-. | a-- r b( c) | g!2 f4( c) | e2~\> e8\!\mf e d e | c4-. a-. b-. c-. | } } } \score { \new StaffGroup << \staffMandolin \staffMandolinII \staffMandolinIII >> \midi { \tempo 4 = 88 } \layout { } } \paper { pagetopspace=0 \mm indent=0 \mm } 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: gavotte2719.pdf Datum/Date: 9 Dec 2005, 22:56 Größe/Size: 15903 bytes. Typ/Type:Unbekannt gavotte2719.pdf Description: Binary data 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: gavotte246.pdf Datum/Date: 9 Dec 2005, 23:09 Größe/Size: 16152 bytes. Typ/Type:Unbekannt gavotte246.pdf Description: Binary data ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Articulation placment in 2.4.8 and 2.7.19
Hello list, the placement of the staccato dots is different in the attached pdfs made with 2.4.6 (cygwin) and 2.7.19 (windows) and is incorrect in the 2.7.19 file. Is this a bug? Thomas -- \version "2.4.6" % \version "2.7.19" \header { title = "Gavotte" piece = "Allegro moderato" } staffMandolin = \new Staff { \time 2/2 \relative c'' { \partial 4*2 c4\f( b8 a) | \repeat volta 2 { e'4-. e-. e-. e-. | e( a) g8( f e f) | g4( c,) d( e8 d) | b2\> c4\!\mf( b8 a) | a'4-. a-. a-. a-. | % 2. Zeile } } } staffMandolinII = \new Staff { \relative c'' { \partial 4*2 r2 | \repeat volta 2 { r4 gis4-.\f\< a-. b-. | c\!-- r d( c) | b2 a~ | a4(\> g8 f) e4\!\mf r | r c-. d-. e-. | } } } staffMandolinIII = \new Staff { \relative c' { \partial 4*2 r2 | \repeat volta 2 { r4 e\f-. fis-. gis-. | a-- r b( c) | g!2 f4( c) | e2~\> e8\!\mf e d e | c4-. a-. b-. c-. | } } } \score { \new StaffGroup << \staffMandolin \staffMandolinII \staffMandolinIII >> \midi { \tempo 4 = 88 } \layout { } } \paper { pagetopspace=0 \mm indent=0 \mm } 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: gavotte246.pdf Datum/Date: 9 Dec 2005, 23:09 Größe/Size: 16152 bytes. Typ/Type:Unbekannt gavotte246.pdf Description: Binary data 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: gavotte2719.pdf Datum/Date: 9 Dec 2005, 22:56 Größe/Size: 15903 bytes. Typ/Type:Unbekannt gavotte2719.pdf Description: Binary data ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
PDF size in 2.7.27
Hello list, I have noticed that the size of the pdfs produced by lily 2.7.27 on (windows xp) is much bigger than in previous versions. I have tested the same file unchanged with 2.7.18 Win > 44 KB 2.7.23 Win > 44 KB 2.7.27 Win > 1.220 KB Perhaps there is something wrong? The output looks the same. For me it looks like a problem with the embedding of fonts. In the 2.7.27 pdf the font list shows each of the CenturySchl types Roma, Ital, Bold, several times. Bold 6x Ital 10x Roman more than 30 times! If there is any interest I could send the pdf and the ly-files. Thomas ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Tabulature?
See the manual: 7.5 Guitar 7.5.2 Tabulatures basic Thomas ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
again: PDF size
Nobody answered to my mail from Wednesday (Jan 11), so maybe I am the only one who has this problem? I wrote: -- I have noticed that the size of the pdfs produced by lily 2.7.27 on (windows xp) is much bigger than in previous versions. I have tested the same file unchanged with 2.7.18 Win > 44 KB 2.7.23 Win > 44 KB 2.7.27 Win > 1.220 KB -- Another example: The pdfs produced by lily 2.7.27 are nearly as big as the ps-files! ps 1.768 KB pdf 1.343 KB Now I tried to convert the same ps "manually" with gs 8.51 and the resulting pdf is 91 KB! It seems there is something wrong with the lilypond gs setup. Any hints? Thank you, Thomas ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
(Fwd) Re: Fw: again: PDF size
--- Weitergeleitete Nachricht / Forwarded message --- Von:Thomas Scharkowski <[EMAIL PROTECTED]> An: [EMAIL PROTECTED] Betreff:Re: Fw: again: PDF size Datum: Thu, 19 Jan 2006 07:52:05 +0100 Point and click is disabled in the files in question. Thomas > See the documentation: > http://lilypond.org/doc/v2.7/Documentation/user/lilypond.html#Point- > an d-click > > The point and click links enlarge the output files significantly. > For reducing the size of PDF and PS files, point and click may be > switched off by issuing #(ly:set-option 'point-and-click #f) in a > .ly file. Alternately, you may pass this as an command-line option > lilypond -dno-point-and-click file.ly > > > > > I have noticed that the size of the pdfs produced by lily > > > > 2.7.27 on (windows xp) is much bigger than in previous > > > > versions. I have tested the same file unchanged with > > > > > > > > 2.7.18 Win > 44 KB > > > > 2.7.23 Win > 44 KB > > > > 2.7.27 Win > 1.220 KB > > > > -- > > Toine Schreurs > -- > > > ___ > lilypond-user mailing list > lilypond-user@gnu.org > http://lists.gnu.org/mailman/listinfo/lilypond-user --- Ende der weitergeleiteten Nachricht / End of forwarded message --- ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Removing Indentations and Bar Numbers
Inside the \layout block add: indent = 0 \mm and \context {\Score \remove Bar_number_engraver} Thomas > Having trouble finding these answers in docs: > > 1. How do I configure the first staff on a page so that it isn't > indented? > > 2. How do I completely remove measure numbers? > > Using 2.6. Thank you. > > Lyle > > > ___ > 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
Articulation inside/outside (phrasing) slurs?
Hello all, LilyPond 2.7.38 (WIN) places articulations outside the prasing slur. When I first made the file with 2.7.12 they were inside, which I prefer. How can I override the new behaviour? Thank you, Thomas ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Articulation inside/outside (phrasing) slurs?
Hi Thies, thank you, \override Script #'avoid-slur = #'inside does what I want. I do not understand why this is not default, though. Thomas > Hi Thomas! > > Thomas Scharkowski schrieb: > > LilyPond 2.7.38 (WIN) places articulations outside the prasing slur. > > When I first made the file with 2.7.12 they were inside, which I > > prefer. How can I override the new behaviour? > Example...??? > > In the example below the articulation is set explicitly outside the > phrasing slur. BTW: For me (same version/OS) the example below has it > inside without any tweak. > > Question @experts: I would have expected stacc. articulation above > slur also by setting PhrasingSlur #'avoid-slur = #'... but there was > no effect at all, neither for #'outside, #'inside nor #'around. What's > the difference between setting the property for Script and > PhrasingSlur? > > Example: > > > \score { >\new Staff \relative c'' { > \override Script #'avoid-slur = #'outside > a8 \( c d e a4 -. \) r2 >} > } > > -- > End of example > > Kind regards, > Thies Albrecht > > > ___ > 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
lilypond-book 2.8.1 <> 2.4.6 ?
I havn't used lilypond-book (lily 2.8.1 - Windows XP) for a long time. When processing "lilypond-book --output=out booktest.html" I get this error message: -- Traceback (most recent call last): File "C:\Programme\LilyPond\usr\bin\lilypond-book.py", line 1770, in ? main () File "C:\Programme\LilyPond\usr\bin\lilypond-book.py", line 1700, in main files = do_options () File "C:\Programme\LilyPond\usr\bin\lilypond-book.py", line 1695, in do_options exit (2) File "C:\Programme\LilyPond\usr\bin\lilypond-book.py", line 104, in exit raise _ ('Exiting (%d)...') % i Exiting (2)... Process lilypond-book exited with code 1 -- 2.4.6 on cygwin works as expected. Did I miss something? Could anyone point me in the correct direction? Thanks, Thomas P.S. booktest.html is: \key c \minor c4 es g2 ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: lilypond-book 2.8.1 <> 2.4.6 ?
> Did you call lilypond-book from within a Cygwin command > window or an ordinary Windows command prompt? >From the ordinary Windows command prompt > In the latter case, I hope you have seen the emails in > the mailing list archives describing how to get a working > Python installation. However, this doesn't seem to be the > case here. Hm. I will try to find the information. > I don't have a Windows version available here, but just > tried it in Linux, where your example works without > any problems. Fine. > >/Mats > > Thomas Scharkowski wrote: > > >I havn't used lilypond-book (lily 2.8.1 - Windows XP) for a long > >time. When processing "lilypond-book --output=out booktest.html" I > >get this error message: -- Traceback (most recent call last): > > File "C:\Programme\LilyPond\usr\bin\lilypond-book.py", line 1770, > >in ? > >main () > > File "C:\Programme\LilyPond\usr\bin\lilypond-book.py", line 1700, > >in main > >files = do_options () > > File "C:\Programme\LilyPond\usr\bin\lilypond-book.py", line 1695, > >in do_options > >exit (2) > > File "C:\Programme\LilyPond\usr\bin\lilypond-book.py", line 104, in > > > >exit > >raise _ ('Exiting (%d)...') % i > >Exiting (2)... > >Process lilypond-book exited with code 1 > >-- > > > >2.4.6 on cygwin works as expected. > >Did I miss something? Could anyone point me in the correct direction? > > > >Thanks, > >Thomas > > > >P.S. > >booktest.html is: > > > > > >\key c \minor c4 es g2 > > > > > > > > > > > >___ > >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
Staff: vertical spacing, reduce chord name distance
IIRC in previous versions I could reduce the distance between a staff and chord symbols by this command: \set Staff.minimumVerticalExtent = #'(-4 . 1) In 2.8.1 this is: \override Staff.VerticalAxisGroup #'minimum-Y-extent = #'(-4 . 1) or did I get something wrong? Reducing the space this way dos not work here, increasing does work. Can anyone point me in the right direction? Thank you Thomas Windows XP code: -- \version "2.7.40" #(set-default-paper-size "a6" 'landscape) #(ly:set-option 'point-and-click #f) #(set-global-staff-size 18) Melody =\context Voice = "Melody" { \relative c' {c4 d e r } } ChordSymbols = \context ChordNames \chordmode {c1} GuitarStaff = \context Staff << %\override Staff.VerticalAxisGroup #'minimum-Y-extent = #'(-4 . 12) % works! \override Staff.VerticalAxisGroup #'minimum-Y-extent = #'(-4 . 1) % does not work! \Melody >> Text = \lyricsto "Melody" \new Lyrics { Wet -- ter -- frosch, } \score { << \ChordSymbols \GuitarStaff \Text >> \layout {} } \paper {} ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Which frontend?
Thank you for providing LilyPondTool! I have been working with LilyPondTool since I first tried it and it helps me a lot. Works well on Windows XP and Kanotix/Debian. No need for a graphical frontend for me. Thomas ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Fonts not scaled when changing font tree
When I change the defaults like in the following example (myStaffSize...), the fonts are not scaled to staffsize. When I delete the "myStaffSize" part it works. Is this a bug or did I make a mistake? Thomas Windows XP LilyPond 2.8.1 Code: -- \version "2.7.40" #(set-global-staff-size 26) #(ly:set-option 'point-and-click #f) \header { title = "Title" composer = "Composer" } Melody =\context Voice = "Melody" { \relative c'' { g4 a b g | } } SongStaff = \context Staff { \Melody } Text = \lyricsto "Melody" \new Lyrics { This is my song. } \score { << %\ChordSymbols \SongStaff \Text >> \layout {} } \paper { myStaffSize = #26 #(define fonts (make-pango-font-tree "Times New Roman" "Arial" "Courier New" (/ myStaffSize 26))) ragged-right = ##t } -- Anhänge: F:\lilypond\test\fonts-not-scaled.pdf 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: fonts-not-scaled.ps Datum/Date: 4 May 2006, 11:25 Größe/Size: 15055 bytes. Typ/Type:Unbekannt fonts-not-scaled.ps Description: Binary data ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Page layout, measurement units
Hello all, from the doc: "All units dimensions are measured in staff spaces." I noticed that I cannot change this the usual way e.g. "bottom-margin = 2 \cm" in the paper block. Also from the doc: "You can also define these values in Scheme. ..., #(define bottom-margin (* 2 cm))" This does also not use the cm units, but staff spaces. "annotate-spacing = ##t" shows "20.00" and the space is the same, no matter if I specify nothing (spaces) or cm. Did I overlook something? Greetings, Thomas LilyPond 2.8.2, Windows XP ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Beaming question
For a long "cadenza" passage I want to beam all notes together, but do not succeed: there is the a subdivision before last 16th note, and this note has a small beam in the wrong direction. code: -- \version "2.9.9" #(ly:set-option 'point-and-click #f) \score { \relative c'' { \key a \major \cadenzaOn a64[ gis b32 a gis fis e! dis! cis b ais! b bis cis16 b a gis b a8 fis gis] \cadenzaOff \bar "|" \break } } -- LilyPond 2.9.9 Windows XP 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: beam299.png Datum/Date: 20 Jun 2006, 10:26 Größe/Size: 10257 bytes. Typ/Type:Unbekannt beam299.png Description: Binary data ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Beaming question
With and 2.8.5 2.9.10 I get exactly the same result, so perhaps it's not a bug, but a mistake of mine? Is the code correct for the desired result? Thanks, Thomas > There have recently been some bugs with the beaming in the > development versions. I really recommend you to use the latest > stable version 2.8.x for any serious typesetting. Also, if you use the > development version, please report bugs at bug-lilypond@gnu.org (but > first check the archives to avoid duplicated bug reports). As far as I > know, this bug should be fixed in version 2.9.10. > > /Mats > > Thomas Scharkowski wrote: > > >For a long "cadenza" passage I want to beam all notes together, but > >do not succeed: there is the a subdivision before last 16th note, and > > this note has a small beam in the wrong direction. > > > > > >code: > >-- > >\version "2.9.9" > >#(ly:set-option 'point-and-click #f) > >\score { > > \relative c'' { > > \key a \major > > \cadenzaOn > > a64[ gis b32 a gis fis e! dis! cis b ais! b bis cis16 b a gis b a8 > >fis gis] \cadenzaOff \bar "|"\break } > >} > >-- > > > >LilyPond 2.9.9 > >Windows XP > > > > > >- > >--- > > > >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: beam299.png > > Datum/Date: 20 Jun 2006, 10:26 > > Größe/Size: 10257 bytes. > > Typ/Type:Unbekannt > > > > > >- > >--- > > > >___ > >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
Python scripts on WindowsXP, was: abc2ly on Windows XP
> Laura Conrad wrote: ... > >I remember from reading the mailing list that there's an issue with > >the Python that's in the GUB, and that one has to install python > >separately and make sure that abc2ly is using the separate install > >and not the one in the GUB. Mats answered: > It seems that this is no longer an issue. You can just open a command > prompt and run the program. > At least for me it is still an issue. The python scripts do not work with the LilyPond provided python here. With a sperately installed Python 2.4.2 some do, some don't: (I only "really" used convert-ly, tested the others with just the -- version or --help flag, both 2.8.5 and 2.9.10 versions) working: abc2ly convert-ly etf2ly lilypond-book musicxml2ly midi2ly gives a "Fatal Python error: Interpreter not initialized (version mismatch?)" ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Python scripts on WindowsXP, was: abc2ly on Windows XP
> With version 2.8.5-1, midi2ly works fine. > ... >/Mats Not here: 'import site' failed; use -v for traceback Traceback (most recent call last): File "C:\Programme\LilyPond\usr\bin\midi2ly.py", line 24, in ? import os SystemError: NULL result without error in PyObject_Call Process python exited with code 1 Thomas ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Coexisting 2.8 with 2.4
> I don't see how jEdit can handle both. Two incarnations of jEdit? > Can one instantiation easily flip among multiple installed LilyPond > versions? Alt-l now executes 2.4. Is there a way to set another > shortcut, say Alt-y, to execute 2.8? (Using jEdit 4.2 and LilyTool > 0.2.8.) ... > > - Bruce I don't remember for Lilytool 0.2.8, but in 0.2.9 you can choose between "native" and "cygwin" flavours of LilyPond (Plugin Options). You can use different windows native versions with jEdit if you specify the full path to lilypond each time you change. Or you could use the jEdit command window history and change the path there. Hope this helps, Thomas -- Windows XP jEdit 4.2 LilyTool 0.2.9 LilyPond 2.8.5 (native Windows) LilyPond 2.9.10 (native Windows) LilyPond 2.4.6 (cygwin) :-) ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
RE: Coexisting 2.8 with 2.4
> Thomas, et. al. - > > 9) Your signature tag implies you juggle three LilyPond versions. > How? Hello Bruce, I have kept the cygwin version (2.4.6) because it does not interfere with the native windows version(s) and it still works (indeed I haven't used it for some time). Normally I only use the newest version (2.9.10), if necessary I change to the stable version (2.8.5). You asked how: I have installed one version normally e.g. 2.8.5, and then copied the whole lilypond directory to to a new one e.g. lilypond285 Then I installed the new version. Now I can choose versions with the command line, or change the command in jEdit's plugin options. I am not competent enough to answer your other questions, perhaps except No. 7: IIRC since version 2.6 ps is produced directly and not via tex and dvi. Thomas ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
LilyPond Windows and GSview, was: RE: Coexisting 2.8 with 2.4
Mats wrote: > ... Unfortunately, GSView doesn't > accept LilyPond generated PostsScript files, otherwise viewing the PS > files is a good alternative on most other operating systems. > Gsview works with LilyPond generated ps files if you add the path to the fonts in GSview > Options > Configure Ghostscript > Ghostscript options, e.g.: C:\Programme\Lilypond\usr\share\lilypond\current\fonts\type1\ C:\Programme\Lilypond\usr\share\lilypond\current\fonts\otf\ Thomas, a Windows user who knows what $PATH is :-) ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: First time user, can't seem to compile examples from mutopia
> Just installed lilypond using the script located at > http://download.linuxaudio.org/lilypond/binaries/linux-x86_/lilypond-2 > .8.6-1.linux.sh > > I installed it on an x86 running Debian stable. Tried > to compile the .ly file here: > http://www.mutopiaproject.org/ftp/BachJS/BWV997/bwv997-01prelude_/bwv9 > 97-01prelude.ly > This a quite old file; the LilyPond syntax has changed over the time. You can use the "convert-ly" script to update the input file. Thomas > I get these errors, which I don't understand at all: > > http://pastebin.com/771840 > > > > ___ > 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
Midi block syntax?
LilyPond 2.9.16, Windows XP I get the following error messang: error: syntax error, unexpected \tempo \midi { \tempo 4=104} Has the syntax changed since 2.9.15? Thomas ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Midi block syntax?
I tried to convert a 2.9.15 file using convert-ly before I sent the message to the list: no change! But... conversion works with older files! Thomas > Did you try to upgrade the syntax using convert-ly? > Normally, such changes should also be present in the > NEWS file, but it seems that the new method to specify > MIDI tempo hasn't made it there. > >/Mats > > Thomas Scharkowski wrote: > > >LilyPond 2.9.16, Windows XP > >I get the following error messang: > > > >error: syntax error, unexpected \tempo > > \midi { > >\tempo 4=104} > > > >Has the syntax changed since 2.9.15? > > > >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
New feature with ragged-last-bottom = ##f?
Version 2.9.18 Windows: When I set ragged-last-bottom = ##f \break commands are ingnored, less bar per line are used resulting in more lines and a more even appearance. Is this a new feature? I did not find it in the "NEWS" section of the doc. I looks good but it should be possible to turn it off, though. Thomas ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
(Fwd) New feature with ragged-last-bottom = ##f?
sorry, breaks are not ignored, but new breaks are inserted. --- Weitergeleitete Nachricht / Forwarded message --- Von:Thomas Scharkowski <[EMAIL PROTECTED]> An: lilypond-user@gnu.org Betreff:New feature with ragged-last-bottom = ##f? Datum: Thu, 21 Sep 2006 10:01:15 +0200 Version 2.9.18 Windows: When I set ragged-last-bottom = ##f \break commands are ingnored, less bars per line are used resulting in more lines and a more even appearance. Is this a new feature? I did not find it in the "NEWS" section of the doc. I looks good but it should be possible to turn it off, though. Thomas --- Ende der weitergeleiteten Nachricht / End of forwarded message --- ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
OOoLilyPond "unrecognized option"
Hello list, using OpenOfficeorg 2.0 with OOoLilyPond I get the following message: LilyPond: unrecognized option "-b" and nothing else. Anything I can do about this? Thanks, Thomas Windows XP LilyPond 2.8.6 ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: OOoLilyPond "unrecognized option"
Samuel, thanks for your suggestion. $ lilypond -b eps fragment.ly does work from cmd. I tried LilyPond 2.6.4 for cygwin when it came out some time ago, but could not get it to work (someone else also reported). 2.4.6 cygwin still works fine though, but I rarely use it now. Thomas > Thomas Scharkowski wrote: > > LilyPond: unrecognized option "-b" > LilyPond 2.8.6 on Linux knows this option. On windows this should not be > different. Try to run LilyPond directly on the template to see weather > there is a problem with your LilyPond installation. > > $ lilypond -b eps fragment.ly > > if this does not work try: > > $ lilypond --backend=eps eps fragment.ly > > if the later is working, change the lilypond options in the bash script > OOoLilyPond.sh. > > > If this does not work. Use lilypond 2.6.4 that comes with the cygwin > distribution. > > > regards, > > Samuel ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: OOoLilyPond "unrecognized option"
> Samuel- > This is the problem with your potentially great addition, Cygwin > version(s) of lilypond didn't work for me at all- I never could get it to > go while the current (is 2.8x non or not I don't really know)stable > version works great as did the non-cygwin stable version 2.6x. > I'm kinda hoping that you come up with a way to do this without Cygwin Yes, me too! Thomas ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
eps again
I seem to have the same problem as already reported here: (Windows XP, Lilypond 2.9.22) lilypond -b eps -dno-gs-load-fonts -dinclude-eps-fonts epstest.ly produces an eps-file, which I can view with gsview, and a pdf. I did insert the eps into a odt file, shows as a rectangle (this is normal (?)). Printing gives the following error message: ERROR: undefinedresource OFFENDING COMMAND: findresource STACK: /FontSetInit Thanks, Thomas Code: -- \version "2.9.22" \paper{ indent=0\mm oddFooterMarkup=##f oddHeaderMarkup=##f bookTitleMarkup=##f scoreTitleMarkup=##f ragged-right=##t } \relative c' {c d e f | g a b c} ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: eps again
odt is "OpenDocument Text" (OpenOffice.org) > ... > What is "odt"? > ... ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
eps backend 2.9.23 Windows
Now the eps backend works without "-dinclude-eps-fonts" here, but I still cannot print. I suppose my printer does not understand the binary part of the eps- file. (?) I converted the eps-file using epswrite (GSView), and now I get a "text-only" eps, which I can print. Thomas ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: about rightHandFinger
\override StringFinger #'digit-names = #' #("p" "i" "m" "a" "e") This should be the default IMHO. Thomas > Is there any way to change the P and I for a lowercase p and i? > > digit-names (unknown): #(P I m a x) > > Names for string finger digits. > # (p i m a x) > > Daniel Tonda C > ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user