]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/tricks.itely
patch::: 1.3.142.jcn1
[lilypond.git] / Documentation / user / tricks.itely
index 87381bec1f85eb5e7a5e48cba70921fc26bf8dd8..6dd0de0430c301030ae24c989f9fe74572ac4921 100644 (file)
@@ -37,7 +37,6 @@ yes: \property Staff.VoltaBracket = #'((meta .  ((interfaces . ()))))
 @menu
 * Manual beam settings::        Manual beam settings
 * Engraver hacking::            Engraver hacking
-* Part combiner::               Part combiner
 * Markup text::                 Markup text
 * Apply hacking::               Apply hacking
 * Embedded TeX::                Embedded TeX
@@ -69,32 +68,6 @@ extension can be controlled through @code{Voice.Stem}'s grob-property
 @end lilypond
 @end quotation
 
-The beam symbol can be tweaked through @code{Voice.Beam}'s
-grob-properties @code{height} and @code{staff-position},
-in staff-spaces.
-
-Set @code{height} to zero, to get horizontal beams:
-
-@quotation
-@lilypond[fragment,relative,verbatim]
-  \property Voice.Beam \set #'direction = #1
-  \property Voice.Beam \set #'height = #0
-  [a''8 e' d c]
-@end lilypond
-@end quotation
-
-Here's how you'd specify a weird looking beam that instead of being
-horizontal, falls two staff spaces:
-
-@quotation
-@lilypond[fragment,relative,verbatim]
-  \property Voice.Beam \set #'staff-position = #2
-  \property Voice.Beam \set #'height = #-2
-  [c'8 c] 
-@end lilypond
-@end quotation
-@cindex @code{default-neutral-direction}
-
 The direction of a perfectly centred beams can be
 controlled through @code{Voice.Beam}'s grob-property
 @code{default-neutral-direction}
@@ -184,41 +157,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
@@ -252,7 +190,7 @@ Metrome hack...
 
 \score {
   \notes\relative c'' {
-    a1^#`(rows ,dotted-eight-note " = 64")
+    a1^#`((rows (font-relative-size . -1)) ,dotted-eight-note " = 64")
   }
   \paper {
     linewidth = -1.;