Am 06.04.2011 10:04, schrieb Thomas Scharkowski:
Hi,

how can I put the "8" of e.g the "G_8" clef in brackets?
I use the following definition

parenthesizeOctavateEight = \override Staff.OctavateEight #'stencil =
  #(lambda (grob)
     (grob-interpret-markup grob
       (markup #:concat ("(" #:general-align Y DOWN #:stencil
                        (ly:text-interface::print grob) ")"))))

and then

music = {
   \parenthesizeOctavateEight
   \clef "G_8"
   c4 d e f
}

HTH,

Marc

Thank you,

Thomas

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to