]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 13 Feb 2004 01:56:59 +0000 (01:56 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 13 Feb 2004 01:56:59 +0000 (01:56 +0000)
Documentation/topdocs/NEWS.texi
input/test/text-rotate.ly
input/test/transposition.ly

index 81db48e9556b219bc106bad604070bc182df0a02..7edf2db43fc5fa3846ad105507b589b387c6efa6 100644 (file)
@@ -56,7 +56,7 @@ hide tweaks at higher context levels.
 @item The lilypond-book script has been rewritten.
 It is shorter, cleaner and faster.  The special construct
 @code{mbinclude} has been removed, plain @code{@@include} or
-@code{\\input} can be used now.
+@code{\input} can be used now.
 
 @ignore
 It now supports
@@ -170,8 +170,8 @@ setting staff sizes. Both are demonstrated in this fragment:
 
 
 @noindent
-Both have  the same effect on the global layout  of a
-piece. Similarly, the paper size may be changed as follows
+Both have the same effect on the global layout of a piece. Similarly,
+the paper size may be changed as follows
 
 @example
   #(set-paper-size "a4")
index bb750a98e2e8ea2e7ab258afb5bc1a3949f7e2dd..09c16f01b9dae1e816c3159df720d0b09aee7106 100644 (file)
@@ -15,12 +15,15 @@ the lilypond.py script, and a line must be uncommented.
     
 
     }
+
+\version "2.1.22"
+
 \score {
 \new Staff \notes \relative c'' {
-    \property Staff.instrument = #"rotatebox{90}{Chor}"
+    \set Staff.instrument =  #"rotatebox{90}{Chor}"
 
 %%  uncomment this for rotation
-%    \property Staff.instrument        = #"\\rotatebox{90}{Chor}"
+%    \set Staff.instrument =  #"\\rotatebox{90}{Chor}"
 
     c4 c4 }
 
index 1667e5a7b707dc922f89bcec19a83423a248ee2c..43c2dbb768fe3141846f095cce3b8c35d0a2a12e 100644 (file)
@@ -1,9 +1,12 @@
 
-\version "1.9.6"
+\version "2.1.22"
 
 \header{ texidoc = "@cindex Transposition
 Transposition test file."
-}
+
+
+% huh what's this supposed to test? 
+     }
 
 
 
@@ -23,14 +26,14 @@ vTwo =  \notes \transpose c d { \vOne }
 vThree =  \notes \relative c''{
         \clef"violin"
 %        keysignature fis cis
-       \property Staff.keySignature = #'((0 . 2)(3 . 2))
+       \set Staff.keySignature =  #'((0 . 2)(3 . 2))
         \time 2/4 
         d4 d |       
 %        keysignature bes es fis
-       \property Staff.keySignature = #'((3 . 2)(2 . -2)(6 . -2))
+       \set Staff.keySignature =  #'((3 . 2)(2 . -2)(6 . -2))
         fis4 fis |         
 %        keysignature fis cis gis dis ais eis
-       \property Staff.keySignature = #'((2 . -2)(5 . -2)(1 . 2)(4 . 2)(0 . 2)(3 . 2))
+       \set Staff.keySignature =  #'((2 . -2)(5 . -2)(1 . 2)(4 . 2)(0 . 2)(3 . 2))
         cis4 ais4 |
 }