]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 13 Oct 2002 22:24:50 +0000 (22:24 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 13 Oct 2002 22:24:50 +0000 (22:24 +0000)
input/mutopia/F.Schubert/standchen.ly
input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly
input/regression/triplets.ly

index 5056d97674fdba58538cb0a9e1e7e48bbf8c1690..16125602b9acd44440c359d4725912db9cc88d0c 100644 (file)
@@ -1,5 +1,5 @@
 
-#(ly:set-point-and-click! 'line-column)
+% #(ly:set-point-and-click 'line-column)
 
 instrument = "Piano"
 
index 7d5c25ca90b8e8c2330a133c14f3dcf0348e3f79..587f2b20f56c4923906ba2a94e3c14e7dc0f4cfd 100644 (file)
@@ -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 }
index e5e555581326eaa2dfff28745b446b5d6f157069..c04fed8085678f9713fd81fda5924a9c3eb2f721 100644 (file)
@@ -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
index 13de30edd4081b30900222a2360dbad2c057b6ca..7e02265af90f31cd4d0ce60c03578c1e01cb132b 100644 (file)
@@ -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 } } }