bug-lilypond
[Top][All Lists]
Advanced

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

Staff.instrument misaligned


From: Thomas Scharkowski
Subject: Staff.instrument misaligned
Date: Mon, 13 Feb 2006 10:35:45 +0100

Using two voices in the staff shifts the instrument name down one 
space.
Deleting the second voice gives correct output.

Thomas
Windows XP

code:
--
\version "2.7.33"
#(ly:set-option 'point-and-click #f)

Treble = \relative c''
                {
                \voiceOne
                R1
                }       
Bass =  \relative c
                {
                \voiceTwo
                c'4 d e c
                }

numberone =
{ 
        \set Staff.instrument = "One"
        <<
        \Treble 
        \\
        \Bass
        >>
}       

\score {\numberone}
\paper {ragged-right = ##t} 
--


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:  Staffinstrument.pdf
     Datum/Date:  13 Feb 2006, 10:33
     Größe/Size:  16893 bytes.
     Typ/Type:    Unbekannt

Attachment: Staffinstrument.pdf
Description: Binary data

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:  Staffinstrument_onevoice.pdf
     Datum/Date:  13 Feb 2006, 10:32
     Größe/Size:  16578 bytes.
     Typ/Type:    Unbekannt

Attachment: Staffinstrument_onevoice.pdf
Description: Binary data


reply via email to

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