[gsharp-cvs] CVS update: gsharp/Doc/buffer.tex

Robert Strandh rstrandh at common-lisp.net
Thu Nov 3 03:40:16 UTC 2005


Update of /project/gsharp/cvsroot/gsharp/Doc
In directory common-lisp.net:/tmp/cvs-serv24392/Doc

Modified Files:
	buffer.tex 
Log Message:
More constructors added.


Date: Thu Nov  3 04:40:15 2005
Author: rstrandh

Index: gsharp/Doc/buffer.tex
diff -u gsharp/Doc/buffer.tex:1.7 gsharp/Doc/buffer.tex:1.8
--- gsharp/Doc/buffer.tex:1.7	Wed Nov  2 06:52:29 2005
+++ gsharp/Doc/buffer.tex	Thu Nov  3 04:40:15 2005
@@ -249,6 +249,54 @@
 used when two voices share a staff, and one voice has all the stems up
 and the other has all the stems down. 
 
+\Defun {make-rest} {staff \key (staff-pos 4) (notehead :filled) (lbeams 0) (rbeams 0)
+		    (dots 0) (xoffset 0)}
+
+\Defun {make-lyrics-element} {staff \key (notehead :filled) (lbeams 0) (rbeams 0)
+		    (dots 0) (xoffset 0)}
+
+%-------------------------------------------------------------------
+\subsection{External representation}
+
+
+%===================================================================
+\section{The bar protocol}
+
+%-------------------------------------------------------------------
+\subsection{Description}
+
+
+%-------------------------------------------------------------------
+\subsection{Protocol classes and functions}
+
+\Defclass{bar}
+
+\Defclass{melody-bar}
+
+\Defun {make-melody-bar} {\key elements}
+
+\Defclass{lyrics-bar}
+
+\Defun {make-lyrics-bar} {\key elements}
+
+%-------------------------------------------------------------------
+\subsection{External representation}
+
+
+%===================================================================
+\section{The slice protocol}
+
+%-------------------------------------------------------------------
+\subsection{Description}
+
+
+%-------------------------------------------------------------------
+\subsection{Protocol classes and functions}
+
+\Defclass{slice}
+
+\Defun {make-slice} {\key bars}
+
 %-------------------------------------------------------------------
 \subsection{External representation}
 




More information about the Gsharp-cvs mailing list