Re: piano centered dynamics

2008-06-05 Thread Valentin Villenave
2008/6/4 Mats Bengtsson [EMAIL PROTECTED]: This is a known problem that has not made it into the bug tracker, as far as I can see. Now it has: http://code.google.com/p/lilypond/issues/detail?id=631 Cheers, Valentin ___ lilypond-user mailing list

Re: Best Text Editor

2008-06-05 Thread Mats Bengtsson
Read the section called Text editor support in the Application Usage included in the documentation for version 2.11. If you search the mailing list archives, you will also find other suggestions. /Mats stefanozanobini wrote: I'm looking for the best text editor in Linux for Lilypond usage.

Re: Best Text Editor

2008-06-05 Thread Valentin Villenave
2008/6/5 stefanozanobini [EMAIL PROTECTED]: Is there a text editor with a specific and complete extensive lilypond hilighter? There are many, but if any, you have to have a look at: http://lilypondtool.organum.hu/ (it's a great LilyPond plugin for the jEdit Java-based text editor) Cheers,

Re: markup question

2008-06-05 Thread Mats Bengtsson
As long as you don't have any \key command in your code, no key signature at all will be typeset. Just add a \key c \major (or whatever signature) to get the desired symbol. I hope you know about the built-in capabilities in LilyPond to handle non-standard key signatures. As long as you only

Re: Best Text Editor

2008-06-05 Thread Graham Percival
On Thu, 5 Jun 2008 11:11:28 +0200 stefanozanobini [EMAIL PROTECTED] wrote: I'm looking for the best text editor in Linux for Lilypond usage. vim, of course. Cheers, - Graham PS I've never used it, but the jedit lilypond thing looks quite nice. That's probably what you're after.

Best Text Editor

2008-06-05 Thread stefanozanobini
I'm looking for the best text editor in Linux for Lilypond usage. I suppose Kwrite is quite good, it gives me clearly the structure of a .ly file (with colors and bolds), but not always. Is there a text editor with a specific and complete extensive lilypond hilighter? Bye stezano

Re: Best Text Editor

2008-06-05 Thread Wilbert Berendsen
Op donderdag 5 juni 2008, schreef stefanozanobini: I'm looking for the best text editor in Linux for Lilypond usage. I suppose Kwrite is quite good, it gives me clearly the structure of a .ly file (with colors and bolds), but not always. Is there a text editor with a specific and complete

Re: git question

2008-06-05 Thread Reinhold Kainhofer
Am Mittwoch, 4. Juni 2008 schrieb hhpmusic: Hi, I have no time to learn GIT. I saw Reinhold's Orchestrallily has a dev version, but in git access method. I quickly searched the manual, enter $ git clone ssh://../orchestrallily.git. The first time I ran it, it asked me for password. The

lilybond-book staffsize problem

2008-06-05 Thread Johannes Heinecke
Dear all, I have stumbled over en problem with lilypond-book 2.8.1: Using \begin[staffsize=11,line-width=128\mm]{lilypond} \include ../mySong.ly \score { \new Staff = devenu \context Voice = sopranos \sopranRefrain \context Lyrics = sop \lyricsto sopranos \textRefrain

Re: Clef change and rest colliding

2008-06-05 Thread Benedict Singer
I put that in the example to make sure it happened, but in my score lilypond put 3 bars on one line like that, with the clef change on the next line, without any \noBreaks anywhere. Regardless, it seems it should be able to move the rest a bit to make space. Ben On Jun 5, 2008, at 0:41,

Re: markup question

2008-06-05 Thread James E. Bailey
Oh, thanks, I actually solved my problem. \override Staff.Clef #'stencil = #ly:text- interface::print \override Staff.Clef #'text = \markup { \lower #0.0 {\musicglyph #clefs.C}

Re: Best Text Editor

2008-06-05 Thread Jonathan Kulp
I think Kwrite has the nicest syntax coloring, and for that reason I installed the Kubuntu desktop on my Ubuntu machine. I don't really like KDE, though, so most often I end up using Gedit instead, choosing the LaTeX coloring (not great). I might try Kate with LilyKDE, though. That sounds

Slur in wrong place: rests too high: adjust stave separation for just one system

2008-06-05 Thread Frederick Dennis
Dear All, I'm using version 2.10.33 In the following extract, the slur from b to a is too high. Is there a remedy for this? Also, why are the quaver rests so high? Do I have to write c8\rest or something for each one? I started doing this but this caused unexpected changes elsewhere so I gave up.

Re: markup question

2008-06-05 Thread Kieren MacMillan
Hi James, Oh, thanks, I actually solved my problem. When Mats said I hope you know about the built-in capabilities in LilyPond to handle non-standard key signatures. As long as you only want to have normal flat and sharp symbols in your custom key signature, there should be no need to

Re: Slur in wrong place: rests too high: adjust stave separation for just one system

2008-06-05 Thread Kieren MacMillan
Hi Frederick, In the following extract, the slur from b to a is too high. Is there a remedy for this? You can always use #'extra-offset to move it. Also, why are the quaver rests so high? Do I have to write c8\rest or something for each one? See the docs on explicitly instantiating voices