lilypond-user
[Top][All Lists]
Advanced

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

Re: Problem with \f at the beginning of a score [updated again]


From: Jan Nieuwenhuizen
Subject: Re: Problem with \f at the beginning of a score [updated again]
Date: Mon, 05 Jul 2004 20:42:14 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

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 <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org




reply via email to

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