]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/new/quoting-another-voice.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / new / quoting-another-voice.ly
index cfa4726f4213f8325f264551f0e7b10b58a7063e..e6fff64c1363537c33baf5f5ff4f1ea85e3354d2 100644 (file)
@@ -19,15 +19,15 @@ original = \relative c'' {
 
 <<
   \new Staff {
-    \set Staff.instrumentName = "quoteMe"
+    \set Staff.instrumentName = #"quoteMe"
     \quoteMe
   }
   \new Staff {
-    \set Staff.instrumentName = "orig"
+    \set Staff.instrumentName = #"orig"
     \original
   }
   \new Staff \relative c'' <<
-    \set Staff.instrumentName = "orig+quote"
+    \set Staff.instrumentName = #"orig+quote"
     \set Staff.quotedEventTypes = #'(note-event articulation-event)
     \original
     \new Voice {