From 2c84da4dc6bfb1c493cd5ff2a7c7dc6fff517bf0 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Wed, 21 Mar 2007 12:51:14 -0700 Subject: [PATCH] Small fixes from mailist. --- Documentation/user/advanced-notation.itely | 6 ++-- input/lsr/LSR.ly | 37 +++++++--------------- 2 files changed, 16 insertions(+), 27 deletions(-) diff --git a/Documentation/user/advanced-notation.itely b/Documentation/user/advanced-notation.itely index 40d7100e3e..c29d00757b 100644 --- a/Documentation/user/advanced-notation.itely +++ b/Documentation/user/advanced-notation.itely @@ -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 diff --git a/input/lsr/LSR.ly b/input/lsr/LSR.ly index 4c39544852..9cabb98f31 100644 --- a/input/lsr/LSR.ly +++ b/input/lsr/LSR.ly @@ -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}} " } -- 2.39.5