Thorkil Wolvendans writes:

> I'm staring at my source-file for 2 hours now, and can't find the
> result to the problem: the forte symbol refuses to appear at the
> beginning of the score.

It appears that both texts are linked and centered.  I have no idea
why that may be, dynamic texts and others are handled by separate
engravers.

Consider this snippet:

foo = \notes \relative c'' {
    | r4\f a b c |  a b c d
}

global = \notes {
    s1^""^""^\markup{\bold "Allegro con spirito ma non troppo but a quite long text 
nonetheless"}
}

\paper{
    raggedright = ##t
}

\score{
    \context Staff = upper <<
        \global
        \foo
    >>
}

-- 
Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org


_______________________________________________
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to