lilypond-user
[Top][All Lists]
Advanced

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

markup and bar number


From: Alexandros Droseltis
Subject: markup and bar number
Date: Thu, 30 Jul 2009 15:07:24 +0200
User-agent: Mutt/1.5.17 (2007-11-01)

Hello!

If I use markup at the last note of a bar and the next bar has a bar
number appearing, then the bar number appears above the text of markup.
If I raise the text in markup, then the bar number is raised
automatically too. How could I put the markup text above the bar number?

Here is a minimal example:

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.13.1"

\score{
<<
\new Staff \relative c''{
\override Score.BarNumber #'break-visibility = #'#(#f #t #t)
\set Score.currentBarNumber = #66
\bar ""
\partial 8 f8^\markup{Text} |
f f f f c c c c
\bar "||"
}
>>
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Using GNU LilyPond 2.13.1.

Thanks for any help!

Alexandros




reply via email to

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