]> git.donarmstrong.com Git - lilypond.git/commitdiff
Begin phasing out input/regression/ links in docs.
authorGraham Percival <graham@percival-music.ca>
Mon, 5 Feb 2007 00:01:14 +0000 (16:01 -0800)
committerGraham Percival <graham@percival-music.ca>
Mon, 5 Feb 2007 00:01:14 +0000 (16:01 -0800)
Documentation/user/advanced-notation.itely
Documentation/user/notation-appendices.itely
Documentation/user/tweaks.itely

index 66067fd1a3330104c0c008e47225e257bba5a5cc..f9d950cf946e78709759dc5c6bd660a78b8ae3de 100644 (file)
@@ -2580,6 +2580,7 @@ This only functions inside chords, even for single notes
 @node Grid lines
 @subsection Grid lines
 
+@c FIXME: get an example for grid lines.  -gp
 Vertical lines can be drawn between staves synchronized with
 the notes.
 
index 865cfd72b81f9a5477d146dfa8ab4c836637080d..77c3d366797840036275f67f829942e51a8e78e2 100644 (file)
@@ -15,6 +15,7 @@
 * MIDI instruments::            
 * List of colors::              
 * The Feta font::               
+* Note head styles::            
 @end menu
 
 
@@ -194,6 +195,14 @@ accessed directly using text markup such as @code{g^\markup @{
 @lilypondfile[noindent]{font-table.ly}
 
 
+@node Note head styles
+@appendixsec Note head styles
+
+@cindex note head styles
+The following styles may be used for note heads.
+
+@lilypondfile[noindent]{note-head-style.ly}
+
 @ignore
 @n ode All context properties
 @a ppendixsec All context properties
index 3d211709dd2d7e22f5bfafc08acbf596ba549d33..ad1280ef3a6fc5b145aebfcb9a20fba83746686f 100644 (file)
@@ -32,7 +32,18 @@ This may come as a surprise, but LilyPond is not perfect.  Some notation
 elements can overlap.  This is unfortunate, but (in most cases) is easily
 solved.
 
+@c  FIXME: find a better example for 5.1 Moving Objects.  -gp
+@c  yes, I want this TODO to be visible to end-users.  It's better
+@c  than having nothing at all.
+TODO: with the new spacing features in 2.12, these specific examples are no
+longer relevant.  However, they still demonstrate powerful features
+of lilypond, so they remain until somebody creates some better examples.
+
+@c % \once \override TextScript #'extra-offset = #'(0 . -2 )
+@c @l ilypond[quote,fragment,ragged-right,verbatim,relative=2]
 @lilypond[quote,fragment,ragged-right,verbatim,relative=2]
+  % temporary code to break this example:
+  % \once \override TextScript #'extra-offset = #'(0 . -2 )
 e4^\markup{ \italic ritenuto } g b e
 @end lilypond