]> git.donarmstrong.com Git - lilypond.git/commitdiff
Comment out \comma.
authorJan Nieuwenhuizen <janneke@gnu.org>
Sun, 18 Aug 2002 23:49:58 +0000 (23:49 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Sun, 18 Aug 2002 23:49:58 +0000 (23:49 +0000)
ChangeLog
input/test/trills.ly

index 203a73b87d47ff513fd93f6f3efa8e25057266c7..de0be30a7a11b5740ec1fcb44d46949fafa6473a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2002-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
 
+       * input/test/trills.ly: Comment out \comma.
+
        * lily/tab-note-heads-engraver.cc: 
        * scm/translator-property-description.scm: Add tablatureFormat.
 
index f00f0ce032e7c3a2099e861779a1157911a0b3f8..e19694773c2a1f314ffc3d87559a6db3464d920b 100644 (file)
@@ -1,3 +1,11 @@
+
+% Generated automatically by: lilypond-book.py
+% options are filename=/var/fred/cvs/savannah/lilypond/input/test/trills.ly printfilename  
+\include "paper16.ly"
+\paper  {
+  linewidth = 433.619940\pt
+  
+} 
 \version "1.5.68"
 \header {
   texidoc="Document trills, pralls and turns"
@@ -46,12 +54,17 @@ endHorizScript = {
         \context Voice=lower{\voiceTwo 
           \property Voice.Script \override #'extra-offset = #'(-0.8 . 2.0)
           b_\turn}>
-       \startHorizScript c^\comma
+       \startHorizScript
+%{ FIXME  \comma does not exist
+       c^\comma
        \time 3/8
        c4.^\comma
        b8 c4_\comma 
        c8 b4_\comma
-       b8 c4^\comma _\comma \endHorizScript
+       b8 c4^\comma _\comma
+%}
+       \endHorizScript
         \time  2/2 \slurDown
        <{c2}{s4 \invisible d1*1/4 ( \visible }> ) e2
        <{a,2}{s4 \invisible b1*1/4 ( \visible }> ) d2
@@ -97,4 +110,4 @@ endHorizScript = {
       }
     >
   >
-}
\ No newline at end of file
+}