lilypond-user
[Top][All Lists]
Advanced

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

Re: question about \acciaccatura


From: Ayhan Üretmen
Subject: Re: question about \acciaccatura
Date: Sat, 01 Oct 2005 22:13:38 +0200

fantastic.
thats what i wanted to do. thank you verrrry much.

but i got one more question, hope u can help again:

i am writing oriental music, which means i got quarter tones in my music and 
that means if i want to set the key for my piece i  sometimes have to use 
special syntax.
Is it possible to put a string (for example a "2") over the b of a note in the 
key-specification and how would this be done?

More clearer: i need some code which puts a (small) number over my key 
specification, for example something like --> f#^"2" 

Thank u verry much by now.

greetings 
ayhan ueretmen

Mats Bengtsson <address@hidden> schrieb am 30.09.05 10:17:47:
> 
> 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
> =============================================
> 


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





reply via email to

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