lilypond-user
[Top][All Lists]
Advanced

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

Re: \magnifyStaff for dynamics?


From: Ben
Subject: Re: \magnifyStaff for dynamics?
Date: Wed, 20 Dec 2017 21:27:38 -0500
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0

On 12/20/2017 8:03 PM, Mason Hock wrote:
\version "2.19.63"
\score {
  <<
    \new Staff \with { \magnifyStaff #(magstep -3) }
    \relative c' { c c c c }
    \new Dynamics \with { \override VerticalAxisGroup.staff-affinity = #UP }
    { s\p\< s s s\f}
  >>
}

Is there a way to magnify the dynamics staff by the same factor as the music staff?

Thanks,

Mason



You could use something like this to change the font of the dynamics too....?

<<
  \new Staff {
    \relative c'' {
      \dynamicDown
      c8\ff c c c c c c c
    }
  }
  \new Staff \with {
    fontSize = #-3
    \override StaffSymbol.staff-space = #(magstep -3)
  } {
    \clef bass
    c8 c c c c\f c c c
  }
>>

http://lsr.di.unimi.it/LSR/Item?id=399



reply via email to

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