]> git.donarmstrong.com Git - lilypond.git/commitdiff
Small fixes from mailist.
authorGraham Percival <graham@percival-music.ca>
Wed, 21 Mar 2007 19:51:14 +0000 (12:51 -0700)
committerGraham Percival <graham@percival-music.ca>
Wed, 21 Mar 2007 19:51:14 +0000 (12:51 -0700)
Documentation/user/advanced-notation.itely
input/lsr/LSR.ly

index 40d7100e3e7299128278145163faaf76cdb9f422..c29d00757bb11b3d62a09b6f9abaa0ca69f484a9 100644 (file)
@@ -256,11 +256,13 @@ properties
 @lilypond[quote,ragged-right,fragment,relative=1,verbatim]
 c1
 \textSpannerDown
-\override TextSpanner #'edge-text = #'("rall " . "")
+\override TextSpanner #'bound-details #'left #'text =
+  \markup { \upright "rall" } 
 c2\startTextSpan b c\stopTextSpan a
 \break
 \textSpannerUp
-\override TextSpanner #'edge-text = #(cons (markup #:italic "rit" ) "")
+\override TextSpanner #'bound-details #'left #'text =
+  \markup { \italic "rit" } 
 c2\startTextSpan b c\stopTextSpan a
 @end lilypond
 
index 4c39544852dab420e49d38ab673cc87e8c6225ea..9cabb98f31481027914b5b4913dbf42891f9a664 100644 (file)
@@ -5,42 +5,29 @@ texidoc = "@unnumbered LilyPond Examples
 These pages show LilyPond examples (snippets) from the
 @uref{http://lsr@/.dsi@/.unimi@/.it,LilyPond Snippet Repository}.
 
-@strong{@uref{ancient/collated-files.html,Ancient}}:
-These snippets are blah blah.
+@strong{@uref{ancient/collated-files.html,Ancient}}
 
-@strong{@uref{chords/collated-files.html,Chords}}:
-These snippets are fazzle snap.
+@strong{@uref{chords/collated-files.html,Chords}}
 
-@strong{@uref{connecting/collated-files.html,Connecting notes}}:
-These snippets are fazzle snap.
+@strong{@uref{connecting/collated-files.html,Connecting notes}}
 
-@strong{@uref{contemporary/collated-files.html,Contemporary notation}}:
-These snippets are fazzle snap.
+@strong{@uref{contemporary/collated-files.html,Contemporary notation}}
 
-@strong{@uref{expressive/collated-files.html,Expressive marks}}:
-These snippets are fazzle snap.
+@strong{@uref{expressive/collated-files.html,Expressive marks}}
 
-@strong{@uref{guitar/collated-files.html,Guitar notation}}:
-These snippets are fazzle snap.
+@strong{@uref{guitar/collated-files.html,Guitar notation}}
 
-@strong{@uref{parts/collated-files.html,Preparing parts}}:
-These snippets are blah blah.
+@strong{@uref{parts/collated-files.html,Preparing parts}}
 
-@strong{@uref{repeats/collated-files.html,Repeats}}:
-These snippets are blah blah.
+@strong{@uref{repeats/collated-files.html,Repeats}}
 
-@strong{@uref{spacing/collated-files.html,Spacing issues}}:
-These snippets are blah blah.
+@strong{@uref{spacing/collated-files.html,Spacing issues}}
 
-@strong{@uref{staff/collated-files.html,Staff notation}}:
-These snippets are blah blah.
+@strong{@uref{staff/collated-files.html,Staff notation}}
 
-@strong{@uref{text/collated-files.html,Text}}:
-These snippets are blah blah.
-
-@strong{@uref{vocal/collated-files.html,Vocal music}}:
-These snippets are blah blah.
+@strong{@uref{text/collated-files.html,Text}}
 
+@strong{@uref{vocal/collated-files.html,Vocal music}}
 "
 }