lilypond-user
[Top][All Lists]
Advanced

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

Re: Turn with two accidentals


From: Mats Bengtsson
Subject: Re: Turn with two accidentals
Date: Sat, 16 Apr 2005 17:04:47 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050319

Please always tell what LilyPond version you have when you ask a
question to the mailing list. I assumed that you had the latest
stable version, 2.4.x, but it seems that you have an earlier version.
If you read the section on "Text Markup" in the manual for your version
of LilyPond, I'm sure that you can figure out the correct syntax.

   /Mats

David Sanders wrote:
The easiest is probably to typeset it all using a single \markup.
Something like:
a4^\markup{\column {\teeny \sharp } { \musicglyph #"scripts-turn" }
{\teeny \sharp} }



That looks like it should do exactly what I want, but I get the following
errors:

-----------
test.ly:2:19: error: syntax error, unexpected '{', expecting '<':
a4^\markup{\column
                   {\teeny \sharp } { \musicglyph #"scripts-turn" }  {
\teeny \sharp } }

test.ly:2:76: error: syntax error, unexpected MARKUP_HEAD_MARKUP0:
a4^\markup{\column {\teeny \sharp } { \musicglyph #"scripts-turn" }  {
\teen

y \sharp } }

test.ly:2:87: error: Error found in this music expression. Ignoring it:
a4^\markup{\column {\teeny \sharp } { \musicglyph #"scripts-turn" }  {
\teeny \sharp }

}
------------------


I don't know enough internals to sort this out.  Any ideas?

Thanks,

David.




David Sanders wrote:

Hi,

I have looked carefully in the manual, but have not managed to find any
information on how to do the following.  (Version 2.4.2, Linux)

I need to place a turn with a sharp sign below and another sharp sign
above.  I tried

a4^\markup { \teeny \sharp }^\turn^\markup { \teeny \sharp }

but it gives me two sharp signs below the turn.

The manual page
http://www.lilypond.org/doc/v2.4/Documentation/
user/out-www/lilypond/Articulations.html#Articulations

says that
"When two objects have the same priority, the order in which they are
entered decides which one comes first."

but explicitly setting the priorities the same via

\override TextScript #'script-priority = #-100
\override Script #'script-priority = #-100

does not seem to make any difference.


I would be grateful for any suggestions as to how to accomplish this.

Thanks,


David.





_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.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
=============================================



 ************************************************************************
 Dr. David P. Sanders                        address@hidden
 Tel. +52 55 5676 1657           http://www.maths.warwick.ac.uk/~dsanders

 Postdoctoral researcher
 Centro de Ciencias Fisicas
 Cuernavaca, MEXICO





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