From f2c6d35a28d47eb92b8bb879f94398833f985bce Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Sun, 18 Aug 2002 23:49:58 +0000 Subject: [PATCH] Comment out \comma. --- ChangeLog | 2 ++ input/test/trills.ly | 19 ++++++++++++++++--- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 203a73b87d..de0be30a7a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2002-08-19 Jan Nieuwenhuizen + * input/test/trills.ly: Comment out \comma. + * lily/tab-note-heads-engraver.cc: * scm/translator-property-description.scm: Add tablatureFormat. diff --git a/input/test/trills.ly b/input/test/trills.ly index f00f0ce032..e19694773c 100644 --- a/input/test/trills.ly +++ b/input/test/trills.ly @@ -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 +} -- 2.39.5