lilypond-user
[Top][All Lists]
Advanced

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

Re: GDP: addition for Rhythms?


From: Ole Schmidt
Subject: Re: GDP: addition for Rhythms?
Date: Fri, 18 Jan 2008 18:08:36 +0100

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



reply via email to

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