/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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe =============================================
_______________________________________________ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user
