Re: How do I get rehearsal marks at both end and beginning of lines?
> > > I want a rehearsal mark at the end of one line, and a different > > > rehearsal mark at the beginning of the next line. > > > > Hmm. I've never seen this before. I assume that you use the > > RehearsalMark grob for something different, right? > > I don't understand your question. Something different from what? > > Maybe I want a fermata on a bar line that comes at the end of one > line, and a tempo indication at the beginning of the following line. This is what I've said: You are using the RehearsalMark mechanism to place a fermata and a tempo indication. Neither of them is a real rehearsal marks actually. Werner ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: How do I get rehearsal marks at both end and beginning of lines?
I wrote: > Werner wrote: > > Robert wrote: > > > I want a rehearsal mark at the end of one line, and a different > > > rehearsal mark at the beginning of the next line. > > Hmm. I've never seen this before. I assume that you use the > > RehearsalMark grob for something different, right? > I don't understand your question. Something different from what? > Maybe I want a fermata on a bar line that comes at the end of one > line, and a tempo indication at the beginning of the following line. > I can think of many more situations where I might want a rehearsal > mark at the end of one line and also at the beginning of the next > line. Let me ask my question a different way. Suppose I have a 'Fine' and a rehearsal mark '\markup{\box{"C"}}' occurring at the same bar line. If the bar line comes in the middle of a line, I want the two marks printed together, consecutively. If the bar line comes at the end of a line, I want 'Fine' at the end of the first line, and '\markup{\box{"C"}}' at the beginning of the next line. What is the right way to do it? This situation occurs very often. It happens in a large fraction of the big band charts I've seen, for example. -- Robert ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: How do I get rehearsal marks at both end and beginning of lines?
> This is what I've said: You are using the RehearsalMark mechanism to > place a fermata and a tempo indication. Neither of them is a real > rehearsal marks actually. The user manual recommends using "\mark" for both of those. See section 8.1.3. If the manual is recommending the wrong way, what is the right way? -- Robert ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Making a staff take extra vertical space?
Robert Kennedy wrote: I wonder, though, how I can get it to appear *below* the chords... One method is to typeset the text as a text script instead of using \mark: | c'4^\markup { \huge \line{ \box "C" \bold "(first time only)" }} Then it will be connected to the stave and therefore the chords will move out of the way automatically. I like this suggestion, but unfortunately it seems to demonstrate another bug. The chords move out of the way regardless of whether they would collide with the text script. The result is a bunch of ugly, unnecessary blank space. Thanks for the tip, though. That's also solve in the latest development versions. /Mats ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: How do I get rehearsal marks at both end and beginning of lines?
I think that the whole \mark thing should be rethought by the developers. There should be a way to place markup-s in certain places: - only top staff - aligned to the end/beginning of measure/line/next line. Bert Robert Kennedy írta: This is what I've said: You are using the RehearsalMark mechanism to place a fermata and a tempo indication. Neither of them is a real rehearsal marks actually. The user manual recommends using "\mark" for both of those. See section 8.1.3. If the manual is recommending the wrong way, what is the right way? -- Robert ___ 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: How do I get rehearsal marks at both end and beginning of lines?
> > This is what I've said: You are using the RehearsalMark mechanism > > to place a fermata and a tempo indication. Neither of them is a > > real rehearsal marks actually. > > The user manual recommends using "\mark" for both of those. See > section 8.1.3. > > If the manual is recommending the wrong way, what is the right way? Oh, there is a misunderstanding. I haven't said that this is the wrong way (rather the opposite). I was just wondering what you are actually trying to do. Werner ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Making a staff take extra vertical space?
> That's also solve in the latest development versions. How stable are the development versions? If I try using them, will I be happy or more frustrated? Many thanks for your advice! -- Robert ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Importing the LilyPond macro into OpenOffice 2.1
Hi Mike, Try these instructions instead: - Select from the Menu: "Tools" --> "Macros" --> "Organize Macros" --> "OpenOffice.org Basic..." - Click "Organizer..." - Go to the tab "Libraries" - Select "My Macros & Dialogs" in the drop-down menu under "Location" - Click "Import..." - In the file dialog open the file "C:\Program Files\OOoLilyPond\basic\script.xlb" (assuming you extracted the zip file where the instructions suggest) - In the "Import Libraries" dialog box, click "OK" - Close all open dialog boxes Hope this helps! Patrick ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: How do I get rehearsal marks at both end and beginning of lines?
> Oh, there is a misunderstanding. I haven't said that this is the > wrong way (rather the opposite). I was just wondering what you are > actually trying to do. I see. I explained what I am actually trying to do in a different message. Basically I want "Fine" at the end of one line, and a letter inside a box as a rehearsal mark at the beginning of the following line. Of course if that point in the music happens to come in the middle of a line instead, I want the two marks typeset next to each other. Is there a good way of doing this? -- Robert ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: How do I get rehearsal marks at both end and beginning of lines?
Bertalan Fodor wrote: I think that the whole \mark thing should be rethought by the developers. There should be a way to place markup-s in certain places: - only top staff - aligned to the end/beginning of measure/line/next line. That's all possible by setting the alignment to left or right and/or moving the Mark_engraver from the Score to the Staff context. The only thing that's not supported for the moment is -printing one mark at the end of a line and another at the beginning of the next line, as was requested here. - Printing one mark above the system and another one below the system (for example an up fermata above and a down fermata below). As long as you have several staves, this can be worked around by moving the engraver as mentioned earlier, but not if you want to do it with a single stave. /Mats ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: How do I get rehearsal marks at both end and beginning of lines?
What I normally do is to attach the Fine to a note as a text script and modify the alignment to get it right, but it would be much nicer to be able to attach it to the bar line. /Mats Robert Kennedy wrote: Oh, there is a misunderstanding. I haven't said that this is the wrong way (rather the opposite). I was just wondering what you are actually trying to do. I see. I explained what I am actually trying to do in a different message. Basically I want "Fine" at the end of one line, and a letter inside a box as a rehearsal mark at the beginning of the following line. Of course if that point in the music happens to come in the middle of a line instead, I want the two marks typeset next to each other. Is there a good way of doing this? -- Robert ___ 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: Making a staff take extra vertical space?
Robert Kennedy wrote: That's also solve in the latest development versions. How stable are the development versions? If I try using them, will I be happy or more frustrated? For the moment, they seem fairly stable. If you browse the bug-lilypond and lilypond-devel mailing list archives over the last weeks, you will see that there still are some issues related to the new spacing mechanism, but you will also see that most problems that are reported are fixed within a few days. Note that in general, the development version can have some severe problems, so what I wrote above is about todays status. As far as I know, there are no plans for any more major changes in the 2.11.x series. /Mats ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: How do I get rehearsal marks at both end and beginning of lines?
I also don't like the idea using RehearsalMarks just because TextScripts can not be aligned as you wish. I generally want to RehearsalMarks as they are now (for things like \mark "A"}, but there are some places in the same score when I want to put some scripts aligned to the end of the measure. Bert I think that the whole \mark thing should be rethought by the developers. There should be a way to place markup-s in certain places: - only top staff - aligned to the end/beginning of measure/line/next line. That's all possible by setting the alignment to left or right and/or moving the Mark_engraver from the Score to the Staff context. The only thing that's not supported for the moment is -printing one mark at the end of a line and another at the beginning of the next line, as was requested here. - Printing one mark above the system and another one below the system (for example an up fermata above and a down fermata below). As long as you have several staves, this can be worked around by moving the engraver as mentioned earlier, but not if you want to do it with a single stave. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Lyrics Problem
See http://lists.gnu.org/archive/html/lilypond-user/2007-02/msg6.html /Mats [EMAIL PROTECTED] wrote: Hello! First of all thanks for your help. I already looked at that section of the manual, but somehow I didn't got it to work. With your help it now compiles without errors and warnings, but there is one thing I want to change: Now the lyrics are beneath the staffs, but I want them to be above (because they belong to the first trumpet). If I try something like: \new PianoStaff << \new Lyrics \lyricsto trumpetI \text \new Staff { \clef treble \key f \major << \new Voice = trumpetI { \voiceOne \trumpetone } \\ \trumpettwo >> } \new Staff { \clef bass \key f \major << \tromboneone \\ \trombonetwo >> } >> I get the error that Voice trumpetI is not known. That's because the voice is declared after \new Lyrics ... - Any idea how to solve this? Greets Robert -Original Message- Date: Thu, 01 Feb 2007 13:44:44 +0100 Subject: Re: Lyrics Problem From: Mats Bengtsson <[EMAIL PROTECTED]> To: 9-bert <[EMAIL PROTECTED]> Basically, what you have to do is to provide a name to the corresponding voice of music and then refer to that with \lyricsto, see the sections on lyrics in the manual. In your example, it would look something like mylyrics = \lyricmode{ Hi, here's some ly -- rics } \score{ << \new PianoStaff << \new Staff { \clef treble \key f \major << \new Voice = trumpetI {\voiceOne \trumpetone} \\ \trumpettwo >> } \new Staff { \clef bass \key f \major << \tromboneone \\ \trombonetwo >> } >> \new Lyrics \lyricsto trumpetI \myLyrics >> } /Mats ___ 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: Lilypond-book indentation
Could you please try to reduce this to a small but complete example file that can be processed directly, where you have removed the use of liturgix and other packages and settings that shouldn't affect the result. You might even find the answer to your problem yourself during that process. /Mats Matthew Syvinski wrote: Thank you for your willingness to look at this. Background info: This is part of what is intended to be a LARGE liturgical work. Package "liturgix" is basically a set of convenience functions I wrote for typesetting Orthodox liturgical works. I can't imagine that it has ANY interaction with LilyPond, since it is never called within LilyPond, nor is LilyPond called from within these commands. The parent LaTeX document looks like this: \documentclass[letterpaper,12pt]{article} \usepackage{liturgix} \usepackage{pslatex} \usepackage{multicol} \usepackage{graphicx} \setlength{\parindent}{0in} \oddsidemargin 0.0in \textwidth 6.5in \textheight 9.25in \topmargin 0.0in \headheight 0.0in \headsep -0.3in %\footheight 0.1in \title{The Paschal Liturgy, including the Reading of the Acts of the Apostles, Midnight Office, Matins of the Resurrection, and the Divine Liturgy of St. John Chrysostom} \begin{document} \begin{center} \Huge{The Paschal Liturgy}\\* \Large{comprising the Reading of the Acts of the Apostles,\\*Midnight Office, Matins of the Resurrection,\\*and the Divine Liturgy of St. John Chrysostom}\\~\\ \end{center} \input{acts.latex} % Reading of the Acts of the Apostles \input{midoff.latex} % Midnight Office \input{resmat.latex} % Matins of the Resurrection The music is called from within resmat.latex. The referencing LaTeX document looks like this: \litsec{Matins of the Resurrection} \litsubsec{Thy Resurrection} \rubric{At midnight, all lights in the church are extinguished, except for one in the altar. The following is sung thrice by the clergy, then sung continuously by the people during the procession.} \tone{Stichera, Tone Six} \lilypondfile[quote]{./resmat/thyres.ly} The odd-looking commands are from custom "liturgix" The music (LilyPond file) called from resmat.latex looks like this (it is partially done because I wanted to test first). I get a musical score (correctly written), but the indent problem is present: \version "2.10.12" \include "english.ly" \paper{ left-margin = 0.0\in line-width = 6.0\in } sopranoLine = { #(set-accidental-style 'forget) \clef treble \key g \major \set Score.timing = ##f \override Staff.TimeSignature #'transparent = ##t g'4 g'\breve g'4 fs'2 g'2^\fermata \bar "|" % bar 1 a'4 a'4 a'4 a'4 a'2 g'2 a'2^\fermata \bar "|" % bar 2 b'4 b'4 b'4 a'2 g'2 fs'2^\fermata \bar "|" % bar 3 g'4 g'4 g'4 g'4 g'4 g'4 g'2 g'4 fs'4^\fermata fs'4^\fermata g'1^\fermata \bar "|." % bar 4 } %{ altoLine = { #(set-accidental-style 'forget) \clef treble \key g \major \set Score.timing = ##f \override Staff.TimeSignature #'transparent = ##t } tenorLine = { #(set-accidental-style 'forget) \clef bass \key g \major \set Score.timing = ##f \override Staff.TimeSignature #'transparent = ##t } bassLine = { #(set-accidental-style 'forget) \clef bass \key g \major \set Score.timing = ##f \override Staff.TimeSignature #'transparent = ##t } %} lyricsLine = \lyricmode { \set fontSize = #0 Thy "resurrection, O Christ" our Sa -- vior \bar "|" The an -- gels in Hea -- ven sing. \bar "|" En -- a -- ble us on earth \bar "|" to glo -- ri -- fy Thee in pur -- i -- ty of heart. \bar "|" } \score { << \new Voice = "upper" { \autoBeamOff \sopranoLine } \new Lyrics \lyricsto "upper" \lyricsLine >> \layout { ragged-right = ##f indent = 0.0\in line-width=6.0\in} } Mats Bengtsson wrote: >I can't repeat the problem. Could you please send a small >example file to the mailing list illustrating the problem. > > /Mats >Matthew Syvinski wrote: >>I know this has been discussed before, and I've searched the mailing list, >>but I can't seem to find a solution for the version I am using (2.10.12). >> >>I want to make lilypond-book stop indenting the first line of music. >>Failing that, I *NEED* to make lilypond-book stop overhanging the first line >>of music to the right (i.e. the first line of music juts out to the right by >>the same distance it is indented). >> >>When I use the quote option with \lilypondfile{}, it indents 0.33 inch. If >>I don't, it indents 1.25 inch. The noindent and indent=x\in options won't >>work (I tried using a negative indent length). >> >>I'm using lilypond 2.10.12 and MiKTeX 2.5 on WindowsXP. >> >>Can anyone please help? >> >>Many, many thanks! >> >>Wayne Matthew Syvinski ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user -- =
Re: Causing dyanmic text to overlap?
I tried \override DynamicText #'X-extent = #'(0 . 0) and expected it to work, but it doesn't completely, even though you do get some overlap. /Mats Trevor Bača wrote: Hi, We usually want to avoid collisions at all cost. But is it possible to get the fortissimo below to vertically alignment perfectly with the surrounding pianissimi, sitting at exactly staff-padding = #8 (and keeping the tight spacing of the 32nds, achieve through proportionalNotationDuration)? This is essentially the same question as asking whether there are settings that we can use to *allow* dynamic text to overprint. %%% BEGIN %%% \version "2.11.15" \new Score \with { proportionalNotationDuration = #(ly:make-moment 1 32) \override DynamicText #'outside-staff-priority = ##f \override DynamicText #'staff-padding = #8 %\override DynamicText #'extra-spacing-width = #'(+inf.0 . -inf.0) %\override DynamicText #'non-musical = ##t } { c'32 \pp c'32 \ff c'32 \pp c'32 c'32 c'32 c'32 c'32 c'4 c'4 c'4 } %%% END %% ___ 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: convert-ly broken in 2.10/11.15?
Thank you Robert and Werner. Werner's suggestion led me to compare the convert-ly scripts in a copy of 2.10.13 and 2.10.15. The path for MacOS is LilyPond.app -> Contents -> Resources -> bin -> convert-ly . The following lines were missing in 2.10.15: datadir = '/usr/share/lilypond/2.10.13' if not os.path.isdir (datadir): datadir = '/usr/share/lilypond/2.10.13' sys.path.insert (0, os.path.join (datadir, 'python')) # dynamic relocation, for GUB binaries. bindir = os.path.abspath (os.path.split (sys.argv[0])[0]) for p in ['share', 'lib']: datadir = os.path.abspath (bindir + '/../%s/lilypond/current/ python/' % p) sys.path.insert (0, datadir) I copied, then pasted them into the 2.10.15 convert-ly script, then changed the occurrences of "2.10.13" to "2.10.15" in the copied text. All is well until 2.10/11. 16 comes outl Always learning... Stan On Feb 2, 2007, at 1:35 AM, Werner LEMBERG wrote: Traceback (most recent call last): File "/Users/ssanders/Documents/Lilypond stuff/LilyPond 2.11.x/ LilyPond.app/Contents/Resources/bin/convert-ly", line 22, in ? import lilylib as ly ImportError: No module named lilylib I think Han-Wen has fixed this already in the GIT repository. As a workaround, edit the installed convert-ly script and replace this: for d in ['@lilypond_datadir@', '@lilypond_libdir@']: sys.path.insert (0, os.path.join (d, 'python')) with this: for d in ['/usr/local/share/lilypond/2.11.14', '/usr/local/lib/lilypond/2.11.14']: sys.path.insert (0, os.path.join (d, 'python')) (assuming that lilypond has been installed in /usr/local/share, of course). Werner ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Lilypond-book indentation
OK, I have reduced the test case and eliminated dependence on custom package liturgix. The music still indents. Here is the LaTeX file (pascha.latex): \documentclass[letterpaper,12pt]{article} \usepackage{pslatex} \usepackage{multicol} \usepackage{graphicx} \setlength{\parindent}{0in} \oddsidemargin 0.0in \textwidth 6.5in \textheight 9.25in \topmargin 0.0in \headheight 0.0in \headsep -0.3in %\footheight 0.1in \title{The Paschal Liturgy, including the Reading of the Acts of the Apostles, Midnight Office, Matins of the Resurrection, and the Divine Liturgy of St. John Chrysostom} \begin{document} \begin{center} \Huge{The Paschal Liturgy}\\* \Large{comprising the Reading of the Acts of the Apostles,\\*Midnight Office, Matins of the Resurrection,\\*and the Divine Liturgy of St. John Chrysostom}\\~\\ \end{center} \section*{Matins of the Resurrection} \subsection*{Thy Resurrection} \textit{At midnight, all lights in the church are extinguished, except for one in the altar. The following is sung thrice by the clergy, then sung continuously by the people during the procession.} ~\\ \textbf{Stichera, Tone Six} \lilypondfile[quote]{./thyres.ly} \end{document} Here is the LilyPond file (thyres.ly) \version "2.10.12" \include "english.ly" #(set-default-paper-size "letter") \paper{ left-margin = 0.0\in line-width = 6.0\in } %{ \header { tagline = "" } %} sopranoLine = { #(set-accidental-style 'forget) \clef treble \key g \major \set Score.timing = ##f \override Staff.TimeSignature #'transparent = ##t g'4 g'\breve g'4 fs'2 g'2^\fermata \bar "|" % bar 1 a'4 a'4 a'4 a'4 a'2 g'2 a'2^\fermata \bar "|" % bar 2 b'4 b'4 b'4 a'2 g'2 fs'2^\fermata \bar "|" % bar 3 g'4 g'4 g'4 g'4 g'4 g'4 g'2 g'4 fs'4^\fermata fs'4^\fermata g'1^\fermata \bar "|." % bar 4 } %{ altoLine = { #(set-accidental-style 'forget) \clef treble \key g \major \set Score.timing = ##f \override Staff.TimeSignature #'transparent = ##t } tenorLine = { #(set-accidental-style 'forget) \clef bass \key g \major \set Score.timing = ##f \override Staff.TimeSignature #'transparent = ##t } bassLine = { #(set-accidental-style 'forget) \clef bass \key g \major \set Score.timing = ##f \override Staff.TimeSignature #'transparent = ##t } %} lyricsLine = \lyricmode { \set fontSize = #0 Thy "resurrection, O Christ" our Sa -- vior \bar "|" The an -- gels in Hea -- ven sing. \bar "|" En -- a -- ble us on earth \bar "|" to glo -- ri -- fy Thee in pur -- i -- ty of heart. \bar "|" } \score { << \new Voice = "upper" { \autoBeamOff \sopranoLine } \new Lyrics \lyricsto "upper" \lyricsLine >> \layout { ragged-right = ##f indent = 0.0\in line-width=6.0\in} } ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
reference manual, examples and MIDI
Hello! I am new to the world of Lilypond. I have to say that I am fascinated by the beautiful output it produces. But it's also a very complex program and I find myself confused many times. I am working with version 2.10.14 I would like to know if someone can help me with the following. While reading the Manual I find references to elements I am not sure what or where they are. In particular, I have some problems with the following: When the manual says "See Program Reference" (for example, See Program Reference TimeScaleMusic), What does it mean? Where do I find or see the program reference? And when it says "see examples" (as in See Example: input/regresion/tuplet-nest.ly), where do I find those examples, how do I call them? Lasatly, how do you invoke the midi 2 ly command. I read the manual but am unsure. Do I include the 3 dots? Will there be a new file? Where will I find it? Thanks in advance!! Marc ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
RSS/Atom feed for new releases?
Hello all, Is there any RSS (or Atom) feed currently set up to track new releases? I try to keep up with the latest stable release of LilyPond, but in order to do so I have to visit the website periodically, which I can never remember to do. I took a look at the git page, and there seems to be feeds on most of the pages, but I'm not sure which one I would need to subscribe to in order to be notified of new releases. Is there any feed set up currently, or is there any possibility that one could be created? Thanks a lot! -- Benjamin D. Esham [EMAIL PROTECTED] | AIM: bdesham128 | Jabber: same as e-mail Wikipedia, the free encyclopedia•http://en.wikipedia.org ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Problems with LilyPond 2.11.15
Hi there! I'm sorry if this is not the exact place to post this kind of issues... if that is the case, please redirect me to the right place. Anyway, here it goes. Up to this morning, I've been using version 2.11.14 without any problem. Today I decided to download and install the brand new 2.11.15. And here's where my problems began... I tried converting a file from within jEdit... no way. No big deal... I opened a comand prompt and did it manually from there. The result does not seem to be any different from what I've already typed. Anyway, I went back to jEdit and ran lilypond over the file. Everything went fine until the program tried to make the final pdf file... it could not. Here's the resulting output: - This is a console shell for running LilyPond and related commands. Enter %help to see the available special commands. LilyPond ready. %lilypond %args "C:\Documents and Settings\DiosnelH\My Documents\Scores\Moreno Torroba\Suite Castellana\suite_castellana.ly" Processing `C:/Documents and Settings/DiosnelH/My Documents/Scores/Moreno Torroba/Suite Castellana/suite_castellana.ly' Parsing... Interpreting music... [8][16][24][32][40][48][56][64][72][80][88][90] Preprocessing graphical objects... Interpreting music... C:/Documents and Settings/DiosnelH/My Documents/Scores/Moreno Torroba/Suite Castellana/suite_castellana.ly:163:23: warning: cannot find start of (de)crescendo <<{8[ \! ] [ ] [ ] b'>[ ]}\\ [8] warning: Ignoring grob for slur: DynamicLineSpanner. avoid-slur not set? [16] C:/Documents and Settings/DiosnelH/My Documents/Scores/Moreno Torroba/Suite Castellana/suite_castellana.ly:193:55: warning: Ignoring grob for slur: DynamicLineSpanner. avoid-slur not set? <<{\set doubleSlurs = ##t \times 2/3 {8 \>( ) (} \times 2/3 {) ( )\!} 4 8 \set doubleSlurs = ##f }\\ [24] C:/Documents and Settings/DiosnelH/My Documents/Scores/Moreno Torroba/Suite Castellana/suite_castellana.ly:201:23: warning: cannot find start of (de)crescendo <<{8[ \! ] [ ] [ ] b'>[ ]}\\ [32][33] Preprocessing graphical objects... Interpreting music... [8][16][24][32][40][48][56][64][72][80][88][93] Preprocessing graphical objects... warning: outside-staff object DynamicLineSpanner has an empty extent warning: outside-staff object DynamicLineSpanner has an empty extent warning: too many colliding rests Layout output to `suite_castellana.ps'... Converting to `suite_castellana.pdf'...'gs' is not recognized as an internal or external command, operable program or batch file. `gs -q -dDEVICEWIDTHPOINTS#595.28 -dDEVICEHEIGHTPOINTS#841.89 -dCompatibilityLevel#1.4 -dNOPAUSE -dBATCH -r1200 -sDEVICE#pdfwrite -sOutputFile#"suite_castellana.pdf" -c .setpdfwrite -f "suite_castellana.ps"' failed (1) c:/Program Files/LilyPond/usr/bin/../share/lilypond/current/ly/init.ly:37:1: error: GUILE signaled an error for the expression beginning here # (if (or (pair? toplevel-scores) output-empty-score-list) c:/Program Files/LilyPond/usr/bin/../share/lilypond/current/ly/init.ly:37:5: error: syntax error, unexpected '(', expecting '=' #(if (or (pair? toplevel-scores) output-empty-score-list) programming error: Parsed object should be dead: static scm_unused_struct* Prob::mark_smob(scm_unused_struct*) continuing, cross fingers programming error: Parsed object should be dead: static scm_unused_struct* Context_def::mark_smob(scm_unused_struct*) continuing, cross fingers programming error: Parsed object should be dead: static scm_unused_struct* Grob::mark_smob(scm_unused_struct*) continuing, cross fingers error: failed files: "C:\\Documents and Settings\\DiosnelH\\My Documents\\Scores\\Moreno Torroba\\Suite Castellana\\suite_castellana.ly" Processing time: 15 seconds LilyPond ready. -- I'm attaching my .ly file just in case. The first thing I can think of to solve this is to roll back to 2.11.14, but maybe there's a problem with the win installer and somebody can look into it. Regards, Diosnel Herrnsdorf % Suite Castellana, de Federico Moreno Torroba % digitación original de Andrés Segovia % según edición de Ricordi Americana BA12925 \version "2.11.14" \paper{ #(set-paper-size "a4") } \header{ title = "Suite Castellana" composer = "Federico Moreno Torroba" instrument = "Guitarra" arranger = "Digitación: Diosnel Herrnsdorf" copyright = "© 2007 Diosnel Herrnsdorf" tagline = \markup \small \center-align {"Music engraving by Lilypond 2.11.15 â www.lilypond.org" \smaller "ref. Ricordi Americana BA12925"} } %macros acelera = \markup { \small \italic {accel.} } allegro = \markup{ \bold {Allegro, tempo di fandango} } expresion = \markup { \smaller \italic {espr.} } igual = \markup { \small \italic {a tempo} } lento = \markup{ \bold {Lento} } malento = \ma
Re: reference manual, examples and MIDI
Marc Dimmick wrote: When the manual says "See Program Reference" (for example, See Program Reference TimeScaleMusic), What does it mean? Where do I find or see the program reference? http://lilypond.org/doc/v2.10/Documentation/ And when it says "see examples" (as in See Example: input/regresion/tuplet-nest.ly), where do I find those examples, how do I call them? Err, this is a trickier (and much nastier!) one. I'll fix this one the weekend... for now just ignore all the "input/regression/" info. If it says "input/test/" then look at "Tips and Tricks" on the above page. Lasatly, how do you invoke the midi 2 ly command. I read the manual but am unsure. Do I include the 3 dots? Will there be a new file? Where will I find it? You need to use the command line of your operating system. For OSX, this is called the "terminal". For Windows, it's called "dos shell" or "command shell" or something like that. Please consult documentation for your operating system for help with this. Cheers, - Graham ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: reference manual, examples and MIDI
2007/2/2, Marc Dimmick <[EMAIL PROTECTED]>: Hello! I am new to the world of Lilypond. I have to say that I am fascinated by the beautiful output it produces. But it's also a very complex program and I find myself confused many times. I am working with version 2.10.14 Welcome to LilyPond :) I would like to know if someone can help me with the following. While reading the Manual I find references to elements I am not sure what or where they are. In particular, I have some problems with the following: When the manual says "See Program Reference" (for example, See Program Reference TimeScaleMusic), What does it mean? Where do I find or see the program reference? And when it says "see examples" (as in See Example: input/regresion/tuplet-nest.ly), where do I find those examples, how do I call them? Firstable, I don't know if you're reading the documentation in PDF or in online browsable HTML. You'd better browse the HTML version, which is far more convenient and has many extra hypertext features. Look, for instance, at http://lilypond.org/doc/v2.10/Documentation/ you'll see every documentation resources you may need. The Program Reference (the link is in the right column) is, however, a rather advanced piece, which you probably won't require before a while. As LilyPond is free software, everyone can contribute to its developement and therefore, the documentation is half user- , half developer-oriented. For a standard human being like you and me (i.e. non a martian-god-coder-whatever...), the Tutorial (which has recently been rewritten by Graham Percival) and the User Manual are good places to start. There are, as far as I know, three kinds of examples in LilyPond documentation. The first kind is the short (simple) examples you can find in the Tutorial or the Manual. They come as small PNG images, which you can click on; if you do, you'll see the exact .ly input file which has been used to produce this example. Those examples are easily pastable in your own LilyPond files, to see how it works. The second kind is the link "examples" on the page I just mentioned. These are full samples, beautiful scores by "real" composers, just to show you what LilyPond can produce. The last kind are the "examples" or "example files" links in the manual. These are the examples you were talking about. As a matter of fact, these pages are "regression tests", which give the coders the ability to check if LilyPond new versions are compatible with each features of the previous ones. You can, of course, click on the links but be aware that you're typically going in some developer-oriented area... Lasatly, how do you invoke the midi 2 ly command. I read the manual but am unsure. Do I include the 3 dots? Will there be a new file? Where will I find it? You didn't mention which OS you're running. If you are on Windows, first install python : http://www.python.org/download/ Then open a command line with "Start button">run>"cmd" If your file, say, test.mid is in Program Files\Lilypond\usr\bin then do cd "Program Files\Lilypond\usr\bin" python midi2ly.py test.mid If your file is on the Desktop, (the last time I tried on Windows, this is the only way I could do that: ) cd \ cd "Program Files\Lilypond\usr\bin" python midi2ly.py "C:\Documents and Settings\Your Name\Desktop\test.mid" -and then move test.ly "C:\Documents and Settings\Your Name\Desktop" There should be some simpler way, but there seems to be a problem with the PATH variable on Windows. Thanks in advance!! You're welcome :) Next time, don't forget to mention which OS you're running... Valentin ___ 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: Problems with LilyPond 2.11.15
Diosnel Herrnsdorf wrote: Hi there! I'm sorry if this is not the exact place to post this kind of issues... if that is the case, please redirect me to the right place. ... Interpreting music... C:/Documents and Settings/DiosnelH/My Documents/Scores/Moreno Torroba/Suite Castellana/suite_castellana.ly:163:23: warning: cannot find start of (de)crescendo <<{8[ \! ] [ ] [ ] b'>[ ]}\\ ... <<{a'4.^\lento \times 2/3 {\slurDown gis16( a gis)} e2}\\{e,8\rest e cis'4 s8 e, b'4}\\ {\once \override NoteColumn #'force-hshift = #-0.05 a2 \once \override NoteColumn #'force-hshift = #-0.03 gis}\\{a,2\p a}>> | <<{4. \times 2/3 {\slurDown e'16( fis e)} d4. a'8}\\{s8 e, ais4 e8\rest f a4\<}\\{s1}\\{a,2 a}>> | <<{8[\! ] [ ] [ ] [ ]}\\ {a,1\mf}\\{s4 \acciaccatura e'''8( \once \override NoteColumn #'force-hshift = #-0.1 \once \override Stem #'transparent = ##t d4) s \acciaccatura c8( \once \override NoteColumn #'force-hshift = #-0.1 \once \override Stem #'transparent = ##t b4)}>> | \break It appears that the pair \< \! is not voiced correctly, if I read the warning well. If \! of line 163 is instead also attached to the lower voice at the same time (i.e. first note of line 164) , this warning disappears: <<{8[ ] [ ] [ ] b'>[ ]}\\ {a,1\mf\!}\\{s4 \acciaccatura e'''8( \once \override NoteColumn #'force-hshift = #-0.1 \once \override Stem #'transparent = ##t d4) s \acciaccatura c8( \once \override NoteColumn #'force-hshift = #-0.1 \once \override Stem #'transparent = ##t b4)}>> | \break I guess the same holds for the second warning. I tried this with 2.8.8. Maybe 2.11.891 has independent bugs, I don't know. Rutger ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
make-dynamic-script shows mysterious aligning behaviour
Hi at all, (using version 2.10.14) make-dynamic-script is a nice feature, but there seems to be a bug, from which I don't know, wether it is a lilypond bug or a font bug or something like that: If You have a crescendoText and then an own dynamic with normal text, the dynamic will not align exactly with the crescendoText. To make it more complicated, there is not the same behaviour for all characters! In the following I've listed the lower case characters, which show a different behaviour ( 1. with "?" they are aligned about .4 or .5 staff spaces too high, 2. with "." they are aligned about .1 or .2 staff spaces too low, 3. and the one with "-" [t] is aligned about only .1 or .2 staff spaces too high, whereas all upper cases seem to align wrong in the same way, about .1 or .2 staff spaces too low. ): a b c d e f g h i j k l m n o p q r s t u v w x y z ? . ? . ? . ? . . . . . ? ? ? ? ? ? ? - ? ? ? ? ? ? And to make it much more complicated (and this might be the reason, why this bug is difficult to find), the much too high aligning lower cases (acegmnopqrsuvwxyz) show this behaviour only then, if there is now character together with them, which aligns a bit too low (bdfhijkl), in which case all is only aligned a bit too low and not so easy to see. In the attached minimal example file there is the new own dynamic "aa", which aligns obviously too high, and removing it with ab, You can hardly see the little bit too low aligning ... I would like to read some comments to this. Best Regards Roland \version "2.10.14" % on debian sarge 3.1 \layout { ragged-right = ##t } aa = #(make-dynamic-script (markup #:line(#:normal-text #:italic "aa"))) \relative c''{ \override Score.SeparationItem #'padding = #7 \setTextCresc \set crescendoText = \markup { \italic \raise #-.5 "p" \hspace #1.5 } c4 \< c \! c-\aa } ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Problems with LilyPond 2.11.15
Thank you, Roger. I'm aware of the apparent problems with the (de)crescendo hairpins, but those did not seem to bother the previous version. The real problem seems to lie way down, when lilypond tries to write a pdf file from the ps output... Thanks again, Diosnel - Original Message - From: "Rutger Hofman" <[EMAIL PROTECTED]> To: "Diosnel Herrnsdorf" <[EMAIL PROTECTED]> Cc: Sent: Friday, February 02, 2007 20:31 Subject: Re: Problems with LilyPond 2.11.15 Interpreting music... C:/Documents and Settings/DiosnelH/My Documents/Scores/Moreno Torroba/Suite Castellana/suite_castellana.ly:163:23: warning: cannot find start of (de)crescendo <<{8[ \! ] [ ] [ ] b'>[ ]}\\ ... <<{a'4.^\lento \times 2/3 {\slurDown gis16( a gis)} e2}\\{e,8\rest e cis'4 s8 e, b'4}\\ {\once \override NoteColumn #'force-hshift = #-0.05 a2 \once \override NoteColumn #'force-hshift = #-0.03 gis}\\{a,2\p a}>> | <<{4. \times 2/3 {\slurDown e'16( fis e)} d4. a'8}\\{s8 e, ais4 e8\rest f a4\<}\\{s1}\\{a,2 a}>> | <<{8[\! ] [ ] [ ] [ a'>]}\\ {a,1\mf}\\{s4 \acciaccatura e'''8( \once \override NoteColumn #'force-hshift = #-0.1 \once \override Stem #'transparent = ##t d4) s \acciaccatura c8( \once \override NoteColumn #'force-hshift = #-0.1 \once \override Stem #'transparent = ##t b4)}>> | \break It appears that the pair \< \! is not voiced correctly, if I read the warning well. If \! of line 163 is instead also attached to the lower voice at the same time (i.e. first note of line 164) , this warning disappears: <<{8[ ] [ ] [ ] b'>[ ]}\\ {a,1\mf\!}\\{s4 \acciaccatura e'''8( \once \override NoteColumn #'force-hshift = #-0.1 \once \override Stem #'transparent = ##t d4) s \acciaccatura c8( \once \override NoteColumn #'force-hshift = #-0.1 \once \override Stem #'transparent = ##t b4)}>> | \break I guess the same holds for the second warning. I tried this with 2.8.8. Maybe 2.11.891 has independent bugs, I don't know. Rutger ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Moving markup box above chord names in a leadsheet?
In making lead sheets, I would like to have the part indication box 'c4^ \markup {\box {chorus}}' appear above the chord-names instead of between staff and chord names. I've been searching for hours after a solution but to no avail. Any suggestions? As a new Lilypond user I wonder why the note length specifying logic is not extended to tuplets also; ie. in addition to 1 2 4 8 ... you would have the tuplets 3 6 12 ... 20 40 ... and so on? It seems a litter overkill to use the \times command on simple triplets. -seppo silaste p.s. I made a program that enables me to write a leadsheet for Lilypond like this (view it with a monospaced font to see the logic of the formatting): \tempo 4=74 g2:m es g:md:m |bb4/4 g4 g16 g a bes r2 | g8. g16 g g8 f16 d4 r | Puu-pa--nee-li-aruu-su--ta-pet-ti--a c1 es2bes | c8 bes16 c~c8 bes16 c r16 c8 bes16 c8 d | es4 r2.| muo-vimat--tojajoil-laluis-tel--la etc. (the lyrics are in finnish). '|bb4/4' means b-flat major in 4/4. Repeats can be added with '|: ... :|'. The ''-tag will appear in a box above the staff. The text between < and > can be anything. It will be attached as a '\markup' to the nearest note on the melody line below. In this case it will be attached to the 'g4'. The syllables in the lyrics may be separeted with any number (>0) of '-':s. This format makes it a lot easier (at least for me) to keep track of where I'm going. The program Lilylead parses this file and feeds it to Lilypond. Anyone iterested can get it from me (opensource ;o) ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: reference manual, examples and MIDI
Quoting Valentin Villenave <[EMAIL PROTECTED]>: You didn't mention which OS you're running. If you are on Windows, first install python : http://www.python.org/download/ Then open a command line with "Start button">run>"cmd" If your file, say, test.mid is in Program Files\Lilypond\usr\bin then do cd "Program Files\Lilypond\usr\bin" python midi2ly.py test.mid No, no, that's not necessary anymore. midi2ly and the other additional programs work out of the box in Windows in version 2.10 and 2.11. /Mats ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: RSS/Atom feed for new releases?
The releases used to be announced on the mailing list info-lilypond@gnu.org, but it seems this hasn't been done for the last month or so. /Mats Quoting Benjamin Esham <[EMAIL PROTECTED]>: Hello all, Is there any RSS (or Atom) feed currently set up to track new releases? I try to keep up with the latest stable release of LilyPond, but in order to do so I have to visit the website periodically, which I can never remember to do. I took a look at the git page, and there seems to be feeds on most of the pages, but I'm not sure which one I would need to subscribe to in order to be notified of new releases. Is there any feed set up currently, or is there any possibility that one could be created? Thanks a lot! -- Benjamin D. Esham [EMAIL PROTECTED] | AIM: bdesham128 | Jabber: same as e-mail Wikipedia, the free encyclopedia•http://en.wikipedia.org ___ 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: RSS/Atom feed for new releases?
Mats Bengtsson escreveu: > The releases used to be announced on the mailing list > info-lilypond@gnu.org, but it seems this hasn't been done > for the last month or so. Yes; this is laziness on my part. I think there are a couple of sites that track what's happening to lilypond (eg. versiontracker.com); You could subscribe to their feeds. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen LilyPond Software Design -- Code for Music Notation http://www.lilypond-design.com ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
[no subject]
Dear all, I use Trillspanners without the "tr" at the beginning (left side) for "vibrato ampio" Yesterday Night I downloaded the last version of LP (2.11.15-1). Now my tweak below does not work any more but I'am not sure if this is the reason \override Voice.TrillSpanner #'edge-text = #'("" . "") I put it into the \newStaff { Thank you for help ole ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re:
On 2/2/07, Ole Schmidt <[EMAIL PROTECTED]> wrote: Dear all, I use Trillspanners without the "tr" at the beginning (left side) for "vibrato ampio" Yesterday Night I downloaded the last version of LP (2.11.15-1). Now my tweak below does not work any more but I'am not sure if this is the reason \override Voice.TrillSpanner #'edge-text = #'("" . "") I put it into the \newStaff { Hi Ole, edge-text went away in 2.11.15 and is now replaced by two separate constructions, one for the left edge and one for the right edge. Try reading about convert-ly in the manual and run convert-ly on a file with \version "2.11.1" at the top. The conversion script will then spit out the correct new syntax for you to see. -- Trevor Bača [EMAIL PROTECTED] ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Problems with LilyPond 2.11.15
Diosnel- I just ran your file using LilyPond 2.11.15. While there were a number of warnings, the processing completed successfully and the pdf looks good. Now, if I could only play Torroba. I'm using a Mac w/ OS 10.4.8. I posted earlier today about my experience with convert-ly being broken and what I did to correct it. It appears that the "cure" depends on your platform or requires waiting for the next update. Regards, Stan On Feb 2, 2007, at 2:35 PM, Diosnel Herrnsdorf wrote: Thank you, Roger. I'm aware of the apparent problems with the (de) crescendo hairpins, but those did not seem to bother the previous version. The real problem seems to lie way down, when lilypond tries to write a pdf file from the ps output... Thanks again, Diosnel - Original Message - From: "Rutger Hofman" <[EMAIL PROTECTED]> To: "Diosnel Herrnsdorf" <[EMAIL PROTECTED]> Cc: Sent: Friday, February 02, 2007 20:31 Subject: Re: Problems with LilyPond 2.11.15 Interpreting music... C:/Documents and Settings/DiosnelH/My Documents/Scores/Moreno Torroba/Suite Castellana/suite_castellana.ly:163:23: warning: cannot find start of (de)crescendo <<{8[ \! ] [ ] [ b'>] [ ]}\\ ... <<{a'4.^\lento \times 2/3 {\slurDown gis16( a gis)} e2}\\{e,8 \rest e cis'4 s8 e, b'4}\\ {\once \override NoteColumn #'force-hshift = #-0.05 a2 \once \override NoteColumn #'force-hshift = #-0.03 gis}\\{a,2\p a}>> | <<{4. \times 2/3 {\slurDown e'16( fis e)} d4. a'8}\\ {s8 e, ais4 e8\rest f a4\<}\\{s1}\\{a,2 a}>> | <<{8[\! ] [ ] [ ] b'>[ ]}\\ {a,1\mf}\\{s4 \acciaccatura e'''8( \once \override NoteColumn #'force-hshift = #-0.1 \once \override Stem #'transparent = ##t d4) s \acciaccatura c8( \once \override NoteColumn #'force-hshift = #-0.1 \once \override Stem #'transparent = ##t b4)}>> | \break It appears that the pair \< \! is not voiced correctly, if I read the warning well. If \! of line 163 is instead also attached to the lower voice at the same time (i.e. first note of line 164) , this warning disappears: <<{8[ ] [ ] [ b'>] [ ]}\\ {a,1\mf\!}\\{s4 \acciaccatura e'''8( \once \override NoteColumn #'force-hshift = #-0.1 \once \override Stem #'transparent = ##t d4) s \acciaccatura c8( \once \override NoteColumn #'force-hshift = #-0.1 \once \override Stem #'transparent = ##t b4)}>> | \break I guess the same holds for the second warning. I tried this with 2.8.8. Maybe 2.11.891 has independent bugs, I don't know. Rutger ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user Stan ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Problems with LilyPond 2.11.15
Thank you very much, Stan. I managed to run the file with version 2.10.15 without problems (except for those warnings)... I'll try to solve those little "hicups" and see if I can manually convert it to 2.11.15. For the time being, I have to stick to the Win version... I look forward to having a Linux box again. And yes, Moreno Torroba was a fantastic composer... this is one of his most lyrical pieces. If you still don't have it, try to get David Russel's recording of "Castles of Spain." Regards, - Original Message - From: "Stan Sanderson" <[EMAIL PROTECTED]> To: "Diosnel Herrnsdorf" <[EMAIL PROTECTED]> Cc: "Rutger Hofman" <[EMAIL PROTECTED]>; Sent: Saturday, February 03, 2007 01:39 Subject: Re: Problems with LilyPond 2.11.15 Diosnel- I just ran your file using LilyPond 2.11.15. While there were a number of warnings, the processing completed successfully and the pdf looks good. Now, if I could only play Torroba. I'm using a Mac w/ OS 10.4.8. I posted earlier today about my experience with convert-ly being broken and what I did to correct it. It appears that the "cure" depends on your platform or requires waiting for the next update. Regards, Stan ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
'gs' is not recognized as a... v2.11.15
Ijust installed 2.11.15 on Windows XP. I get the following right at the point that LP is converting the ps file to pdf. In the end I get a ps file but no pdf. Is there some setup of the system PATH statement that needs to be made so that gs is recognized? The path to the lilypond bin is in my PATH statement. Here is the run log: > Executing: C:\Program Files\ConTEXT\ConExec.exe "C:\Program > Files\LilyPond\usr\bin\lilypond.exe" -dclip-systems > "C:\Rick\ArrangementsCompleted\All Of Me\Music_Guitar1.ly" Processing `C:/Rick/ArrangementsCompleted/All Of Me/Music_Guitar1.ly' Parsing... Interpreting music... [8][16][24][25] Preprocessing graphical objects... Calculating line breaks... Drawing systems... Layout output to `Music_Guitar1.ps'... Converting to `Music_Guitar1.pdf'...'gs' is not recognized as an internal or external command, operable program or batch file. `gs -q -dDEVICEWIDTHPOINTS#612.00 -dDEVICEHEIGHTPOINTS#792.00 -dCompatibilityLevel#1.4 -dNOPAUSE -dBATCH -r1200 -sDEVICE#pdfwrite -sOutputFile#"Music_Guitar1.pdf" -c .setpdfwrite -f "Music_Guitar1.ps"' failed (1) C:/Program Files/LilyPond/usr/bin/../share/lilypond/current/ly/init.ly:37:1: error: GUILE signaled an error for the expression beginning here # (if (or (pair? toplevel-scores) output-empty-score-list) C:/Program Files/LilyPond/usr/bin/../share/lilypond/current/ly/init.ly:37:5: error: syntax error, unexpected '(', expecting '=' #(if (or (pair? toplevel-scores) output-empty-score-list) programming error: Parsed object should be dead: static scm_unused_struct* Prob::mark_smob(scm_unused_struct*) continuing, cross fingers programming error: Parsed object should be dead: static scm_unused_struct* Context_def::mark_smob(scm_unused_struct*) continuing, cross fingers programming error: Parsed object should be dead: static scm_unused_struct* Grob::mark_smob(scm_unused_struct*) continuing, cross fingers error: failed files: "C:\\Rick\\ArrangementsCompleted\\All Of Me\\Music_Guitar1.ly" > Execution finished. -- View this message in context: http://www.nabble.com/%27gs%27-is-not-recognized-as-a...-v2.11.15-tf3164749.html#a8779290 Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Isn't gs supposed to have an extention like .exe?
v2.11.15 Looking at the folder "C:\Program Files\LilyPond\usr\bin" where lilypond is installed, it appears that the executeable called "gs" does not have a .exe extension. How is the operating system suppoed to know that this is an executeable file (I presume its ghostsscript)? When compilinmg with v2.11.15, at the point where lily is writing the ps to pdf, it complains that gs is not a recognized command. With this message: Converting to `Music_Guitar1.pdf'...'gs' is not recognized as an internal or external command, operable program or batch file. Thanks Rick -- View this message in context: http://www.nabble.com/Isn%27t-gs-supposed-to-have-an-extention-like-.exe--tf3164798.html#a8779442 Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user