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/

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to