lilypond-user
[Top][All Lists]
Advanced

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

ballooning a note including its attributes


From: Jean-Charles Malahieude
Subject: ballooning a note including its attributes
Date: Fri, 10 May 2013 14:12:05 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130311 Thunderbird/17.0.4

Hi all,

I need, for an examination paper, to add a ballooning over two consecutive notes. So far, so good I can play with the slopes, but how can I adapt the engraver to include the accidental (in other words emphasize the C-sharp, not just the C) and add some padding between the object and the boxing.

\new Staff \with { \consists "Balloon_engraver" } {
  \relative c'' {
    d8
    d8 <d-\balloonText #'(1 . 4.1) \markup { " A" }>
    <cis-\balloonText #'(-0.9 . 4) \markup { "" }>4
  }
}

TIA,
Jean-Charles



reply via email to

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