]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/refman.itely
* Documentation/user/lilypond-book.itely: small cleanups
[lilypond.git] / Documentation / user / refman.itely
index 577beaf0d464c7d85d252ad2add8deee5dca7e49..aa864ff09675a1e3807a30ed5d558b441091a113 100644 (file)
@@ -497,16 +497,27 @@ a lilypond export option:
 
 @itemize @bullet
 @item
-@uref{http://denemo.sourceforge.net/, Denemo} was once intended as
+Denemo was once intended as
 a LilyPond graphical user interface.  It run on Gnome/GTK.
+
+@quotation
+@uref{http://denemo.sourceforge.net/}
+@end  quotation
+
 @item
-@uref{http://rnvs.informatik.tu-chemnitz.de/~jan/noteedit/noteedit.html, Noteedit}
- is a graphical score editor that runs under KDE/Qt.
+ Noteedit, a graphical score editor that runs under KDE/Qt.
+@quotation
+@uref{http://rnvs.informatik.tu-chemnitz.de/~jan/noteedit/noteedit.html,}
+@end quotation
+
 @item
-@uref{http://rosegarden.sf.net/, RoseGarden}
- was the inspiration for naming LilyPond.  Nowadays it has been
-rewritten from scratch and supports LilyPond export as of version
-0.1.6.
+RoseGarden was once the inspiration for naming LilyPond.  Nowadays it
+has been rewritten from scratch and supports LilyPond export as of
+version 0.1.6.
+
+@quotation
+@uref{http://rosegarden.sf.net/}
+@end quotation
 @end itemize
 
 Another option is to enter the music using your favorite MIDI
@@ -1339,29 +1350,12 @@ automatic beaming. This is done by setting @code{Voice.autoBeaming} to
 It is not possible to specify beaming parameters for beams with mixed
 durations, that differ from the beaming parameters of all separate
 durations, i.e., you'll have to specify manual beams to get:
-@c FIXME: lily wants symbol for no good reason.
-@c lilypond: music.cc:189: void Music::internal_set_mus_property(scm_unused_struct *, scm_unused_struct *): Assertion `type_check_assignment (s, v, ly_symbol2scm ("music-type?"))' failed.
-@c @lily pond[fragment,singleline,relative]
-@c   \property Voice.autoBeamSettings
-@c  \override #'(end * * * *) = #(make-moment 3 8)
-@c  \time 12/8 c'8 c c c16 c c c c c [c c c c] c8 c c4
-@c @end lily pond
-@quotation
-@example
+
+@lilypond[singleline,fragment,relative,noverbatim]
   \property Voice.autoBeamSettings
   \override #'(end * * * *) = #(make-moment 3 8)
   \time 12/8 c'8 c c c16 c c c c c [c c c c] c8 c c4
-@end example
-@end quotation
-@lilypond[singleline,relative,noverbatim]
-#(ly-set-option 'internal-type-checking #f)
-\score{
-  \notes\relative c{
-    \property Voice.autoBeamSettings
-    \override #'(end * * * *) = #(make-moment 3 8)
-    \time 12/8 c'8 c c c16 c c c c c [c c c c] c8 c c4
-  }  
-}
+@end lilypond
 It is not possible to specify beaming parameters that act differently in
 different parts of a measure. This means that it is not possible to use
 automatic beaming in irregular meters such as @code{5/8}.
@@ -2941,9 +2935,7 @@ is given though the fingering mechanism, e.g. @code{c4-3} for a C
 quarter on the third string. The string 1 is the lowest one, and the
 tuning defaults to the standard guitar tuning (with 6 strings).
 
-@c FIXME  TabStaff is broken
-@ignore
-@lily pond[fragment,verbatim]
+@lilypond[fragment,verbatim]
   \context TabStaff <
     \notes {
       \property Staff.Stem \override #'direction = #1
@@ -2953,7 +2945,6 @@ tuning defaults to the standard guitar tuning (with 6 strings).
     }
   >  
 @end lilypond
-@end ignore
 
 @node Non-guitar tablatures
 @subsection Non-guitar tablatures
@@ -2986,13 +2977,13 @@ the fingering information (which correspond to the string number) for
 the standard staff.
 
 @c FIXME
-@ignore
-@lily pond[verbatim]
-  part = \notes {
+@c @lily pond[verbatim]
+@example
+  part = \notes @{
     a,4-2 c'-5 a-4 e'-6
     e-3 c'-5 a-4 e'-6
-  }
-  \score{
+  @}
+  \score @{
     \context StaffGroup <
       \context Staff <
         % Hide fingering number
@@ -3006,9 +2997,9 @@ the standard staff.
         \part
       >
     >
-  }
-@end lilypond
-@end ignore
+  @}
+@end example
+@c @end lilypond
 
 @c . {Chords}
 @node Chords
@@ -4210,7 +4201,8 @@ marking:
 
 \score {
   \notes\relative c'' {
-    a1^#`((columns (font-relative-size . -1)) ,dotted-eight-note " = 64")
+    a1^#`((columns (font-relative-size . -1))
+           ,dotted-eight-note " = 64")
   }
   \paper {
     linewidth = -1.
@@ -4509,7 +4501,7 @@ value assigned in the @code{\paper} block), systems are evenly
 distributed vertically on the last page.  This might produce ugly
 results in case there are not enough systems on the last page.  Note
 that @command{lilypond-book} ignores @code{lastpagefill}.  See
-@ref{Insert music snippets into your texts using lilypond-book} for
+@ref{lilypond-book: integrating text and music} for
 more information.
 
 @cindex @code{lastpagefill}