lilypond-user
[Top][All Lists]
Advanced

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

Re: How to move StringNumber along Y-axis?


From: David Stocker
Subject: Re: How to move StringNumber along Y-axis?
Date: Sun, 08 Feb 2009 08:50:25 -0500
User-agent: Thunderbird 2.0.0.19 (X11/20090105)

Hi Arjan,

\set stringNumberOrientations = #'(down)

More complete information at

http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Inside-the-staff#Fingering-instructions

HTH.

Dave

Arjan Bos wrote:
Dear list,

How do I move the StringNumber to below the Staff? I tried Y-offset but that didn't work. As a test to see if I had the correct syntax, I tried the X-offset and that /did/ work. Any ideas?

\version "2.12.2"

\score {
  \relative c'' {
    %% This override does not move the StringNumber. X-offset does work!
    \override StringNumber #'Y-offset = #-10
    <c\3>1
    }}



Kind regards,
Arjan Bos
------------------------------------------------------------------------

_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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