General ⇒ Musixtex : without music lines
Musixtex : without music lines
I am a music teacher and I want (for young pupils, easy rhythms) to write notes without music lines. For example, two eighth notes beamed together, triplets, ... (with the same height)
With \startextract and \startpiece, it automatically begins music lines...
I totally begin with musixtex, and I am sorry if my question is too simple..
Many thanks. OB
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Musixtex : without music lines
Code: Select all
\documentclass{article}
\usepackage{musixtex}
\begin{document}
\begin{music}
\setlines{1}{0}%
\setclefsymbol{1}{\empty}%
\nobarnumbers
\startextract
\Notes\ql{kkkk}\enotes\bar
\Notes\qlp{k}\cl{k}\qlp{k}\cl{k}\enotes
\endextract
\end{music}
\end{document}
Musixtex : without music lines
With your help, it will be
Code: Select all
\begin{music}
\largemusicsize
\setlines{1}{0}
\setclefsymbol{1}{\empty}%
\nobarnumbers
\nostartrule
\startextract
{\Huge{\ding{192}}}$\;\;\;\;\;\;$
\Notes
\qa{a}\ibu0a0\qb0{a}\tbu0\qb0a\qa{a}\ibbu0a0\qb0{aaa}\tbu0\qb0a
\qa{a}
\enotes
\zendextract
\end{music}