lilypond-user
[Top][All Lists]
Advanced

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

Problem with \markup


From: Till Rettig
Subject: Problem with \markup
Date: Mon, 29 Oct 2007 21:36:32 +0200
User-agent: Thunderbird 1.5.0.14pre (X11/20071023)

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 }
                  >> }
       }




reply via email to

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