lilypond-user
[Top][All Lists]
Advanced

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

clef collision bug?


From: Thomas Scharkowski
Subject: clef collision bug?
Date: Thu, 09 Jun 2005 11:49:44 +0200

Hello list,

in this example the clefs collide - LilyPond doesn't care for the 
"8".

Thomas

--
\version "2.4.6" % Windows XP, Cygwin
\paper {raggedright=##t}
\header {}

global = { \time 3/8
        \set Staff.midiInstrument="acoustic guitar (nylon)"
        \key d \major
        \clef "G_8" }

Iup =   \relative c' {
        \global
        b4.
}

        
Idown = \relative c {   
        }
        
staffClassicalGuitar = \new Staff  {
        <<
        \Iup
        \Idown
        >>
        }
        

IIup =  \relative c' {
        \global
        b4.
}

        
IIdown = \relative c {
        \voiceTwo
        
        }

staffClassicalGuitarII = \new Staff  {
        <<
        \IIup
        \IIdown
        >>
        }


\score { 
        \new StaffGroup
        << 
                \staffClassicalGuitar
                \staffClassicalGuitarII
        >>
        
        \layout  {}
}
Der folgende Teil dieser Nachricht enthält einen Anhang im
sogenannten Internet MIME Nachrichtenformat.
Wenn Sie Pegasus Mail oder ein beliebiges anderes MIME-kompatibles
Email-System verwenden, sollte Sie den Anhang mit Ihrem Email-System
speichern oder anzeigen können. Anderenfalls fragen Sie Ihren Administrator.

The following section of this message contains a file attachment
prepared for transmission using the Internet MIME message format.
If you are using Pegasus Mail, or any another MIME-compliant system,
you should be able to save it or view it from within your mailer.
If you cannot, please ask your system administrator for assistance.

   ---- Datei Information/File information -----------
     Datei/File:  clefcollision-page1.png
     Datum/Date:  9 Jun 2005, 11:43
     Größe/Size:  6384 bytes.
     Typ/Type:    Unbekannt

Attachment: clefcollision-page1.png
Description: Binary data


reply via email to

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