bug-lilypond
[Top][All Lists]
Advanced

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

column command produce a compiler error


From: Thomas Heidler
Subject: column command produce a compiler error
Date: Sat, 7 Dec 2013 10:15:06 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> I'm not top posting.

Hallo,

I get a compiler error if I use column command in Score.repeatCommands.
When I remove "column" then it works, but the message is to long for 
measure.

Example:
\version "2.16.0"


voltaToNextSong = \markup {\text \column {"to go to" "next song" } }
voltaToFinish = \markup {\text "to finish"}

\relative c'' {
        \set Score.repeatCommands = #'(start-repeat)
        b1
        \set Score.repeatCommands = #(list (list 'volta voltaToFinish))
        b
        \set Score.repeatCommands = #(list 'end-repeat (list 'volta #f) (list
'volta voltaToNextSong))
        b
        \set Score.repeatCommands = #'((volta #f))
}

produce:
d:/Program Files
(x86)/LilyPond/usr/share/lilypond/current/scm/stencil.scm:80:22: In
procedure max in expression (max (+ # padding ...) baseline):
d:/Program Files
(x86)/LilyPond/usr/share/lilypond/current/scm/stencil.scm:80:22: Wrong type: #f

regards

Thomas Heidler




reply via email to

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