This patch adds scripts.lvide and scripts.rvide glyphs to the parmesan font:
   http://codereview.appspot.com/110073

An example is attached.

Okay to apply?

Cheers,
Reinhold
-- 
------------------------------------------------------------------
Reinhold Kainhofer, reinh...@kainhofer.com, http://reinhold.kainhofer.com/
 * Financial & Actuarial Math., Vienna Univ. of Technology, Austria
 * http://www.fam.tuwien.ac.at/, DVR: 0005886
 * LilyPond, Music typesetting, http://www.lilypond.org

Attachment: rehearsal-mark-vide.pdf
Description: Adobe PDF document

\header { texidoc= "
Vide sections (indicated by a white arrow on a black circle)."
}

\version "2.13.4"

\paper { ragged-right = ##t } 

lvide = \mark \markup { \musicglyph #"scripts.lvide" }
rvide = \mark \markup { \musicglyph #"scripts.rvide" }

\relative c''{
  c1 | \mark \markup { \musicglyph #"scripts.lvide" }
  c1 | 
  c1 | \mark \markup { \musicglyph #"scripts.rvide" }
  c1 | 
}

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

Reply via email to