lilypond-user
[Top][All Lists]
Advanced

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

How to use magnifyStaff


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

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?

BTW searching google with "lilypond magnifyStaff" is not successfull
since the first results do not have a magnifyStaff command in it.

Regards Bernhard


\version "2.19.82"
\language "deutsch"


\layout {
  \context {
    \Voice
    \consists "Melody_engraver"
    \override Stem #'neutral-direction = #'()
  }
  \context {
    \Staff \RemoveEmptyStaves
    % To use the setting globally, uncomment the following line:
    \override VerticalAxisGroup.remove-first = ##t
  }
}

global = {
  \key d \major
  \time 4/4
  \tempo 4 = 80 - 84
  \autoBeamOff
  \dynamicUp
}


soprano = \relative c'' { cis1 }
 

alto = \relative c' { e1 }
tenor = \relative c' { e1 }
bass = \relative c' { a1 }
Verse = \lyricmode { Ky }


rightOne = \relative c'' { a4. a8 e'4 d8.[h16] }

rightTwo = \relative c' { e2 g }

leftOne = \relative c' { cis2 h }

leftTwo = \relative c' { a2 e }

pedal = \relative c { s1 }

dynSopran = { { s1\f } }

dynBass = { { s1\mf } }
 
dynOrgel = { { s1\p } }

choirPart = \new ChoirStaff <<
  \new Dynamics = "dynSopran" { \dynSopran }
  \new Staff \with {
    instrumentName = "Sopran"
    \consists "Metronome_mark_engraver"
  } { \global\soprano }
  \addlyrics { \Verse }
  \new Staff \with {
    instrumentName = "Alt"
  } { \global\alto }
  \addlyrics { \Verse }
 
  \new Staff \with {
    instrumentName = "Tenor"
  } { \global \clef "treble_8" \tenor }
  \addlyrics { \Verse }
 
  \new Dynamics = "dynBass" { \dynBass }
  \new Staff \with {
    instrumentName = "Bass"
  } { \global \clef bass \bass }
  \addlyrics { \Verse }
>>

organPart = <<
  \new PianoStaff \with {
      instrumentName = "Orgel"     
    } <<
      \new Staff = "right" \with {
        \consists "Metronome_mark_engraver" }
    << \global\rightOne \\ \global\rightTwo >>
      \new Dynamics = "dynOrgel" {  \dynOrgel }
      \new Staff = "left" { \clef bass << \global\leftOne \\
\global\leftTwo >> }
      \new Staff = "ped" {  \clef bass \global\pedal }
    >>
  >>

\score {
  \header {
    piece = "Kyrie"
  }
  <<
    \choirPart
    \organPart
  >>
  \layout {
    \context {
      \Score
      \remove "Metronome_mark_engraver"
    }
  }
}

-- 
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]