lilypond-user
[Top][All Lists]
Advanced

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

Re: Contemporary music


From: Mario Moles
Subject: Re: Contemporary music
Date: Sun, 19 Feb 2012 18:39:01 +0100
User-agent: KMail/4.6.1 (Linux/3.1.6-netbook-69mib; KDE/4.6.5; x86_64; ; )

Ok! But how can I avoid this?

How can I do to have a sign attached to the note?

Thanks!

In data sabato 18 febbraio 2012 07:37:36, David Kastrup ha scritto:

> Two more notes: StudlyCaps are not the style used for markup commands,

> you'd use contemp-sign for the markup. And putting the path in a

> separate variable to keep the markup macro from messing with it seems

> awkward.

>

> There is also no need for an option-less markup command.

>

> And putting this together with some goodness from the current release

> candidate for the next stable version (and assuming that the sign

> belongs up by default as a postevent) we get

>

> \version "2.15.30"

>

>

> #(define-markup-command (contemp-sign layout props) ()

> (interpret-markup layout props

> #{ \markup \override #'(filled . #t) \path #'0.25

> #'((moveto 0.0 0.0)

> (curveto -1.1 1.1 -0.5 1.5 0.5 0.5)

> (lineto 1.1 1.1)

> (closepath))

> #}))

>

> contempSign = ^\markup \contemp-sign

>

> \relative c'' {

> c16-.\contempSign r8

> }
--

oiram/bin/selom

Da ognuno secondo le proprie capacità ad ognuno secondo i propri bisogni.

Attachment: Latinamix02.jpg
Description: JPEG image


reply via email to

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