lilypond-user
[Top][All Lists]
Advanced

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

Re: grace note leading to chord [solved]


From: Mats Bengtsson
Subject: Re: grace note leading to chord [solved]
Date: Fri, 27 Jul 2007 14:29:56 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20061113 Debian/1.7.8-1sarge8

It's a pity that we don't have something similar to the
tie-configuration property but for slurs, so it would be
possible to specify to which note in the chord an
incoming (or outgoing) slur should be connected.
That would have provided a much nicer solution to
the problem below.

   /Mats

Gilles THIBAULT wrote:

Yes, perfect solution
I tested an acciaccatura with a chord and with a single note : it's absolutly the same :

%%%%%%%%%%%%%%%%%%%%%

\version "2.10.25"

\new Staff {
      <<
           {
               \slurDown
                   \acciaccatura b'8
\once \override NoteHead #'X-extent = #'(0.0 . 0.0)
                   \hideNotes c''4  \unHideNotes
               \slurNeutral
           }
           {
               < e' g' c''>4
           }
       >>

       \acciaccatura b'8  c''4
}

%%%%%%%%%%%%%%%%%%%%%%

I had never really understood the X-extent property, i think now i understand a bit more. Thank you Valentin.

A day, when i am a shemer, i'll try to make a function to make that staff automatic.

( with this syntax for exemple \acciaChord b'8 < e' g' c''>4 and the function will take the first element of the chord ).

A day ...

Gilles




_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user



--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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