bug-lilypond
[Top][All Lists]
Advanced

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

Issue 2195 in lilypond: shorter beams for middle voices below rests


From: lilypond
Subject: Issue 2195 in lilypond: shorter beams for middle voices below rests
Date: Sat, 07 Jan 2012 10:56:16 +0000

Status: Accepted
Owner: ----
Labels: Type-Enhancement

New issue 2195 by address@hidden: shorter beams for middle voices below rests
http://code.google.com/p/lilypond/issues/detail?id=2195

\version "2.15.24"

\header { texidoc = "
Beams of middle voices should have shortened stems,
as shown in the second line.

Currently, this doesn't happen automatically.
" }

\score {
  \relative c' <<
    { \voiceOne r4 r4} \\
    { \voiceThree d8[ e] f[ g] } \\
    { \voiceTwo b,4 b }
  >>
}

\score {
  \relative c' <<
    { \voiceOne r4 r4} \\
\once \override Beam #'positions = #'(0.8 . 0.9)
    { \voiceThree d8[ e]
\once \override Beam #'positions = #'(1.1 . 1.2)
                         f[ g] } \\
    { \voiceTwo b,4 b }
  >>
}


Attachments:
        shorter-middle-beams.png  15.5 KB




reply via email to

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