bug-lilypond
[Top][All Lists]
Advanced

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

Note/clef collision due to translated TextScript markup


From: Nicolas Sceaux
Subject: Note/clef collision due to translated TextScript markup
Date: Sun, 6 Jul 2008 17:34:54 +0200

Hi,

In the following example, the clef collides with the previous note,
because of the translated markup.

\version "2.11.50"
<<
 \new Staff {
   \clef treble a'8 g' s4
   \clef alto r8^\markup { \null \translate #'(-4 . 0)
\typewriter "\\null \\translate #'(-4 . 0) text" }
   c''8 a'4
 }
 \new Staff { \clef bass s4 g c f }
>>

PNG image




nicolas

reply via email to

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