lilypond-user
[Top][All Lists]
Advanced

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

Re: Release candidate 3 of 2.14 - LilyPond 2.13.54 released


From: Frédéric Bron
Subject: Re: Release candidate 3 of 2.14 - LilyPond 2.13.54 released
Date: Sun, 20 Mar 2011 00:56:18 +0100

> LilyPond 2.13.54 is out; this is the third release candidate of the
> upcoming 2.14 stable release. All users are invited to experiment with
> this version. New features since 2.12.3 are listed in the “Changes”
> manual on the website section about Development.
> http://lilypond.org/development.html

Another strange thing: although outside-staff-priorities seem to not
have changed between 2.12 and 2.13 (I compared define-grobs.scm),
there is something strange:
I have an example where OttavaBracket, text markup and Tempo mark get
inverted although using the same code. Try to compile the following
snippet with 2.12.3 and 2.13.54 and you will see that the vertical
layout is not in the same order.

\layout {
        \context { \Score
                \override MetronomeMark #'padding = #0
                \override MetronomeMark #'outside-staff-priority = #200
        }
}
\relative c' {
        \tempo "ROMANZE" 4 = 66
        \ottava #1 c''1^\markup { "clar. 2" } \ottava #0
}

By the way, is it possible to find in the doc. a list of all default
outside-staff-priorities?

Kind regards,

Frédéric



reply via email to

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