lilypond-user
[Top][All Lists]
Advanced

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

direction left-right


From: Graham Percival
Subject: direction left-right
Date: Mon, 11 Feb 2002 22:29:12 -0800

How do you tell Lilypond to position something to the left or right of 
an object?  I'd like to have a forte chord with the forte to the left 
of the -- if it's underneath the chord, that staff line takes a lot of 
space.

Simple example:
\score{\notes {
\property Voice.DynamicLineSpanner \override #'direction = #-1
        <c4 e g c'-\f >
\property Voice.DynamicLineSpanner \revert #'direction
}}

If I make the "direction = #-1" into #1 it goes on top, but it doesn't 
like -2, 0.5, and 0 just makes the forte appear in the middle of the 
chord.

Thanks in advance,
- Graham Percival



reply via email to

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