lilypond-user
[Top][All Lists]
Advanced

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

Re: expressive marks inside slurs


From: Paul Scott
Subject: Re: expressive marks inside slurs
Date: Tue, 25 Jan 2011 21:45:08 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.16) Gecko/20101227 Icedove/3.0.11

On 01/25/2011 01:48 PM, James Lowe wrote:
Paul

-----Original Message-----
From: Paul Scott<address@hidden>
Date: Tue, 25 Jan 2011 11:36:23 -0700
To: "address@hidden"<address@hidden>
Subject: expressive marks inside slurs

2.13.46:

I've been searching the documentation and the web for a while trying to
get accents, etc. inside slurs.

1.  What draws accents, turns, etc.?
http://lilypond.org/doc/v2.13/Documentation/notation/expressive-marks-attac
hed-to-notes

To get them 'inside' slurs see a few paragraphs down

'Controlling the vertical ordering of scripts'

You need to set the priority of the relevant mark - the example should
give you the hints.

Ok.  Since a slur doesn't seem to be a script I went back to trying:

\override Slur #'outside-staff-priority = #-1

after putting it nearer the relevant music code it did move the expressive marks inside but the vertical spacing increased drastically and produced the strange result shown by the code below. Why aren't the accents and portatos the same distance from the noteheads as the staccato marks are? They seem to follow the curve of the slur.

Thanks for your help so far. I had read that part of the documentation and it didn't seem to make sense since it talked about scripts.

I would still like to know where in the Internals Reference I can find the tweakable properties of accents, etc.

Thanks,

Paul

\version "2.13.46"

{
  c''4-_( c''-_ c''-_ c''-_) c''4->( c''-> c''-. c''-.)
  c''4-_( c''-_ c''-_ c''-_) c''4->( c''-> c''-. c''-.)
  \break
  \override Slur #'outside-staff-priority = #-1
  c''4-_( c''-_ c''-_ c''-_) c''4->( c''-> c''-. c''-.)
  c''4-_( c''-_ c''-_ c''-_) c''4->( c''-> c''-. c''-.)
}




reply via email to

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