lilypond-user
[Top][All Lists]
Advanced

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

Re: Placing turn between notes


From: Mats Bengtsson
Subject: Re: Placing turn between notes
Date: Tue, 14 Jun 2005 16:24:36 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511

Why not read all emails in the thread? Nicolaus Sceaux sent a
working example for version 2.5 and Jeff Covey explained in a
followup how that should be modified to work in version 2.4.

   /Mats

dax2 wrote:
On Mon, 13 Jun 2005 22:23:59 +0200
Mats wrote:


Fairchild wrote:

I believe the ^#". . ." also can now be simply ^". . ."; similarly with -#".
. ." and _#". . .".

Yes and no! Before version 1.8, ^#"..." was equivalent to ^"...",
whereas ^#(...) was the old syntax for text markup, i.e. the current
^\markup{...}.


This is an interesting thread. I have searched Mutopia for "turns"
in between notes but could not find examples.

Nor did I find an example of turn between notes
in the "trill" section of the manual.

One could live without, I guess, nevertheless it is essential
for understanding timing of a turn in an Mozart-like adagio.
The example in this thread demonstrates how to do it, but
I cannot get it to work. I have folded long lines. Quite impressive
output for so short an example, huh? Something which especially
hurts my pride is the "Braces don't match" postulate.

Well, reading this errmsg. I have tried to change \line {
into \line <

and then the snippet translates but it still does not give any
turn. And the beam is tilted the wrong way.



Can you help me? Thanks in advance.

Processing `turn.ly'
Parsing...

turn.ly:8:13: error: parse error, unexpected '{', expecting '<':
\line { \musicglyph #"scripts.mordent" \hspace #0.3
turn.ly:12:0: error: parse error, unexpected '}', expecting '=':

}

turn.ly:16:5: error: parse error, unexpected '<', expecting DRUM_PITCH or NOTENAME_PITCH or '>':
    <
     <

turn.ly:20:6: error: Error found in this music expression. Ignoring it:
}

turn.ly:21:3: error: parse error, unexpected '>':
>>

turn.ly:15:5: warning: Braces don't match:
\scor
     e {

error: failed files: turn.ly


-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
%!Lilypond

\version "2.4.5"


ViolinoI = {
    c'8.^\markup {
       %% change to \line <  %% does not help
       \line { \musicglyph #"scripts.mordent" \hspace #0.3
               \musicglyph #"scripts.turn"
             }
    }  des16
}


\score {
    <<
      \context Voice = primo {
         \clef treble
         \ViolinoI
      }
   >>
}


--
=============================================
        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]