lilypond-user
[Top][All Lists]
Advanced

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

changing the length (height? positions? endpoints?) of an arpeggio


From: Noeck
Subject: changing the length (height? positions? endpoints?) of an arpeggio
Date: Sat, 8 Sep 2018 21:52:37 +0200

Hi Kieren,

> \version "2.19.80"
> { <c' e' g'>1\arpeggio }

you can set the positions by hand (in staff spaces):

{
  <c' e' g'>1\arpeggio
  \once \override Staff.Arpeggio.positions = #'(-3 . 0)
  <c' e' g'>1\arpeggio
}


Cheers,
Joram



reply via email to

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