lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 3831 in lilypond: Patch: Improve positioning o


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3831 in lilypond: Patch: Improve positioning of tuplet numbers for kneed beams.
Date: Mon, 03 Mar 2014 17:45:02 +0000


Comment #45 on issue 3831 by address@hidden: Patch: Improve positioning of tuplet numbers for kneed beams.
http://code.google.com/p/lilypond/issues/detail?id=3831

The patch doesn't work when beam position is controlled manually:

upper = {
\clef treble \override Beam.auto-knee-gap = #1 \tuplet 6/4 { a'16 g'16 \change Staff = "lower" a16 g16 f16 e16 } \override Beam #'positions = #'(-4.5 . -5.5) \tuplet 6/4 { \change Staff = "upper" a'16 g'16 \change Staff = "lower" a16 g16 f16 e16 }
}

lower = {
  \clef bass s2
}

\score {
  \new PianoStaff <<
    \new Staff = "upper" \upper
    \new Staff = "lower" \lower
  >>
}


Attachments:
        rr.png  26.6 KB

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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