lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: polyphony & placement of accidentals


From: Luc
Subject: Re: polyphony & placement of accidentals
Date: Tue, 5 Sep 2006 15:57:35 +0200

Hi JMarc

Thanks for this  inventive solution!

As you state yourself, the beaming gets confused and I am afraid of looking for a solution to that problem...

I can live with the way it looks now, I just thought you could make it more readable.

Rgds
Luc


----- Original Message ----- From: "Jean-marc LEGRAND" <address@hidden>
To: <address@hidden>; <address@hidden>
Sent: Tuesday, September 05, 2006 10:10 AM
Subject: polyphony & placement of accidentals






Hi

I've found a trick to move the bes left, and the c right.

\context Voice="oben" {
  \stemUp
  \clef "G"
  \key  f \major
  \time 3/8
   g       8
   c   ''  16
   b   '   16
\cadenzaOn
s32  c   ''   8   % a space before the c, which moves it on the right
 }
 \\
 \context Voice="unten" {
  \stemDown
   g       8
   bes '     8
\cadenzaOn
   bes '     8  s32 %a space after the c, which moves it on the left
 }


I often use the \cadenzaOn to insert spaces with s to move notes. Maybe someone will find something
more "élégant" !

I've run lily on this trick, and it appears that beaming has changed and is not perfect : I think
you'll find something to solve this pb !

Regards

JMarc







reply via email to

[Prev in Thread] Current Thread [Next in Thread]