Re: absolute pitches in relative mode

2005-12-23 Thread Gilles
Hi. > [...] If it's a single note, there's no > problem, but if the precedent is a chord how does Lily > figure out the pitch of the following note. AFAIK, it's the fundamental of the chord that's taken into account to determine the following pitch in \relative mode. Gilles

Compound time

2005-12-23 Thread Gilles
Hello. About the "compound time" trick proposed in http://lilypond.org/doc/v2.6/input/test/lily-1299846131.ly #(define (compound-time grob one two num) (interpret-markup (ly:grob-layout grob) '(((baseline-skip . 2) (word-space . 2) (font-family . number))) (markup #:l

\acciaccatura and \times

2005-12-23 Thread Gilles
Hi. Seemingly a bug in the same family as my previous post. Here the problem is with using a grace note inside a triplet. The following code: %--- \version "2.6.3" theMusic = \relative c''' { \time 4/4 \times 2/3 { \acciaccatura a16 g4 \acciaccatura a16 g4 \acciaccatura a16 g4 } g2 | f1

absolute pitches in relative mode

2005-12-23 Thread Kenneth Teh
I writing a piano arrangement with polyphony and I find myself correcting the absolute pitches a lot. I can't figure out how the octave of the next note is determined. If it's a single note, there's no problem, but if the precedent is a chord how does Lily figure out the pitch of the following no

Re: \acciaccatura and \key

2005-12-23 Thread Gilles
> > [Moving the \key inside the "theMusic" variable seems to work around the > problem, but I prefer the other way...] > > Well, this workaround actually doesn't work in the file from which I extracted the minimal example posted earlier :-( It seems that the problem is with grace notes at the

Unable to tie chords together in chordmode

2005-12-23 Thread Stephen Torri
When I attempt to use a chord tie in a \chordmode I get an error when using lilypond 2.6.5: lilypond Silent_Night.ly GNU LilyPond 2.6.5 Processing `Silent_Night.ly' Parsing... Interpreting music... piece.ly:30:27: warning: junking event: `Tie

Re: \acciaccatura and \key

2005-12-23 Thread Frédéric Bron
Same problem as the one I reported. Also solved in development version 2.7.17 (and probably later). Fred Gilles wrote: Hi. Running lilypond 2.6.3 on the following: %--- \version "2.6.3" theMusic = \relative c''' { \time 4/4 \acciaccatura g16 f1 | f1 | } \score { { \key a \minor

\acciaccatura and \key

2005-12-23 Thread Gilles
Hi. Running lilypond 2.6.3 on the following: %--- \version "2.6.3" theMusic = \relative c''' { \time 4/4 \acciaccatura g16 f1 | f1 | } \score { { \key a \minor \theMusic } \layout {} } %--- it outputs the following message: GNU LilyPond 2.6.3 Processing `test2.ly' Parsing