X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=blobdiff_plain;f=Documentation%2Fuser%2Frefman.itely;h=e4f278c778610a91c65bd969789c011a4e5d0928;hb=5d5fbb2641fda6605cde61ebcd99b9bef2e94b4a;hp=cca14f14a8ec2695b3164022405665a153b80351;hpb=bc08c9f183b5e9eb401cf8d685da8e26ccc09834;p=lilypond.git diff --git a/Documentation/user/refman.itely b/Documentation/user/refman.itely index cca14f14a8..e4f278c778 100644 --- a/Documentation/user/refman.itely +++ b/Documentation/user/refman.itely @@ -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