]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/volta.ly
* scripts/convert-ly.py (FatalConversionError.conv): conversion
[lilypond.git] / input / test / volta.ly
index 5ff5265dd5139ffa257771eab56cb16e6724bdf4..e4e895be1fffa1114e917d88280963324aed8ad4 100644 (file)
@@ -1,29 +1,30 @@
-
-
+\version "1.7.18"
+% DOCUMENT ME!
+% I think this is an old example of alternate repeats,
+% but that's covered in refman now.  candidate for delete.
 
 
 voiceE =  \notes {
-\clef bass;
+\clef bass
  \property Staff.instrument = "Bass"
  \property Staff.instr = "B"
-% \property Staff.VoltaBracket = \turnOff
 
- \time 4/4;  f,2 (   ) f,8    r8   f8    e8    
+ \time 4/4  f,2 (    f,8-)    r8   f8    e8    
 \repeat  volta 2
 {
  d8.    d16    e8.    f16    f8    c8    c16    c8. 
 }
 \alternative
 {
-    {   f,2 (   ) f,8    r8   f8    e8 ( \break   }
-    {   ) f,2.    r8   c16    c16      |
+    {   f,2 (    f,8-)    r8   f8    e8 ( \break   }
+    {    f,2.-)    r8   c16    c16      |
     }
 }
 }
 voicedefault =  \notes {
  
- \time 4/4; \key f \major ; 
- \tempo 4 = 200;
+ \time 4/4 \key f \major  
+ \tempo 4 = 200
 }
 \score{
         \notes <
@@ -37,12 +38,11 @@ voicedefault =  \notes {
 
     >
         \paper {
-            font_normal = 12.;
             \translator {
                  \StaffContext
                 TimeSignature \override   #'style = #'C
-                 \consists Instrument_name_engraver;
             }
         }
 }
 
+%% new-chords-done %%