Hi David,

See the following :

\version "2.19.15"

\paper {
  paper-width = 100
  paper-height = 50
  ragged-right = ##f
  indent = 0
  tagline = ##f
}

{ a'1 -\tweak thickness #.5 ^(-\tweak stencil ##f ^~ a') }

{ \tieUp a'1 -\tweak thickness #.5 ~ a' }

Slur is naturally slightly mor "parapolic" than tie and tweaking its
stencil is only there for a possible midi output.
Anyway, I'm not very proud of this one ;)...

Cheers,
Pierre

2014-12-31 16:53 GMT+01:00 David Nalesnik <david.nales...@gmail.com>:

> Hi Pierre,
>
> On Wed, Dec 31, 2014 at 9:46 AM, Pierre Perol-Schneider <
> pierre.schneider.pa...@gmail.com> wrote:
>
>> Hi Kieren,
>>
>> Here's a bad one :
>>
>> \version "2.19.15"
>>
>> \paper {
>>   paper-width = 100
>>   paper-height = 30
>>   ragged-right = ##f
>>   indent = 0
>>   tagline = ##f
>> }
>>
>> { a'1 -\tweak thickness #.5 ^(-\tweak stencil ##f ^~ a') }
>>
>>
> Why do you tweak stencil here?   Why not the following:
>
>
> { \tieUp a'1 -\tweak thickness #.5 ~ a' }
>
> --David
>
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to