Re: OOoLilyPond macro installation and use

2006-10-18 Thread Samuel Hartmann

Hi Gordon,

Gordon Gilbert wrote:

Hi folks!

I looked at this idea of OOoLilypond, and thought -- what a fabulous 
idea for how I use Lilypond!  So I installed the latest Lily (2.9.23), 
and installed and followed slavishly the instructions to download and 
install the macro.


I don't expect OOoLilyPond to work with LilyPond 2.9.23. Use a stable
version of LilyPond for which the corresponding templates are available
(I recommend the version 2.6 for use with OOoLilyPond) .



But it won't work!  It seemed to install just fine, although when I went 
to bind the macro, I had trouble following the instructions.  The 
biggest thing in that was that you used the word "Append" as part of the 
menu instructions.  After some cogitation, I figured out that the menu 
button I should try is "Import".

Maybe the the button is called differently in different versions of
OpenOffice.org. I'm using OpenOffice.org 2.0.2 that comes with Ubuntu
Dapper.

But anyhow. The installation procedure is too complex. The next
development step of OOoLilyPond will be to simplify the installation.



So now I had the macro installed, and I opened it, and inserted the lily 
code.  When I clicked Lilypond, it crashed OpenOffice.  OOo was kind 
enough to "recover" my document upon reopening, but now, when I type 
-M, I get a dialog with the following cryptic text in it:


A Scripting Framework error occurred while running the Basic script 
vnd.sun.star.script:OOoLilyPond.Main/main?language=Basic&location=application. 


This error appears when OpenOffice.org does not find the macro anymore.
Usually it helps to once again assign Ctrl-M to tha macro. It may also
be that you have to repeat the complete Installation procedure.


regards,

Samuel



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


Reducing the length of a broken beam/beamlet/beam fragment?

2006-10-18 Thread Marcus Macauley
The partial beams that you get with, e.g., a dotted rhythm: Is it possible  
to reduce the length of such beamlets?


I think Lilypond's default minimum length is a bit too long, especially  
for tightly-spaced music, but I haven't been able to find a way to change  
it.


Marcus


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


help about trill position

2006-10-18 Thread confrey
hi, I'd like to know how to tune trill, prall and other symbols' 
position; I tried with

\once \override TexScript #'padding = #2
but it owrks with symbols created by \markup

what's do I need?

thanks

--

confrey


Linux Registered User#240359 
Linux Registered Machine #133789




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


Re: Reducing the length of a broken beam/beamlet/beam fragment?

2006-10-18 Thread Han-Wen Nienhuys

Marcus Macauley schreef:
The partial beams that you get with, e.g., a dotted rhythm: Is it 
possible to reduce the length of such beamlets?


I think Lilypond's default minimum length is a bit too long, especially 
for tightly-spaced music, but I haven't been able to find a way to 
change it.


I'm too busy to fix this, but you could add a property.

See beam.cc, where it says

  Real notehead_width =
Stem::duration_log (segs[j].stem_) == 1
? 1.98
: 1.32; // URG.


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

LilyPond Software Design
 -- Code for Music Notation
http://www.lilypond-design.com



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


question about fontsize lyrics

2006-10-18 Thread Lieke van der Meer

Hello,
A week ago I started using Lilypond. So far it seems to have fabulous 
possibilities. I only have one simple question.
I want to change the fontsize & fonttype of the lyrics in my file, but can't 
find a way to do so. I will ad an example of one of my files.

Please tell me how to change these to (preferably) Palatino Linotype, 14pt.
Thanx


\paper {
 #(set-paper-size "a4")
#(set-global-staff-size 10)
left-margin = 15\mm
line-width = #150
system-count = 2
}
\layout {
 indent = #0
}
melody = \relative c'
{
\clef treble
\key f \major
\repeat volta 2
{
\time 6/8
a'8( g) a bes4. g8( f) g a4. \bar "||" d,4 d8 g8( a) bes c4. a \bar "||"
a8( d) c bes4. g8( c) bes a4. \bar "||" f8 e f g4. e8 d e f4.
}
}
text = \lyricmode
\override Score . LyricText #'font-name . "Vera Bold" #'font-shape = 
#'italic


{
Glo- ri- a, glo- ri- a, in ex- cel- sis De- o!
Glo- ri- a, glo- ri- a, al- le- lu- ia, al- le- lu- ia!
}
\score
{
<<
\new Voice = "one"
{

\autoBeamOff
\melody
}
\new Lyrics \lyricsto "one" \text



\layout { }
\midi { \tempo 4=67 }
}

_
Ontmoet nieuwe vrienden via je eigen vrienden! http://spaces.live.com



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


Re: Making an object not take up vertical space?

2006-10-18 Thread Kieren MacMillan

Hi, Marcus:

Is it possible to make an object (e.g., a text markup) not take up  
any vertical space?


In order to make Lilypond think an object has no horizontal or  
vertical size, respectively, use


\once \override ObjectName #'X-extent = #'(0 . 0)

or

\once \override ObjectName #'Y-extent = #'(0 . 0),

where the \once is optional (as always) and ObjectName is replaced  
with the actual name of the object (e.g., RehearsalMark or TextScript  
or...).


Best regards,
Kieren.


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


Re: help about trill position

2006-10-18 Thread Mats Bengtsson

Please read the section on "The \override command" with subsections.
There, you will learn how to figure this out yourself. In this specific 
case,

the information is hidden somewhere in the section on "Articulations".

  /Mats

confrey wrote:
hi, I'd like to know how to tune trill, prall and other symbols' 
position; I tried with

\once \override TexScript #'padding = #2
but it owrks with symbols created by \markup

what's do I need?

thanks



--
=
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
SE-100 44  STOCKHOLM
Sweden
Phone: (+46) 8 790 8463 
   Fax:   (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=



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


Re: question about fontsize lyrics

2006-10-18 Thread Mats Bengtsson

You are definitely on the right track. Try
text = \lyricmode
{
\override Score . LyricText #'font-name = "Vera Bold"
\override Score . LyricText #'font-shape = #'italic
Glo- ri- a, ...

However, at least on my system, there is no italic version of Vera Bold.
For the font size, the manual tells that the font-size property is given 
relative
to the value of the paper variable text-font-size, but it doesn't tell 
how this is
set by default. By looking at the implementation, I found out that the 
default
value of text-font-size is 12pt for the default 20pt staff size and in 
general

12 / 20 * staff size.

  /Mats

Lieke van der Meer wrote:

Hello,
A week ago I started using Lilypond. So far it seems to have fabulous 
possibilities. I only have one simple question.
I want to change the fontsize & fonttype of the lyrics in my file, but 
can't find a way to do so. I will ad an example of one of my files.
Please tell me how to change these to (preferably) Palatino Linotype, 
14pt.

Thanx


\paper {
 #(set-paper-size "a4")
#(set-global-staff-size 10)
left-margin = 15\mm
line-width = #150
system-count = 2
}
\layout {
 indent = #0
}
melody = \relative c'
{
\clef treble
\key f \major
\repeat volta 2
{
\time 6/8
a'8( g) a bes4. g8( f) g a4. \bar "||" d,4 d8 g8( a) bes c4. a \bar "||"
a8( d) c bes4. g8( c) bes a4. \bar "||" f8 e f g4. e8 d e f4.
}
}
text = \lyricmode
\override Score . LyricText #'font-name . "Vera Bold" #'font-shape = 
#'italic


{
Glo- ri- a, glo- ri- a, in ex- cel- sis De- o!
Glo- ri- a, glo- ri- a, al- le- lu- ia, al- le- lu- ia!
}
\score
{
<<
\new Voice = "one"
{

\autoBeamOff
\melody
}
\new Lyrics \lyricsto "one" \text



\layout { }
\midi { \tempo 4=67 }
}

_
Ontmoet nieuwe vrienden via je eigen vrienden! http://spaces.live.com



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


--
=
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
SE-100 44  STOCKHOLM
Sweden
Phone: (+46) 8 790 8463 
   Fax:   (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=



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


Re: question about fontsize lyrics

2006-10-18 Thread Lieke van der Meer
Thank you Mats, I succeeded, but there seems to be a strange error when 
creating a PDF file.


The text 'heeft' turns into something like hee@, check with:

melody = \relative c' {
\clef treble
\key g \major
\repeat volta 2 {
\time 4/4
b'4
}
}
text = \lyricmode {
\override Score . LyricText #'font-name = "Palatino Linotype"
{
Heeft
}}
\score{
<<
\new Voice = "one" {

\autoBeamOff
\melody
}
\new Lyrics \lyricsto "one" \text



\layout { }
}

What can I do about that? It seems to happen only with the combination 
'ft'...

Regards,
Lieke


From: Mats Bengtsson <[EMAIL PROTECTED]>
To: Lieke van der Meer <[EMAIL PROTECTED]>
CC: lilypond-user@gnu.org
Subject: Re: question about fontsize lyrics
Date: Wed, 18 Oct 2006 13:31:14 +0200

You are definitely on the right track. Try
text = \lyricmode
{
\override Score . LyricText #'font-name = "Vera Bold"
\override Score . LyricText #'font-shape = #'italic
Glo- ri- a, ...

However, at least on my system, there is no italic version of Vera Bold.
For the font size, the manual tells that the font-size property is given 
relative
to the value of the paper variable text-font-size, but it doesn't tell how 
this is
set by default. By looking at the implementation, I found out that the 
default
value of text-font-size is 12pt for the default 20pt staff size and in 
general

12 / 20 * staff size.

  /Mats

Lieke van der Meer wrote:

Hello,
A week ago I started using Lilypond. So far it seems to have fabulous 
possibilities. I only have one simple question.
I want to change the fontsize & fonttype of the lyrics in my file, but 
can't find a way to do so. I will ad an example of one of my files.
Please tell me how to change these to (preferably) Palatino Linotype, 
14pt.

Thanx


\paper {
 #(set-paper-size "a4")
#(set-global-staff-size 10)
left-margin = 15\mm
line-width = #150
system-count = 2
}
\layout {
 indent = #0
}
melody = \relative c'
{
\clef treble
\key f \major
\repeat volta 2
{
\time 6/8
a'8( g) a bes4. g8( f) g a4. \bar "||" d,4 d8 g8( a) bes c4. a \bar "||"
a8( d) c bes4. g8( c) bes a4. \bar "||" f8 e f g4. e8 d e f4.
}
}
text = \lyricmode
\override Score . LyricText #'font-name . "Vera Bold" #'font-shape = 
#'italic


{
Glo- ri- a, glo- ri- a, in ex- cel- sis De- o!
Glo- ri- a, glo- ri- a, al- le- lu- ia, al- le- lu- ia!
}
\score
{
<<
\new Voice = "one"
{

\autoBeamOff
\melody
}
\new Lyrics \lyricsto "one" \text



\layout { }
\midi { \tempo 4=67 }
}

_
Ontmoet nieuwe vrienden via je eigen vrienden! http://spaces.live.com



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


--
=
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
SE-100 44  STOCKHOLM
Sweden
Phone: (+46) 8 790 8463
   Fax:   (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=



_
De nieuwste zoekmachine is LIVE: Live.nl http://live.nl



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


OSX 2.8.7 FontConfig cache

2006-10-18 Thread Julian Peterson

Greetings.

I just replaced my osx app of lilypond 2.8.5 with 2.8.7 and now get a 
new error:

programming error: Cannot find file for FontConfig cache.

It seems to be harmless (my files still render correctly) but is 
disconcerting.
../LilyPond.app/Contents/Resources/var/cache/fontconfig is an empty 
folder, should there be something in it?


Unfortunately, I deleted 2.8.5 before I discovered the error so I cannot 
compare with the older version of the app.


Any advice?  Or should I just ignore this error...

Thanks,
Julian Peterson


Lieke van der Meer wrote:
Thank you Mats, I succeeded, but there seems to be a strange error 
when creating a PDF file.


The text 'heeft' turns into something like hee@, check with:

melody = \relative c' {
\clef treble
\key g \major
\repeat volta 2 {
\time 4/4
b'4
}
}
text = \lyricmode {
\override Score . LyricText #'font-name = "Palatino Linotype"
{
Heeft
}}
\score{
<<
\new Voice = "one" {

\autoBeamOff
\melody
}
\new Lyrics \lyricsto "one" \text



\layout { }
}

What can I do about that? It seems to happen only with the combination 
'ft'...

Regards,
Lieke


From: Mats Bengtsson <[EMAIL PROTECTED]>
To: Lieke van der Meer <[EMAIL PROTECTED]>
CC: lilypond-user@gnu.org
Subject: Re: question about fontsize lyrics
Date: Wed, 18 Oct 2006 13:31:14 +0200

You are definitely on the right track. Try
text = \lyricmode
{
\override Score . LyricText #'font-name = "Vera Bold"
\override Score . LyricText #'font-shape = #'italic
Glo- ri- a, ...

However, at least on my system, there is no italic version of Vera Bold.
For the font size, the manual tells that the font-size property is 
given relative
to the value of the paper variable text-font-size, but it doesn't 
tell how this is
set by default. By looking at the implementation, I found out that 
the default
value of text-font-size is 12pt for the default 20pt staff size and 
in general

12 / 20 * staff size.

  /Mats

Lieke van der Meer wrote:

Hello,
A week ago I started using Lilypond. So far it seems to have 
fabulous possibilities. I only have one simple question.
I want to change the fontsize & fonttype of the lyrics in my file, 
but can't find a way to do so. I will ad an example of one of my files.
Please tell me how to change these to (preferably) Palatino 
Linotype, 14pt.

Thanx


\paper {
 #(set-paper-size "a4")
#(set-global-staff-size 10)
left-margin = 15\mm
line-width = #150
system-count = 2
}
\layout {
 indent = #0
}
melody = \relative c'
{
\clef treble
\key f \major
\repeat volta 2
{
\time 6/8
a'8( g) a bes4. g8( f) g a4. \bar "||" d,4 d8 g8( a) bes c4. a \bar 
"||"

a8( d) c bes4. g8( c) bes a4. \bar "||" f8 e f g4. e8 d e f4.
}
}
text = \lyricmode
\override Score . LyricText #'font-name . "Vera Bold" #'font-shape = 
#'italic


{
Glo- ri- a, glo- ri- a, in ex- cel- sis De- o!
Glo- ri- a, glo- ri- a, al- le- lu- ia, al- le- lu- ia!
}
\score
{
<<
\new Voice = "one"
{

\autoBeamOff
\melody
}
\new Lyrics \lyricsto "one" \text



\layout { }
\midi { \tempo 4=67 }
}

_
Ontmoet nieuwe vrienden via je eigen vrienden! http://spaces.live.com



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


--
=
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
SE-100 44  STOCKHOLM
Sweden
Phone: (+46) 8 790 8463
   Fax:   (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=



_
De nieuwste zoekmachine is LIVE: Live.nl http://live.nl



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




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


Re: OSX 2.8.7 FontConfig cache

2006-10-18 Thread Han-Wen Nienhuys

Julian Peterson schreef:

Greetings.

I just replaced my osx app of lilypond 2.8.5 with 2.8.7 and now get a 
new error:

programming error: Cannot find file for FontConfig cache.

It seems to be harmless (my files still render correctly) but is 
disconcerting.
../LilyPond.app/Contents/Resources/var/cache/fontconfig is an empty 
folder, should there be something in it?


Unfortunately, I deleted 2.8.5 before I discovered the error so I cannot 
compare with the older version of the app.


Any advice?  Or should I just ignore this error...


just ignore it.

--

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

LilyPond Software Design
 -- Code for Music Notation
http://www.lilypond-design.com



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


setting a keySignature

2006-10-18 Thread lilypondtester

I know that 
\set Staff.keySignature = #'( (2 . -2) )

affects all E notes in all octaves. In the key signature, it displays a flat
symbol over the 4th line of staff(which is an E note). Is there any way that
I can change this display such that the flat symbol in the key signature is
displayed on the 1st line of staff (which is another E note)?

I know that using 
\set Staff.keySignature = #'( ((0 . 2) . -2))
It is possible to display flat symbol of the key signature on the 1st staff
line, but then it just affects that octave, which is something undesirable.
-- 
View this message in context: 
http://www.nabble.com/setting-a-keySignature-tf2464992.html#a6871603
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.



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


Re: Making an object not take up vertical space?

2006-10-18 Thread Marcus Macauley

Kieren MacMillan wrote:

In order to make Lilypond think an object has no horizontal or vertical  
size, respectively, use


 \once \override ObjectName #'X-extent = #'(0 . 0)

or

 \once \override ObjectName #'Y-extent = #'(0 . 0),

where the \once is optional (as always) and ObjectName is replaced with  
the actual name of the object (e.g., RehearsalMark or TextScript or...).


Perfect -- thank you!

Marcus



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


Re: Making an object not take up vertical space?

2006-10-18 Thread Marcus Macauley

Kieren MacMillan wrote:
In order to make Lilypond think an object has no horizontal or vertical  
size, respectively, use


 \once \override ObjectName #'X-extent = #'(0 . 0)

or

 \once \override ObjectName #'Y-extent = #'(0 . 0),

where the \once is optional (as always) and ObjectName is replaced with  
the actual name of the object (e.g., RehearsalMark or TextScript or...).



P.S. Two things follow from this, the first obvious, the second less  
obvious (at least to me).


First, to make an object take up *some* vertical space, say, 2 staff  
spaces, one can do, e.g.:


\once \override ObjectName #'Y-extent = #'(0 . 2)
or
\once \override ObjectName #'Y-extent = #'(-2 . 0)
or
\once \override ObjectName #'Y-extent = #'(-8 . -6)

The difference between the two numbers, of course, being 2 staff spaces,  
which determines how much vertical space the object will get.


Second, the three examples above result in three different vertical  
positions of the object. In this case, lower numbers cause the object to  
be placed higher (regardless of whether it's above or below the staff).


Thus, it's unnecessary to do both an override Y-extent AND both an  
override extra-offset, if one wants to change both the amount of vertical  
space an object takes up AND shift its vertical position. The two tweaks  
can be combined in the Y-extent pair: the difference between the numbers  
represents the amount of vertical space the object takes up, and the value  
of the numbers inversely affects their position (i.e., as the numbers  
increase, the object moves down).


Marcus


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


question about fontsize lyrics

2006-10-18 Thread Lieke van der Meer

Hello,
A week ago I started using Lilypond. So far it seems to have fabulous 
possibilities. I only have one simple question.
I want to change the fontsize & fonttype of the lyrics in my file, but can't 
find a way to do so. I will ad an example of one of my files.

Please tell me how to change these to (preferably) Palatino Linotype, 14pt.
Thanx


\paper {
 #(set-paper-size "a4")
#(set-global-staff-size 10)
left-margin = 15\mm
line-width = #150
system-count = 2
}
\layout {
 indent = #0
}
melody = \relative c'
{
\clef treble
\key f \major
\repeat volta 2
{
\time 6/8
a'8( g) a bes4. g8( f) g a4. \bar "||" d,4 d8 g8( a) bes c4. a \bar "||"
a8( d) c bes4. g8( c) bes a4. \bar "||" f8 e f g4. e8 d e f4.
}
}
text = \lyricmode
\override Score . LyricText #'font-name . "Vera Bold" #'font-shape = 
#'italic


{
Glo- ri- a, glo- ri- a, in ex- cel- sis De- o!
Glo- ri- a, glo- ri- a, al- le- lu- ia, al- le- lu- ia!
}
\score
{
<<
\new Voice = "one"
{

\autoBeamOff
\melody
}
\new Lyrics \lyricsto "one" \text



\layout { }
\midi { \tempo 4=67 }
}

_
Windows Live Messenger: gratis bellen van PC naar PC 
http://imagine-msn.com/messenger/launch80/default.aspx?locale=nl-nl




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