bug-lilypond
[Top][All Lists]
Advanced

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

Markup squished by tempo


From: Hans Aberg
Subject: Markup squished by tempo
Date: Sun, 14 Aug 2005 11:26:46 +0200

In the example below, the markup gets squished by the tempo mark.

\score {
\new Staff <<
\relative {
  \tempo 4 = 144
  \key e \minor
  \time 7/16
  #(override-auto-beam-setting '(end * * 7 16) 4 16)
  \repeat volta 2 {
    e16^\markup { \italic "accordion" }
      fis8.\trill  fis8.\tenuto | fis8.\trill e16  e16 dis e |
    fis8.\trill e16  e16 dis e | dis8.\trill c16  c16 b a |
    b16 c c a  dis e fis | dis8.\trill c16  c16 b a |
    a16 b8.\trill  b16 a b |
  }
  \alternative {
   { b8-. b-.  b8.\trill | }
   { b8-. b-.  b8\trill a16 | }
  }
>>
}

  Hans Aberg






reply via email to

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