bug-lilypond
[Top][All Lists]
Advanced

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

Re: bar number position (direction) numerical definitions overlap


From: Mats Bengtsson
Subject: Re: bar number position (direction) numerical definitions overlap
Date: Thu, 27 Jul 2006 19:00:37 +0200
User-agent: Internet Messaging Program (IMP) H3 (4.0.4)



Quoting Paul Scott <address@hidden>:

At least in the last several versions of the manual (this is from 2.9.12) the following appears implying that you can't have both UP and RIGHT or DOWN and LEFT:

Yes, that's correct. For some layout objects, the direction property
works horizontally (so you can get LEFT or RIGHT or any numerical value inbetween or even further left or right) and for other objects
the direction property works vertically (so you can get UP or DOWN).

Note that, internally, both #LEFT and #DOWN are shorthands for the numerical value -1.0 and similarly, #UP = #RIGHT = 1.0, so you if you want to confuse the reader of your .ly file, you can for example use
\override BarNumber #'direction = #LEFT
which will result in bar numbers placed below the score lines.

Note also that for technical reasons we cannot have different
versions of the documentation texts of the direction property
for different objects, even though it would be more pedagogical
to only mention #UP and #DOWN for objects where that's relevant
and #LEFT and #RIGHT for the rest.

  /Mats


|direction| (direction):
   |1|

   #UP or #DOWN, #LEFT or #RIGHT? (or a numerical value, #UP=1,
   #DOWN=-1, #LEFT=-1, #RIGHT=1, CENTER=0)

DOWN gives me what I want but so does LEFT which isn't right presuming UP and LEFT is the default.

Paul Scott






_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond








reply via email to

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