lilypond-user
[Top][All Lists]
Advanced

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

Re: Glissando in parentheses


From: Thomas Morley
Subject: Re: Glissando in parentheses
Date: Mon, 16 Oct 2017 22:48:07 +0200

2017-10-16 22:24 GMT+02:00 Malte Meyn <address@hidden>:
>
>
> Am 16.10.2017 um 19:38 schrieb Rodney Duplessis:
>>
>> I want to put a glissando in parentheses. I’ve tried to adapt some
>> snippets (for example, http://lsr.di.unimi.it/LSR/Item?id=902 and
>> http://lsr.di.unimi.it/LSR/Item?id=647) to my needs but I couldn’t get any
>> results.
>
>
> How about this? Can be used with or without \once.
>
> \version "2.19.65"
>
> parenthesizeGliss = {

Nice. Though, I'd use \vcenter instead of \raise #-0.5

>   \override Glissando.bound-details.left.text = \markup \raise #-0.5 "("
>   \override Glissando.bound-details.right.text = \markup \raise #-0.5 ")"
>   \override Glissando.bound-details.right.padding = 1
> }
>
> {
>   \once \parenthesizeGliss
>   a'1\glissando c''\glissando a'
> }


Cheers,
  Harm



reply via email to

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