]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/measure-grouping.ly
Issue 1388: Initial work to support opentype font features.
[lilypond.git] / input / regression / measure-grouping.ly
index 270b5bc73d2cf15c899d98a8e459812db54ce04d..5e27084142ec371087fb306731c225f898980092 100644 (file)
@@ -7,7 +7,7 @@ brackets above beats when the beats of a time signature are grouped.  "
 
 }
 
-\version "2.19.21"
+\version "2.19.40"
 
 \layout  {
   ragged-right = ##t
@@ -22,11 +22,11 @@ brackets above beats when the beats of a time signature are grouped.  "
 \relative {
   \time 2/4 
   c'8 a'4 a8~
-  \time #'(3 2) 5/8 
+  \time 3,2 5/8 
   a8 bes4 r8 bes8->
   \time 2/4
   c,8 g'4 g8~
-  \time #'(3 2) 5/8 
+  \time 3,2 5/8 
   g8 a4 g a4.->
 }