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
[email protected]
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: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================



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

Reply via email to