bug-lilypond
[Top][All Lists]
Advanced

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

Re: Last dynamics line doesn't stick to the above staff group


From: Pavel Roskin
Subject: Re: Last dynamics line doesn't stick to the above staff group
Date: Mon, 12 Dec 2011 14:39:18 -0500

On Mon, 12 Dec 2011 14:35:14 -0500
Pavel Roskin <address@hidden> wrote:

> Hello!
> 
> I'm trying to use explicit dynamics contexts to align dynamics, avoid
> duplicates and position pedal marks as in the original score, as
> suggested here:
> 
> http://lilypond.org/doc/v2.15/Documentation/learning/piano-templates
> 
> But when using \pageBreak, the lowest dynamics line doesn't stay with
> the above staves.  Instead, it's positioned in the middle between
> staff groups.
> 
> In this example, I'm using ragged-last-bottom to keep the example on
> one page.
> 
> The problem is reproducible with today's mainline Lilypond (commit
> 0c61221b46addec50e2406e04af44a7d460443d4).
> 
> I consider it a bug.  I'll appreciate if somebody suggests a
> workaround.

Sorry, here's the minimal example:

\version "2.15.20"
\paper { ragged-last-bottom = ##f }
RightOne = \relative c' { c1 \break | c1 }
Pedal = { s1 \p }
\score {
  <<
    \new PianoStaff <<
      \new Staff <<
        \context Voice = "RightOne" { \RightOne }
      >>
      \new Dynamics = "pedal" \Pedal
    >>
  >>
  \layout {}
}

-- 
Regards,
Pavel Roskin



reply via email to

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