lilypond-user
[Top][All Lists]
Advanced

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

Re: Glissando in parentheses


From: Malte Meyn
Subject: Re: Glissando in parentheses
Date: Mon, 16 Oct 2017 22:24:15 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0



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 = {
  \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'
}



reply via email to

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