I think it could be worth including this as a regtest?

Phil Holmes
Bug Squad


"Frédéric Bron" <frederic.b...@m4x.org> wrote in message news:AANLkTinkvD-LVYS4YNvSDN1Hj2-Su5Zpd8vQruVrGyP=@mail.gmail.com...
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))
}



--------------------------------------------------------------------------------


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




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

Reply via email to