bug-lilypond
[Top][All Lists]
Advanced

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

BarNumber outside-staff-priority not honoured?


From: Trevor Daniels
Subject: BarNumber outside-staff-priority not honoured?
Date: Tue, 18 Dec 2007 20:13:01 -0000

The outside-staff-priority of BarNumber is set by default to
100, the lowest of all outside-staff objects, yet it appears
in 2.1.34 to be placed further from the staff than
DynamicText (250), DynamicLineSpanner (250), and
OttavaBracket(400).  Here is an illustration of an extreme
situation, followed by a minimal example with DynamicText
alone.

% Illustrative example
\version "2.11.34"
\relative c' {
\override Score.BarNumber #'break-visibility = ##(#t #t #t)
\override TextSpanner #'bound-details #'left #'text
          = \markup { \small \bold Slower }
\dynamicUp
  #(set-octavation 1)
  c \startTextSpan c\pp c\< \tempo 4 = 72
  c^Text \mark \default |
  c c c\ff c \stopTextSpan \mark \default |
  #(set-octavation 0)
  c c c c
}

% Minimal example
\version "2.11.34"
\relative c' {
\override Score.BarNumber #'break-visibility = ##(#t #t #t)
\dynamicUp
  c c c c |
  c\ffff c c c |
}

Trevor D






reply via email to

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