]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/triplets.ly
*** empty log message ***
[lilypond.git] / input / regression / triplets.ly
index 802727f22e5fbc9d90ba0a2617b9d3b24e27b2bf..7e02265af90f31cd4d0ce60c03578c1e01cb132b 100644 (file)
@@ -1,19 +1,22 @@
+\version "1.5.68"
+
 \header {
 texidoc="Simple beams.  This broke somewhere < 1.3.110
-";
-  title = "Gammes Chromatiques";
-  composer = "";
-  filename = "gammes_chromatiques.ly";
-}
 
-linebreak = \penalty -1000;
+DOCME ! what is this. 
+
+"
+  title = "Gammes Chromatiques"
+  composer = ""
+  filename = "gammes_chromatiques.ly"
+}
 
-$ex8 = \notes \relative c' {
+ex = \notes \relative c' {
   \repeat "volta" 2 {
     \times 2/3 {c8( cis d} \times 2/3 {dis e f} 
     \times 2/3 {fis g gis} \times 2/3 {a bes b} |
-    \property Voice.TupletBracket \override #'tuplet-number-visibility = ##f
-    \property Voice.TupletBracket \override #'tuplet-bracket-visibility = ##f
+    \property Voice.TupletBracket \override #'number-visibility = ##f
+    \property Voice.TupletBracket \override #'bracket-visibility = ##f
     \times 2/3 {c8 cis d} \times 2/3 {dis e f} 
     \times 2/3 {fis g gis} \times 2/3 {a bes b} |
     \times 2/3 {c b bes} \times 2/3 {a aes g}
@@ -21,7 +24,7 @@ $ex8 = \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 { \$ex8 } } }
+\score { \context Staff { \notes { \ex } } }