lilypond-user
[Top][All Lists]
Advanced

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

Re: Fwd: RE: How to remove gap in UpPrall spanner?


From: Noeck
Subject: Re: Fwd: RE: How to remove gap in UpPrall spanner?
Date: Sun, 08 Feb 2015 22:26:41 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

Am 08.02.2015 um 22:05 schrieb Ed Gordijn:
> This is even better then perfection.

Hi,

I tried almost the same:

\version "2.18.2"

\relative c'' {
  \override TrillSpanner.bound-details.left.text =
  \markup\concat{
    \raise #1.0
    \smaller
    \musicglyph #"scripts.upprall"
    \hspace #-0.5
  }
  \override TrillSpanner.bound-details.left.padding = #'0
  \override TrillSpanner.to-barline = ##t
  a4\startTrillSpan a a a
  a\stopTrillSpan
  \override TrillSpanner.bound-details.left.text =
  \markup\concat{
    \raise #.15
    \fontsize #-5
    \bold (
    \hspace #-0.58
  }
  a4\startTrillSpan a a
  a\stopTrillSpan
  \override TrillSpanner.bound-details.left.text =
  \markup\concat{
    \raise #.1
    \fontsize #-5
    \rotate #-7 \sans (
    \hspace #-0.61
  }
  a4\startTrillSpan a a
  a\stopTrillSpan
}

But I didn’t post it here, because I was not satisfied with it for these 
reasons:
- the the lower edge of the roman paranthesis is too sharp
- the sans version is a bit too light (bold would be too much)
- the whole trill span is shifted upwards, even thought the parenthesis does
  not collide with the stems below.

Perhaps you like them anyway.

Cheers,
Joram




reply via email to

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