]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/refman.itely
release: 1.3.134
[lilypond.git] / Documentation / user / refman.itely
index cca14f14a8ec2695b3164022405665a153b80351..e4f278c778610a91c65bd969789c011a4e5d0928 100644 (file)
@@ -2525,13 +2525,13 @@ If you just want the splitting of Threads and setting of directions, and
 not the textual markings, you may set the property @var{soloADue} to false:
 
 @lilypond[verbatim,singleline]
-\score {
-  \context Staff <
+  \score {
+    \notes \context Staff <
     \context Voice=one \partcombine Voice
-      \context Thread=one \notes\relative c'' {
+      \context Thread=one\relative c'' {
         b4 a c g
       }
-      \context Thread=two \notes\relative c'' {
+      \context Thread=two\relative c'' {
         d,2 a4 g'
       }
   >
@@ -2539,7 +2539,7 @@ not the textual markings, you may set the property @var{soloADue} to false:
     \translator {
       \VoiceContext
       soloADue = ##f
-    }
+    } }
   }
 }
 @end lilypond