PERFECTION

 

From: Pierre Perol-Schneider [mailto:pierre.schneider.pa...@gmail.com] 
Sent: Saturday, February 07, 2015 11:53 AM



 

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 <jav...@ruiz-alma.com 
<mailto:jav...@ruiz-alma.com> >:

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
lilypond-user@gnu.org <mailto:lilypond-user@gnu.org> 
https://lists.gnu.org/mailman/listinfo/lilypond-user

 

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

Reply via email to