CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Graham Percival <[EMAIL PROTECTED]>     05/09/06 02:18:39

Modified files:
        .              : ChangeLog 
        Documentation/user: advanced-notation.itely 
                            instrument-notation.itely 
        input/test     : script-chart.ly 

Log message:
        Minor stuff

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.4113&tr2=1.4114&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/user/advanced-notation.itely.diff?tr1=1.60&tr2=1.61&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/user/instrument-notation.itely.diff?tr1=1.51&tr2=1.52&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/input/test/script-chart.ly.diff?tr1=1.32&tr2=1.33&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.4113 lilypond/ChangeLog:1.4114
--- lilypond/ChangeLog:1.4113   Mon Sep  5 14:19:56 2005
+++ lilypond/ChangeLog  Tue Sep  6 02:18:39 2005
@@ -1,3 +1,10 @@
+2005-09-05  Graham Percival  <[EMAIL PROTECTED]>
+
+       * Documentation/user/ instrument-notation.itely,
+       advanced-notation.itely: minor tweaks.
+
+       * input/test/script-chart.ly: add item padding.
+
 2005-09-05  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
 
        * flower/offset.cc: use math.h iso. <cmath>
Index: lilypond/Documentation/user/advanced-notation.itely
diff -u lilypond/Documentation/user/advanced-notation.itely:1.60 
lilypond/Documentation/user/advanced-notation.itely:1.61
--- lilypond/Documentation/user/advanced-notation.itely:1.60    Thu Sep  1 
03:26:31 2005
+++ lilypond/Documentation/user/advanced-notation.itely Tue Sep  6 02:18:39 2005
@@ -711,11 +711,11 @@
 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: lilypond/Documentation/user/instrument-notation.itely
diff -u lilypond/Documentation/user/instrument-notation.itely:1.51 
lilypond/Documentation/user/instrument-notation.itely:1.52
--- lilypond/Documentation/user/instrument-notation.itely:1.51  Fri Aug 19 
18:18:02 2005
+++ lilypond/Documentation/user/instrument-notation.itely       Tue Sep  6 
02:18:39 2005
@@ -1202,6 +1202,28 @@
 @end lilypond
 
 
[EMAIL PROTECTED] Spacing lyrics
+
[EMAIL PROTECTED] Spacing lyrics
[EMAIL PROTECTED] Lyrics, increasing space between
+
+To increase the space between lyrics, use the @code{SeparationItem}
+property.
+
[EMAIL PROTECTED],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
+}
[EMAIL PROTECTED] lyrics
+
+
+
 @node More stanzas
 @subsection More stanzas
 
Index: lilypond/input/test/script-chart.ly
diff -u lilypond/input/test/script-chart.ly:1.32 
lilypond/input/test/script-chart.ly:1.33
--- lilypond/input/test/script-chart.ly:1.32    Sun Jun 26 22:46:56 2005
+++ lilypond/input/test/script-chart.ly Tue Sep  6 02:18:39 2005
@@ -17,12 +17,13 @@
       \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


_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to