lilypond-user
[Top][All Lists]
Advanced

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

Re: tempo


From: Mats Bengtsson
Subject: Re: tempo
Date: Fri, 20 Feb 2004 10:24:26 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113

That's an old solution. It's easier to just use the text markup
features of LilyPond as described at
http://lilypond.org/doc/v2.0/Documentation/user/out-www/lilypond/Text-markup.html#Text%20markup
For example, you could try something like
c4^\markup{ \small { \note #3 #0 #1 \note #3 #0 #1 = \note #2 #0 #1 \note #3 #0 #1 }}

Or maybe

c4^\markup{ \small { \note #2 #0 #1 = \note #2 #0 #1 \note #3 #0 #1 }}
since the beam is hard to obtain using text markup.

   /Mats


Ronald Hoellwarth wrote:
Hello,

I've the following problem: above the first note there should be a
marking, that tells the reader of this piece: two eigth are to be seen
as a tuplet of a quarter and a eigth ("8[ 8] = \times 2/3 { 4 8 }")

I digged around on the net and found the following solution:

create a mini-score like this:

\include "paper16.ly"
\paper  {
    linewidth = 4.0\cm
    indent = 0.0\cm
    \translator {
        \StaffContext
        \remove Staff_symbol_engraver
        \remove Clef_engraver
        \remove Key_engraver
        \remove Time_signature_engraver
    }
}

\score {
    \notes \relative c'' {
        \stemUp b8[ b8] s4^"=" \times 2/3 { b4 b8 }
    }
}

this mini-score should be translated to tex and then be included into
the piece like this:

[...]

a4^"{ \\include mytempo.tex }"

[...]

but when I do it that way, latex tells me something about missing }'s
and I don't know where to put the missing "}".

Or is there a better way to get the result I need?

I am using lilypond 2.0 (the debian-woody package).

greetings from crailsheim, germany
ronald höllwarth



------------------------------------------------------------------------

_______________________________________________
Lilypond-user mailing list
address@hidden
http://mail.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]