lilypond-user
[Top][All Lists]
Advanced

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

Re: accordion symb.


From: Mats Bengtsson
Subject: Re: accordion symb.
Date: Thu, 30 Nov 2006 12:35:15 +0100
User-agent: Thunderbird 1.5.0.7 (X11/20060909)

In situations where you only want to move this vertically, I would
recommend to override the padding property instead:
\override TextScript #'padding = #3
since then LilyPond will take the new position into account when
calculating the spacing between the score lines and similarly.

  /Mats

Thies Albrecht wrote:
Hi Marcel!

I hope that's what you're looking for...

accBasson =  ^\markup \combine
                \musicglyph #"accordion.accDiscant"
                \raise #0.5 \musicglyph #"accordion.accDot"

\score {
   \relative c'' {
      \time 4/4 \key c \major \clef treble
c \once \override TextScript #'extra-offset = #'(5 . 3) d \accBasson e f }
}

Kind regards,
Thies Albrecht

------------------------------------------------------------------------

------------------------------------------------------------------------

_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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