]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/volta-broken-left-edge.ly
* stepmake/stepmake/omf-targets.make (local-install): add
[lilypond.git] / input / regression / volta-broken-left-edge.ly
index 1eeef6e00344ab4cd6873679eb01bbcc36e54dc4..2351f432b68103962e8fcdaa6f42cd934ecf617c 100644 (file)
@@ -1,7 +1,9 @@
+\version "1.7.6"
 
 \header {
 texidoc ="Broken volta spanners behave correctly at left edge in all cases."
-};
+
+}
 
 %{
 
@@ -38,11 +40,11 @@ Bar 23      Perfect
 %}
 
 voiceB = \notes {
-    \clef bass;
+    \clef bass
      \property Staff.instrument = "Bass"
      \property Staff.instr = "B"
-     \key f \minor; 
-     \time 4/4;  
+     \key f \minor 
+     \time 4/4  
     f,2 (   ) f,8    r8   f8    e8    
     \repeat  volta 2
     {
@@ -128,10 +130,10 @@ voiceE = \notes {
 
     >
        \paper {
-           font_normal = 12.;
            \translator {
                 \StaffContext 
-                \consists Instrument_name_engraver;
+                \consists Instrument_name_engraver
            }
        }
 }
+%% new-chords-done %%