bug-lilypond
[Top][All Lists]
Advanced

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

Re: Stem direction


From: Mats Bengtsson
Subject: Re: Stem direction
Date: Tue, 03 Feb 2004 14:45:11 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113

The \voiceOne command sets the direction of stems, ties, slurs,
scripts, ... to point upwards, so you are certainly requesting
the direction yourself.

  /Mats

Kevin C. Baird wrote:
Attached. Thank you.

On Tue, Feb 03, 2004 at 10:12:33AM +0100, Mats Bengtsson wrote:


Kevin C. Baird wrote:

Hello. With Lilypond 2.1.0-2 on Debian Testing, I get all of my stems up without declaring a direction. What would be the easiest way to get a more standard stem direction scheme (i.e., in toward the majority of the staff unless beamed)?

That sounds very strange. You don't, by chance, use a construct like
<< {...} \\ {...} >> in your music? That will force the stem directions
for the two voices. If this isn't the problem, please send a small
example file (to the mailing list) showing what you tried.
[snip]



------------------------------------------------------------------------

\version "2.1.0"
\include "english.ly"
\header {
  title = "No Clergy"
  instrument = "Clarinet"
  composer = "Kevin C. Baird"
}

\paper {
  linewidth = 7.5 \in
  indent = 0.5 \in
}
\include "paper16.ly"

\score { \context Score
  \context Staff
  \context Voice=One {
  \modernAccidentals
  \voiceOne
  \property Voice.autoBeamSettings \override
    #'(begin * * * 4) = #(ly:make-moment 1 4)
  \property Voice.autoBeamSettings \override
    #'(end * * * 4) = #(ly:make-moment 1 4)
  \property Voice.autoBeamSettings \override
    #'(begin * * 3 8) = #(ly:make-moment 3 8)
  \property Voice.autoBeamSettings \override
    #'(end * * 3 8) = #(ly:make-moment 3 8)
  \property Voice.autoBeamSettings \override
    #'(begin * * 9 8) = #(ly:make-moment 1 4)
  \property Voice.autoBeamSettings \override
    #'(end * * 9 8) = #(ly:make-moment 1 4)
  \property Voice.DynamicLineSpanner
    \set #'padding = #1.3
  \property Voice.TupletBracket
    \set #'padding = #2
  \property Staff.midiInstrument = "clarinet"
\notes { \property Score.MetronomeMark
    \set #'padding = #5
  \tempo 8=280
    \clef treble

| % MEASURE 1
\time 4/4 r16 r8 e''16 ~ e''8 ~ e''16 r16 r8 c'''8-\ff ~ c'''8 a''8-\staccato
| % MEASURE 2
\time 2/4 r2
} % end notes
} % end Voice
} % end score


--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

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