Ah. Thank you. I have removed Voice declarations, and now have all stems down. Any ideas on that?
On Tue, Feb 03, 2004 at 02:45:11PM +0100, Mats Bengtsson wrote: > 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: [EMAIL PROTECTED] > WWW: http://www.s3.kth.se/~mabe > ============================================= -- 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 { \notes { \modernAccidentals \stemBoth \property Staff.DynamicLineSpanner \set #'padding = #1.3 \property Staff.TupletBracket \set #'padding = #2 \property Staff.midiInstrument = "clarinet" \property Score.MetronomeMark \set #'padding = #5 \tempo 8=287 \clef treble | % MEASURE 1 \time 3/8 \autoBeamOff \times 2/3 { d''8[ a''8-\portato a''8] } \autoBeamOn fs''8-\ppp | % MEASURE 2 \time 2/4 bf''8 r16 af''16-\ppp ~ af''8 ~ af''16 c'''16 | % MEASURE 3 \time 3/8 cs'''8 g''4 } % end notes } % end score
_______________________________________________ Bug-lilypond mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-lilypond