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
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to