2017-10-08 22:42 GMT+02:00 Pieter Terpstra <peter.terpst...@gmail.com>:
> Dear readers,
> Google did not gave me an answer to this so i ask it here.
> Is there a way to change the positions of a sharp?
> P.e. to prevent overlapping with a glissando and when the sharp is completely 
> in the way the glissando does not even
> get printed.
>
> Apologies for my bad English.
>
> Most Kindly,
>
>    Peter



Better than moving the Accidental:
{
  c'4 \glissando
  \once \override Accidental.X-offset = 1
  des'
}
(you'll surely not want that)
would be to lengthen the glissando
{
  \once \override Glissando.springs-and-rods = #ly:spanner::set-spacing-rods
  \once \override Glissando.minimum-length = 4
  c'4 \glissando des'
}
or to move the NoteColumn of the target note
{
  c'4 \glissando
  \once \override NoteColumn.X-offset = 1
  des'
}


Cheers,
  Harm

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to