lilypond-user
[Top][All Lists]
Advanced

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

Re: How to use magnifyStaff


From: Bernhard Kleine
Subject: Re: How to use magnifyStaff
Date: Thu, 20 Sep 2018 22:36:53 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

I have now packed the magnifyStaff with the individual organ=Piano
staffs; that worked. Thanks you to make me aware of the error with the
pianostaff.

organPart = <<
  \new PianoStaff \with {
    instrumentName = "Orgel"
   } <<
    \new Staff = "right" \with {
      \magnifyStaff #4/7
    } << \rightOne \\ \rightTwo >>
  \new Dynamics = "dynOrgel" {  \dynOrgel }
  \new Staff = "left" \with {
    \magnifyStaff #4/7
  } { \clef bass << \leftOne \\ \leftTwo >> }
  \new Staff = "ped" \with {
    \magnifyStaff #4/7
  }
  {  \clef bass \pedal }

Am 20.09.2018 um 14:40 schrieb Malte Meyn:
>
>
> Am 20.09.18 um 13:49 schrieb Bernhard Kleine:
>> In the following example I want to reduce the size of the organ part
>> using \magnifyStaff #4/7. But I do not succeed. Where do I have to
>> place it?
>
> \magnifyStaff should be placed in a \with block of the staff you want
> to shrink. Currently it seems to work for Staff contexts only, neither
> Dynamics nor PianoStaff work. Also be aware of issue 5385:
> https://sourceforge.net/p/testlilyissues/issues/5385/
>
>
>
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user

-- 
spitzhalde9
D-79853 lenzkirch
address@hidden
www.b-kleine.com, www.urseetal.net
-
thunderbird mit enigmail
GPG schlüssel: D5257409
fingerprint:
08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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