bug-lilypond
[Top][All Lists]
Advanced

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

Re: First volta bracket not closed (bug?)


From: Mats Bengtsson
Subject: Re: First volta bracket not closed (bug?)
Date: Fri, 26 Oct 2007 09:58:55 +0200
User-agent: Thunderbird 2.0.0.5 (X11/20070716)

I just tried your example with versions 2.10 and 2.11. Version 2.10 gives a closed
bracket, so this seems like a regression bug in 2.11.

  /Mats

Thomas Scharkowski wrote:
Hello list,

the following code results in an unclosed first volta bracket. Changing StaffGroup to ChoirStaff or removing staffII gives correct output. Searching the archive I found my own question (22 Feb 2007) regarding the same problem in a different context (with chord symbols) and the solution by Mats Bengtsson, but this does not help me here.

Thank you,
Thomas

LilyPond 2.11.34
Windows XP SP2
--
\version "2.11.23"
\header {title = "1. volta bracket not closed"}

musicI = {
        \relative c'' {         
        \repeat volta 2 {
c4 c c c }
                \alternative {
                        {c c c c}
{c c c c} } }
}

musicII = {
        \relative c'' {         
        \repeat volta 2 {
c4 c c c }
                \alternative {
                        {c c c c}
{c c c c} } }
}

staffI= \new Staff {
        \musicI
}       
        
staffII = \new Staff {
        \musicII
        }

\score {
        \new StaffGroup
        <<
        \staffI
        \staffII
        >>
        
        \layout  {}
}
\paper {}
------------------------------------------------------------------------

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:  volta_bracket_StaffGroup.png
     Datum/Date:  26 Oct 2007, 8:52
     Größe/Size:  13101 bytes.
     Typ/Type:    Unbekannt
------------------------------------------------------------------------

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:  volta_bracket_ChoirStaff.png
     Datum/Date:  26 Oct 2007, 8:47
     Größe/Size:  13078 bytes.
     Typ/Type:    Unbekannt
------------------------------------------------------------------------

_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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