Re: broken octaves

2008-07-25 Thread Stefan Thomas
2008/7/25 Stefan Thomas [EMAIL PROTECTED]: Dear Lilypond-users, I have in mind an input like: \relative { \brokenoctaves {c d e f g }} and the desired output is: \relative { c c' d d' e e' f f' g g' } Can this be done automatically

Re: stem length and position in cluster

2008-07-08 Thread Stefan Thomas
} \new Staff \relative { \akkord r4 r2 \transpose c f { \akkord } r4 r2 } END 2008/7/6 Stefan Thomas [EMAIL PROTECTED]: Dear lilypond-users, in the below quoted emxample, in my ponion, the stem from the b flat to the d should end at a little higher position. But I don't know, how

position of accidentals

2008-07-07 Thread Stefan Thomas
Dear Lilypond users, in the below quoted example, the positions of the accidentals are not convincing, in my opinion. Is there a possibilitie to change this generally? %% begin %% \relative { \time 3/4 c' d fis b cis8- r r2 \time 4/4 c d fis b cis8- r r4 r2 } % end %%%

end of a TextSpanner

2008-07-07 Thread Stefan Thomas
Dear lilypondusers, how can I achieve the end of the TextSpanner together with the last shorter-rest in the below quoted example: %% begin %%% \version 2.11.49 pedal = { \once \override TextSpanner #'outside-staff-priority = #500 \textSpannerDown \once \override TextSpanner

ascending line in textspanner

2008-07-06 Thread Stefan Thomas
Dear Lilypondusers, is it possible to make an ascending or descending line in a textspanner? ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

stem length and position in cluster

2008-07-06 Thread Stefan Thomas
Dear lilypond-users, in the below quoted emxample, in my ponion, the stem from the b flat to the d should end at a little higher position. But I don't know, how to change it. Here the example: schiefrunter = { \once\override Stem #'extra-offset = #'(-1.1 . 0.75) \once\override Stem #'rotation =

Re: Terrible question about a distinctive chord name system

2008-07-03 Thread Stefan Thomas
Dear hhpmusic, I've already started with some of the funktionsbezeichnungen. I think, it will be a lot of work to make a library with all the necessary sympols. But maybee we can share the work. ___ lilypond-user mailing list lilypond-user@gnu.org

Re: compressMusic causes error

2008-06-30 Thread Stefan Thomas
Hi Kieren, with the help of the german sidux-forum I succeded with: find . -iname '*.ly' -exec perl -pi -e 's/compressMusic/scaleDurations/g' {} \; Hope it can help other users. 2008/6/29 Kieren MacMillan [EMAIL PROTECTED]: Hi Stefan, I don't know, what could be wrong with this snippet:

word list in lilypondtool

2008-06-30 Thread Stefan Thomas
Dear Lilypondusers, when the syntax changes (like it has happened with compressMusic), do I have the possibilite to change the word list in jedit/lilypondtool? I think it doesn't now scaleDurations now, does it? ___ lilypond-user mailing list

Re: compressMusic causes error

2008-06-30 Thread Stefan Thomas
Oh, I didn't think of it! How stupid! 2008/6/30 Graham Percival [EMAIL PROTECTED]: Or you could just run convert-ly: the tool that's *designed* to do these updates. Cheers, - Graham On Mon, 30 Jun 2008 21:53:25 +0200 Stefan Thomas [EMAIL PROTECTED] wrote: Hi Kieren, with the help

compressMusic causes error

2008-06-29 Thread Stefan Thomas
Dear Lilypondusers, I don't know, what could be wrong with this snippet: \version 2.11.49 \relative { \compressMusic #' (1 . 2 ) {c4 c g' g a a g2 } } Is it a bug of the version 2.11.49? ___ lilypond-user mailing list lilypond-user@gnu.org

clefs not shown

2008-06-17 Thread Stefan Thomas
Dear Lilypond users, why are the clefs not shown in the below quoted example? rechts = { \clef treble s1*2 \break s1*2 } links = { \clef bass s1*4 } \version 2.11.43 \score { \new PianoStaff = Klavier \new Staff= rechts \with { \remove Time_signature_engraver \remove

Re: clefs not shown

2008-06-17 Thread Stefan Thomas
Dear Trevor, I use version 2.11.47! 2008/6/17 Trevor Daniels [EMAIL PROTECTED]: Stefan Which version are you using? When I try it clefs appear as expected in both 2.11.49 and 2.11.43-2. Trevor - Original Message - From: Stefan Thomas [EMAIL PROTECTED] To: lilypond-user

percussion beaters

2008-06-16 Thread Stefan Thomas
Dear Lilypond-users, is there a possibilitie to integrate symbols for percussion-beaters and sticks in a lilypond-file? I personally don't use these symbols very often but I know, that they are sometimes used in percussion scores and parts. I would like to know it for the grand documentation

autobeams for triplets

2008-06-15 Thread Stefan Thomas
Dear lilypond-users, how can I change the automatic beams for the triplets in this example? I would like to beam the triplets in groups of three and I would like to do it automatically. Here the example: \version 2.11.7 { \time 2/2 f'' 4 \times 2/3 { a'' 8 g'' f'' } \times 2/3 { e'' d'' c'' }

Re: incorrect beams in 16th quintuplet

2008-06-09 Thread Stefan Thomas
Dear Luis, I had the same problem! But there is a solution (not my idea) available. I changed Your snippet o the following: %%% BEGIN %% \version 2.11.42 quintolbeam = { \once \set beatLength = #(ly:make-moment 1 20) } \relative c' { \times 4/5 { f8 f16 f16 f16 } r4 \times 4/5 { f16 f8

re: LilyKDE 0.6.0 beta has been released

2008-06-04 Thread Stefan Thomas
Hi evverybody, are there plans to make a debian-package of this tool? I don't like installing from source, I tried it several times, but without success! ___ lilypond-user mailing list lilypond-user@gnu.org

Re: rhythm template function

2008-06-03 Thread Stefan Thomas
Dear Gilles, thanks for Your tipp! But I tried it with an own example, that does not work, I don't know why: \include rhythmen.ly sax = #(define-music-function (parser location musicA musicB musicC) (ly:music? ly:music? ly:music?) #{ \set tupletSpannerDuration =

Re: rhythm template function

2008-06-03 Thread Stefan Thomas
Great, it works perfectly! 2008/6/3 Gilles THIBAULT [EMAIL PROTECTED]: Dear Gilles, thanks for Your tipp! But I tried it with an own example, that does not work, I don't know why: \include rhythmen.ly sax = #(define-music-function (parser location musicA musicB musicC)

Re: add tenuto

2008-06-02 Thread Stefan Thomas
Yeah, great! It excludes the ties and the rests too, that seems to be perfect for me! Thanks a lot!! 2008/6/2 Gilles THIBAULT [EMAIL PROTECTED]: #(define (addTenutoFilterFunction event) (let ( (eventname (ly:music-property event 'name)) ) (if (eq? eventname 'EventChord) (let (

add tenuto

2008-06-01 Thread Stefan Thomas
Dear Lilypondusers, I modified (which was very easy) the addStaccato function to addTenuto, which also works very fine. But I have one question: Could it be possible to exclude those notes, that follows the one with the tie? I think, this could be also interesting (even a bit more) for the

Re: rhythm template function

2008-05-31 Thread Stefan Thomas
, 2008 at 12:04 PM, Stefan Thomas [EMAIL PROTECTED] wrote: Dear Jay, today I tried Your great rhythm template function. I have one quetion about it: does it work only with repetitions of the same note? ___ lilypond-user mailing list lilypond

lot of rests

2008-05-31 Thread Stefan Thomas
Dear Rune, months ago You have been so kind texplain me a very useful scheme-fuction, which can save a lot of type setting. I used it many times, but now there is something, I don't understand: Why does the first snippet work quite well, and the second not? Off course, it must have to do with the

re: rhythm template function

2008-05-30 Thread Stefan Thomas
Dear Jay, today I tried Your great rhythm template function. I have one quetion about it: does it work only with repetitions of the same note? ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

include libraries

2008-05-29 Thread Stefan Thomas
Dear lilypond-users, since I work with lilypond, I've made some libraries with a lots of user-defined commands. Now I would like to know: is it possible to include these files automatically in any of my lilypondfiles, without the \include-command? ___

Re: RUMOR

2008-05-29 Thread Stefan Thomas
Dear NIcholas, Yes, I'am using (also) Linux on my machine, but I couldn't install RUMOR. 2008/5/29 Nicolas Sceaux [EMAIL PROTECTED]: Le 29 mai 08 à 00:04, Stefan Thomas a écrit : Dear lilypond-users, is anyone of You experienced with RUMOR? Or with emacs Midi-input mode by Hans Lubs? I

how to get error messages in a separate text file

2008-05-29 Thread Stefan Thomas
Dear lilypond-users, how can I get (on linux) the error-messages that lilypond produces in a separate text-file, that I can save and read with e.g. kwrite? ___ lilypond-user mailing list lilypond-user@gnu.org

RUMOR

2008-05-28 Thread Stefan Thomas
Dear lilypond-users, is anyone of You experienced with RUMOR? Or with emacs Midi-input mode by Hans Lubs? I tried to install these programs from source many times, but without success! ___ lilypond-user mailing list lilypond-user@gnu.org

tempo mark too far on the left side

2008-05-24 Thread Stefan Thomas
Dear lilypond-users, in my opinion the tempo-mark-text is to much on the left side. Is there a possibilitiy to change it? Here the example: %% begin %% tempoMark = #(define-music-function (parser location prependText notevalue appendText) (string? string? string?)

can't beam in a quintuplet

2008-05-24 Thread Stefan Thomas
Dear lilypond-users, I have another strange problem: in the below quoted example, I can't have the notes in the quintuplet under one beam. How can I solve the problem? \version 2.11.43 \relative { \time 3/4 r2 \times 2/3 { r8 g b } | \time 4/4 \times 4/5 { d16 [ b f'8. ] } r4 r2 }

Re: can't beam in a quintuplet

2008-05-24 Thread Stefan Thomas
Dear Neil, thanks! I've made a shortcut quintolbeam = { \once \set beatLength = #(ly:make-moment 1 20) }. I must say, it's the first time I had this problem with tuplet and beams. 2008/5/24 Neil Puttock [EMAIL PROTECTED]: Hi Stefan, 2008/5/24 Stefan Thomas [EMAIL PROTECTED]: Dear lilypond

Re: grace notes in TimeSig

2008-05-23 Thread Stefan Thomas
) } - Original Message - From: Stefan Thomas [EMAIL PROTECTED] To: lilypond-user lilypond-user@gnu.org Sent: Thursday, May 22, 2008 3:29 PM Subject: grace notes in TimeSig Dear lilypondusers, I have a problem with TimeSig in connection with grace-notes. I don't understand why the grace notes

grace notes in TimeSig

2008-05-22 Thread Stefan Thomas
Dear lilypondusers, I have a problem with TimeSig in connection with grace-notes. I don't understand why the grace notes why the grace-notes in the below quoted example appear before the time signature. It must have to do with the TimeSig function. How can I fix the problem? Here is the example:

problem with lilypond-book

2008-05-20 Thread Stefan Thomas
Dear lilypond-users, after running lilypond-book (I attached the .tex-file to the mail) I got a very long error message, I don't understand. I'm not able to produce a pdf or dvi-file. What have I done wrong? Here is the message: lilypond-book (GNU LilyPond) 2.11.43 Reading notennamen.tex...

re: problem with lilypond-book

2008-05-20 Thread Stefan Thomas
Sorry, I forgot the attachment. I 've copied a little snppet of it in the mail: \documentclass[a4paper,12pt]{article} \usepackage[ngerman]{babel} \usepackage[utf8]{inputenc} \usepackage[paper=a4paper,left=20mm,right=20mm,top=25mm,bottom=25mm]{geometry} \begin{document} \begin{center}

strange stems and beams

2008-05-17 Thread Stefan Thomas
Dear lilypond-users, I wonder, why the stems and beeams are looking so strange in the below quoted example: re = { \change Staff = rechts } li = { \change Staff = links } %begin%%% rechts = \relative c'' { \time 6/8 ees ees'8 [ r8 \li d d' ] \re ees ees' [ r8 \li c c' ] } links = { s2. }

Re: strange stems and beams

2008-05-17 Thread Stefan Thomas
Dear Joe, does it mean, a new update of lilypond is available, that fixes the problem? 2008/5/17 Joe Neeman [EMAIL PROTECTED]: On Sat, May 17, 2008 at 5:14 PM, Stefan Thomas [EMAIL PROTECTED] wrote: Dear lilypond-users, I wonder, why the stems and beeams are looking so strange in the below

hide a key signature

2008-05-17 Thread Stefan Thomas
Dear lilypond-users, in the below quoted I example I would like to hide the key signature, but I want to keep some space between the clef and the time signature. How can I do it? % begin \version 2.11.43 \markup {Transponiere unten stehenden Ausschnitt nach Es-Dur. Vergiss

problem with lilypondbook.py

2008-05-15 Thread Stefan Thomas
Hi, if I want to process a tex-file (runnung lilypondbook.py %buffer) with lilypond-book in the Console of jedit, I get the following error messages error running external command. See the activity log about the problem What can I do? ___ lilypond-user

sricpt for lilypond-book

2008-05-15 Thread Stefan Thomas
Dear Lilypond-users, maybee I'm boring, but I have written a little scirpt for lilypond book: lilybuch( ) { mkdir -p $1/ lilypond-book --output=$1 --psfonts $2.tex cd $1/ latex $2.tex dvips $2.dvi ps2pdf $2.ps kpdf $2.pdf } $1 is the name of the direction You want to create, $2 is the name of the

lilypond-book and lilypondtool

2008-05-13 Thread Stefan Thomas
Dear Lilypondusers, is it possible to run the lilypondbook command within in jedit, Lilypondtool? If so, how can it be done? ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

switcj of percussion staves

2008-05-12 Thread Stefan Thomas
Dear lilypond-users, I have a problem, that's going to drive me crazy at the moment!! Why can't I do a change of staff lines in the below quoted example? %% Begin %% trommel = { \override Staff.StaffSymbol #'line-count = 1 \override Staff.BarLine #'bar-size = #3 } normalsystem =

Re: switcj of percussion staves

2008-05-12 Thread Stefan Thomas
- Original Message - From: Stefan Thomas [EMAIL PROTECTED] To: lilypond-user lilypond-user@gnu.org Sent: Monday, May 12, 2008 1:58 PM Subject: switcj of percussion staves Dear lilypond-users, I have a problem, that's going to drive me crazy at the moment!! Why can't I do a change

re: Subject: GDP status, May 2008

2008-05-11 Thread Stefan Thomas
Dear Graham, if someone is needed: I could write about the notation of percussion or vocal music. But I have one problem: I can only write in BSE (bad simple english). I could write it in geman, and someone else, meybee, could translateit. Or I can try writing in english (maybee a good exercise

beams over rest

2008-05-11 Thread Stefan Thomas
Dear lilypond-users, in my opinion, the beams over rest look rather strange. I would expect the rest to be a bit more downstairs. Is there a possibilltie to do this automatically? Here is the Example: %% begin %%% \version 2.11.43 { \time 3/4 r16\rest [ e''' e'' \accent bes'' r ] a''

Re: Subject: GDP status, May 2008

2008-05-11 Thread Stefan Thomas
for Percussion. Please skip over NR 2.5.1.1 References for... at the moment; we still need to finalize the format of these subsections. Work on the other material first, and then come back to 2.5.1.1 later. Cheers, - Graham On Sun, 11 May 2008 08:49:56 +0200 Stefan Thomas [EMAIL PROTECTED

quicklily

2008-05-10 Thread Stefan Thomas
Hi, I have a question about the lilypond-tool: what are the QuickLily Pitches Shortcuts? And in the new version I found at the toolbar Note Preview enabled. What does it mean? ___ lilypond-user mailing list lilypond-user@gnu.org

Re: quicklily

2008-05-10 Thread Stefan Thomas
--- From: Stefan Thomas [EMAIL PROTECTED] To: lilypond-user lilypond-user@gnu.org Sent: 08/05/10/, 13:48:53 Subject: quicklily Hi, I have a question about the lilypond-tool: what are the QuickLily Pitches Shortcuts? And in the new version I found at the toolbar Note Preview enabled

invoke-editor

2008-05-10 Thread Stefan Thomas
Hi, I have q auestion concerning the invoke-editor. If I run lilypond-invoke-editor I get ERROR: In procedure primitive-load-path: ERROR: Unable to find file ice-9/boot-9.scm in load path What does it mean? I'm trying to get XPDF working for point and click. I added urlCommand

how to move a text spanner

2008-05-10 Thread Stefan Thomas
Dear Lilypond-users, how can I move a text-spanner downwards or upwards? ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

pdf is not procuced

2008-05-06 Thread Stefan Thomas
Dear lilypond users, when I want to make a pdf-file of my score I get the following message: pdf is not procuced /home/Stefan/partituren/differance/musik/musik_ab94.ly:154:4: Warnung: Keine rhythmische Gruppe zu beenden r 4 \times 2/3 { r 8 e'\p f, } | %nochnschlagzwo 107 [8][8]

Re: pdf is not procuced

2008-05-06 Thread Stefan Thomas
see the earlier context. Trevor - Original Message - From: James E. Bailey [EMAIL PROTECTED] To: Stefan Thomas [EMAIL PROTECTED] Cc: lilypond-user lilypond-user@gnu.org Sent: Tuesday, May 06, 2008 1:41 PM Subject: Re: pdf is not procuced Am 06.05.2008 um 11:49 schrieb Stefan

Re: third down, diatonically

2008-05-02 Thread Stefan Thomas
Dear Peter, thanks for Your help. Looks complicated, for me, but I will try to make use of it. 2008/5/1 Peter Chubb [EMAIL PROTECTED]: Stefan == Stefan Thomas [EMAIL PROTECTED] writes: Stefan Dear Lilypond-users, I Stefan would like to transpose this melody diatonically one third Stefan

third down, diatonically

2008-05-01 Thread Stefan Thomas
Dear Lilypond-users, I would like to transpose this melody diatonically one third down: \relative c' { \clef G \key a \minor \time 4/4 \partial 2. \ e4 a b | c2.( a4 )| % 3 c2.( a4 )| g e b' c % 5 d e,( d' c) | c( b) b( a) | % 7 a ( g) f-. g-. | a4*3 } the

Re: third down, diatonically

2008-05-01 Thread Stefan Thomas
Message - From: Stefan Thomas To: lilypond-user Sent: Thursday, May 01, 2008 6:05 PM Subject: third down, diatonically Dear Lilypond-users, I would like to transpose this melody diatonically one third down: \relative c' { \clef G \key a \minor \time 4/4 \partial 2. \ e4

Re: scheme function for staccato

2008-04-22 Thread Stefan Thomas
music) (ly:music?) (music-filter addStaccatoFilterFunction music) ) For some reason it also works if you use Reinhold's code with \addStaccato { \relative { ... }} instead of \relative { \addStaccato {...}} /Mats Stefan Thomas wrote: Dear Reinhold, many thanks for Your very

scheme function for staccato

2008-04-20 Thread Stefan Thomas
Dear Lilypond-users, I've read the explanation in the manual of version 2.10. about adding articulation to notes. I thougt, with his I could be able to simply add a staccato-dots to a group of notes, but unfortunately, it doesn't work as expected. Is there a solution available? Here the short

Re: scheme function for staccato

2008-04-20 Thread Stefan Thomas
Dear Reinhold, many thanks for Your very usefull plugin. It works fine! But there is one thing in the below quoted example I don't understand : Why is the second g in the first measure an octave lower? I'm sure, I don't see something, which is quite obvious, but I have no idea. \version 2.11.43

barlines not shown

2008-04-13 Thread Stefan Thomas
Dear lilypondusers, I have a question, I think it has to do with linux. I have the problem, when using vim, that the barlines in the score are not shown. When I type \bar |. , I see an invisible barline. I think is has to do with the encoding. But umlaute are no problems. Does someons know, how

Re: barlines not shown

2008-04-13 Thread Stefan Thomas
Oh Yes, You where right. Now it works as expected! 2008/4/13, Mats Bengtsson [EMAIL PROTECTED]: I don\t think it has anything to do with Vim, just remove the extra spaces, it should be: \bar |. and nothing else. /Mats Quoting Stefan Thomas [EMAIL PROTECTED]: Dear lilypondusers, I

Re: vim

2008-04-12 Thread Stefan Thomas
Dear Patrick, I had luck, it worked! Thanks Stefan 2008/4/10, Patrick McCarty [EMAIL PROTECTED]: On Thu, Apr 10, 2008 at 03:56:26PM +0200, Stefan Thomas wrote: Dear lilypond-users, I have a question concerning vim. I've read that there is a special vimrc available. But where can I get

vim

2008-04-10 Thread Stefan Thomas
Dear lilypond-users, I have a question concerning vim. I've read that there is a special vimrc available. But where can I get or find it? And I've also read that I have to add to the file ~/.vim/filetype.vim the message if exists(did_load_filetypes) finish endif augroup

position of text

2008-03-29 Thread Stefan Thomas
Dear lilypond-users, in the below quoted example, I would like to have the epression grosse Trommel above the weicher schlaegel. I tried it with changing the #'outside-staff-priority, but without success. How can I manage it? Thanks for your help. Stefan % Begin %% \version 2.11.42

re: Shortcut for epeated chords?

2008-03-28 Thread Stefan Thomas
Dear Eric, I think I have the same problem as You. Typing a lot of chords is a lot of work. But I use the lilypond-tool and jedit for help. There You can make shortcuts or You can expand abbreviations. For example, if I have a chord like c es fis a I type only cv, than I press the space bar, and

hairpin to short

2008-03-28 Thread Stefan Thomas
Dear lilypond users, in the below quoted exanple the hairpin is too short. What can I do to change the length of it? Thanks for help, Stefan %%% begin \version 2.11.42 re = \change Staff = rechts li = \change Staff = links kleiner = {\set fontSize = #-3 \override DynamicText #'font-size =

extra space for clef change

2008-03-28 Thread Stefan Thomas
Dear lilypond users, how can I add extra-space before a clef-change? Here is a short example: begin \version 2.11.42 re = \change Staff = rechts li = \change Staff = links kleiner = {\set fontSize = #-3 \override DynamicText #'font-size = #+3 } normal = {\unset fontSize \revert

lilypond crash

2008-03-28 Thread Stefan Thomas
Dear Lilypond-users, I have a problem with my Laptop, on which I use Windows XP. When I run the test.ly I get the following message: %lilypond %args C:\Dokumente und Einstellungen\Stefan\Desktop\test.ly »C:/Dokumente und Einstellungen/Stefan/Desktop/test.ly« wird verarbeitet Analysieren...

Re: lilypond crash

2008-03-28 Thread Stefan Thomas
), and which became available today. Trevor D - Original Message - From: Stefan Thomas [EMAIL PROTECTED] To: lilypond-user lilypond-user@gnu.org Sent: Friday, March 28, 2008 9:31 PM Subject: lilypond crash Dear Lilypond-users, I have a problem with my Laptop, on which I use

Re: large files

2008-03-25 Thread Stefan Thomas
Dear Simon, thanks, it worked fine! 2008/3/25, Simon Bailey [EMAIL PROTECTED]: hi stefan, On Mar 24, 2008, at 4:48 PM, Stefan Thomas wrote: I have an rather old machine and when lilypond is processing a ps- file from a larger file, it can happen, that it takes about 10-15 Minutes

large files

2008-03-24 Thread Stefan Thomas
Dear lilypondusers, I have the following problem: I have an rather old machine and when lilypond is processing a ps-file from a larger file, it can happen, that it takes about 10-15 Minutes to calculate. Is there any possibility to make the process of calculating faster? Thanks, Stefan

Re: Automatic accidental rule

2008-03-22 Thread Stefan Thomas
to be written with an natural sign, but it isn't. How can I chance it? Thank You, and best wishes for eastern. Stefan 2008/3/15, Stefan Thomas [EMAIL PROTECTED]: excellent!! Thanks! 2008/3/15, Rune Zedeler [EMAIL PROTECTED]: Stefan Thomas skrev: then no natural sign will be printed before

Re: Automatic accidental rule

2008-03-22 Thread Stefan Thomas
Sorry, I made a mistake! I mean, off course: \version 2.11.42 \relative { \set Staff.autoAccidentals = #'( Staff (same-octave . -1) (same-octave . 0) (any-octave . 0) ) c fis b cis1 } 2008/3/15, Rune Zedeler [EMAIL PROTECTED]: Stefan Thomas skrev

chords in atonal music

2008-03-15 Thread Stefan Thomas
Dear lilypond users, is it possible to define new kinds of chords (e.g.c f b des used in atonal music? If it is possible, I think I could save a lot of time for typing. Thanks for Your help Stefan ___ lilypond-user mailing list

Re: Automatic accidental rule

2008-03-15 Thread Stefan Thomas
Dear Rune, these automatic accidentals are a great thing! But I have one more question: If I change the example to: myAccidentals = { \set Staff.autoAccidentals = #'( Staff (same-octave . -1) (same-octave . 0) ) } \relative c'' { \myAccidentals c4 cis' cis8 cis c, c }

Re: Automatic accidental rule

2008-03-15 Thread Stefan Thomas
excellent!! Thanks! 2008/3/15, Rune Zedeler [EMAIL PROTECTED]: Stefan Thomas skrev: then no natural sign will be printed before the c, How can I change it? \set Staff.autoAccidentals = #'( Staff (same-octave . -1) (same-octave . 0) (any-octave

problem with trills

2008-03-02 Thread Stefan Thomas
Dear lilypondusers, is it possible, that the snippet with the trills with extra-accitendals http://lsr.dsi.unimi.it/LSR/Item?id=304 don't work on version 2.11.38? When I tried do reproduce it, the accidentals where not shown. And I have another, very curious problem. When I use \pitchedTrill

Re: problem with trills

2008-03-02 Thread Stefan Thomas
Dear Reinhold, thanks for Your tip! It works, but I would prefer the solution with the pitched trill. The behavior of the accidentals there is really very strange, as I've read in http://lists.gnu.org/archive/html/lilypond-user/2007-09/msg00465.html Is there solution available for this problem?

Re: pedal bracket too short

2008-02-29 Thread Stefan Thomas
Stefan Thomas wrote: Dear Lilypond-users, I don't know why, but in the below quoted example is the pedal bracket shorter than expected. I find it strange, that it works fine with text-stylle pedal. How can I solve the problem? re = \change Staff = rechts li = \change Staff = links

text spanner for pedal

2008-02-29 Thread Stefan Thomas
Dear Lilypond-users, I want to create a text-spanner for the pedal sign. I hope that I can avoid problems with vertical collisions between pedal-signs and dynamic. Unfortunately the below quoted file doesn't work as expected. I can't see the Ped and the line goes down, although it should go up,

Re: pedal bracket too short

2008-02-29 Thread Stefan Thomas
Dear Reinhold, You wrote: the bracket always ends at the staff change or at the last note (i.e. it does not end at a rest!) But in the below quoted example it does! re = \change Staff = rechts li = \change Staff = links pedrunter = {\once \override Staff.SustainPedal #'outside-staff-priority =

Re: text spanner for pedal

2008-02-29 Thread Stefan Thomas
{\clef bass \repeat unfold 3 { g'1 b'} } } 2008/2/29, Stefan Thomas [EMAIL PROTECTED]: Dear Lilypond-users, I want to create a text-spanner for the pedal sign. I hope that I can avoid problems with vertical collisions between pedal-signs and dynamic. Unfortunately the below quoted file

again: funktionsbezeichnung

2008-02-28 Thread Stefan Thomas
Dear lilypond-users, is it possible, to build the funktionsbezeichnung? I mean the slashed letter D7. It is the (bit strange but common ) symbol for the diminished chord in germany's harmony classes. Thanks for any advice. Stefan attachment: img6.png___

re: again: funktionsbezeichnungen

2008-02-28 Thread Stefan Thomas
Dear Marc, dear Mats, thanks for Your advices. They both worked well. I tried: \version 2.11.38 verkuerzter = \markup { D \hspace #-2.5 / \sub 5 \super 7 } \new Staff \relative {c1_\verkuerzter } But how can I change the horizontal position of the number 7?

Re: again: funktionsbezeichnungen

2008-02-28 Thread Stefan Thomas
Dear Mats, sorry, I've forgotten this! 2008/2/28, Mats Bengtsson [EMAIL PROTECTED]: I have already answered that, last time you sent a similar question to the mailing list, see http://lists.gnu.org/archive/html/lilypond-user/2007-12/msg00195.html /Mats Stefan Thomas wrote: Dear Marc

pedal bracket too short

2008-02-28 Thread Stefan Thomas
Dear Lilypond-users, I don't know why, but in the below quoted example is the pedal bracket shorter than expected. I find it strange, that it works fine with text-stylle pedal. How can I solve the problem? re = \change Staff = rechts li = \change Staff = links standardped = { \override

text spanner to short

2008-02-22 Thread Stefan Thomas
Dear lilypond users, in the below quoted file, the end of the text spanner is a little bit to early, in my opinion. What can I do, to move it a little to the right? Thanks for Your help Stefan mute = {\textSpannerUp \override TextSpanner #'bound-details #'left #'text = \markup {\italic mute }

Re: text spanner to short

2008-02-22 Thread Stefan Thomas
instead of \override? 2008/2/22, Trevor Bača [EMAIL PROTECTED]: On Fri, Feb 22, 2008 at 6:06 AM, Stefan Thomas [EMAIL PROTECTED] wrote: Dear lilypond users, in the below quoted file, the end of the text spanner is a little bit to early, in my opinion. What can I do, to move it a little

Re: [Alsa-user] problem with edirol um-1 ex

2008-02-15 Thread Stefan Thomas
Dear Jonathan, thanks for Your help. I startet aseqdump and then I connected, with aconnect, the keyboard with aseqdump. But I couldn't see anything in the terminal window. What can I do now? 2008/2/15, Jonathan Stowe [EMAIL PROTECTED]: On Thu, 2008-02-14 at 23:16 +0100, Stefan Thomas wrote

[Alsa-user] problem with edirol um-1 ex

2008-02-14 Thread Stefan Thomas
Dear alsa-users, I have a problem with the Edirol UM-1EX. It's a USB midi interface. I connected it to my USB-port, but I could neither hear any sound from my soundcard nor could I input notes with rosegarden. I use Aureon 5.1. Fun PCI as soundcard. Do You have an idea what I could do to solve the

Re: [Alsa-user] problem with edirol um-1 ex

2008-02-14 Thread Stefan Thomas
PROTECTED]: Stefan Thomas wrote: I have a problem with the Edirol UM-1EX. It's a USB midi interface. I connected it to my USB-port, but I could neither hear any sound from my soundcard ... I use Aureon 5.1. Fun PCI as soundcard. Your sound card does not have a MIDI synthesizer. You'll

Re: lilypondtool for linux

2008-02-04 Thread Stefan Thomas
Dear Nicholas, thanks! I downloaded jedit 4.3 pre 9 and it works now! ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: pedal position

2008-01-30 Thread Stefan Thomas
} \relative c''' { \standardped c2\pp\sustainDown c2\pp\sustainUp \once \override Staff.SustainPedal #'extra-offset = #'(0 . -5) c2\pp\sustainDown c2\pp\sustainUp } Trevor Daniels schrieb: Stefan Thomas wrote on 29 January 2008 08:45 It is possible to move these things vertically by hand? I tried

Re: pedal position

2008-01-29 Thread Stefan Thomas
. Isn't there another solution? Trevor Daniels schrieb: Stefan Thomas wrote on 28 January 2008 23:22 Dear Lilypond-users, in the below quoted snippet I'm not happy with the vertical priority of the pedal-symbols and theDynamic. I would like to have the pp , the crescendo hairpin etc. above the pedal

Re: fontsize of dynamik

2008-01-28 Thread Stefan Thomas
= {\set fontSize = #-3 \override DynamicText #'font-size = #+3 } normal = {\unset fontSize \revert DynamicText #'font-size } \relative { \kleiner bes8_\markup {\italic as fast as possible}\f b bes cis \normal r2 } /Mats Stefan Thomas wrote: Dear Lilypond-users, how can I change the fontsize

again: as fast as possible

2008-01-28 Thread Stefan Thomas
Dear Lilypondusers, I've read the mail concerning the slashed beams under http://lists.gnu.org/archive/html/lilypond-user/2006-12/msg00253.html. But there is one thing, that isn't convincing for me: in my opinion the slash is too short. Is there a possibility to make it longer? For myself I made

Re: independent spacing

2008-01-28 Thread Stefan Thomas
corresponds to an accelerando or ritardando with the specified ratio between the duration of the first and last note. /Mats Stefan Thomas wrote: Dear Lilypond-Users, I have a question concerning horizontal space in different staves. I would like to have the horizontal spacing in the first staff

pedal position

2008-01-28 Thread Stefan Thomas
Dear Lilypond-users, in the below quoted snippet I'm not happy with the vertical priority of the pedal-symbols and theDynamic. I would like to have the pp , the crescendo hairpin etc. above the pedal-signs. But I dont know ho to do. \once \override DynamicLineSpanner #'outside-staff-priority =

fontsize of dynamik

2008-01-27 Thread Stefan Thomas
Dear Lilypond-users, how can I change the fontsize of the forte in the below qoted file to normal size? kleiner = \set fontSize = #-3 normal = \unset fontSize \relative { \kleiner bes8_\markup {\italic as fast as possible}\f b bes cis \normal r2 }

Re: grace notes at the same time with normal notes

2008-01-23 Thread Stefan Thomas
Tanks, this will help me to find a convincing solution! Mats Bengtsson schrieb am 22.01.2008: Stefan Thomas wrote: Dear Lilyponduser, I wanted to ask, if it is possible, to start the first grace-note in the below quoted example at the same time as the normal fis? Slightly tricky! I see two

grace notes at the same time with normal notes

2008-01-22 Thread Stefan Thomas
Dear Lilyponduser, I wanted to ask, if it is possible, to start the first grace-note in the below quoted example at the same time as the normal fis? And, one mor question, is it possible to have slashes through the stems of the grace notes? Here ist the short example: \score { \new Staff

<    3   4   5   6   7   8   9   >