lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 4182 in lilypond: dynamics on skips confuse cr


From: lilypond
Subject: Re: [Lilypond-auto] Issue 4182 in lilypond: dynamics on skips confuse cross-staff stems
Date: Sun, 16 Nov 2014 05:13:57 +0000


Comment #3 on issue 4182 by address@hidden: dynamics on skips confuse cross-staff stems
https://code.google.com/p/lilypond/issues/detail?id=4182

At the moment I have trouble seeing how this worked before. The horizontal constraints on spacing notes on a line depend on, and for chords with seconds that depends on whether the stem points up or down, but the stem direction can potentially depend on staff spacing, which depends on how many notes fit on each line.

up = \change Staff = "up"
dn = \change Staff = "down"
\new PianoStaff <<
  \new Staff = "up" {
    \time 2/4 s2 }
  \new Staff = "down" <<
    {s8*3 s8\p  }
    {\clef bass a,8[ \up e' \dn a, \up <c' d' g'>] } >> >>

Workaround:   \once\voiceTwo   or as appropriate, before any misplaced stems

Attachments:
        4182.preview.png  2.8 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]