lilypond-user
[Top][All Lists]
Advanced

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

Re: Beam/Stem question


From: Mats Bengtsson
Subject: Re: Beam/Stem question
Date: Thu, 26 Feb 2004 11:18:24 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113

See http://lilypond.org/doc/v2.1/input/test/out-www/collated-files.html#beam-control.ly

  /Mats

Thomas Scharkowski wrote:
Hello,

I am still practising :-)

How can I shorten the stems and/or change the angle of the beam in the following example, so that the note in the lowest voice do not collide with them?

Thank you!

Thomas
cywin/xp

--

\version "2.1.26"
\header {pagenumber = no}
\score {
    \notes
    {
    \context Staff <<
    <<
     \relative c'' {
    {
    e e e e
    }
    }
    \\
    {
    \override Voice.TupletBracket #'number-visibility = ##f
    \override Voice.TupletBracket #'bracket-visibility = ##f
    \times 2/3 {e''8[ b' g'] e''8[ b' g'] e''8[ b' g'] e''8[ b' g']}
    }
    \\
    \relative c' {
    {
    \stemDown
    e4 b g e
    }
    }
    >>
    >>
    }
    \paper
    {
    raggedright=##t
    indent=0.0 \cm
    \translator {
    \ScoreContext
    \remove Bar_number_engraver}
    }
}

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


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

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

--
=============================================
        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]