denemo-devel
[Top][All Lists]
Advanced

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

Re: [Denemo-devel] Accordion example


From: Richard Shann
Subject: Re: [Denemo-devel] Accordion example
Date: Mon, 22 Nov 2010 09:13:30 +0000

I have put an template for Accordion shifts in the templates directory.
This makes the whole set from the docs available. Nice would be a set of
commands for creating each one.
Richard

On Sun, 2010-11-14 at 11:13 +0000, Richard Shann wrote:
> On irc #denemo someone (Daniel) was trying to emit accordion stuff with
> the following markup (attached to a chord):
> 
> ^\markup {
>   \combine
>   \Diskant
>   \raise #0.5 \punkt
> }
> 
> On its own this gives an error message because it is depending on a set
> of definitions which need to be at the head of the score. The following
> shows how to insert the needed definitions using a directive attached to
> the score, setting the score prefix field.
> 
> 
> (d-DirectivePut-score-prefix "accordion" "Diskant = \\markup {
>   \\musicglyph #\"accordion.accDiscant\"
> }
> punkt = \\markup {
>   \\musicglyph #\"accordion.accDot\"
> }")
> 
> Here I have tagged this as "accordion" but the name does not matter.
> Also it is possible to set the graphic field so that the display shows
> the accordion shifts.
> HTH
> Richard
> 
> 
> 
> _______________________________________________
> Denemo-devel mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/denemo-devel




reply via email to

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