]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/essay/engraving.itely
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / Documentation / essay / engraving.itely
index ef13eaab7702a122fdf75a91e0f78b7124dac7fa..3b97143b2a713f2583f99dc4dbbd4903ada7db0c 100644 (file)
@@ -8,7 +8,7 @@
     Guide, node Updating translation committishes..
 @end ignore
 
-@c \version "2.19.21"
+@c \version "2.19.24"
 
 @node Music engraving
 @chapter Music engraving
@@ -970,8 +970,8 @@ formed by the concept of music expressions: by combining small
 fragments of music into larger ones, more complex music can be
 expressed.  For example
 
-@lilypond[quote,verbatim,fragment,relative=1]
-f4
+@lilypond[quote,verbatim,fragment]
+f'4
 @end lilypond
 
 @noindent
@@ -1446,11 +1446,11 @@ note head symbol is changed during the music fragment.
   <d f g>4
   \once \override NoteHead.style = #'cross
   <d f g>4
-  \applyOutput #'Voice #mc-squared
+  \applyOutput Voice #mc-squared
   <d f g>4
   <<
     { d8[ es-( fis^^ g] fis2-) }
-    \repeat unfold 5 { \applyOutput #'Voice #mc-squared s8 }
+    \repeat unfold 5 { \applyOutput Voice #mc-squared s8 }
   >>
 }
 @end lilypond