Re: avoid slur help

2008-12-28 Thread James E. Bailey
Am 28.12.2008 um 06:48 schrieb Werner LEMBERG: Oh, perhaps I haven't made this clear. I have read the learning manual. I do not have it memorised. I don't use extra offset all that often. I asked for help because the ways I know of how to move the object, (namely looking in the IR for thin

lilypond v12 download links

2008-12-28 Thread Bill Mooney
Greetings, The links on the LP site for downloading the latest version seem to be incorrect... ?!? Can anyone clarify / correct this? Regards Bill ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-use

Re: lilypond v12 download links

2008-12-28 Thread Francisco Vila
2008/12/28 Bill Mooney : > Greetings, > The links on the LP site for downloading the latest version seem to be > incorrect... ?!? > Can anyone clarify / correct this? I reported this to the -devel list yesterday. Use this link in the meantime: http://lilypond.org/download/binaries/ -- Francisco

Re: lilypond v12 download links

2008-12-28 Thread Bill Mooney
Dear Francisco, Many thanks! Regards Bill Francisco Vila wrote: 2008/12/28 Bill Mooney : Greetings, The links on the LP site for downloading the latest version seem to be incorrect... ?!? Can anyone clarify / correct this? I reported this to the -devel list yesterday. Use this link in the mea

Re: [ANN] Frescobaldi 0.7 released, a new LilyPond music editor

2008-12-28 Thread Valentin Villenave
2008/12/28 Wilbert Berendsen : > I just released Frescobaldi, a brand new LilyPond music score editor for KDE4. > It aims to be powerful, yet lightweight and easy to use, and it currently has > most features of LilyKDE (the KDE3 Kate plugin): Awesome! That's what I've been thinking about for a lon

Convert-ly in 2.12

2008-12-28 Thread Nick Payne
After installing 2.12 (running on Windows Vista), I notice that when I run convert-ly against an old ly file, it changes the version in the file to 2.11.66: D:\Documents\Lilypond>convert-ly -e mutopia\adelita.ly convert-ly.py (GNU LilyPond) 2.12.0 Processing `mutopia\adelita.ly'... Applying conv

Re: [ANN] Frescobaldi 0.7 released, a new LilyPond music editor

2008-12-28 Thread Grammostola Rosea
Wilbert Berendsen wrote: Hi all, I just released Frescobaldi, a brand new LilyPond music score editor for KDE4. It aims to be powerful, yet lightweight and easy to use, and it currently has most features of LilyKDE (the KDE3 Kate plugin): * Enter LilyPond scores, build and preview them with a

error message I don't understand

2008-12-28 Thread Stefan Thomas
Dear lilpond-users, when compiling the below quoted file I get the error message: warning: type check for `stencil' failed; value `#t' must be of type `unknown' I think it has to do with the tuplets, but I don't understand, what I've done wrong. Here is the snippet: \version "2.11.65." klammernor

Separating_line_group_engraver broken

2008-12-28 Thread Stefan Waler
Hi, there seems to be an issue in 2.12 with Separating_line_group_engraver in combination with Bar_engraver in the Lyrics context - see attached example. If I comment one of these lines, the score is printed correctly. The log contains the following lines: Programmierfehler: vertical alignm

Re: error message I don't understand

2008-12-28 Thread Trevor Daniels
A stencil cannot be overridden to #t. You need to use \revert to recover the default behaviour (if that is what you intended): mitzahl ={ \revert TupletNumber #'stencil } Trevor - Original Message - From: "Stefan Thomas" To: "lilypond-user" Sent: Sunday, December 28, 2008 11:54 AM

Re: [ANN] Frescobaldi 0.7 released, a new LilyPond music editor

2008-12-28 Thread Grammostola Rosea
Grammostola Rosea wrote: Wilbert Berendsen wrote: Hi all, I just released Frescobaldi, a brand new LilyPond music score editor for KDE4. It aims to be powerful, yet lightweight and easy to use, and it currently has most features of LilyKDE (the KDE3 Kate plugin): * Enter LilyPond scores, bu

incipit in 2.12: some remarks

2008-12-28 Thread Stefan Waler
Hi all, there is a new snippet for incipits which saves a lot of work compared to earlier versions - thank you for this! I would like to bring in some remarks about it: - Something about incipits should be added to the documentation again. Currently there is a chapter for it (see 2.8.5) that

Re: lilypond v12 download links

2008-12-28 Thread John Mandereau
Le dimanche 28 décembre 2008 à 09:33 +0100, Francisco Vila a écrit : > 2008/12/28 Bill Mooney : > > Greetings, > > The links on the LP site for downloading the latest version seem to be > > incorrect... ?!? > > Can anyone clarify / correct this? > > I reported this to the -devel list yesterday. Us

Re: error message I don't understand

2008-12-28 Thread Stefan Thomas
Dear Trevor, thanks for Your advice! Now it works! 2008/12/28 Trevor Daniels : > A stencil cannot be overridden to #t. You need to use \revert > to recover the default behaviour (if that is what you intended): > > mitzahl ={ \revert TupletNumber #'stencil } > > Trevor > > - Original Message -

Re: [ANN] Frescobaldi 0.7 released, a new LilyPond music editor

2008-12-28 Thread Valentin Villenave
2008/12/28 Grammostola Rosea : > ImportError: No module named qt You have to install pyqt4 and all related packages (or, better, install some kind of meta-package such as kde4-devel and you will have all dependencies solved). Cheers, Valentin ___ lily

Re: Compiling on Mac OS X

2008-12-28 Thread August Lilleaas
My $PATH looks like this: /usr/local/mysql/bin /Users/leethal/bin /opt/local/lib/postgresql83/bin /opt/local/bin /usr/local/bin /usr/bin /usr/bin /bin /usr/sbin /sbin /opt/local/bin /usr/X11R6/bin /usr/local/bin So that shouldn't be a problem. Also, the guide I followed told me to edit config.mak

Re: error message I don't understand

2008-12-28 Thread Jonathan Kulp
Stefan Thomas wrote: Dear Trevor, thanks for Your advice! Now it works! 2008/12/28 Trevor Daniels : A stencil cannot be overridden to #t. You need to use \revert to recover the default behaviour (if that is what you intended): mitzahl ={ \revert TupletNumber #'stencil } Trevor Thanks from

Re: [ANN] Frescobaldi 0.7 released, a new LilyPond music editor

2008-12-28 Thread Grammostola Rosea
Valentin Villenave wrote: 2008/12/28 Grammostola Rosea : ImportError: No module named qt You have to install pyqt4 and all related packages (or, better, install some kind of meta-package such as kde4-devel and you will have all dependencies solved). Cheers, Valentin I've kde4-de

Re: incipit in 2.12: some remarks

2008-12-28 Thread Trevor Daniels
Stefan, you wrote Sunday, December 28, 2008 12:14 PM - Something about incipits should be added to the documentation again. Currently there is a chapter for it (see 2.8.5) that contains nothing but "TBC". Yes, unfortunately there is no one in the doc team that has the knowledge and/or time

Re: [ANN] Frescobaldi 0.7 released, a new LilyPond music editor

2008-12-28 Thread Valentin Villenave
2008/12/28 Grammostola Rosea : > I've kde4-development installed, but doesn't solve it... :( Then that should be PyQt4 and PyQt4-devel... Cheers, Valentin ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lil

Re: [ANN] Frescobaldi 0.7 released, a new LilyPond music editor

2008-12-28 Thread Grammostola Rosea
Valentin Villenave wrote: 2008/12/28 Grammostola Rosea : I've kde4-development installed, but doesn't solve it... :( Then that should be PyQt4 and PyQt4-devel... Cheers, Valentin I've these installed: pyqt4-dev-tools python-qt4 python-qt4-dev

Re: incipit in 2.12: some remarks

2008-12-28 Thread Stefan Waler
Trevor Daniels wrote: Yes, unfortunately there is no one in the doc team that has the knowledge and/or time to write this section at the moment. Would you be interested in preparing some text for this? A few paragraphs of straight text and a couple of examples sent to me would be fine. Hmm

Re: [ANN] Frescobaldi 0.7 released, a new LilyPond music editor

2008-12-28 Thread Grammostola Rosea
Grammostola Rosea wrote: Valentin Villenave wrote: 2008/12/28 Grammostola Rosea : I've kde4-development installed, but doesn't solve it... :( Then that should be PyQt4 and PyQt4-devel... Cheers, Valentin I've these installed: pyqt4-dev-tools python-qt4 python-qt4-dev updat

Re: [ANN] Frescobaldi 0.7 released, a new LilyPond music editor

2008-12-28 Thread Grammostola Rosea
Grammostola Rosea wrote: Grammostola Rosea wrote: Valentin Villenave wrote: 2008/12/28 Grammostola Rosea : I've kde4-development installed, but doesn't solve it... :( Then that should be PyQt4 and PyQt4-devel... Cheers, Valentin I've these installed: pyqt4-dev-tools python-qt

Re: [ANN] Frescobaldi 0.7 released, a new LilyPond music editor

2008-12-28 Thread Wilbert Berendsen
Op zondag 28 december 2008, schreef Grammostola Rosea: > Thanks! > > I've installed it, but nothing changes in Kate... and there is no > information how to get it to work in Kate in the readme or install file... It is not a Kate plugin anymore. Just fire up Frescobaldi from the KDE menu! (Under u

Re: [LilyKDE] Re: [ANN] Frescobaldi 0.7 released, a new LilyPond music editor

2008-12-28 Thread Wilbert Berendsen
Op zondag 28 december 2008, schreef Grammostola Rosea: > kateshell.mainwindow.MainWindow.__init__(self, app) > File "/home/d/2home/frescobaldi-0.7/python/kateshell/mainwindow.py", > line 118, in __init__ > s1.setSizes((140, 200, 140)) > TypeError: argument 1 of QSplitter.setSizes() has an

Re: [LilyKDE] Re: [ANN] Frescobaldi 0.7 released, a new LilyPond music editor

2008-12-28 Thread Wilbert Berendsen
Op zondag 28 december 2008, schreef Wilbert Berendsen: > Do you have Qt 4.4 and the most recent PyQt4 and PyKDE4? And, importantly: the most recent SIP. best regards, Wilbert Berendsen -- Frescobaldi, LilyPond editor for KDE: http://www.frescobaldi.org/ _

Re: Convert-ly in 2.12

2008-12-28 Thread John Mandereau
Le dimanche 28 décembre 2008 à 21:48 +1100, Nick Payne a écrit : > After installing 2.12 (running on Windows Vista), I notice that when I run > convert-ly against an old ly file, it changes the version in the file to > 2.11.66: > 2.11.66 > > Seeing that this is supposed to be the stable version

Re: [LilyKDE] Re: [ANN] Frescobaldi 0.7 released, a new LilyPond music editor

2008-12-28 Thread Wilbert Berendsen
Op zondag 28 december 2008, schreef Valentin Villenave: > You have to install pyqt4 and all related packages (or, better, > install some kind of meta-package such as kde4-devel and you will have > all dependencies solved). As soon as I succeed in creating it, I will post a ubuntu package :-) or ma

Re: [LilyKDE] Re: [ANN] Frescobaldi 0.7 released, a new LilyPond music editor

2008-12-28 Thread Grammostola Rosea
Wilbert Berendsen wrote: Op zondag 28 december 2008, schreef Grammostola Rosea: kateshell.mainwindow.MainWindow.__init__(self, app) File "/home/d/2home/frescobaldi-0.7/python/kateshell/mainwindow.py", line 118, in __init__ s1.setSizes((140, 200, 140)) TypeError: argument 1 of QSplit

Re: [LilyKDE] Re: [ANN] Frescobaldi 0.7 released, a new LilyPond music editor

2008-12-28 Thread Grammostola Rosea
Grammostola Rosea wrote: Wilbert Berendsen wrote: Op zondag 28 december 2008, schreef Grammostola Rosea: kateshell.mainwindow.MainWindow.__init__(self, app) File "/home/d/2home/frescobaldi-0.7/python/kateshell/mainwindow.py", line 118, in __init__ s1.setSizes((140, 200, 140)) TypeEr

Re: incipit in 2.12: some remarks

2008-12-28 Thread Trevor Daniels
"Stefan Waler" wrote Trevor Daniels wrote: Yes, unfortunately there is no one in the doc team that has the knowledge and/or time to write this section at the moment. Would you be interested in preparing some text for this? A few paragraphs of straight text and a couple of examples sent to

Re: [LilyKDE] Re: [ANN] Frescobaldi 0.7 released, a new LilyPond music editor

2008-12-28 Thread Grammostola Rosea
Grammostola Rosea wrote: Grammostola Rosea wrote: Wilbert Berendsen wrote: Op zondag 28 december 2008, schreef Grammostola Rosea: kateshell.mainwindow.MainWindow.__init__(self, app) File "/home/d/2home/frescobaldi-0.7/python/kateshell/mainwindow.py", line 118, in __init__ s1.setSiz

downloads don't work

2008-12-28 Thread Chip
All the download links for 2.12--stable are broken. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

no download

2008-12-28 Thread Ignacio
Hello, I am trying to download versio 2.12 for MacOS Intel, but the link cannot find the server. thanks for help ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Issue 714 in lilypond: let the .ly file specify the output filename

2008-12-28 Thread Ian Hulin
1. If you don't read this thread carefully, you might think that this has already been fixed under Issue 404. Not so. Graham's update was to the effect that this has been verified as an issue and is still waiting implementation. Han-Wen's comment on Issue 404 was that you couldn't fake wh

Re: V2.12 downloads don't work

2008-12-28 Thread Ian Hulin
Chip wrote: > All the download links for 2.12--stable are broken. Chip maybe you didn't see John Mandereau's reply to another thread. > >Please use http://download.linuxaudio.org/lilypond/binaries/ instead > >Best, >John > Cheers, Ian ___ lilypond-

Re: no download

2008-12-28 Thread John Mandereau
Le dimanche 28 décembre 2008 à 17:36 +, Ignacio a écrit : > Hello, > I am trying to download versio 2.12 for MacOS Intel, but the link cannot > find the server. This is fixed now -- not by me, thanks to the webmaster. Best, John ___ lilypond-user

Re: [LilyKDE] Re: [ANN] Frescobaldi 0.7 released, a new LilyPond music editor

2008-12-28 Thread Wilbert Berendsen
Op zondag 28 december 2008, schreef Grammostola Rosea: > What am I missing? :( Please look at the versions of the packages (e.g. using aptitude). python-sip4 and python-sip4-dev: 4,7,7 python-qt4 and python-qt4-dev: 4.4.3 libqt4-core/gui etc. 4.4.3 python-kde4 and -dev: 4:4.1.3 I think your sip i

Re: \lyricsto vs. \set associatedVoice

2008-12-28 Thread Wilbert Berendsen
Op zaterdag 27 december 2008, schreef james: > What exactly is the difference between \lyricsto and \set   > associatedVoice? I think \lyricsto is a shorthand for \lyricmode { \set assosiatedVoice ... } so: text = \lyricsto "alto" { bla bla bla } is equivalent to: text = \lyricmode { \set

Re: [LilyKDE] Re: [ANN] Frescobaldi 0.7 released, a new LilyPond music editor

2008-12-28 Thread Grammostola Rosea
Wilbert Berendsen wrote: Op zondag 28 december 2008, schreef Grammostola Rosea: What am I missing? :( Please look at the versions of the packages (e.g. using aptitude). python-sip4 and python-sip4-dev: 4,7,7 python-qt4 and python-qt4-dev: 4.4.3 libqt4-core/gui etc. 4.4.3 python-kde4 an

Re: V2.12 downloads don't work

2008-12-28 Thread chip
Ian Hulin wrote: Chip wrote: All the download links for 2.12--stable are broken. Chip maybe you didn't see John Mandereau's reply to another thread. Please use http://download.linuxaudio.org/lilypond/binaries/ instead Best, John Cheers, Ian You're right - I posted from

GPF with 2.12

2008-12-28 Thread Stefan Waler
Hi, the attached example produces a GPF in lilypond 2.12. Once again there seems to be something wrong with Bar_engraver in the lyrics context. Stefan \version "2.12.00" \include "deutsch.ly" discantusNotes = { \clef treble \key g \dorian \time 2/1 \transpose c c \relative c'' { r2

Re: rearrange music flow

2008-12-28 Thread Carl D. Sorensen
On 12/27/08 2:52 PM, "Johan Vromans" wrote: > "Carl D. Sorensen" writes: > >> intro = << >> \context Staff = "StaffOne" { >> \context Voice = "VoiceOne" { >> c''4 c'' >> } >> } >> \context Staff = "StaffTwo" { >> \context Voice = "VoiceTwo" { >> c'4 c' >> }

Re: rearrange music flow

2008-12-28 Thread Johan Vromans
"Carl D. Sorensen" writes: > > Yes, this is what I referred to as "a cumbersome task" :( > > OK, so automate it with a music function: That's more like it :) -- Johan ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman

Re: Compiling on Mac OS X

2008-12-28 Thread Kim Shrier
The problem you are seeing: Assertion failed: (pt->read_pos == pt->read_end), function scm_fill_input, file ports.c, line 978. has to do with a bug in the scheme code that was fixed yesterday afternoon. If you update your source from the git repository, it should work now. Also, a better

Re: \lyricsto vs. \set associatedVoice

2008-12-28 Thread James E. Bailey
Am 28.12.2008 um 20:31 schrieb Wilbert Berendsen: Op zaterdag 27 december 2008, schreef james: What exactly is the difference between \lyricsto and \set associatedVoice? I think \lyricsto is a shorthand for \lyricmode { \set assosiatedVoice ... } so: text = \lyricsto "alto" { bla bla

Re: avoid slur help

2008-12-28 Thread Werner LEMBERG
> Once I learned about outside staff-priority, everything was good. > Which for me is the usual situation: I get unexpected output, and > then learn that there's a perfectly acceptable reason for that > output. In this case: outside-staff-priority takes precedence over > avoid-slur. The learning

Re: avoid slur help

2008-12-28 Thread James E. Bailey
Am 29.12.2008 um 00:17 schrieb Werner LEMBERG: Once I learned about outside staff-priority, everything was good. Which for me is the usual situation: I get unexpected output, and then learn that there's a perfectly acceptable reason for that output. In this case: outside-staff-priority takes p

Diatonic/modal transposition function

2008-12-28 Thread John Mandereau
Hello, This email is a follow-up to http://lists.gnu.org/archive/html/lilypond-user/2008-12/msg00591.html I started a new thread because I'm finally not sure whether the code below answers the initial question. I finally managed to write, debug, clean up and document diatonic transposition functio

ANN: MIDI input plugin for jEdit

2008-12-28 Thread Andrew Hawryluk
Good news, fellow LilyPond-ers! I have written a small jEdit plugin (attached) that converts MIDI key strokes to LilyPond pitches in relative mode. It is also available from http://www.musicbyandrew.ca/MidiInput.jar. Source code can be found at http://www.musicbyandrew.ca/MidiChords-source.zip. Ins

Re: ANN: MIDI input plugin for jEdit

2008-12-28 Thread Valentin Villenave
2008/12/29 Andrew Hawryluk : > I believe that this is the first time that MIDI input is available > across all three major platforms (but correct me if I'm wrong). > Bertalan has expressed interest in including this as part of > LilyPondTool at some point in the future, but in the meantime, I hope

RE: GPF with 2.12

2008-12-28 Thread Nick Payne
Yes, when I try your sample file using 2.12 on Vista I get: Processing `D:/Documents/Lilypond/test/Test.ly' Parsing... Interpreting music... [8] Preprocessing graphical objects... programming error: vertical alignment called before line-breaking Processing time: 9 seconds And then a msg from Wind

Re: avoid slur help

2008-12-28 Thread Werner LEMBERG
> > However, there are situations where you don't have access to the > > mailing list, and then you have to find it in the docs. Can you > > suggest where improvements shall be added so that your specific > > problem is covered? > > Well then I'd have to say that the easiest, and easiest to find

Re: avoid slur help

2008-12-28 Thread Graham Percival
On Mon, Dec 29, 2008 at 06:26:41AM +0100, Werner LEMBERG wrote: > Sounds sensible. Can you cook up a small example which > demonstrates the effect you've sought? We can easily add it to > the documentation then. Ideally add it directly to LSR; this greatly simplifies the process of getting it in

Re: Compiling on Mac OS X

2008-12-28 Thread Arjan Bos
On 28 dec 2008, at 22:03, Kim Shrier wrote: The problem you are seeing: Assertion failed: (pt->read_pos == pt->read_end), function scm_fill_input, file ports.c, line 978. has to do with a bug in the scheme code that was fixed yesterday afternoon. If you update your source from the git r

Re: Issue 714 in lilypond: let the .ly file specify the output filename

2008-12-28 Thread M Watts
2. Could I ask the developers that maybe this should be implemented as /outputfile "" As the name is likely to get used for the graphical score out .pdf, .png etc. and will probably also be used as the name for the .mid(i) file outputs. Or would you want to do this with properties, e.g. /l

Re: Diatonic/modal transposition function

2008-12-28 Thread M Watts
John Mandereau wrote: Hello, This email is a follow-up to http://lists.gnu.org/archive/html/lilypond-user/2008-12/msg00591.html I started a new thread because I'm finally not sure whether the code below answers the initial question. I finally managed to write, debug, clean up and document diaton