lilypond-user
[Top][All Lists]
Advanced

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

Re: How to remove gap in UpPrall spanner?


From: Pierre Perol-Schneider
Subject: Re: How to remove gap in UpPrall spanner?
Date: Sat, 7 Feb 2015 20:52:30 +0100

Try:

\version "2.18.2"

\relative c'' {
  \override TrillSpanner.bound-details.left.text =
    \markup\concat{
      \raise #1.0
      \smaller
      \musicglyph #"scripts.upprall"
      \hspace #-.6
    }
  \override TrillSpanner.bound-details.left.padding = #'0
  \override TrillSpanner.to-barline = ##t
  a4\startTrillSpan a a a
  a\stopTrillSpan
}


2015-02-07 20:44 GMT+01:00 Javier Ruiz-Alma <address@hidden>:

Is it possible to have the spanner join the upprall glyph in a trillspanner?

Looking to avoid the gap between the glyph and the spanner:

 

\version “2.18.2”

\relative c'' {

  \override TrillSpanner.bound-details.left.text = \markup{ \raise #1.0 \halign #-1.1 \smaller \musicglyph #"scripts.upprall" }

  \override TrillSpanner.bound-details.left.padding = #'0

  \override TrillSpanner.to-barline = ##t

  a4\startTrillSpan a a a

  a\stopTrillSpan

}


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



reply via email to

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