bug-lilypond
[Top][All Lists]
Advanced

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

ottava-remove-empty-staff


From: Erik Sandberg
Subject: ottava-remove-empty-staff
Date: Wed, 30 Jun 2004 21:31:36 +0200
User-agent: KMail/1.6.2

Well spotted, added this as ottava-remove-empty-staff to our repository. 
You'll be notified when it's fixed.

erik

%
address@hidden
\version "2.2.2"
\header {
texidoc = "
The 8 from the G_8 clef remains mysteriously inside the upper PianoStaff
"
}
\score{\notes
       <<
           \new Staff \notes{\clef "G_8" R1 a1 }
           \new PianoStaff <<
               \new Staff \notes{ a1 \break a1 }
               \new Staff \notes{ a1 a1 }
           >>
       >>
       \paper{
           \context{ \RemoveEmptyStaffContext }
       }
   }




reply via email to

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