]> git.donarmstrong.com Git - lilypond.git/commitdiff
Backport.
authorGraham Percival <graham@percival-music.ca>
Fri, 31 Mar 2006 05:46:10 +0000 (05:46 +0000)
committerGraham Percival <graham@percival-music.ca>
Fri, 31 Mar 2006 05:46:10 +0000 (05:46 +0000)
Documentation/user/advanced-notation.itely

index c02d58a4733fc2bf5b5669b990dae914b5abc710..95ece143e720536e241a5760d8a9ba68e2add0bb 100644 (file)
@@ -237,27 +237,6 @@ staff, you may alter this to print them on every staff,
 }
 @end lilypond
 
-Although text marks are normally only printed above the topmost
-staff, you may alter this to print them on every staff,
-
-@lilypond[quote,ragged-right,verbatim,relative=2]
-{
-  \new Score \with {
-    \remove "Mark_engraver"
-  }
-  <<
-    \new Staff \with {
-      \consists "Mark_engraver"
-    }
-    { c''1 \mark "foo" c'' }
-    \new Staff \with {
-      \consists "Mark_engraver"
-    }
-    { c'1 \mark "foo" c' }
-  >>
-}
-@end lilypond
-
 
 @seealso
 
@@ -1006,25 +985,6 @@ To center instrument names while leaving extra space to the right,
 @end lilypond
 
 
-To center instrument names while leaving extra space to the right,
-
-@lilypond[quote,verbatim,ragged-right]
-\new StaffGroup \relative
-<<
-  \new Staff {
-    \set Staff.instrument
-    = \markup { \hcenter-in #10 "blabla" }
-    c1 c1
-  }
-  \new Staff {
-    \set Staff.instrument
-    = \markup { \hcenter-in #10 "blo" }
-    c1 c1
-  }
->>
-@end lilypond
-
-
 @seealso
 
 Program reference: @internalsref{InstrumentName}.