]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/engravers-one-by-one.ly
Imported Upstream version 2.18.0
[lilypond.git] / Documentation / snippets / engravers-one-by-one.ly
index 3e9ea2fee859ee682cf903db089ceea3e7508b7c..bae30fb4402be3b6b3d429f0a94ee7a0f3dd603a 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.16.0"
+\version "2.17.29"
 
 \header {
   lsrtags = "contexts-and-engravers, specific-notation"
@@ -119,6 +119,7 @@ MyStaff = \context {
   shortInstrumentName = #'()
 
   \accepts "Voice"
+  \defaultchild "Voice"
 }
 
 
@@ -159,6 +160,7 @@ MyVoice = \context {
   %}
   \consists "Text_engraver"
   \consists "Dynamic_engraver"
+  \consists "Dynamic_align_engraver"
   \consists "Fingering_engraver"
 
   \consists "Script_column_engraver"