bug-lilypond
[Top][All Lists]
Advanced

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

programming error with triplets and \change Staff


From: René Brandenburger
Subject: programming error with triplets and \change Staff
Date: Thu, 15 Feb 2007 11:25:58 +0100

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«...

Attachment: staff_change_triplets.pdf
Description: Adobe PDF document


reply via email to

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