]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/extra-staff.ly
* scripts/convert-ly.py (FatalConversionError.figures_replace):
[lilypond.git] / input / test / extra-staff.ly
index 35eac6c9f4d0bdddcbb8f296ab27976a4151eadb..24bb53839e990f8aac9a4e818bf617e6de6aaa32 100644 (file)
@@ -1,23 +1,23 @@
 #(ly:set-option 'old-relative)
-\version "1.9.2"
+\version "1.9.4"
 % definately wil be renamed to something.
 %{
 (Message vers:9)
-To: Adrian Mariano <<adrian@camcornelledu>>.
+To: Adrian Mariano <adrian@camcornelledu>.
 cc: gnu-music-discuss@gnu.org
 Subject: Re: Switching from one staff to two staves 
 Reply-To: janneke@gnu.org
 In-reply-to: Your message of "Tue, 19 Jan 1999 12:27:10 EST."
-             <<199901191727.MAA29757@avalanchecamcornelledu>>. 
+             <199901191727.MAA29757@avalanchecamcornelledu>. 
 Date: Wed, 20 Jan 1999 09:39:22 +0100
-From: Jan Nieuwenhuizen <<jan@beavis-nt>>
+From: Jan Nieuwenhuizen <jan@beavis-nt>
 
 On Tuesday, 19 January 1999, Adrian Mariano writes:
 
-> I want to typeset something which starts out with just one staff and then
-> harmony comes in and there are two staves.  I can't figure out how to do
-> this.  I get an extra blank staff during the second section (using
-> Lily 1.1.15):
+>> I want to typeset something which starts out with just one staff and then
+>> harmony comes in and there are two staves.  I can't figure out how to do
+>> this.  I get an extra blank staff during the second section (using
+>> Lily 1.1.15):
 
 There used to be an example called 'multi.ly'...
 Try this (we'll include it in pl23/24):
@@ -30,15 +30,15 @@ extra-staff.ly:
 You can add an extra staff after the beginning of a piece. "}
 
 \score {
-       <
+       <<
                \new Staff \notes\relative c''{ c1 c c c c }
                \new StaffGroup \notes\relative c''{ 
                        \new Staff 
                        c1 c
-                       < \new Staff { c1 } \new Staff { c1 } >
+                       << \new Staff { c1 } \new Staff { c1 } >>
                        c
                }
-       >
+       >>
        \paper {
                raggedright = ##t
                \translator{