From 7dd4c43dc44b72e2f539596155b5791f4ac1e6b6 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Fri, 13 Feb 2004 01:56:59 +0000 Subject: [PATCH] *** empty log message *** --- Documentation/topdocs/NEWS.texi | 6 +++--- input/test/text-rotate.ly | 7 +++++-- input/test/transposition.ly | 13 ++++++++----- 3 files changed, 16 insertions(+), 10 deletions(-) diff --git a/Documentation/topdocs/NEWS.texi b/Documentation/topdocs/NEWS.texi index 81db48e955..7edf2db43f 100644 --- a/Documentation/topdocs/NEWS.texi +++ b/Documentation/topdocs/NEWS.texi @@ -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") diff --git a/input/test/text-rotate.ly b/input/test/text-rotate.ly index bb750a98e2..09c16f01b9 100644 --- a/input/test/text-rotate.ly +++ b/input/test/text-rotate.ly @@ -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 } diff --git a/input/test/transposition.ly b/input/test/transposition.ly index 1667e5a7b7..43c2dbb768 100644 --- a/input/test/transposition.ly +++ b/input/test/transposition.ly @@ -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 | } -- 2.39.5