lilypond-user
[Top][All Lists]
Advanced

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

Re: glissandi for chords


From: Siska Ádám
Subject: Re: glissandi for chords
Date: Mon, 23 Jul 2007 00:27:56 +0200
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-GB; rv:1.8.0.10) Gecko/20070221 Thunderbird/1.5.0.10 Mnenhy/0.7.5.0

Hello,


that's it:

{\clef bass
<< \new Voice {
     \hideNotes
     % Attach glissando to noteheads
     e8 \glissando fis
     \unHideNotes
   } {
% Original voice with chords rearranged so that glissando is attached to a & b
     <e a,> \glissando <fis b,>
 } >> }


hope this helps,
Adam

P.S. I found this better as in my original score I have dotted chords, and the dot positioning was better if I managed to do it this way.

________________
Siska Ádám
+36 (70) 207-63-85
http://apocalypse.rulez.org/~sadam


Valentin Villenave wrote:
2007/7/22, Siska Ádám <address@hidden>:

P.S. I used \hideNotes and \unHideNotes instead of the overrides, as I
had some problems with some dotted chords.

I added it to the LSR; can you please post your code here (if you
think it's simpler) so I can correct the snippet?

http://lsr.dsi.unimi.it/LSR/Item?id=303

V.Villenave





reply via email to

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