bug-lilypond
[Top][All Lists]
Advanced

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

Re: Problem with \markup


From: Graham Percival
Subject: Re: Problem with \markup
Date: Tue, 30 Oct 2007 07:29:54 -0700
User-agent: Icedove 1.5.0.12 (X11/20070607)

Yes, minimal example required.  Hints here:
http://lilypond.org/web/devel/participating/bugs

Cheers,
- Graham


Mats Bengtsson wrote:
This is a clear bug, which is a regression againts version 2.10.
I forward it to bug-lilypond. Perhaps Graham finds the example
too complicated, so it would be good if you can reduce it to a
minimal example that illustrates the same problem.
The problem may be somewhat related to
http://code.google.com/p/lilypond/issues/detail?id=446

  /Mats

Till Rettig wrote:
Hi, what is happening here? The first bar shows the version that a want, the second then adds some markup text -- and screws the rest totally up!

Greetings
Till

%%%%%%%%%%
%EXAMPLE
%%%%%%%%%%

\version "2.11.33"
u = { \change Staff = upper  \stemDown \slurDown }
m = { \change Staff = lower \stemUp  \slurUp   }
sdown = {\stemUp \slurDown }
sup = {\stemUp \slurUp }
smid = {\stemDown \slurDown }


bass= \relative c {
\set tupletSpannerDuration = #(ly:make-moment 1 4)
\set subdivideBeams = ##t
\set Voice.beatLength = #(ly:make-moment 1 8)
\times 2/3 {\stemUp r16 e,[\( b' g' \u b e] a[ g e\) \m \clef violin ais\( b e] \u fis g b } e8\) \m
\clef bass
\times 2/3 {\stemUp r16 e,,,,_\markup{ \small \italic "m. g."}[\( b' g' \u b^\markup{ \small \italic "m. d."} e] a[ g e\) \m \clef violin ais_\markup{ \small \italic "m. g."}\( b e] \u fis^\markup{ \small \italic "m. d."} g b } e8\) \m }

\score {
\new PianoStaff { << \new Staff = "upper" \new Voice { \clef treble \time 6/8 s4 s s s s}
                   \new Staff = "lower"  \new Voice {\clef bass \bass }
                  >> }
       }


_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user





reply via email to

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