I'm using lilypond 2.7.32 and I've noticed that the expression:

\set tieWaitForNote = ##t

when is put inside a \relative block, 
doesn't produce the expected output but it makes Lilypond give this error 
message instead:

programming error: Spanner `Tie' is not fully contained in parent spanner 
`TieColumn'.

This is the code I used to reproduce the bug- it's the code from "tips and 
tricks":

\relative c'
{
\set tieWaitForNote = ##t
\grace { c16[~ e~ g]~ } <c, e g>2   
\repeat "tremolo" 8 { c32~ c'~ } <c c,>1
}

Best regards,

Gianluca D'Orazio




_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to