I don't know if it is the correct solution but it works...
best
ole
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.10.33"
\header { title = "Brackets don't work with spaces" }
A = {
\time 4/4
\clef treble
s2\startGroup^\markup { \column { "{ 1 }" } }
s2\stopGroup^\markup { \column { "{ 2 }" } }
\bar "|."
}
\score {
<<
\new Staff << \A >>
>>
\layout {
\context {
\Staff \consists "Horizontal_bracket_engraver"
}
}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Am 18.01.2008 um 17:01 schrieb Palmer, Ralph:
Hi,
The following code generates the markups but not the brackets.
Is there some way to get brackets printed when they are attached to
spaces?
many thanks,
-- eliot
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user