bug-lilypond
[Top][All Lists]
Advanced

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

Problem in printing both \fermata and \markup


From: Wim van Dommelen
Subject: Problem in printing both \fermata and \markup
Date: Sun, 25 Sep 2005 15:47:52 +0200

Hi,

In trying to get both a fermata AND a text description I ran into the problem that when using a \fermata in combination with a \markup the fermata is somehow lifted and the \markup and \fermata clash in the printing. I tried different constructs, but couldn't get it right.

This sample illustrates this:

\version "2.7.9"

muziek = {
  \time 4/4
    r1 |
    r1^\markup { \large "Test 1" }
    r1\fermata |
    r1\fermata^\markup { \large "Test 2" }
    r1\fermata |
    r1^\markup { \large "Test 3" }\fermata
    r1\fermata |
    <<    r1\fermata
            s1^\markup { \large "Test 4" }
    >> |
    r1 \fermata |
}

\score { \context Staff {
  \clef "G"
  \muziek
}}

A bug?

Regards,
Wim van Dommelen.






reply via email to

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