Re: A file's information or statistics

2015-03-09 Thread Pierre Perol-Schneider
Hi Dave, Maybe you'll find some answers here : - http://lsr.di.unimi.it/LSR/Item?id=197 - http://lilypond.1069038.n5.nabble.com/How-to-count-the-number-of-notes-in-a-ly-file-td155526.html Cheers, Pierre 2015-03-08 21:17 GMT+01:00 Dave Higgins : > Is there a way to display various stats of a

Re: ANN: Frescobaldi 2.18

2015-03-09 Thread Simon Albrecht
Hello, for whatever reason I keep running into problems whenever I try to upgrade Frescobaldi (or install it on another machine). This time, I downloaded the .tar.gz bundles of both frescobaldi 2.18 and python-ly 0.9.1 into ~/Frescobaldi/, unpacked them and installed them following the instruc

Re: Please help

2015-03-09 Thread magohq
*code does not work in the bass clef for example: * *Key signature are not these lines* \version "2.17.95" alternativeKey = #(define-music-function (parser location p-1 p-2 scale-def) (ly:pitch? ly:pitch? list?) #{ \override Staff.KeySignature #'stencil = #(lambda (grob) (let* ((

Re: I want MIDI only for a specific tag

2015-03-09 Thread Federico Bruni
2015-03-08 17:10 GMT+01:00 and...@andis59.se : > On 2015-03-08 17:06, Pierre Perol-Schneider wrote: > >> Hi Anders, >> >> simply delete midi in your score and create a new one just for the midi: >> >> \score { >> \new StaffGroup << >> \new Staff >> \keepWithTag myStaff {\melody } >>

Re: I want MIDI only for a specific tag

2015-03-09 Thread and...@andis59.se
On 2015-03-09 11:30, Federico Bruni wrote: 2015-03-08 17:10 GMT+01:00 and...@andis59.se mailto:and...@andis59.se>>: Maybe this is a more elegant solution for your use case: https://lists.gnu.org/archive/html/lilypond-user/2013-08/msg00148.html I often use this when

Re: ANN: Frescobaldi 2.18

2015-03-09 Thread Simon Albrecht
Sorry, should have mentioned that this is on Ubuntu 14.10. Am 09.03.2015 um 10:22 schrieb Simon Albrecht: Hello, for whatever reason I keep running into problems whenever I try to upgrade Frescobaldi (or install it on another machine). This time, I downloaded the .tar.gz bundles of both fresco

Re: Please help

2015-03-09 Thread Simon Albrecht
Hello anonymus, everything is alright with your code, except for one thing: the lines beginning with (at least one) ";" must not be broken, since they are comments; they serve as explanations to any human reading the code, but the program ignores them. However, commenting out with ";" only wor

Re: [Frescobaldi] Re: ANN: Frescobaldi 2.18

2015-03-09 Thread Peter Bjuhr
On 2015-03-09 11:41, Simon Albrecht wrote: Hello, for whatever reason I keep running into problems whenever I try to upgrade Frescobaldi (or install it on another machine). This time, I downloaded the .tar.gz bundles of both frescobaldi 2.18 and python-ly 0.9.1 into ~/Frescobaldi/, unpacked

Re: getting the argument list of a procedure

2015-03-09 Thread anders . vinjar
> "D" == David Nalesnik: D> I don't understand what is happening when I attempt to define the D> macro in the LY file, though. This is a bug coming from use'ing (ice-9 syncase) - which guile-1.8 depends on for access to syntax-rules & friends - in lilypond. Despite the error the comp

Re: [Frescobaldi] Re: ANN: Frescobaldi 2.18

2015-03-09 Thread Simon Albrecht
Am 09.03.2015 um 12:05 schrieb Peter Bjuhr: On 2015-03-09 11:41, Simon Albrecht wrote: Hello, for whatever reason I keep running into problems whenever I try to upgrade Frescobaldi (or install it on another machine). This time, I downloaded the .tar.gz bundles of both frescobaldi 2.18 and p

Re: [Frescobaldi] Re: ANN: Frescobaldi 2.18

2015-03-09 Thread Villum Sejersen
Sorry, should have mentioned that this is on Ubuntu 14.10. Hi Simon! It seems to me that ~/frescobaldi-2.0.15/ is the source of the old installation and not where the old installation is. I also use Ubuntu 14.10, and when I run |sudo python setup.py install| Frescobaldi is installed in /usr/

Re: [Frescobaldi] Re: ANN: Frescobaldi 2.18

2015-03-09 Thread Federico Bruni
2015-03-09 13:56 GMT+01:00 Villum Sejersen : > > It is a small mystery then that the python-ly-VERSION package somehow has > made it into ubuntu. Because it is still not available at all as a > distributed package, even from from debian testing. you probably installed it from PyPI using easy_in

Re: Fine piano pedals notation

2015-03-09 Thread Kieren MacMillan
Hi all, I’ve got a couple of Scheme functions — can’t remember who first wrote them for me — which might help, or at least give you some hints on how to solve the exact puzzles you’re facing. The “pedalSim” can, of course, be easily be adapted to accept any text for the “sim.” marking. Hope th

Re: Fine piano pedals notation

2015-03-09 Thread 良ϖ
Wow, thank you very much to all of you for your replies! I'm not on my own laptop right now so I'll try the Scheme functions when back. I've set up this small git repository . Of course, just feel free to contribute ;-) I'm very open to any suggestion

Ace editor - Lilypond support

2015-03-09 Thread Erik Nilsson
Hi, I'm considering creating a syntax highlighter for Lilypond code for the Ace javascript code editor (http://ace.c9.io/). I think it would be useful for tools like for instance weblily (http://www.weblily.net/). Is there a clear definition of the lilypond language that one could use as the

Re: Please help

2015-03-09 Thread magohq
Nothing has changed Key signature alternatives are still not on these lines. The fis in bass clef is on the 4th line,not on the fifth as the key treble. All the characters have to move down one line. -- View this message in context: http://lilypond.1069038.n5.nabble.com/double-key-signature-tp1

Re: Please help

2015-03-09 Thread magohq
Hi Simon Nothing has changed Key signature alternatives are still not on these lines. The fis in bass clef is on the 4th line,not on the fifth as the key treble. All the characters have to move down one line. Magohq 2015-03-09 11:52 GMT+01:00 Simon Albrecht-2 [via Lilypond] < ml-node+s1069038n17

Re: Please help

2015-03-09 Thread Simon Albrecht
PS. Did you send the message three times or did it only arrive three times? Am 09.03.2015 um 14:40 schrieb magohq: Nothing has changed Key signature alternatives are still not on these lines. The fis in bass clef is on the 4th line,not on the fifth as the key treble. All the characters have to m

Re: Please help

2015-03-09 Thread Simon Albrecht
Am 09.03.2015 um 14:40 schrieb magohq: Nothing has changed Key signature alternatives are still not on these lines. The fis in bass clef is on the 4th line,not on the fifth as the key treble. All the characters have to move down one line. OK, now I see your problem. You should always post example

Re: Please help

2015-03-09 Thread Magohq
Nothing has changed Key signature alternatives are still not on these lines. The fis in bass clef is on the 4th line,not on the fifth as the key treble. All the characters have to move down one line. -- View this message in context: http://lilypond.1069038.n5.nabble.com/double-key-signature-tp1

Re: Please help

2015-03-09 Thread Magohq
Thank you very very very much. That's what I has just mean. I struggled with this for over a year and enough to write in the forum. Once again, big thanks. Magohq 2015-03-09 15:23 GMT+01:00 Simon Albrecht-2 [via Lilypond] < ml-node+s1069038n172874...@n5.nabble.com>: > Am 09.03.2015 um 14:40 sch

Frescobaldi 2.18 install problems on KXStudio

2015-03-09 Thread Colin Campbell
After manually running updatedb and locate, then deleting any instance of frescobaldi and python-ly in /usr/* in order to remove prior version conflicts, I ran sudo python setup.py install from the unzipped source directory, which finished as below (emphasis added):

Re: Slurred staccato in a tremolo

2015-03-09 Thread David Nalesnik
On Sun, Mar 8, 2015 at 9:24 PM, David Nalesnik wrote: > > > I'll have a look at fixing it. > Patch here: https://code.google.com/p/lilypond/issues/detail?id=4319 --David ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailma

Re: Ace editor - Lilypond support

2015-03-09 Thread Scott Miller
I am not any help for the question, but wanted to thank you for looking into this. ownCloud also uses the Ace editor for in-browser text editing and it would be awesome to edit LilyPond right from the browser! ___ lilypond-user mailing list lilypond-user

Re: Ace editor - Lilypond support

2015-03-09 Thread Michael Hendry
> On 9 Mar 2015, at 13:34, Erik Nilsson wrote: > > > Hi, > > I'm considering creating a syntax highlighter for Lilypond code for the Ace > javascript code editor (http://ace.c9.io/). I think it would be useful for > tools like for instance weblily (http://www.weblily.net/). > > Is there a

Re: Ace editor - Lilypond support

2015-03-09 Thread Johan Vromans
On Mon, 9 Mar 2015 12:15:44 -0400 Scott Miller wrote: > ownCloud also uses the Ace editor for in-browser text editing and it would > be awesome to edit LilyPond right from the browser! Personally I do not see any advantages. Am I overlooking something? -- Johan

Re: Ace editor - Lilypond support

2015-03-09 Thread Urs Liska
Am 09.03.2015 um 14:34 schrieb Erik Nilsson: Hi, I'm considering creating a syntax highlighter for Lilypond code for the Ace javascript code editor (http://ace.c9.io/). I think it would be useful for tools like for instance weblily (http://www.weblily.net/). Is there a clear definition of the

Help please with alternate jazz chord naming system

2015-03-09 Thread Peter Teeson
I do not know how to set things up to use the alternate jazz chord naming system.Notation p 392 "An alternate jazz chord system has been developed using these modifications. "The snippet shows what I am doing now.But the 2nd and 4th chord names are using the Ignatzek name. I want the alternative na

Re: Help please with alternate jazz chord naming system

2015-03-09 Thread Michael Hendry
> On 9 Mar 2015, at 17:31, Peter Teeson wrote: > > I do not know how to set things up to use the alternate jazz chord naming > system. > Notation p 392 "An alternate jazz chord system has been developed using these > modifications. " > > The snippet shows what I am doing now. > But the 2nd an

Getting ragged-last-bottom et. al to work?

2015-03-09 Thread steve
Howdy! Seems no matter what I do I end up with a ragged last-bottom I have tried putting ragged-right = ##f ragged-bottom = ##f ragged-last-bottom = ##f ragged-last = ##f into both \paper {} and \layout {} and it d

Re: Getting ragged-last-bottom et. al to work?

2015-03-09 Thread Phil Holmes
- Original Message - From: To: "lilypond-user" Sent: Monday, March 09, 2015 5:42 PM Subject: Getting ragged-last-bottom et. al to work? Howdy! Seems no matter what I do I end up with a ragged last-bottom I have tried putting ragged-right = ##f r

Re: Help please with alternate jazz chord naming system

2015-03-09 Thread Tim McNamara
There is also the pop-chords.ly file that can be used for chord names and I am working on modifying the same file to follow the Roemer chord name conventions which I will make available when done. It appears that the OP would like Real Book style chord names; the pop-chords.ly file is easily mo

Re: How to set alternative chord names?

2015-03-09 Thread Flaming Hakama by Elaine
> From: Peter Teeson > Subject: How to set alternative chord names? > > Hi all: > For my lead sheet I have started adding chords and printing the chord > names. > But I want the alternative names as per the Notation Manual Page 392 > > How do I set that property? Snippets from my .ly file > I'm n

Re: Getting ragged-last-bottom et. al to work?

2015-03-09 Thread steve
> - Original Message - > From: > To: "lilypond-user" > Sent: Monday, March 09, 2015 5:42 PM > Subject: Getting ragged-last-bottom et. al to work? > > >> >> Howdy! >> >> Seems no matter what I do I end up with a ragged last-bottom >> >> I have tried putting >> >>ra

Re: Subject: String Concatenation, and Use of Unicode characters [sic]

2015-03-09 Thread Flaming Hakama by Elaine
> From: Michael Hendry > To: Davide Liessi > Cc: Lilypond-User Mailing List > Subject: Re: Subject: String Concatenation, and Use of Unicode characters [sic] > > > > On 7 Mar 2015, at 11:22, Davide Liessi wrote: > > > > Il 03/03/15 07.56, Michael Hendry ha scritto: > >>> Forgive me for suggesti

Re: Getting ragged-last-bottom et. al to work?

2015-03-09 Thread Jim Long
On Mon, Mar 09, 2015 at 03:01:46PM -0400, st...@linuxsuite.org wrote: > > Umm,,, no I don't want a ragged layout. I want the last line on > the last page to fill the line.. That's ragged-last = ##f (2.18.2 NR 4.1.5). Even better, ##f is the default value, so you should be fine just searc

Re: Subject: String Concatenation, and Use of Unicode characters [sic]

2015-03-09 Thread Michael Hendry
> On 9 Mar 2015, at 19:48, Flaming Hakama by Elaine > wrote: > > > From: Michael Hendry > > > > To: Davide Liessi mailto:davide.lie...@gmail.com>> > > Cc: Lilypond-User Mailing List > > > > Subject: Re: Subject: String Concatenati

Trouble with stem length while using cross piano staff chord engraver

2015-03-09 Thread 良ϖ
​Hi, I've gone a bit farther in Rain Tree Sketch as said in a previous thread but I've stumbled upon a Lilypond issue I'm unable to deal with. When one types polyphonic music, one uses voices and Lilypond is clever enough to avoid collision with objects. When one wants to depict a chord made with

Re: Subject: String Concatenation, and Use of Unicode characters [sic]

2015-03-09 Thread Flaming Hakama by Elaine
> > BTW, I also tend to prepare lead sheets in F and A. Of course, you may > not need this. But if you are preparing a template, it might be helpful to > include other common transpositions. > > OK. The choice there is either to compile the file three times, adjusting > \PieceTranspose in the seq

divisi staves and notehead merge (issue 3518 revisited)

2015-03-09 Thread Werner LEMBERG
Please have a look at the `divisi-staves.ly' regression test, which is the solution to https://code.google.com/p/lilypond/issues/detail?id=3518 [Actually, this file contains undocumented features that deserves documentation due to its importance for orchestral music...] I want a variation of

How to remove tags from music returned by \keepWithTag ?

2015-03-09 Thread Jim Long
If I: music = \relative c'' { \tag #'a { a a a a } \tag #'b { b b b b } } and then: musicA = \keepWithTag #'a \music \keepWithTag gives me the equivalent of: musicA = \relative c'' { \tag #'a { a a a a } } What I want is: musicA = \relative c'' { a a a a } In other words, I'd like to fi