]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/tricks.itely
release: 1.3.138
[lilypond.git] / Documentation / user / tricks.itely
index 8a7e3a539d4bf923851010afe2d30b1e579d035b..21063ef65b4639dbf0fbf3edaa374ddf49d0a164 100644 (file)
@@ -184,41 +184,6 @@ No staff, no clef, squash pitches
 @end lilypond
 
 
-@node Part combiner
-@section Part combiner
-
-@lilypond[verbatim]
-\score{
-  \context Staff = flauti <
-    \time 4/4;
-    \context Voice=one \partcombine Voice
-    \context Thread=one \notes\relative c'' {
-      c4 d e f | b,4 d c d | r2 e4 f | c4 d e f |
-      c4 r e f | c4 r e f | c4 r a r | a a r a |
-      a2 \property Voice.soloADue = ##f a |
-    }
-    \context Thread=two \notes\relative c'' {
-      g4 b d f | r2 c4 d | a c c d | a4. b8 c4 d
-      c r e r | r2 s2 | a,4 r a r | a r r a |
-      a2 \property Voice.soloADue = ##f a |
-    }
-  >
-  \paper{
-    linewidth = 80 * \staffspace;
-    \translator{
-      \ThreadContext
-      \consists Rest_engraver;
-    }
-    \translator{
-      \VoiceContext
-      \remove Rest_engraver;
-    }
-  }
-}
-@end lilypond
-
-
-
 
 @node Markup text
 @section Markup text