From: Graham Percival Date: Wed, 24 Jan 2007 08:37:37 +0000 (-0800) Subject: Small font and presentation update for LSR. X-Git-Tag: release/2.11.14-1~13^2~6 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=61f4e2136fd454fda734f7ebc0f2847848f4e9ca;p=lilypond.git Small font and presentation update for LSR. --- diff --git a/Documentation/user/instrument-notation.itely b/Documentation/user/instrument-notation.itely index 6685470527..abff76eef1 100644 --- a/Documentation/user/instrument-notation.itely +++ b/Documentation/user/instrument-notation.itely @@ -1119,7 +1119,9 @@ There is one tricky aspect: the setting for @code{ignoreMelismata} must be set one syllable @emph{before} the non-melismatic syllable in the text, as shown here, +@c FIXME: breaks compile @lilypond[verbatim,ragged-right,quote] +%{ << \relative \new Voice = "lahlah" { \set Staff.autoBeaming = ##f @@ -1138,6 +1140,7 @@ in the text, as shown here, still } >> +%} @end lilypond diff --git a/input/lsr/LSR.ly b/input/lsr/LSR.ly index 168823a959..f29bcef989 100644 --- a/input/lsr/LSR.ly +++ b/input/lsr/LSR.ly @@ -1,15 +1,15 @@ \version "2.10.0" \header{ -texidoc = "@heading LilyPond Examples +texidoc = "@unnumbered LilyPond Examples These pages show LilyPond examples (snippets) from the @uref{http://lsr@/.dsi@/.unimi@/.it,LilyPond Snippet Repository}. -@c @s ubheading @uref{../trick/out-www/collated-files.html,Trick}: +@c @h eading @uref{../trick/out-www/collated-files.html,Trick}: @strong{@uref{../trick/out-www/collated-files.html,Trick}}: These snippets are blah blah. -@c @s ubheading @uref{../advanced/out-www/collated-files.html,Advanced}: +@c @h eading @uref{../advanced/out-www/collated-files.html,Advanced}: @strong{@uref{../advanced/out-www/collated-files.html,Advanced}}: These snippets are fazzle snap. diff --git a/input/lsr/advanced/AAA-intro-advanced.ly b/input/lsr/advanced/AAA-intro-advanced.ly index 73bf4078fe..ce1540cdd1 100644 --- a/input/lsr/advanced/AAA-intro-advanced.ly +++ b/input/lsr/advanced/AAA-intro-advanced.ly @@ -5,7 +5,7 @@ \header{ texidoc = #(string-append " -@section Introduction +@unnumbered Introduction This document shows all kinds of advanced snippets from the @uref{http://lsr@/.dsi@/.unimi@/.it,LilyPond Snippet Repository}. @@ -18,4 +18,4 @@ This document is for LilyPond version } % make sure .png is generated. -\lyrics { "(left blank intentionally)" } +\lyrics { " " } diff --git a/input/lsr/trick/AAA-intro-trick.ly b/input/lsr/trick/AAA-intro-trick.ly index 5010547c3e..ae4b6b0a6a 100644 --- a/input/lsr/trick/AAA-intro-trick.ly +++ b/input/lsr/trick/AAA-intro-trick.ly @@ -5,7 +5,7 @@ \header{ texidoc = #(string-append " -@section Introduction +@unnumbered Introduction This document shows all kinds of tricks from the @uref{http://lsr@/.dsi@/.unimi@/.it,LilyPond Snippet Repository}. @@ -18,4 +18,4 @@ This document is for LilyPond version } % make sure .png is generated. -\lyrics { "(left blank intentionally)" } +\lyrics { " " } diff --git a/input/lsr/trick/Adding-ambiti-per-voice.ly b/input/lsr/trick/Adding-ambiti-per-voice.ly deleted file mode 100644 index 58d3f28bf1..0000000000 --- a/input/lsr/trick/Adding-ambiti-per-voice.ly +++ /dev/null @@ -1,22 +0,0 @@ -\version "2.10.12" - -\header { texidoc = " -

Ambits can be added per voice. In that case, the -ambitus must be moved manually to prevent collisions. -" } - -\new Staff << - \new Voice \with { - \consists "Ambitus_engraver" - } \relative c'' { - \voiceOne - c4 a d e f2 - } - \new Voice \with { - \consists "Ambitus_engraver" - } \relative c' { - \voiceTwo - es4 f g as b2 - } ->> - diff --git a/input/test/AAA-intro-test.ly b/input/test/AAA-intro-test.ly index f19247dc22..b0abda40dd 100644 --- a/input/test/AAA-intro-test.ly +++ b/input/test/AAA-intro-test.ly @@ -5,7 +5,7 @@ \header{ texidoc = #(string-append " -@section Introduction +@unnumbered Introduction This document shows all kinds of tips and tricks, from simple to advanced. You may also find dirty tricks, or the very very