bug-lilypond
[Top][All Lists]
Advanced

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

Re: programming error with triplets and change Staff


From: Mats Bengtsson
Subject: Re: programming error with triplets and change Staff
Date: Fri, 16 Feb 2007 14:07:57 +0100
User-agent: Internet Messaging Program (IMP) H3 (4.0.5)

See http://code.google.com/p/lilypond/issues/detail?id=279

  /Mats


Quoting René Brandenburger <address@hidden>:

Hi,

when i process the following snippet, i get a programming error

--- 8< --- snip --- >8 ---

\version "2.11.17"

\layout { ragged-right = ##t}
\include "italiano.ly"

\context PianoStaff <<
\new Staff = "up"
\relative do'{
        \time 3/8
        \key mib \major
        \clef violin
        s4. *2
}
\new Staff = "down"
\relative do {
        \time 3/8
        \key mib \major
        \clef bass
        <sol' mib'>8 \times 2/3 {sol16( sib16 mib16}  \change Staff = "up"
\times 2/3 {sol16 sib16 mib16} |
        \times 2/3 {  sol16 mib16 sib16 } \times 2/3 {sol16 \change Staff =
"down" mib16 sib16} sol8)-. |
}


--- 8< --- snip --- >8 ---

this is the output i get, and the produced pdf does not really look
good:

~/Documents/lilyWork$ ~/bin/lilypond staff_change_triplets.ly
GNU LilyPond 2.11.17
»staff_change_triplets.ly« wird verarbeitet
Analysieren...
Interpretation der Musik...[2]
Vorverarbeitung der grafischen Elemente...
Programmierfehler: Grob direction requested while calculation in
progress.
Fortsetzung, die Finger kreuzen
Warnung: Keine funktionsfähige Anfangskonfiguration gefunden: Es kann
evtl. keine optimale Balkenneigung gefunden werden
Layout nach »staff_change_triplets.ps« ausgeben...
Konvertierung nach »staff_change_triplets.pdf«...









reply via email to

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