lilypond-user
[Top][All Lists]
Advanced

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

Re: vertical distance of articulations


From: Alex Voice
Subject: Re: vertical distance of articulations
Date: Sat, 09 Feb 2013 15:12:52 +0000
User-agent: Microsoft-MacOutlook/14.3.0.121105

> I would like more space between note-head / end of a stem and tenuto/staccato/portato-marks. How to get that?

Werner,
The following works, with adaptation according to the stem direction:

\version "2.16.2"
\relative c'' 
{
c4-. r
  \once \override Script #'extra-offset = #'(0 . 0.1)
c4-. r
}

HTH (at least as a simple fix).

> (Btw - I also wonder about the big staccato-dot and the small dot in the portato-mark.)

This probably involves Scheme magic beyond my understanding – sorry!

Alex

reply via email to

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