bug-lilypond
[Top][All Lists]
Advanced

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

Using \global - Lilypond 2.9.20 Windows


From: Trent Johnston
Subject: Using \global - Lilypond 2.9.20 Windows
Date: Wed, 4 Oct 2006 09:57:20 +1000

Hi Everyone,

This seems to be a cosmetic problem but when using a global variable for text marks or \newSpacingSection a warning: Two similatneous (whatver) events, junking this one. The output is correct but the warnings never appeared before.

Trent

=======================

C:\Documents and Settings\trent.\Desktop>lilypond testii
GNU LilyPond 2.9.20
Processing `testii.ly'
Parsing...
Interpreting music...
warning: Two simultaneous mark events, junking this one
warning: Previous mark event here
warning: Two simultaneous mark events, junking this one
warning: Previous mark event here[5]
Preprocessing graphical objects...
Interpreting music...
MIDI output to `testii.midi'...
Track...
Layout output to `testii.ps'...
Converting to `testii.pdf'...

========================
\version "2.9.20"

    global= {
      \time 4/4
      \key c \major
      \mark \markup "I."
      s1*2
      \mark \markup "II."
    }

    violinOne =  \new Voice { \relative c'' {
      \set Staff.instrumentName = "Violin 1 "

      c2 d e1
 c2 c
c4 c c c
 c8 c c c c c c c

    \bar "|." }}

    violinTwo = \new Voice { \relative c''{
      \set Staff.instrumentName = "Violin 2 "

      c2 d e1
 c2 c
c4 c c c
 c8 c c c c c c c

    \bar "|." }}



    \score {
       \new StaffGroup <<
          \new Staff << \global \violinOne >>
          \new Staff << \global \violinTwo >>
       >>
       \layout { }
       \midi { }
}




reply via email to

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