bug-lilypond
[Top][All Lists]
Advanced

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

Re: Placement of outside-staff objects: bug and behaviour changebetween


From: Frédéric Bron
Subject: Re: Placement of outside-staff objects: bug and behaviour changebetween 2.12.3 and 2.13.54
Date: Sun, 27 Mar 2011 08:55:40 +0200

> I've just made a more extensive change to the LM so it accords with the new
> behaviour in 2.13.

Thanks for answers. I have checked the new documentation for 2.13.55
and it corresponds to the output.

I have built an exhaustive example showing the placement of all
objects. Maybe you could include it in lieu of the one that is already
given and that has only a few of them. This could help understanding
for example what is a multimeasure rest...

Frédéric

myp = #(make-dynamic-script (markup (#:dynamic "p") (#:normal-text
#:italic "(250)") ))
\relative c' {
        \override Score.BarNumber #'break-visibility = #all-visible
        \set Score.skipBars = ##t
        \dynamicUp
        \override TextSpanner #'(bound-details left text) = \markup
"TextSpanner (350)"
        \tempo "MetronomeMark (1000)" 4 = 60
        \set Score.barNumberVisibility = #all-bar-numbers-visible
        \bar ""
        \repeat volta 1 {
                \ottava #1
                \set Staff.ottavation = #"8va (400)"
                c''1\myp\<^"TextScript (450)"\startTextSpan\startTrillSpan
        }
        \alternative {
                {
                        R1*2^\markup "MultiMeasureRestText (450)"
                        \mark "RehearsalMark (1500)"
                        \set Score.currentBarNumber = #100
                        c1\!\stopTextSpan\stopTrillSpan
                        \ottava #0
                }
        }
        \set Score.repeatCommands = #'((volta "2. (600)"))
        \set Score.currentBarNumber = #5
        c
        \set Score.repeatCommands = #'((volta #f))
}

Attachment: example.png
Description: PNG image


reply via email to

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