Re: Lyrics inside the staff

2010-10-20 Thread zbigb
Thanks Kieren, but I meant overlapping the staff lines, I want the words to be in place of the notes regards, zb Kieren MacMillan wrote: > > Hi "zb", > >> I couldn't find anything useful re: placing the lyrics inside the staff > > Does the snippet

Re: Lyrics inside the staff

2010-10-20 Thread Jan-Peter Voigt
Hi ZB, I did a short "hack" to place the lyrics on top/across the staff: --snip-- \version "2.12.3" % a short hack to place Lyrics on top of the staff << \new Staff << \new Voice = "voc" \relative c' { a bes c8 b c4 } >> \new Lyrics \with { % to place something on top of the staff,

Re: Lyrics inside the staff

2010-10-20 Thread zbigb
yes! perfect, thank you very much Jan-Peter Voigt wrote: > > Hi ZB, > > I did a short "hack" to place the lyrics on top/across the staff: > > --snip-- > > \version "2.12.3" > > % a short hack to place Lyrics on top of the staff > << >\new Staff << > \new Voice = "voc" \relative c' {

Re: Lyrics inside the staff

2010-10-20 Thread Dmytro O. Redchuk
On Wed 20 Oct 2010, 09:47 Jan-Peter Voigt wrote: > Hi ZB, > \override VerticalAxisGroup #'Y-extent = #'(0 . 0) You also can try \override VerticalAxisGroup #'Y-extent = #'(1 . -1) This can give you a possibility to use Y-offset instead of extra-offset (this can be better in some cases). > a

fine-tuning Lyrics size

2010-10-20 Thread Werner LEMBERG
Folks, using \override LyricText #'font-size = #'-1 to make the lyrics smaller is too coarse for me. In my particular case, there is both Italian lyrics and a German translation (using a cursive font shape), and I have to make the cursive text just a bit smaller. AFAIK, LilyPond converts

Re: fine-tuning Lyrics size

2010-10-20 Thread Alexander Kobel
On 2010-10-20 13:48, Werner LEMBERG wrote: Folks, using \override LyricText #'font-size = #'-1 to make the lyrics smaller is too coarse for me. Hi, Werner, sorry if I misunderstood you - the solution just seems to obvious to imagine that you could not have found it. You can use decimal

Re: fine-tuning Lyrics size

2010-10-20 Thread Werner LEMBERG
> sorry if I misunderstood you - the solution just seems to obvious to > imagine that you could not have found it. You can use decimal > values (well, actually every real value if you really want to), and > the default 'font-size for Lyrics is 1, not 0 (as would be > expected). Doh, I've tried t

problem with LSR 643

2010-10-20 Thread Werner LEMBERG
The LSR 643 snippet gives a very nice function to append punctuation to an extender line. However, using \extendComma to get __ , the depth of the comma glyph is cut while using lilypond-book if it happens that this particular extender line is the lower edge of the image, and if

midi2ly extracting velocity

2010-10-20 Thread zbigb
Hi I'm looking for a way to extract velocity information from the midi file and use it for dynamic marking, is there any midi2ly guru here that can point to the best way to hack the code? thanks in advance, zb -- View this message in context: http://old.nabble.com/midi2ly-extracting-veloci

Re: alternative notation for tuplets (idea)?

2010-10-20 Thread Janek Warchoł
2010/10/16 James Lowe > You can read lots (lots!) here > http://thread.gmane.org/gmane.comp.gnu.lilypond.general/26600 > and here > http://thread.gmane.org/gmane.comp.gnu.lilypond.devel/14847/focus=14853 I've finally read all this and i'm still not convinced, because these dicsussions don't me

Re: orchestral template, please comment

2010-10-20 Thread Phil Holmes
Now approved. http://lsr.dsi.unimi.it/LSR/Item?id=719 . This will mean deleting snippet 713, since I've renamed this. I always like to check before doing that - anyone any problems with that deletion? I don't do this moving to git stuff, I'm afraid. -- Phil Holmes - Original Messa

Re: \chordmode chords jumping about on PDF using Mac OSX

2010-10-20 Thread James Bailey
On Oct 20, 2010, at 6:20 PM, James wrote: > Hello > > I am using Mac OSX Snow Leopard (10.6.x) with LilyPond 2.13.35 > > Here is the smallest example I could get down to > > -- > > \version "2.13.35" > > RH = \relative c'' { > \repeat unfold 30 { a8 a a a } > } > > LH = { >\clef bas

Re: \chordmode chords jumping about on PDF using Mac OSX

2010-10-20 Thread Patrick Schmidt
Am 20.10.2010 um 18:20 schrieb James: Hello I am using Mac OSX Snow Leopard (10.6.x) with LilyPond 2.13.35 Here is the smallest example I could get down to -- \version "2.13.35" RH = \relative c'' { \repeat unfold 30 { a8 a a a } } LH = { \clef bass \repeat unfold 30 { a8 a a

Re: \chordmode chords jumping about on PDF using Mac OSX

2010-10-20 Thread Patrick Schmidt
Am 20.10.2010 um 19:49 schrieb Patrick Schmidt: Am 20.10.2010 um 18:20 schrieb James: Hello I am using Mac OSX Snow Leopard (10.6.x) with LilyPond 2.13.35 Here is the smallest example I could get down to -- \version "2.13.35" RH = \relative c'' { \repeat unfold 30 { a8 a a a } } L

Re: problem with LSR 643

2010-10-20 Thread Valentin Villenave
On Wed, Oct 20, 2010 at 3:25 PM, Werner LEMBERG wrote: > > The LSR 643 snippet gives a very nice function to append punctuation > to an extender line.  However, using \extendComma to get >  __ , > the depth of the comma glyph is cut while using lilypond-book if it > happens that this p

Re: Lyrics inside the staff

2010-10-20 Thread Valentin Villenave
On Wed, Oct 20, 2010 at 9:47 AM, Jan-Peter Voigt wrote: > I did a short "hack" to place the lyrics on top/across the staff: Very nice; would you consider adding it to the LSR? http://lsr.dsi.unimi.it/LSR/html/contributing.html Yours Pondly, Valentin.

Re: alternative notation for tuplets (idea)?

2010-10-20 Thread Valentin Villenave
2010/10/20 Janek Warchoł : > I've finally read all this and i'm still not convinced, because these > dicsussions don't mention my idea at all (i suggest that numbers 3, 5, 6, 7, > 9, 10, 11, 12, 13, 14, 15, 17 etc. should become valid durations, and work > like the familiar 1, 2 , 4, 8, 16 etc.). N

Re: midi2ly extracting velocity

2010-10-20 Thread Valentin Villenave
On Wed, Oct 20, 2010 at 4:15 PM, zbigb wrote: > I'm looking for a way to extract velocity information from the midi file and > use it for dynamic marking, > is there any midi2ly guru here that can point to the best way to hack the > code? Sadly, we don't have any midi2ly guru anymore, and the mid

Re: \chordmode chords jumping about on PDF using Mac OSX

2010-10-20 Thread Valentin Villenave
On Wed, Oct 20, 2010 at 7:01 PM, James Bailey wrote: > > On Oct 20, 2010, at 6:20 PM, James wrote: >> I am using Mac OSX Snow Leopard (10.6.x) with LilyPond 2.13.35 >> \version "2.13.35" >> >> RH = \relative c'' { >>     \repeat unfold 30 { a8 a a a } >> } >> >> LH = { >>    \clef bass >>    \repe

Re: \chordmode chords jumping about on PDF using Mac OSX

2010-10-20 Thread Jan Warchoł
2010/10/20 Valentin Villenave > > 2010/10/20 James . >> >> (...) >> \version "2.13.35" >> >> RH = \relative c'' { >> \repeat unfold 30 { a8 a a a } >> } >> >> LH = { >>\clef bass >>\repeat unfold 30 { a8 a a a } >> } >> >> \score { >>\new PianoStaff >><< >> \chords { f1*5

using stored preferences with Lilypond

2010-10-20 Thread -Eluze
for the last years i have been using a self-made interface to Lilypond to simplify the interaction from an editor (using key combinations like ctrl+f9 to produce a pdf score or ctrl+f10 to display the pdf score and many others more) or from a command line (entering simple commands like ly png snip

Re: fine-tuning Lyrics size

2010-10-20 Thread Valentin Villenave
On Wed, Oct 20, 2010 at 2:04 PM, Alexander Kobel wrote: > You can use decimal values (well, actually every real value if you really > want to), and the default 'font-size for Lyrics is 1, not 0 (as would be > expected). > { c'4 c' c' c' } > \addlyrics { Uh la la la } > \addlyrics { \override Lyri

Re: using stored preferences with Lilypond

2010-10-20 Thread Valentin Villenave
On Wed, Oct 20, 2010 at 11:03 PM, -Eluze wrote: > > for the last years i have been using a self-made interface to Lilypond to > simplify the interaction from an editor (using key combinations like ctrl+f9 > to produce a pdf score or ctrl+f10 to display the pdf score and many others > more) or from

Re: using stored preferences with Lilypond

2010-10-20 Thread -Eluze
Valentin Villenave-3 wrote: > > > Interesting. Is it related to > http://news.lilynet.net/The-LilyPond-Report-21#outil_sommaire_6 ? > > Cheers, > Valentin > > not really - the only "relation" is that it is written in the same "language" (it is a "simple" batch file, compiled so that users a

Beam slope

2010-10-20 Thread Ralph Palmer
Greetings - I'm currently using version 2.12.3. I've noticed that sometimes Lilypond uses sloped beams, and sometimes uses level beams, in places that appear to be almost identical. Specifically, see the snippet in the Learning Manual, Section 1.1 Background => What symbols to engrave, %ly snippet

Re: \chordmode chords jumping about on PDF using Mac OSX

2010-10-20 Thread James Worlton
On Oct 20, 2010, at 3:06 PM, Valentin Villenave wrote: On Wed, Oct 20, 2010 at 7:01 PM, James Bailey wrote: On Oct 20, 2010, at 6:20 PM, James wrote: I am using Mac OSX Snow Leopard (10.6.x) with LilyPond 2.13.35 \version "2.13.35" RH = \relative c'' { \repeat unfold 30 { a8 a a a } }

Re: \chordmode chords jumping about on PDF using Mac OSX

2010-10-20 Thread Valentin Villenave
On Thu, Oct 21, 2010 at 3:05 AM, James Worlton wrote: > I compiled it several times (10+) and all of them came out looking the same. > Mac OSX 10.4.11 PPC. Which implies that this doesn't affect all users running Mac OSX. Or all users whose name is James. Either way, that's a relief :-) Cheers

Re: Beam slope

2010-10-20 Thread Keith E OHara
On Wed, 20 Oct 2010 18:08:51 -0700, Ralph wrote: I'm currently using version 2.12.3. I've noticed that sometimes Lilypond uses sloped beams, and sometimes uses level beams, in places that appear to be almost identical. Specifically, see the snippet in the Learning Manual, Section 1.1 Background

how-to break lines before grace notes

2010-10-20 Thread Keith E OHara
I hesitate to admit this, but when I noticed that explicit line-breaks before grace notes were failing with "should you be using bar checks?", I searched the mailing list archives more thoroughly than I searched the manual. The archives had nothing helpful, so I made up a solution . . . which

Re: problem with LSR 643

2010-10-20 Thread Graham Percival
On Wed, Oct 20, 2010 at 03:25:57PM +0200, Werner LEMBERG wrote: > > PS: How can I find out who has written that snippet? I don't believe that there is any way. It's just possible that LSR keeps track of snippet authors, but I can't recall seeing anything like that. Cheers, - Graham ___

Re: orchestral template, please comment

2010-10-20 Thread Graham Percival
On Wed, Oct 20, 2010 at 04:29:16PM +0100, Phil Holmes wrote: > Now approved. http://lsr.dsi.unimi.it/LSR/Item?id=719 . This will > mean deleting snippet 713, since I've renamed this. I always like > to check before doing that - anyone any problems with that deletion? If the new one has exactly