]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/staff-margin.ly
* scm/chord-name.scm: Super/raise changes and fixes for Banter.
[lilypond.git] / input / regression / staff-margin.ly
index 11f9f0fec8d7943ea3ba0ee1e15dbfd0e6ca386f..6f0f6f0bc30718fd9c0e3fc261711eeeb0392fe6 100644 (file)
@@ -1,9 +1,10 @@
+\version "1.7.6"
 \header{
 texidoc="
 Staff margins are also markings attached to barlines.  They should be
 left of the staff, and be centered vertically wrt the staff.  They may
-be on normal staffs, but also on compound staffs, like the PianoStaff
-";
+be on normal staves, but also on compound staves, like the PianoStaff
+"
 }
 
        
@@ -15,14 +16,10 @@ be on normal staffs, but also on compound staffs, like the PianoStaff
     \context Staff = treble    {
       \property PianoStaff.instrument = "Piano "
       \property Staff.instrument = "Right " { c''4 }}
-    \context Staff = bass { \property Staff.instrument = "Left " \clef bass; c4 }>
+    \context Staff = bass { \property Staff.instrument = "Left " \clef bass c4 }>
 
 \paper {
-linewidth=-1.0;
-\translator { \ScoreContext
-       
-       }
-\translator { \StaffContext \consists "Instrument_name_engraver"; }
-\translator { \PianoStaffContext \consists "Instrument_name_engraver"; }
+linewidth=-1.0
 }}
 
+%% new-chords-done %%