]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/engraver-init.ly
(process_music): delta-pitch -> delta-step.
[lilypond.git] / ly / engraver-init.ly
index 7798bc31458bc473bd4a5fae2ff7f27c386304c4..7e51f515750493d91456316e05593ff117fd3d6b 100644 (file)
@@ -51,8 +51,8 @@
   %% weird effects when doing instrument names for
   %% piano staves
 
-  instrument = #'()
-  instr = #'()
+  instrumentName = #'()
+  shortInstrumentName = #'()
   
   \defaultchild "Voice"
   \accepts "Voice"
@@ -93,7 +93,7 @@
   \consists "System_start_delimiter_engraver"
   systemStartDelimiter = #'SystemStartBracket
   vocalName = #'()
-  vocNam = #'()
+  shortVocalName = #'()
 
   \accepts "Staff"
   \accepts "DrumStaff"
@@ -294,8 +294,8 @@ contained staves are not connected vertically."
   \consists "Vertical_align_engraver"
   \consists "Instrument_name_engraver"
   
-  instrument = #'()
-  instr = #'()
+  instrumentName = #'()
+  shortInstrumentName = #'()
 }
 
 \context {