ess-tset

2004-03-04 Thread Thomas Scharkowski
According to "Duden Rechtschreibung 1961 an 1998"):

"hei - ßen"

if your email client cannot read the german "ess-tset" replace "?" by 
the correct symbol:

"hei - ?en"

Thomas
Bochum
Germany
___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


Re: ess-tset again

2004-03-04 Thread Thomas Scharkowski
According to "Duden Rechtschreibung 1961 an 1998"):

"hei - ßen"

Thomas
Bochum
Germany
På tirsdag, 2. mars 2004, kl. 11:07, skrev David Bobroff:

In this instance the word is "heissen" (with ess-tset, of course).
Should it be "heiss - en" or "hei - ssen"?  Or does the ess-tset get
broken up thusly: "heis - sen"?  I know just enough about German to be
completely unsure.


I have just completed some songs for a German composer, and he sais that 
ess-tset (ß) shall be broken s-s ("heis-sen").

/Oddmund



___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


Re: ess-tset again

2004-03-04 Thread Oddmund Åvik
På onsdag, 3. mars 2004, kl. 08:34, skreiv Thomas Scharkowski:

According to "Duden Rechtschreibung 1961 an 1998"):

"hei - ßen"
Then of course that is right. I apologize that I have cited a composer 
who obviously is not updated in the Rechtschreibung ...

/Oddmund

___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


Re: adding lyrics is baffling to me...

2004-03-04 Thread Mats Bengtsson
The solution most people use is to use \addlyrics,
see the section on "Printing lyrics" in the Tutorial.
If you want to explicitly specify the duration of the lyrics syllables,
one option is to let the duration of the syllable include both the
duration of the note and the following rest. For example, to match
c4 r2, you could have the syllable "long2.". Another option is to
use the \skip command, which works both in music and in lyrics.
For the final bar, just add the final bar line manually and
finish the piece where you want it to finish:
a4.~ a4 \bar "|."
   /Mats

[EMAIL PROTECTED] wrote:
Hi everyone,

I need help with lyrics.  I am using version 2.1.0-2 in Debian Sarge
(testing) and my lyrics are not lining up under notes.  I need to know
how to install spaces in lyrics where there are rests.
I have:

\paper { indent = 1.0 }
\score  { <<
\context ChordNames \chords { r2. a2. e2. e2. a2. d2. a2. e2. a2. }
\new Staff \notes { \clef bass \key a \major \time 6/8
\partial 8*1 e8 | a a a a gis fis gis4. r4 e8
b b b b a b a4. r4 a8
d' d' d' fis4 d'8 cis'4 b8 b8 a4 a8
b4 a8 gis4 gis8 a4.~a4 r8}
\context Lyrics \lyrics {
On8 Mon8--day8 I8 went8 to8 my8 home, And8
there8 I8 was8 paint8-ed8 in8 blue. I8
sang8 a8 nice8 song4, the8 whole4 day8 long4, And8
it4 was8 called4 ''.}
}


It is the rests that seem to get words even though I don't want that.

Also, there is a pickup note at the beginning of the piece, how do I set
the final bar as having 5 of the 6 eight notes?
Thanks for any help.  Maybe direction to documentation for my version of
lilypond would be best.  I have some on my machine but the web site has
differing docs.
All the best,

Sterling

___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.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
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


Lyrics size

2004-03-04 Thread Thomas Scharkowski
Hi all,

the following code works except "\override Lyrics .LyricText".

Help please!

Thank you,
Thomas
cygwin
--
\version "2.1.26"
\score {
<<\context ChordNames
\chords{
c2 g:7
}
<<
\context Voice = "Melody"
\notes {
\override Lyrics .LyricText   #'font-size = #' -2
\stemUp
\clef "G_8"
\relative c'{
c4 d e f
}
}
\\
\context Voice = "Bass"
\notes {
\stemDown   
\relative c {
c2 g
}
}
\lyricsto "Melody" \new Lyrics \lyrics
{
This is my text!
}
>>
>>
\paper {linewitdth=17.5 \cm}

}
___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


Re: emacs, umlauts, tabbing, ess-tset etc.

2004-03-04 Thread Mats Bengtsson


David Bobroff wrote:
It seems that for lyrics it is optional to escape the ".  It appears to
work either way.  The problem with *not* escaping them is that the auto
indent gets confused for anything input after that point in the *.ly
file.  Nor does auto-highlighting of enclosures i.e.: () [] {}, take
place.  That is inconvenient.
Using \ss{} doesn't work.  For some reason LilyPond fails to add space
after the ess-tset.
I definitely recommend to use \ss{} or even better to input ß directly.
On my computer, I can get it by pressing "Alt Gr" and "s" at the same
time. Emacs does also support a number of different input methods, see
the section on International Character Set Support in the info
documentation of Emacs (press 'CTRL-h i' in Emacs to to start the
info browser). As you already have noted, the use of double quotes
in german babel just confuses the syntax coloring in Emacs.
I'm not sure what problem you have with spaces after \ss{}.
If you mean that LilyPond doesn't correctly take the width of the
ß into account when calculating the note spacing, that's since it
doesn't know anything about TeX commands like \ss{} so then the
best solution is to use ß directly instead (even if LilyPond doesn't
know this character, it will approximate its width with the width of
a normal character). If you really want a space after an ß within
a syllable, \ss{}_ should work well, just as ß_
In this scenario I'm also getting occasional color confusion as well,
but I have not been able to reproduce it intentionally.  Someone else
has remarked about the "string" color continuing where it should not
have.
For this problem it seems that the simplest thing to do is to use
[german] and enter ess-tset as a real one (and treat the *.tex file to
sed) or as '\"s' and then remove the '\' before compiling the score (or
perhaps do the sed thing in this case as well).
This seems to me like an extremely complicated solution to a simple problem.

  /Mats

___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


Re: Interline spacing for multiple lines of lyrics

2004-03-04 Thread Mats Bengtsson
See http://mail.gnu.org/archive/html/lilypond-user/2004-02/msg00419.html

   /Mats

[EMAIL PROTECTED] wrote:
I'm trying to put multiple lines of lyrics under a melody. The default settings cause the lines of text to be spaced too far apart vertically to suit me here. I reckon I need to fool with, possibly, baseline-skip or minimumVerticalExtent on some object(s), but I have not been able to figure out which. Can anyone help?

___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.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
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


[OT] spam and worms

2004-03-04 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes:
> This trick doesn't seem to help, the ip:s seem to be faked somehow... each 
> worm-infected message has a unique ip which its headers says it comes from.

Unfortunately, switching off the attachments hasn't really worked, and
in the meantime the traffic is only increasing.

A solution that I *can* offer to everyone is a small script, available
from

 http://www.xs4all.nl/~hanwen/public/software/filter-zips.py

it will scan through a message looking for .exe, .pif and .scr files,
and looks inside .zips. It will mark suspicious messages with

 X-Filter-Zip-Scanned: suspect

It has caught 91 copies of this particular worm since yesterday afternoon.


-- 

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



___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


OT: emergency solution to spam problem?

2004-03-04 Thread Mark Van den Borre
Hallo Han-Wen,

Als ik daarmee een handje kan helpen...
wil ik gerust een handje toesteken bij eender welk manueel systeem van
spamfiltering totdat het spam-probleem op gnu.org opgelost is.

Bedankt voor (je werk aan) LilyPond,

Groeten,

Mark Van den Borre
LilyPond-gebruiker, Mutopia-muziekzetter
-- 
Mark Van den Borre
Noormannenstraat 113
3000 Leuven, BelgiÃ
+32 486 961726



___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


Sample Tablatures

2004-03-04 Thread Holger Peters
Hi,

I'd like to know if there are any examples for (e)guitar tablatures with 
lilypond available.

-- holger

___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


Your message to Info-lilypond awaits moderator approval

2004-03-04 Thread info-lilypond-bounces
Your mail to 'Info-lilypond' with the subject

:-)

Is being held until the list moderator can review it for approval.

The reason it is being held:

Post by non-member to a members-only list

Either the message will get posted to the list, or you will receive
notification of the moderator's decision.  If you would like to cancel
this posting, please visit the following URL:


http://mail.gnu.org/mailman/confirm/info-lilypond/df76529447de040b5dbb42f4b41bbd8702025c51



___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


Your message to Info-lilypond awaits moderator approval

2004-03-04 Thread info-lilypond-bounces
Your mail to 'Info-lilypond' with the subject

Hey, ya! =))

Is being held until the list moderator can review it for approval.

The reason it is being held:

Post by non-member to a members-only list

Either the message will get posted to the list, or you will receive
notification of the moderator's decision.  If you would like to cancel
this posting, please visit the following URL:


http://mail.gnu.org/mailman/confirm/info-lilypond/1188fb01430e66e14252cbacd4b1e16e950bffc9



___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


Your message to Info-lilypond awaits moderator approval

2004-03-04 Thread info-lilypond-bounces
Your mail to 'Info-lilypond' with the subject

^_^ mew-mew (-:

Is being held until the list moderator can review it for approval.

The reason it is being held:

Post by non-member to a members-only list

Either the message will get posted to the list, or you will receive
notification of the moderator's decision.  If you would like to cancel
this posting, please visit the following URL:


http://mail.gnu.org/mailman/confirm/info-lilypond/0c64f5ae237eebf68df00f06397d4e4ee45d71a8



___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user