This is actually tricky to find out from the manual. The only hint is
the sentence "More information is in the file ly/grace-init.ly."
If you look into this file, you will find that the definition of \acciaccatura
involves
   \override Stem  #'stroke-style = #"grace"
at the beginning of an acciaccatura and
   \revert Stem #'stroke-style
at the end.

So, you probably want to do something like

\version "2.6.0"
\score{
\relative c'{
 c ( \grace{ \once \override Stem  #'stroke-style = #"grace" d8 ) } d2. }
}


  /Mats

Ayhan Üretmen wrote:

does anybody the commands to do the following:

i want what \acciaccatura  does but the slure should be done to the note before 
the little \acciaccatura note and not after.
It works if i take \grace and put a slure manually but the little note has no 
slash then (its not a real \acciaccatura !?)

how can i fix this (some example code would be help-full)

thanx.

______________________________________________________________
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
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: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================



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

Reply via email to