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]

-- 
Kevin Baird
[EMAIL PROTECTED]
http://kevinbaird.net/
\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

_______________________________________________
Bug-lilypond mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to