From f0fa1bd76a8639d04f1c32d7a16822664ebffa52 Mon Sep 17 00:00:00 2001
From: hanwen <hanwen>
Date: Sun, 13 Oct 2002 22:24:50 +0000
Subject: [PATCH] *** empty log message ***

---
 input/mutopia/F.Schubert/standchen.ly            | 2 +-
 input/mutopia/J.S.Bach/baerenreiter-sarabande.ly | 2 +-
 input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly     | 2 +-
 input/regression/triplets.ly                     | 7 ++++---
 4 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/input/mutopia/F.Schubert/standchen.ly b/input/mutopia/F.Schubert/standchen.ly
index 5056d97674..16125602b9 100644
--- a/input/mutopia/F.Schubert/standchen.ly
+++ b/input/mutopia/F.Schubert/standchen.ly
@@ -1,5 +1,5 @@
 
-#(ly:set-point-and-click! 'line-column)
+% #(ly:set-point-and-click 'line-column)
 
 instrument = "Piano"
 
diff --git a/input/mutopia/J.S.Bach/baerenreiter-sarabande.ly b/input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
index 7d5c25ca90..587f2b20f5 100644
--- a/input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
+++ b/input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
@@ -1,6 +1,6 @@
 \version "1.7.3"
 
-#(ly:set-point-and-click! 'line-column)
+% #(ly:set-point-and-click 'line-column)
 
 forcedBreak = \notes { }
 %%forcedBreak = \notes { \break }
diff --git a/input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly b/input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly
index e5e5555813..c04fed8085 100644
--- a/input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly
+++ b/input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly
@@ -1,6 +1,6 @@
 
 
-% #(ly:set-point-and-click! 'line-column)
+% #(ly:set-point-and-click 'line-column)
 
 longgrace = \property Voice.Stem \override #'stroke-style = #'()
 endlonggrace = \property Voice.Stem \revert #'stroke-style
diff --git a/input/regression/triplets.ly b/input/regression/triplets.ly
index 13de30edd4..7e02265af9 100644
--- a/input/regression/triplets.ly
+++ b/input/regression/triplets.ly
@@ -2,14 +2,15 @@
 
 \header {
 texidoc="Simple beams.  This broke somewhere < 1.3.110
+
+DOCME ! what is this. 
+
 "
   title = "Gammes Chromatiques"
   composer = ""
   filename = "gammes_chromatiques.ly"
 }
 
-linebreak = \penalty #-1000
-
 ex = \notes \relative c' {
   \repeat "volta" 2 {
     \times 2/3 {c8( cis d} \times 2/3 {dis e f} 
@@ -23,7 +24,7 @@ ex = \notes \relative c' {
     \times 2/3 {c b bes} \times 2/3 {a aes g}
     \times 2/3 {fis f e} \times 2/3 {ees d )des}
   }
-  c1 || \linebreak
+  c1 
 }
 
 \score { \context Staff { \notes { \ex } } }
-- 
2.39.5