lilypond-user
[Top][All Lists]
Advanced

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

Re: ottava bracket and fingering


From: Nick Payne
Subject: Re: ottava bracket and fingering
Date: Sat, 18 Dec 2010 22:40:42 +1100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7

On 18/12/10 22:32, Phil Holmes wrote:
----- Original Message ----- From: "Orm Finnendahl" <address@hidden>
To: <address@hidden>
Sent: Saturday, December 18, 2010 10:42 AM
Subject: ottava bracket and fingering


Hi,

the fingering of columns is placed outside the ottava bracket in the
following example:

\version "2.13.43"

\new Staff { \relative c''' {
 \override OttavaBracket #'outside-staff-priority = #200000
 \override OttavaBracket #'staff-padding = #60
 \override OttavaBracket #'y-offset = #60
 \override OttavaBracket #'padding = #60

 \ottava #1
 a16-5 ees!16-2 g,16-1
 aes'!16-4 r16 e16-2
<c g' >16^\markup{\override #'(baseline-skip . 1.7)
                   \column {\finger 4 \finger 1}}
 f16-3}}

Attached is the png to illustrate the problem.

As you can see, I tried to change different settings of the properties
of ottava bracket (quite drastically to provoke an effect) which
don't seem to work. What am I doing wrong?

--
Orm


The OttavaBracket is a part of the Staff context, and music is in the voice context - so you need:
Staff.OttavaBracket

If OttavaBracket doesn't exist in the Voice context, shouldn't an error be generated in the log when the overrides are encountered, rather than the file building without any error indication at all.

Nick



reply via email to

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