Re: midi file without dynamics

2011-09-05 Thread Janek Warchoł
2011/8/26 Stefan Thomas : > Dear community, > although I think I can understand why the crescendi and decrescendi are not > played back correctly on the longer notes in the below quoted snippet, > I wonder why I can't hear at least the difference between forte and piano > in bar 3 and 4. > Is there

Re: doubled accidental

2011-09-05 Thread David Bobroff
On 9/5/2011 7:55 PM, Maxim Gawrilow wrote: I'm not top posting. If the initial key sets a note flat (b-flat minor) and I later change this note to sharp (ges to gis), in the score I get two accidentals in a row: first a natural and right to it the sharp. There is no need of the natural, it only

Re: Lilypond lobbying?

2011-09-05 Thread Janek Warchoł
2011/8/30 Bertalan Fodor (LilyPondTool) : > >>> - develop a GUI fro easy tweaking >> >> Isn't there such a thing in LilyPondTool? > > There is. > See http://lilypondtool.organum.hu/fileadmin/lilypondtool/docs/ch05s05.html I remember trying it and while it was helpful, it wasn't enough in my opinio

Re: Alternative note inserting for guitar tabs

2011-09-05 Thread Jakub Pavlík
Your e-mail inspired me to start work on a VexTab-to-LilyPond converter, which should make it possible to make use both of the simple VexTab input and fancy LilyPond output. At this time it doesn't have enough functionality for your needs - but I'm slowly working on it. J. Pavlik > ---

Re: lyrics skips?

2011-09-05 Thread MING TSANG
Thank you.   Blessing, Ming. From: Kieren MacMillan To: MING TSANG Cc: Lilypond-User Mailing List Sent: Monday, September 5, 2011 10:24:25 AM Subject: Re: lyrics skips? > Since it said not for "<<\\>>" construct, and I am using << \\ >> construct > is it mea

Re: lyrics skips?

2011-09-05 Thread MING TSANG
Thank you. The sample code work wonders.  I only have three measures to change the "<<\\>>" construct to "<< >>" construct.   Blessing, Ming. From: Kieren MacMillan To: MING TSANG Cc: Éditions IN NOMINE ; Lilypond-User Mailing List Sent: Monday, September 5

Re: independently barlined staves in a StaffGroup? (-Eluze)

2011-09-05 Thread -Eluze
Jeremy Joseph Boor wrote: > >> Message: 3 >> Date: Mon, 5 Sep 2011 01:43:19 -0700 (PDT) > > Excellent! I got with a simplification of your example: > > staffBar = { > \once\override Staff.Barline #'transparent = ##f > \once\override Score.Barline #'allow-span-bar = ##f > \b

Re: lyrics skips?

2011-09-05 Thread Kieren MacMillan
> Since it said not for "<<\\>>" construct, and I am using << \\ >> construct > is it mean that I need to modify my code not to use "<<\\>>" construct? Yes — see the solution in my other email. Kieren. ___ lilypond-user mailing list lilypond-user@gnu.o

Re: lyrics skips?

2011-09-05 Thread MING TSANG
Since it said not for "<<\\>>" construct, and I am using << \\ >> construct is it mean that I need to modify my code not to use "<<\\>>" construct?   Blessing, Ming. From: Kieren MacMillan To: MING TSANG Cc: Lilypond-User Mailing List Sent: Monday, September

Re: lyrics skips?

2011-09-05 Thread Kieren MacMillan
Hello Ming, Suppressing Voice Two is *not* what you want to do… He was making a joke. Here's the solution you want: \version "2.14.0" sopranonotes = \relative c' { 2 d'8 e8 f8 f8 << { \voiceOne d4 c4 a'4 b4 } \new Voice { \voiceTwo 2 s4 s4 } >> \oneVoice 2. a4 \bar "||" } harmonies =

Re: lyrics skips?

2011-09-05 Thread MING TSANG
Thanks.  What is the syntax for the suppression of voice two?  How it is incorporate into the code?   Blessing, Ming From: Éditions IN NOMINE To: MING TSANG Cc: "lilypond-user-requ...@gnu.org" ; "lilypond-user@gnu.org" Sent: Monday, September 5, 2011 9:11:3

Re: independently barlined staves in a StaffGroup? (-Eluze)

2011-09-05 Thread Jeremy Joseph Boor
> Message: 3 > Date: Mon, 5 Sep 2011 01:43:19 -0700 (PDT) > From: -Eluze > yet another possibility - maybe with unpredictable drawbacks on your general > score: > > http://old.nabble.com/file/p32399463/test.png > Excellent! I got with a simplification of your example: staffBar = { \

Re: independently barlined staves

2011-09-05 Thread harm6
Jeremy Joseph Boor wrote: > > (...) > I still would like to be able to do it with something more along the lines > of the divisioMaxima found in gregorian.ly: > > divisioMaxima = { > \once \override BreathingSign #'stencil = > #ly:breathing-sign::divisio-maxima > \once \override Breathing

Re: lyrics skips?

2011-09-05 Thread Kieren MacMillan
Hi, > Question: How can this be resolved? I search LSR and cannot find solution. Look in the documentation for "explicitly extantiating voices": In particular, read the section beginning with “An expression

Re: lyrics skips?

2011-09-05 Thread Éditions IN NOMINE
Oh it's coming from the fact that you have voices within voices. And your leading voice seems to loose its name "soprano", so the lyrics don't follow it any more. Suppresing the second voice solves the pb ! ;-) Sorry, I don't know how to solve this... Bye JMarc MING TSANG a écrit : I ran the f

2.15.9 binary is actually 2.14.2

2011-09-05 Thread Kieren MacMillan
Hi all, I tried to download the 2.15.9 binary for Mac OS X (x86) from the link on the website, i.e. http://download.linuxaudio.org/lilypond/binaries/darwin-x86/lilypond-2.15.9-1.darwin-x86.tar.bz2 I got 2.14.2 instead, even though the HTML link and the filename both read 2.15.9 (correctly

lyrics skips?

2011-09-05 Thread MING TSANG
I ran the following snippet and I find lyrics skipped on measure two.  I am expecting " six seven eight nine " on measure two -- "six seven " is skipped to measure three. Question:  How can this be resolved?  I search LSR and cannot find solution. Thanks, Ming. %<><><><> snippet starts \

Re: Alternative note inserting for guitar tabs

2011-09-05 Thread Lilyjoe
Thanks for your responses. Federico, your suggest is interesting, but it's a little too hard to follow for my poor needs. I don't have a speedy internet connection, 170MB are too high bandwith amount! In addition building from source code, could not be so easy, as you have described. So for now I'

Re: independently barlined staves in a StaffGroup?

2011-09-05 Thread -Eluze
yet another possibility - maybe with unpredictable drawbacks on your general score: http://old.nabble.com/file/p32399463/test.png -- View this message in context: http://old.nabble.com/independently-barlined-staves-in-a-StaffGroup--tp32397117p32399463.html Sent from the Gnu - Lilypond - User