gnu-music-discuss
[Top][All Lists]
Advanced

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

Re: [Gnu-music-discuss] cue context?


From: Scott Ballantyne
Subject: Re: [Gnu-music-discuss] cue context?
Date: 12 Sep 2000 18:01:58 -0000

Well, hmmm.. it turns out my macros only work some of the time... No
errors are printed, but sometimes the smaller fonts are used and
sometimes they are not. Can anyone shed a clue as to what I did wrong?

> I have some macros which I have been using for putting cues into
> parts, and define as so:
> 
> startcue = {
>       \property Voice.basicStemProperties \push  #'stem-length = #6.0
>       \property Voice.basicNoteHeadProperties \push #'font-size = #-1
>       \property Voice.basicStemProperties \push #'font-size = #-1
>       \property Voice.basicBeamProperties \push #'font-size = #-1
>       \property Voice.basicTextScriptProperties \push #'font-size = #-1
>       \property Voice.basicSlurProperties \push #'font-size = #-1
>       \property Voice.basicLocalKeyProperties \push #'font-size = #-1
> }
> 
> endcue = {
>       \property basicStemProperties \pop  #'stem-length
>       \property basicNoteHeadProperties \pop #'font-size
>       \property basicStemProperties \pop #'font-size
>       \property basicBeamProperties \pop #'font-size
>       \property basicTextScriptProperties \pop #'font-size
>       \property basicSlurProperties \pop #'font-size
>       \property basicLocalKeyProperties \pop #'font-size
> }
> 
> My questions: articulation marks are too high with these settings, and
> I can't seem to figure out how to adjust these.
> 
> Is it possible/worthwhile for a user to create a context (i.e.,
> without having to recompile)? If so, is there an advantage to this
> over these on/off macros?
> 
> Thanks, as always,
> sdb
> -- 
> address@hidden
> _______________________________________________
> gnu-music-discuss mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/gnu-music-discuss
> 


reply via email to

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