lilypond-devel
[Top][All Lists]
Advanced

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

Staff sizes...


From: Arno Waschk
Subject: Staff sizes...
Date: Wed, 06 Oct 2010 14:27:43 +0200
User-agent: Opera Mail/10.62 (Linux)

dear list,

why does the following:


<<
\new Staff \with {
  fontSize = #-8
      \override StaffSymbol #'staff-space = #(magstep -8)
      \override StaffSymbol #'thickness = #(magstep -8)
    }
{\bassPart}

\new PianoStaff \with {
  fontSize = #-8
      \override StaffSymbol #'staff-space = #(magstep -8)
      \override StaffSymbol #'thickness = #(magstep -8)
  instrumentName = "Klavier"
}
<<
  \new Staff = "rh" \with
  {midiInstrument = "piano"}
{\rechtsPart}

   \new Staff = "lh" \with
  {midiInstrument = "piano"}
{\linksPart}





give a small piano part (which i expected) but a normal sized bassPart Staff?

Do i have to treat Staff different from PianoStaff, and if yes, how?

yours, Arno


--
Erstellt mit Operas revolutionärem E-Mail-Modul: http://www.opera.com/mail/



reply via email to

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