]> git.donarmstrong.com Git - lilypond.git/commitdiff
Docs: NR 1.2 Rhythms: Convert inline to snippet
authorTrevor Daniels <t.daniels@treda.co.uk>
Tue, 18 Nov 2008 09:00:45 +0000 (09:00 +0000)
committerTrevor Daniels <t.daniels@treda.co.uk>
Tue, 18 Nov 2008 09:01:11 +0000 (09:01 +0000)
 - the last one, and the last TODO!

Documentation/user/rhythms.itely

index 7a1dae4a817ea33f1603b529db2b9a074e8f9072..b26b07d6663f57438ef9e3083e53cffec03a7191 100644 (file)
@@ -1678,33 +1678,8 @@ a a a a
 @lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle]
 {reverting-default-beam-endings.ly}
 
-@c TODO Convert to snippet called "Beam endings in Score context"
-@c Submitted to LSR 3 Nov 08
-
-Beam-ending rules specified in the Score context apply to all
-staves, but can be modified at both Staff and Voice levels:
-
-@lilypond[quote,verbatim,relative=2]
-  \time 5/4
-  % Set default beaming for all staves
-  #(override-auto-beam-setting '(end * * 5 4) 3 8 'Score)
-  #(override-auto-beam-setting '(end * * 5 4) 7 8 'Score)
-  <<
-    \new Staff {
-      c8 c c c c c c c c c
-    }
-    \new Staff {
-      % Modify beaming for just this staff
-      #(override-auto-beam-setting '(end * * 5 4) 6 8 'Staff)
-      #(revert-auto-beam-setting '(end * * 5 4) 7 8 'Staff)
-      c8 c c c c c c c c c
-    }
-    \new Staff {
-      % Inherit beaming from Score context
-      c8 c c c c c c c c c
-    }
-  >>
-@end lilypond
+@lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle]
+{beam-endings-in-score-context.ly}
 
 
 @predefined