lilypond-user
[Top][All Lists]
Advanced

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

Re: articulations: vertical distance + I'm cunfused


From: Ferenc Wagner
Subject: Re: articulations: vertical distance + I'm cunfused
Date: Mon, 05 Jan 2004 15:57:32 +0100
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.2 (gnu/linux)

Atte André Jensen <address@hidden> writes:

> How are all articulations forced close to the notes? And
> why are the staccato and tenuto drawn close to the note as
> I want them while the others are not? They're both Script
> grobs, right?

Right.  But they are of different type, see script.scm
Try this in your \paper block:

         \translator {
             \ScoreContext
             scriptDefinitions = 
             #(let ((m (assoc "marcato" default-script-alist)))
               (set-cdr! m (cons '(follow-into-staff . #t) (cdr m)))
               default-script-alist)
         }

-- 
Feri.




reply via email to

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