OOoLilypond bug -- can't copy & past

2008-03-16 Thread Lia Zito
I actually had this working a few months ago, now either I've forgotton what
 I did or something quit working. 

I have lilypond working fine, and the OOoLilyPond plug in installed and 
working fine except for one thing -- I can't copy any text into the window 
that shows up after ctrl-M.  I have my music all ready in .ly files but no 
way to insert them in the OOo macro except re-typing from scratch, 
not really a practical option.   There seems to be no paste command 
functionality once the ctrl-M window is activated.  How do I get around this? 

Last time I was working with it, I had something figured out but apparently 
I didn't write it down.  I thought it was that whatever text I had highlighted 
from within OOo when I pressed ctrl-M would automatically be inserted 
in the lilypond window.  But that isn't working anymore. 

Has anybody else figured out how to paste text into the ctrl-M window 
from OOo? 

I'm running Mac OS 10.4 on both a G4 and an intel and have always had 
identical issues on each with lilypond and OOo. 

Thanks -- 

lia



___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


instrumentName doesn't appear when the very first note is an acciaccatura

2008-03-16 Thread eliot bates
> I'm not top posting.

%% instrumentName does not get printed on subsequent staffs 
%% if one staff begins with an acciaccatura figure.
%% shortInstrumentName seems to always work, however, and 
%% removing the acciaccatura immediately clears up the problem.
%% acciaccaturas in any position other than the first note do not cause
%% this problem.

\version "2.11"  % necessary for upgrading to future LilyPond versions.
\paper{ ragged-right=##t } 
#(set-default-paper-size "a4") 
#(set-global-staff-size 14) 
\layout {
indent=#0
\context { \Score 
\remove "Bar_number_engraver" 
} 
}

ILavta = \relative {
\clef treble
\key d \minor 
#(set-time-signature 5 8 '(3 2)) 
#(override-auto-beam-setting '(end * * * *)  3 8)
#(override-auto-beam-setting '(end * * * *)  5 8)
\set Staff.voltaSpannerDuration = #(ly:make-moment 5 8)

\acciaccatura a'32 a16 bes c4 \acciaccatura c32 c16 bes a bes 
a4.\prall \acciaccatura a16 a4 \break

\acciaccatura c32 c16 d d4 d8. c16 
c16 d8 \appoggiatura { c32[ des] } c8 d16 c \appoggiatura des32 
bes16 a bes~
\time 3/8   bes4. 

#(set-time-signature 5 8 '(3 2)) 
#(override-auto-beam-setting '(end * * * *)  3 8)
#(override-auto-beam-setting '(end * * * *)  5 8)
\set Staff.voltaSpannerDuration = #(ly:make-moment 5 8) 
\acciaccatura a32 a16 bes c4 \acciaccatura c32 c16 bes a bes 
a4.\prall a4 \bar "||"
}


IUdu= \drummode {
bd16-> sn sn sn sn-> \times 2/3 { sn32 sn sn } sn16 sn-> sn-> sn
sn16 bd sn bd-> sn sn sn sn sn-> sn64 sn sn sn 
sn16 \times 2/3 { r32 sn sn } sn16 sn-> r sn sn sn32 sn 
sn16-> sn32 sn
sn16-> sn-> sn-> bd-> sn sn sn sn sn-> sn64 sn sn sn 
bd8.-> bd16-> bd-> bd->
bd16-> sn sn sn sn-> \times 2/3 { sn32 sn sn } sn16 
sn-> sn-> sn
sn16 bd sn bd-> r4.
}

\new Score { <<
\new Staff = "lavta" {
\set Staff.instrumentName = "lavta"
\set Staff.shortInstrumentName = "lavta"
\ILavta } 
\new DrumStaff = "udu" {
\set DrumStaff.instrumentName = "udu"
\set DrumStaff.shortInstrumentName = "udu"  
\IUdu   
}
>>
}




___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Obsolete LILPONDPREFIX in lilycall.py

2008-03-16 Thread aws
> I'm not top posting.

Version 2.10 and 2.11 mac ppc current download tarballs.

Patch to fix:

79c79
<   env['LILYPOND_DATADIR'] = prefix + '/share/lilypond/current'
---
>   env['LILYPONDPREFIX'] = prefix + '/share/lilypond/current'





___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Obsolete LILPONDPREFIX in lilycall.py

2008-03-16 Thread Han-Wen Nienhuys
2008/3/16, aws <[EMAIL PROTECTED]>:
>  Version 2.10 and 2.11 mac ppc current download tarballs.
>
>  Patch to fix:
>
>  79c79
>  <   env['LILYPOND_DATADIR'] = prefix + '/share/lilypond/current'
>  ---
>  >   env['LILYPONDPREFIX'] = prefix + '/share/lilypond/current'

The proper fix is to remove this entirely. AFAIK lilycall.py isn't
really used anymore, since we put all the relocation logic in the
lilypond binary itself.

--
Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond