lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 2882 in lilypond: Can't change font size in a Dyna


From: lilypond
Subject: [Lilypond-auto] Issue 2882 in lilypond: Can't change font size in a Dynamics Context
Date: Sun, 07 Oct 2012 12:22:48 +0000

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

New issue 2882 by address@hidden: Can't change font size in a Dynamics Context
http://code.google.com/p/lilypond/issues/detail?id=2882

Reported by Carlo Stemberger here:
http://lists.gnu.org/archive/html/bug-lilypond/2012-10/msg00054.html

Post follows:
Hi,
I can't change the font size in a Dynamics context. For example:

-----
\version "2.16.0"

upper = \relative c'' { a4 b \tiny c d }

lower = \relative c' { a2\fff \tiny c_\pp } % no problem

dynamics = { s2\fff \tiny s2\pp } % \tiny doesn't work

\score {
  \new PianoStaff = "PianoStaff_pf" <<
    \new Staff = "Staff_pfUpper" \upper
    \new Dynamics = "Dynamics_pf" \dynamics
    \new Staff = "Staff_pfLower" \lower

}

-----

Is this a bug? (I think so)

Best regards,
Carlo





reply via email to

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