]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/time-signature-double.ly
*** empty log message ***
[lilypond.git] / input / test / time-signature-double.ly
index dd89d97dbd0355c532e26493a94ca0e7ef13c6a2..396166d0d6d106643179344be3760889555d9878 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "1.9.4"
+\version "2.2.0"
 
 \header { texidoc= "
 
@@ -9,8 +9,8 @@
 
 
 Double time
-signatures are not supported explicitly, but can be faked with markups
-and overriding formatting routines. " }
+signatures are not supported explicitly, but they can be faked with 
+markups and overriding formatting routines. " }
 
 tsMarkup =
 \markup  {
@@ -23,8 +23,8 @@ tsMarkup =
 
 \score  { \notes \relative c'
          {
-          \property Staff.TimeSignature \override #'molecule-callback = #Text_item::brew_molecule
-          \property Staff.TimeSignature \override #'text = #tsMarkup
+          \override Staff.TimeSignature  #'print-function = #Text_item::print
+          \override Staff.TimeSignature  #'text = #tsMarkup
           
           
           \time 3/2