lilypond-user
[Top][All Lists]
Advanced

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

Re: question about \acciaccatura


From: Mats Bengtsson
Subject: Re: question about \acciaccatura
Date: Fri, 30 Sep 2005 10:17:40 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511

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
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]