lilypond-user
[Top][All Lists]
Advanced

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

Re: height of arpeggio


From: Mats Bengtsson
Subject: Re: height of arpeggio
Date: Fri, 12 Dec 2003 14:24:18 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031007

The arpeggio is drawn exactly between the upper and lower note
heads of the corresponding chord. There seems to be no property
setting to change that. The only solution I could come up with
was to add an invisible note (which cannot be in the same
<...> chord since the new syntax does not allow for property
settings within a chord):

\property Score.connectArpeggios = ##t
<< <fis  d a >\arpeggio
  \new Voice {
    \once \property Voice.NoteHead \set #'transparent = ##t
    \once \property Voice.Stem \set #'transparent = ##t
    a''\arpeggio }
>>


   /Mats

Atte André Jensen wrote:
Hi

Is it possible to adjust (make higher...) the height of the arpeggio sign (\arpeggio), and if so, how?


--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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