]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/triplets.ly
patch::: 1.3.127.jcn1
[lilypond.git] / input / regression / triplets.ly
index 802727f22e5fbc9d90ba0a2617b9d3b24e27b2bf..04f9ecbbac3e30268ac3930b4fcf5c1c71212c4d 100644 (file)
@@ -8,7 +8,7 @@ texidoc="Simple beams.  This broke somewhere < 1.3.110
 
 linebreak = \penalty -1000;
 
-$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} |
@@ -24,4 +24,4 @@ $ex8 = \notes \relative c' {
   c1 || \linebreak
 }
 
-\score { \context Staff { \notes { \$ex8 } } }
+\score { \context Staff { \notes { \ex } } }