Re: vertical position MultiMeasureRest

2007-06-28 Thread Mats Bengtsson
It certainly works here: \version 2.10.25 \score{ { R1 \once \override MultiMeasureRest #'staff-position = #6 R1 { R1 } \\ { R1 \override MultiMeasureRest #'staff-position = #0 R1 } } } /Mats [EMAIL PROTECTED] wrote: hello, how can I set the vertical position of MultiMeasureRests in a

Re: vertical position MultiMeasureRest

2007-06-28 Thread Tao Cumplido
thanks Mats. I got it tow work now when I put the \override directly before the 'R1' but it doesn't work when it is at the top. I'll post my code, maybe you can see better what I do wrong. regards, Tao %%% \version 2.10.23 \header { title = Aqui Se Puede composer = C. Curet

Re: vertical position MultiMeasureRest

2007-06-28 Thread Mats Bengtsson
You can simplify your code significantly, by not using the {...} \\ {...} feature when you combine the music \pnUp with the chords \pnChords. Just replace your line \new Staff = pn { \pnUp \\ \pnChords } by \new Voice = pn { \pnUp \pnChords } This will put both \pnUp and \pnChords as two

locale problem with jedit + lilypond under Windows XP

2007-06-28 Thread Werner LEMBERG
Friends, my son is currently in Taiwan, and he has installed both lilypond and jedit, running under a Chinese Windows XP. However, the error and warning messages he gets are bad, for example: 正在處理 ‘%s’ 分析中... Interpreting music... [8][16] bratschensonate-klavII.ily:154:44: 警告:

Re: locale problem with jedit + lilypond under Windows XP

2007-06-28 Thread John Mandereau
Le jeudi 28 juin 2007 à 16:31 +0200, Werner LEMBERG a écrit : my son is currently in Taiwan, and he has installed both lilypond and jedit, running under a Chinese Windows XP. However, the error and warning messages he gets are bad, for example: 正在處理 ‘%s’ 分析中... Interpreting music...

lilypond-book and pagebreaking

2007-06-28 Thread Laura Conrad
I just had the bright idea to have lilypond-book tell latex to try to keep individual pieces on a page by defining: \newcommand{\betweenLilyPondSystem}[1]{\linebreak\nopagebreak} This seems to work to discourage breaks within the music, but it has the unfortunate effect of making it even

Re: lilypond-book and pagebreaking

2007-06-28 Thread Mats Bengtsson
As far as I can see, the command \betweenLilyPondSystem is used both between headers and music as well as between score lines, so the only reason I can see that it's more likely to get a break after a header may be that the score lines take more vertical space than the headers, so if LaTeX has to

Re: lilypond-book and pagebreaking

2007-06-28 Thread Laura Conrad
Mats == Mats Bengtsson [EMAIL PROTECTED] writes: Mats As far as I can see, the command \betweenLilyPondSystem is Mats used both between headers and music as well as between score Mats lines, so the only reason I can see that it's more likely to Mats get a break after a header may

I have trouble with arc

2007-06-28 Thread Termometr
I get ugly arc http://www.wrzuta.pl/obraz/fL5vH6t9mC/zzz What I can turn up e and e' ? \version 2.6.3 #(set-global-staff-size 20) SopranyXIA = \relative c'' { \set Staff.instrument \clef G \key e \major \time 2/4 r8 b b b | r e, e' dis |

break the ..

2007-06-28 Thread Termometr
What I can break automatische join tune? I would like separate tune's ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: I have trouble with arc

2007-06-28 Thread Mats Bengtsson
Quoting Termometr [EMAIL PROTECTED]: I get ugly arc http://www.wrzuta.pl/obraz/fL5vH6t9mC/zzz What I can turn up e and e' ? To force the stem to point upwards on both notes, you can insert \stemUp (and reset to the default later using \stemNeutral I added a few more comments below:

Re: break the ..

2007-06-28 Thread Mats Bengtsson
Unfortunately, I do not understand what you mean. If you please send a short example to the mailing list that illustrates your problem, then I am sure someone can help you. /Mats Quoting Termometr [EMAIL PROTECTED]: What I can break automatische join tune? I would like separate tune's

Re: Mac OS X libguile.17.dylib Trace/BPT Trap error when adding a second voice to piano score

2007-06-28 Thread David Fedoruk
On 6/25/07, Han-Wen Nienhuys [EMAIL PROTECTED] wrote: 2007/6/25, David Fedoruk [EMAIL PROTECTED]: I should also mention that the error happens so fast after the command has been issued that I don't think lilypond actually had time to parse the code I wrote puzzeling since it worked fine

autoBeamSetting

2007-06-28 Thread Bainos
Hi, I am a beginner al Lilyond and I'm trying to write my first drum sheet, but i can't understand How to set automatic beam division in the layout.. (context?) After searching in the manual and the forum I tried in differenrt ways, but none of them seems to be the right way. Here is my code: