Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2014
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. documentclass{article}
  2. usepackage{lilyglyphs}
  3. begin{document}
  4.  
  5. halfNote %shows a minim
  6.  
  7. meaninghalfNote
  8.  
  9. newcommand*{minima}[1][]{%
  10. setkeys{lilyDesignOptions}{scale=2.25,raise=.75}%
  11. lilyPrint[#1]{lilyGetGlyph{noteheads.s1neomensural}}%
  12. }
  13.  
  14. minima
  15.  
  16. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement