]> git.donarmstrong.com Git - lilypond.git/commitdiff
Minor stuff
authorGraham Percival <graham@percival-music.ca>
Tue, 6 Sep 2005 02:18:39 +0000 (02:18 +0000)
committerGraham Percival <graham@percival-music.ca>
Tue, 6 Sep 2005 02:18:39 +0000 (02:18 +0000)
ChangeLog
Documentation/user/advanced-notation.itely
Documentation/user/instrument-notation.itely
input/test/script-chart.ly

index 6394190229d8acb1e3ef6ec33e58e09d76fe6e65..29c6eee1365cf61cbfeaa7e3819afacc1a304866 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-09-05  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/ instrument-notation.itely,
+       advanced-notation.itely: minor tweaks.
+
+       * input/test/script-chart.ly: add item padding.
+
 2005-09-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * flower/offset.cc: use math.h iso. <cmath>
index 0f4181862fe18a747f353fb5513160f03297dda6..5c8974c272d8590616bdf9db755c036bce64a7b1 100644 (file)
@@ -711,11 +711,11 @@ the metronome marking invisible
 To print other metronome markings, use these markup commands
 @lilypond[quote,raggedright,verbatim,relative,fragment]
 c4^\markup {
-  "("
+  (
   \smaller \general-align #Y #DOWN \note #"16." #1
-  "="
-  \smaller \general-align #Y #DOWN \note #"8" #1"
-  ")" }
+  =
+  \smaller \general-align #Y #DOWN \note #"8" #1
+  ) }
 @end lilypond
 
 @noindent
index be0513cdb99be780c1e63d615d50ff9ea5d358f0..81f714ccd2ba52155a8e2db9d05738e2747d5426 100644 (file)
@@ -1202,6 +1202,28 @@ set @code{melismaBusyProperties}, as is done in the example above.
 @end lilypond
 
 
+@subsection Spacing lyrics
+
+@cindex Spacing lyrics
+@cindex Lyrics, increasing space between
+
+To increase the space between lyrics, use the @code{SeparationItem}
+property.
+
+@lilypond[relative,verbatim,fragment,quote,raggedright]
+{ 
+  c c c c
+  \override Score.SeparationItem #'padding = #5
+  c c c c
+}
+\addlyrics {
+  longtext longtext longtext longtext
+  longtext longtext longtext longtext
+}
+@end lyrics
+
+
+
 @node More stanzas
 @subsection More stanzas
 
index d0eb0cc2bf36b8fb72268186259684d014f7f0e9..ccfe23055e53fd1c5a7e11e695cd8c530871196c 100644 (file)
@@ -17,12 +17,13 @@ This chart shows all articulations, or scripts, that feta font contains.
       \context Staff  {
        \set Score.timing = ##f
        \set Score.barAlways = ##t
+        \override Score.SeparationItem #'padding = #2.5
        \override Staff.BarLine  #'transparent = ##t
         c''\accent             c''\marcato            c''\staccatissimo        c''\espressivo
         c''\staccato           c''\tenuto             c''\portato
         c''\upbow              c''\downbow            c''\flageolet
-        c''\thumb              c''^\lheel              c''\rheel
-        c''^\ltoe               c''\rtoe               c''\open
+        c''\thumb              c''^\lheel             c''\rheel
+        c''^\ltoe              c''\rtoe               c''\open
         c''\stopped            c''\turn               c''\reverseturn
         c''\trill              c''\prall              c''\mordent
         c''\prallprall         c''\prallmordent       c''\upprall