Re: collision between rest of one voice and the notes of the other voice

2006-10-05 Thread Mats Bengtsson
I would rather recommend to set the staff-position property: moveRestUp = \once \override MultiMeasureRest #'staff-position = #6 moveRestDown = \once \override MultiMeasureRest #'staff-position = #-6 The default in \voiceTwo (i.e. in the second voice of a {...} \\ {...} construct) is that

Re: Instrument transposition and score transposition confusion

2006-10-05 Thread Mats Bengtsson
I think this is well described in the section on Transpose, which provides a similar example for the case of an A clarinet. If in addition you want the MIDI output to sound correct, you should also use \transposing (which has nothing to do with the printed output, just the MIDI output). /Mats

Re: collision between rest of one voice and the notes of the other voice

2006-10-05 Thread Henrik Frisk
\relative c' { {c c c c} \\ {R1} } In the output there is a collision between the rest of the second voice and the notes of the first voice. The right solution would be to put the rest on a ledger line and to lower it until no collision occures. Is there a reason why lilypond

Re: Instrument transposition and score transposition confusion

2006-10-05 Thread Markus Schneider
Hello OROD, I do it like this: fluteNotes = \relative c''' { \transposition c % this indicates the correct pitch for cues and midi \key c \major ... the music in c ... } clarinetNotes = \relative c'' { \transposition bes % this indicates the correct pitch for cues and midi \key d

Re: collision between rest of one voice and the notes of the other voice

2006-10-05 Thread Mats Bengtsson
Henrik Frisk wrote: \relative c' { {c c c c} \\ {R1} } In the output there is a collision between the rest of the second voice and the notes of the first voice. The right solution would be to put the rest on a ledger line and to lower it until no collision occures. Is there a reason

Re: collision between rest of one voice and the notes of the other voice

2006-10-05 Thread Henrik Frisk
Mats Bengtsson [EMAIL PROTECTED] wrote: Henrik Frisk wrote: \relative c' { {c c c c} \\ {R1} } In the output there is a collision between the rest of the second voice and the notes of the first voice. The right solution would be to put the rest on a ledger line and to lower

Re: warning: Ignoring grob for slur. avoid-slur not set?

2006-10-05 Thread Han-Wen Nienhuys
Graham Percival schreef: Michael Kiermaier wrote: {c'( d'^\flageolet)} gives the warning: Ignoring grob for slur. avoid-slur not set? Michael: you can't get rid of this warning right now. Maybe in a future version. Devel: could we set avoid-slur to something by default? If there isn't

Re: collision between rest of one voice and the notes of the other voice

2006-10-05 Thread Kieren MacMillan
Hi, Mats: I would rather recommend to set the staff-position property: Perfect! I was looking (quickly, I must admit!) for such a property -- I tried #'position, and it didn't work, so I moved on. Thanks for providing the better solution. Kieren.

Re: Figured Bass question: Why is 5 4 upside down?

2006-10-05 Thread Laura Conrad
Trent == Trent Johnston [EMAIL PROTECTED] writes: Trent I don't think these are bugs as such. It's got to do Trent aligning the extender line. If you place a spacer (s8 etc) Trent between the figures the figures are printed the right way. Trent is sent a reply to the Lilypond

OOoLilyPond problem

2006-10-05 Thread Dave Phillips
Hi Samuel: I'd love to get this working but I hit a problem when I get to the rendering. I've installed everything according to directions, I'm using LP 2.8.4 and OOo 2.0.3 on a Debian Etch system. The dialog panes appear, and I've configured everything properly (AFAICT) but when I click on

Re: OOoLilyPond problem

2006-10-05 Thread Samuel Hartmann
Hi Dave, Dave Phillips wrote: I'd love to get this working but I hit a problem when I get to the rendering. I've installed everything according to directions, I'm using LP 2.8.4 and OOo 2.0.3 on a Debian Etch system. The dialog panes appear, and I've configured everything properly (AFAICT)

highest possible pitch

2006-10-05 Thread Julian Peterson
Howdy. Sorry if this has been addressed before, but I couldn't find a simple solution on the archives (although perhaps I'm not searching for the correct terms). I would like to notate an arbitrarily high pitch using an upward arrow as a notehead, but note-head-style.ly does not contain such

Re: highest possible pitch

2006-10-05 Thread Werner LEMBERG
I would like to notate an arbitrarily high pitch using an upward arrow as a notehead, but note-head-style.ly does not contain such a symbol. As an alternative, you might try c''1 :-) Werner ___ lilypond-user mailing list

Re:warning: Ignoring grob for slur. avoid-slur not set?

2006-10-05 Thread Henrik Frisk
{c'( d'^\flageolet)} gives the warning: Ignoring grob for slur. avoid-slur not set? Michael: you can't get rid of this warning right now. Maybe in a future version. Devel: could we set avoid-slur to something by default? If there isn't a specific value in scm/script.scm, use

RE: highest possible pitch

2006-10-05 Thread Bertalan Fodor
Yes, if I r c you could find an example in Tips Tricks. Generally you need to override the print function of the notehead. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Documentation or programming error?

2006-10-05 Thread fiëé visuëlle
Here: http://www.lilypond.org/doc/v2.9/Documentation/user/lilypond/ Font-selection.html it says that make-pango-font-tree should be placed in \paper. At least on my system with LilyPond 2.9.21 it works only in \layout. Could someone test/correct this please? BTW: What does the / in (/ staffsize

OOoLilyPond trouble 2

2006-10-05 Thread David Bobroff
In the midst of having trouble with OOoLilypond I decided it was time to go ahead and update my Linux installation. I did a fresh install of Fedora Core 5 (was using FC3 before). I updated everything and then installed LilyPond 2.8.7 from the install.sh. Then I installed OOoLilyPond. Then