lilypond-user
[Top][All Lists]
Advanced

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

Re: "Shifted" fermata over/below rests


From: Mats Bengtsson
Subject: Re: "Shifted" fermata over/below rests
Date: Thu, 11 Sep 2008 17:26:14 +0200
User-agent: Thunderbird 2.0.0.5 (X11/20070716)

Related question: Why do you only get one fermata when you do the following:
b4^\fermata_\fermata

More generally: why can't you add the same articulation above and below a note, using a
construct like
c^._.
As long as you specify different articulations, you can add several of
them, both above and below a note, for example
c^-_.

Answering myself, I found the following comment in the source code:
/* Discard double articulations for part-combining.  */

I'm not convinced that this is the best solution. The part combiner should do this in a more clever way if needed and I'm fairly sure I have seen printed scores where the same articulation appears
both above and below a note. Of course, there are ugly workarounds.

   /Mats


Kieren MacMillan wrote:
Hi Dmytro:

So, fermata below space is a bit shifted to the right.
How can i solve this?

Here are two options:

%%%%%%%%%%%%%%%%%%%%
\score
{
    <<
        \relative b' { b4 \fermata b\rest \fermata b2\rest \fermata }
        \\
\relative g' { g4 \fermata s4 \fermata \once \override Rest #'transparent = ##t r2 \fermata }
    >>
}

\score
{
    <<
        \relative b' { b4 \fermata b\rest \fermata b2\rest \fermata }
        \\
\relative g' { g4 \fermata s4 \fermata \once \override Script #'X-offset = #0.8 s2 \fermata }
    >>
}
%%%%%%%%%%%%%%%%%%%%

HTH!
Kieren.


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

--
=============================================
        Mats Bengtsson
        Signal Processing
        School of Electrical Engineering
        Royal Institute of Technology (KTH)
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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