]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/triplets.ly
*** empty log message ***
[lilypond.git] / input / regression / triplets.ly
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 } } }