From 9c5d53c4cdeb7d029cc185e4eb85f11651893dec Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Tue, 6 Sep 2005 02:18:39 +0000 Subject: [PATCH] Minor stuff --- ChangeLog | 7 +++++++ Documentation/user/advanced-notation.itely | 8 +++---- Documentation/user/instrument-notation.itely | 22 ++++++++++++++++++++ input/test/script-chart.ly | 5 +++-- 4 files changed, 36 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6394190229..29c6eee136 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-09-05 Graham Percival + + * Documentation/user/ instrument-notation.itely, + advanced-notation.itely: minor tweaks. + + * input/test/script-chart.ly: add item padding. + 2005-09-05 Han-Wen Nienhuys * flower/offset.cc: use math.h iso. diff --git a/Documentation/user/advanced-notation.itely b/Documentation/user/advanced-notation.itely index 0f4181862f..5c8974c272 100644 --- a/Documentation/user/advanced-notation.itely +++ b/Documentation/user/advanced-notation.itely @@ -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 diff --git a/Documentation/user/instrument-notation.itely b/Documentation/user/instrument-notation.itely index be0513cdb9..81f714ccd2 100644 --- a/Documentation/user/instrument-notation.itely +++ b/Documentation/user/instrument-notation.itely @@ -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 diff --git a/input/test/script-chart.ly b/input/test/script-chart.ly index d0eb0cc2bf..ccfe23055e 100644 --- a/input/test/script-chart.ly +++ b/input/test/script-chart.ly @@ -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 -- 2.39.2