lilypond-user
[Top][All Lists]
Advanced

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

Re: Change the Y-offset of a ballon markup


From: Klaus Blum
Subject: Re: Change the Y-offset of a ballon markup
Date: Sun, 29 Mar 2015 08:36:58 -0700 (MST)

Ooops, HTML formatting can misunderstand LilyPond code...
let's try again: 

% ----------------------------------------------------------------
\version "2.18.2"

\new Staff {
  <<
    \new Voice = "Up" \relative e'' {
      \voiceOne
      e8 fis g e fis4. e8  |
      < b dis>2
    }
    \new Voice = "Down" \with { \consists "Balloon_engraver" }
    \relative c {
      \voiceTwo
      \override BalloonTextItem.annotation-balloon = ##f
      <e-\balloonText #'(6 . 0)
      \markup
      \override #'(baseline-skip . 1.3)
      \center-column {
        \fontsize #-4 \circle\number &quot;6&quot;
        \vspace #.07
        \musicglyph #&quot;pedal.*&quot;
        \concat {
          \fontsize #-3 &quot;(&quot;
          \hspace #.3
          \raise #0.3 \finger &quot;p&quot;
          \fontsize #-3 &quot;)&quot;
        }
      }
      g'b>2
      <d'-\balloonText #'(8 . -1)
      \markup
      \override #'(baseline-skip . 1.3)
      \with-dimensions #'(0 . 0) #'(0 . 0)
      \center-column {
        \musicglyph #&quot;pedal.*&quot;
        \concat {
          \fontsize #-3 &quot;(&quot;
          \hspace #.3
          \raise #0.3 \finger &quot;p&quot;
          \fontsize #-3 &quot;)&quot;
        }
      }
      a' d>
    }
  >>
}




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Change-the-Y-offset-of-a-ballon-markup-tp173834p173843.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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