Difficulties using a piano-template

2004-12-09 Thread Die5Willes
Hi there! I want to type piano music and for that I'm using the simple-piano-music-template from the lilypond homepage. It's the first time I'm trying to use variables to enter notes in a score, and now there is the following difficulty: everything looks fine as long as there is no specification

lilypond running on knoppix or kanotix?

2004-12-13 Thread Die5Willes
Hi there, is there a lilypond version which runs on the operating systems knoppix or kanotix? Oh, and by the way: I can't open the mail archive, is it a lilypond-homepage mistake or is it my fault? bye then Stefan ___ lilypond-user mailing list [EMAI

Notes having two values contemporaneously

2004-12-21 Thread Die5Willes
Hello! I'm trying to type a piece by Robert Schumann: "Des Abends" (Evening) from the Phantasiestücke op. 12 for piano solo. The time-signature is 2/8 (no mistake!!) and the right hand plays tuplets in 16th-notes for almost the entire piece. So there are two tuplets a measure with stems down but

Re: Notes having two values contemporaneously

2004-12-23 Thread Die5Willes
"Maurizio Tomasi" <[EMAIL PROTECTED]> schrieb: > You can use multiple voices, like in the following example: > > \version "2.4.2" > > \score { > \new Staff \relative c'' { > \time 2/8 > > \set Score.tupletSpannerDuration = #(ly:make-moment 1 8) > \override Score.TupletBrac

Difficulties with change of time signature

2003-07-30 Thread Die5Willes
Hi there! The piano sonata op.78 by L. v. Beethoven starts with \time 2/4 and right in the middle of bar 4 there is a double bar line: \bar "||" and a change of time signature: \time 4/4 for the rest of the entire movement. Here's my .ly-Code showing bars 4-6: \score { \notes\context Pia

Re: Difficulties with change of time signature

2003-07-30 Thread Die5Willes
"Mats Bengtsson" <[EMAIL PROTECTED]> schrieb: > Since the second half of the 4th bar is an upbeat to the new > time signature, you could just say \partial 4 after the \time 4/4 > (and remove the \bar "|" command since LilyPond will handle it > correctly anyway). > > /Mats Yeah Mats, it worke

On opening cygwin-window there is Error (2)

2003-08-17 Thread Die5Willes
I'm running Windows 2000 Professional. lilypond 1.6.11 seems to work fine so far, but right on opening the bash-shell "Cygwin" there occurs a message: "Error (2): Das System kann die angegebene Datei nicht finden" In english: "The system can't find the specified file". If I'm running ly2dvi eveyth

What is a DeprecationWarning?

2003-08-21 Thread Die5Willes
Hi there! After typing "ly2dvi -P beethoven.ly" there is the following message: "/usr/lib/python2.3/pre.py:94: DeprecationWarning: Please use the 're' module, not the 'pre' module DeprecationWarning)" >From there on everything seems to be okay and the .ps output looks fine so far, but: what do