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


_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to