Re: I want to download Lilypond notation programm

2009-07-24 Thread Graham Percival
On Fri, Jul 24, 2009 at 05:29:23AM +, Atie Bernet wrote: > Can you help me: how do I have to download, can you send me the address or > link? You go to lilypond.org. Or type "lilypond" in google. Not hard to find. - Graham ___ lilypond-user mai

Re: Staff change in a chord

2009-07-24 Thread Oscar van Eijk
Hi all, Thank u all for your answers. I'll go for Alexander's solution. Indeed not the most beautiful one in the code, but the result is exactly what I want. Oscar On Thu, 2009-07-23 at 20:21 +0200, Alexander Kobel wrote: > Oscar van Eijk wrote: > > I've attached an snippet that shows a bit wha

Move only one markup at the same place

2009-07-24 Thread Bertalan Fodor (LilyPondTool)
Hi, I have a note with two simultaneous markups: c''^"A"_"B" I want to move "B" to be right below the note and not below the staff. How to achieve that without instantiating a new Voice containing a hidden note? I couldn't find any other solutions. Thanks, Bert ___

Re: ANN: LilyPondTool 2.12.869 Final Released

2009-07-24 Thread Mark Polesky
Bertalan Fodor (LilyPondTool) wrote: > after some weeks of beta testing (thanks goes to those who tested and > reported > problems), I've released the latest version of LilyPondTool to the jEdit > plugin > central. Hopefully it will be soon available for download from the plugin > manager.

Re: calling a music variable using a Scheme function

2009-07-24 Thread Valentin Villenave
2008/12/19 Nicolas Sceaux : > Your function does not work as you expect because it just returns an > empty SequentialMusic. Only the return value of the music function gets > "inserted" in the current music. Read scm/parser-ly-from-scheme.scm, > function parse-string-result. Hi Nicolas, and everyb

Re: ANN: LilyPondTool 2.12.869 Final Released

2009-07-24 Thread Bertalan Fodor (LilyPondTool)
The doc is in jars/LilyPondTool/docs The help can be opened from jEdit Help. Mark Polesky wrote: Bertalan Fodor (LilyPondTool) wrote: after some weeks of beta testing (thanks goes to those who tested and reported problems), I've released the latest version of LilyPondTool to the jEdit plug

Re: ANN: LilyPondTool 2.12.869 Final Released

2009-07-24 Thread Mark Polesky
Bertalan Fodor wrote: > >The doc is in jars/LilyPondTool/docs > >>The help can be opened from jEdit Help. Then I guess I did something wrong -- it's not there. - Mark ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/

Re: ANN: LilyPondTool 2.12.869 Final Released

2009-07-24 Thread Bertalan Fodor (LilyPondTool)
Which version are you looking at? I just checked https://sourceforge.net/projects/lily4jedit/files/lily4jedit/LilyPondTool-2.12.869/lily4jedit-2.12.869.zip/download And it does have the docs. Mark Polesky wrote: Bertalan Fodor wrote: The doc is in jars/LilyPondTool/docs The help c

Re: Move only one markup at the same place

2009-07-24 Thread Alexander Kobel
Bertalan Fodor (LilyPondTool) wrote: Hi, I have a note with two simultaneous markups: c''^"A"_"B" I want to move "B" to be right below the note and not below the staff. How to achieve that without instantiating a new Voice containing a hidden note? I couldn't find any other solutions. Hi, Be

Re: I want to download Lilypond notation programm

2009-07-24 Thread Mark Polesky
Atie Bernet wrote: > So now I reach out to Lilypond, and I hope to continue my composing and > arranging..., I set some free to print things on internet, Hopefully you'll stick with us! > Can you help me: how do I have to download, can you send me the address or > link? Before you even start

Re: calling a music variable using a Scheme function

2009-07-24 Thread Nicolas Sceaux
Le 24 juil. 09 à 10:37, Valentin Villenave a écrit : musicOne = { c''' } musicTwo = { c, } #(define mylist (list "musicOne" "musicTwo")) includeList = #(define-music-function (parser location listname) (string?) (make-sequential-music (for-each (lambda (x) (let ((music (ly:parser-lo

Re: Move only one markup at the same place

2009-07-24 Thread Bertalan Fodor (LilyPondTool)
Thanks, actually I was looking for the \tweak command. Well, I haven't used LilyPond for years :) Bert Alexander Kobel wrote: Bertalan Fodor (LilyPondTool) wrote: Hi, I have a note with two simultaneous markups: c''^"A"_"B" I want to move "B" to be right below the note and not below the sta

Re: calling a music variable using a Scheme function

2009-07-24 Thread Valentin Villenave
2009/7/24 Nicolas Sceaux : > And `for-each' does not return a list, you want `map' here. Of course I do! Silly me. Thanks for your patience :-) Regards, Valentin ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listi

Re: Best name for function to create cross-style noteheads

2009-07-24 Thread Hans Aberg
On 24 Jul 2009, at 07:58, Marc Hohl wrote: I think it would be the easiest way to define a neutral name first. Personally, I like the idea of \xHead, \xHeadOn and \xHeadOff. I think so, too. In computer lingo terms, you want define two things: the implementation, and the user interface. Lily

Re: ANN: LilyPondTool 2.12.869 Final Released

2009-07-24 Thread Mark Polesky
Bertalan Fodor wrote: >Which version are you looking at? > >>I just checked >https://sourceforge.net/projects/lily4jedit/files/lily4jedit/LilyPondTool-2.12.869/lily4jedit-2.12.869.zip/download > >>And it does have the docs. I'm looking in my .jedit folder - Plugin Manager says 2.12.869. - Mark

Re: Move only one markup at the same place

2009-07-24 Thread Mark Polesky
Alexander Kobel wrote: > % Allow grob to go into the staff > -\tweak #'outside-staff-priority #'() I would have never thought to set 'outside-staff-priority to '(). Is that in the docs somewhere? If not, we really need to put it there. I remember giving up frustrated on that one a long t

Re: ANN: LilyPondTool 2.12.869 Final Released

2009-07-24 Thread Bertalan Fodor (LilyPondTool)
Oh, I just found it out what you are referring to. You are looking at the old source code of LilyPondTool. The source code doesn't ever have the docs. It is zipped into the LilyPondTool.jar file. You can access the help from the jEdit help. Mark Polesky wrote: Bertalan Fodor wrote: Which ve

Re: Move only one markup at the same place

2009-07-24 Thread Alexander Kobel
Mark Polesky wrote: Alexander Kobel wrote: % Allow grob to go into the staff -\tweak #'outside-staff-priority #'() I would have never thought to set 'outside-staff-priority to '(). Is that in the docs somewhere? If not, we really need to put it there. I remember giving up frustrated o

Re: Move only one markup at the same place

2009-07-24 Thread Mark Polesky
Alexander Kobel wrote: > By the way - is there a way to output all (current or default) known > properties > of an object? Like \dump-properties Voice . Slur? This would be a _really_ > useful thingie to have... If you just want to print stuff to the console, you can do this: #(use-modules (

Re: ANN: LilyPondTool 2.12.869 Final Released

2009-07-24 Thread Mark Polesky
Bertalan Fodor (LilyPondTool) wrote: >Oh, I just found it out what you are referring to. You are looking at >the old source code of LilyPondTool. The source code doesn't ever have >the docs. >>It is zipped into the LilyPondTool.jar file. >>You can access the help from the jEdit help. I see. But

Re: Move only one markup at the same place

2009-07-24 Thread Alexander Kobel
Mark Polesky wrote: Alexander Kobel wrote: By the way - is there a way to output all (current or default) known properties of an object? Like \dump-properties Voice . Slur? This would be a _really_ useful thingie to have... If you just want to print stuff to the console, you can do this: #(

Re: 2.13.3 docs emacs mode documentation AU 2.2.1 out of date?

2009-07-24 Thread David Stocker
Hi Paul, I'm not familiar with Debian, (I'm using Ubuntu 8.04, 9.04 and Windows XP) so if you have a directory called .emacs in your home directory already, go ahead and try creating and modifying your init.el inside it (instead of inside .emacs.d) and see where it gets you. Let me know what

Re: ANN: LilyPondTool 2.12.869 Final Released

2009-07-24 Thread Bertalan Fodor (LilyPondTool)
Yes, that's a bug, I just fixed. Mark Polesky wrote: Bertalan Fodor (LilyPondTool) wrote: Oh, I just found it out what you are referring to. You are looking at the old source code of LilyPondTool. The source code doesn't ever have the docs. It is zipped into the LilyPondTool.jar file.

Re: Move only one markup at the same place

2009-07-24 Thread Trevor Daniels
Mark Polesky wrote Friday, July 24, 2009 10:14 AM Alexander Kobel wrote: % Allow grob to go into the staff -\tweak #'outside-staff-priority #'() I would have never thought to set 'outside-staff-priority to '(). Is that in the docs somewhere? If not, we really need to put it there. I

Re: Best name for function to create cross-style noteheads

2009-07-24 Thread Trevor Daniels
Hans Aberg wrote Friday, July 24, 2009 10:06 AM On 24 Jul 2009, at 07:58, Marc Hohl wrote: I think it would be the easiest way to define a neutral name first. Personally, I like the idea of \xHead, \xHeadOn and \xHeadOff. I think so, too. In computer lingo terms, you want define two thin

Re: Best name for function to create cross-style noteheads

2009-07-24 Thread Carl Sorensen
On 7/24/09 3:06 AM, "Hans Aberg" wrote: > On 24 Jul 2009, at 07:58, Marc Hohl wrote: > >> I think it would be the easiest way to define a neutral name first. >> Personally, I like the idea of \xHead, \xHeadOn and \xHeadOff. > > I think so, too. In computer lingo terms, you want define two th

Re: Best name for function to create cross-style noteheads

2009-07-24 Thread Carl Sorensen
On 7/24/09 6:16 AM, "Trevor Daniels" wrote: > > The structure of the Notation Reference is designed > to accommodate documenting this. The specialist > sections in NR 2 would contain an indexed description > of all the uses of crossed note heads. For example, > under "Common notation for wi

Re: 2.13.3 docs emacs mode documentation AU 2.2.1 out of date?

2009-07-24 Thread Tim McNamara
On Jul 24, 2009, at 1:51 AM, Paul Scott wrote: David Stocker wrote: Paul, Are you using Linux or Windows XP? After you install LilyPond, you'll have all the files you need for lilypond-mode to work right there in your installation directory. You'll just need to tell Emacs where to locate

Re: Best name for function to create cross-style noteheads

2009-07-24 Thread Mark Polesky
Carl Sorensen wrote: > Recognizing that we may want to change noteheads to > various styles, and that we may want to mix styles in a chord, it > might be a good idea to define a function \changeNoteHead that accepts > a style parameter, and then define \xHead as \changeNoteHead #'cross. > > I ha

Re: Move only one markup at the same place

2009-07-24 Thread Mark Polesky
Alexander Kobel wrote: > Still I'm stuck with my problem from the other thread, didn't get useful > information for this - I shamelessly plug it in here: ;-) > > % TODO: > % How to vertically align the dashes from the second bar at position > % 3 above the staff? > % (By default, outside-staff-

Re: 2.13.3 docs emacs mode documentation AU 2.2.1 out of date?

2009-07-24 Thread Paul Scott
Tim McNamara wrote: On Jul 24, 2009, at 1:51 AM, Paul Scott wrote: David Stocker wrote: Paul, Are you using Linux or Windows XP? After you install LilyPond, you'll have all the files you need for lilypond-mode to work right there in your installation directory. You'll just need to tell Em

Re: 2.13.3 docs emacs mode documentation AU 2.2.1 out of date?

2009-07-24 Thread David Stocker
You can always sudo chown -hR username .emacs.d In any case, creating the directory .emacs.d and making a new init.el inside it shouldn't foul anything up. Then you could proceed with making your init.el point to lilypond-mode when you want to use it. Also, if you open up Emacs and start work

Re: Best name for function to create cross-style noteheads

2009-07-24 Thread Marc Hohl
Mark Polesky schrieb: Carl Sorensen wrote: Recognizing that we may want to change noteheads to various styles, and that we may want to mix styles in a chord, it might be a good idea to define a function \changeNoteHead that accepts a style parameter, and then define \xHead as \changeNoteHead

Re: Best name for function to create cross-style noteheads

2009-07-24 Thread Marc Hohl
Carl Sorensen schrieb: On 7/24/09 6:16 AM, "Trevor Daniels" wrote: The structure of the Notation Reference is designed to accommodate documenting this. The specialist sections in NR 2 would contain an indexed description of all the uses of crossed note heads. For example, under "Common n

Re: 2.13.3 docs emacs mode documentation AU 2.2.1 out of date?

2009-07-24 Thread Tim McNamara
On Jul 24, 2009, at 11:47 AM, Paul Scott wrote: I am still concerned why AU 2.2.1 doesn't seem to make sense. Sorry to be pig-ignorant here, but what the frak is AU 2.2.1? Obviously it's some kind of abbreviation for documentation, but unfortunately I've not seen the whole name spelled o

Re: 2.13.3 docs emacs mode documentation AU 2.2.1 out of date?

2009-07-24 Thread Paul Scott
David Stocker wrote: After you install LilyPond, you'll have all the files you need for lilypond-mode to work right there in your installation directory. You'll just need to tell Emacs where to locate them. In your .emacs.d directory you'll need a file called "init.el" It may already be pre

Re: 2.13.3 docs emacs mode documentation AU 2.2.1 out of date?

2009-07-24 Thread David Stocker
Paul Scott wrote: Doing that to the best of my ability I get: File mode specification error: (file-error "Cannot open load file" "lilypond-mode") This is how I interpreted your instructions: (setq load-path (append (list (expand-file-name "/usr/local/lilypond/usr/share/emacs/site-lisp/*"

Re: 2.13.3 docs emacs mode documentation AU 2.2.1 out of date?

2009-07-24 Thread Paul Scott
Tim McNamara wrote: On Jul 24, 2009, at 11:47 AM, Paul Scott wrote: I am still concerned why AU 2.2.1 doesn't seem to make sense. Sorry to be pig-ignorant here, but what the frak is AU 2.2.1? Obviously it's some kind of abbreviation for documentation, but unfortunately I've not seen the w

Re: 2.13.3 docs emacs mode documentation AU 2.2.1 out of date?

2009-07-24 Thread Jonathan Kulp
Tim McNamara wrote: On Jul 24, 2009, at 11:47 AM, Paul Scott wrote: I am still concerned why AU 2.2.1 doesn't seem to make sense. Sorry to be pig-ignorant here, but what the frak is AU 2.2.1? Obviously it's some kind of abbreviation for documentation, but unfortunately I've not seen the w

Re: 2.13.3 docs emacs mode documentation AU 2.2.1 out of date?

2009-07-24 Thread Paul Scott
David Stocker wrote: Paul Scott wrote: Doing that to the best of my ability I get: File mode specification error: (file-error "Cannot open load file" "lilypond-mode") This is how I interpreted your instructions: (setq load-path (append (list (expand-file-name "/usr/local/lilypond/usr/sh

Re: Best name for function to create cross-style noteheads

2009-07-24 Thread Hans Aberg
On 24 Jul 2009, at 14:54, Carl Sorensen wrote: So perhaps \xNote, \xNoteOn and \xNoteOff might be better. I prefer \xHead. What is being changed is the head, not anything else. I don't have a preference :-) - it just came to my mind. If we were changing stems and flags, then I'd prefer

Possible bug? - "indent" differs for header and body markups

2009-07-24 Thread Alexander Kobel
Hi, all, perhaps it's a bug; I'm not convinced yet, but surely irritated. The header markups (title and tagline) in the attached example have an additional X-offset of about the width of a usual space, both compared to the staff lines and the normal "book body" markups. I don't see any point

Re: Move only one markup at the same place

2009-07-24 Thread Neil Puttock
2009/7/24 Mark Polesky : > Well, it looks very odd to my musical eye, but you could play around > with something like this: > > \version "2.13.2" > > \relative c''' { >  \override Script #'Y-offset = >    #(lambda (grob) >       (if (= 1 (ly:grob-property grob 'direction 1)) 5 -3)) >  c_- b_- a_-

Re: Possible bug? - "indent" differs for header and body markups

2009-07-24 Thread Alexander Kobel
Alexander Kobel wrote: Hi, all, perhaps it's a bug; I'm not convinced yet, but surely irritated. The header markups (title and tagline) in the attached example have an additional X-offset of about the width of a usual space, both compared to the staff lines and the normal "book body" markups

Re: clip-systems png output?

2009-07-24 Thread Neil Puttock
2009/7/24 M Watts : > I couldn't get the clips in png format either, trying `lilypond > -dclip-systems --png clips.ly' I'd class this as a bug, since the documentation suggests it should work. Fortunately, it's rather easy to fix, so I'll post a patch for it soon. If you're feeling adventurous

Big Measures in Large Ensemble

2009-07-24 Thread craigbakalian
Hi, I am writing a large ensemble work, a saxophone concerto. The first movement is in 8/4. It has got to be an 8/4 because I am constantly shifting the 3+3+2 to 3+2+3 and 2+3+3 quality of beat emphasis and phrasing. The sax has 16th notes, often enough. This question may be a bit prem

Re: 2.13.3 docs emacs mode documentation AU 2.2.1 out of date?

2009-07-24 Thread David Stocker
Glad this worked for you. I just went through this to set up lilypond-mode on a fresh install of Ubuntu 9.04. It was still fresh in my mind. Best regards, David Paul Scott wrote: David Stocker wrote: Paul Scott wrote: Doing that to the best of my ability I get: File mode specification

Re: 2.13.3 docs emacs mode documentation AU 2.2.1 out of date?

2009-07-24 Thread Graham Percival
On Fri, Jul 24, 2009 at 02:05:01PM -0500, Tim McNamara wrote: > > On Jul 24, 2009, at 11:47 AM, Paul Scott wrote: > >> I am still concerned why AU 2.2.1 doesn't seem to make sense. > > Sorry to be pig-ignorant here, but what the frak is AU 2.2.1? The main documentation page *used* to include "Appl

Re: eps, markup and adding hammer-on/pull-off to tablature

2009-07-24 Thread Federico Bruni
Marc Hohl wrote: By the way: how should "real" hammer-ons and pull-offs look like in tablature? I have seen normal slurs, slurs with an H or a P above, just letters under the fret numbers (which are the worst possibility IMO) and letters between the corresponding fret numbers. Anyone outside

Re: 2.13.3 docs emacs mode documentation AU 2.2.1 out of date?

2009-07-24 Thread Paul Scott
Graham Percival wrote: On Fri, Jul 24, 2009 at 02:05:01PM -0500, Tim McNamara wrote: On Jul 24, 2009, at 11:47 AM, Paul Scott wrote: I am still concerned why AU 2.2.1 doesn't seem to make sense. Sorry to be pig-ignorant here, but what the frak is AU 2.2.1? The main docum