Am 03.09.18 um 15:18 schrieb Torsten Hämmerle:
Here's your original example setting fontSize and staff-space (using
fontSize -4, the exact match of your 4/7 factor would have been
-4.844129532345624644651815903391...):)

If you want the exact 4/7 factor without using -4.8441..., you can replace

   \new Staff \with {
     fontSize = -4
     \override StaffSymbol.staff-space = #(magstep -4)
   }

by

  \new Staff \with {
    fontSize = #(magnification->font-size 4/7)
    \override StaffSymbol.staff-space = #4/7
  }

magnification->font-size is just the inverse of magstep ;)

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

Reply via email to