lilypond-user
[Top][All Lists]
Advanced

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

Analysis brackets don't work with spaces


From: Eliot Handelman
Subject: Analysis brackets don't work with spaces
Date: Thu, 17 Jan 2008 11:58:34 -0500
User-agent: Thunderbird 2.0.0.6 (X11/20070801)

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


\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"
}
    
  }
}






reply via email to

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