lilypond-user
[Top][All Lists]
Advanced

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

Re: \breathe X-offset


From: Mats Bengtsson
Subject: Re: \breathe X-offset
Date: Tue, 18 Sep 2007 10:11:52 +0200
User-agent: Thunderbird 2.0.0.5 (X11/20070716)

The horizontal position is determined using a completely different mechanism.
For example, if you want to move the breathing sign further away from the
next note, you can use
\override BreathingSign #'space-alist #'next-note = #'(fixed-space . 2.5)

  /Mats

Trevor Daniels wrote:
Hi

I'm having some difficulty adjusting the X position of a
breathing sign using X-offset.  According to the program
reference the BreathingSign obeys the grob-interface, and
indeed Y-offset works fine.  But if I replace Y-offset with
X-offset in the code below it seems to have no effect.  Is
this a known bug or is there some other reason why this
fails?

Trevor (D)

\version "2.10.20"
{
 \relative b' {
  b2.
  \once \override BreathingSign #'X-offset = #-5
  %\once \override BreathingSign #'Y-offset = #-5
  \breathe
  b4
 }
}





_______________________________________________
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]