From 17af33a16cacaa82368120948f2ca6208bf7a327 Mon Sep 17 00:00:00 2001 From: matsb Date: Sun, 12 Mar 2006 21:36:39 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 6 ++++ Documentation/user/instrument-notation.itely | 32 +++++++++++--------- 2 files changed, 23 insertions(+), 15 deletions(-) diff --git a/ChangeLog b/ChangeLog index 01e0010eaa..a8e8633f8f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-03-12 Mats Bengtsson + + * Documentation/user/instrument-notation.itely (Setting simple + songs): Added \book{...} around the full example, so the separate + markups are included in the printed example. + 2006-03-12 Han-Wen Nienhuys * scripts/lilypond-book.py (get_latex_textwidth): explicitly close tmphandle. diff --git a/Documentation/user/instrument-notation.itely b/Documentation/user/instrument-notation.itely index 8c5f2950a4..d1f9ba33ea 100644 --- a/Documentation/user/instrument-notation.itely +++ b/Documentation/user/instrument-notation.itely @@ -756,25 +756,27 @@ text = \lyricmode { it's fleece was white as snow. } -\score{ << - \new Voice = "one" { \melody } - \new Lyrics \lyricsto "one" \text +\book{ + \score{ << + \new Voice = "one" { \melody } + \new Lyrics \lyricsto "one" \text >> - \layout { } -} -\markup { \column{ - \line{ Verse 2. } - \line{ All the children laughed and played } - \line{ To see a lamb at school. } + \layout { } } -} -\markup{ - \wordwrap-string #" - Verse 3. + \markup { \column{ + \line{ Verse 2. } + \line{ All the children laughed and played } + \line{ To see a lamb at school. } + } + } + \markup{ + \wordwrap-string #" + Verse 3. - Mary took it home again, + Mary took it home again, - It was against the rule." + It was against the rule." + } } @end lilypond -- 2.39.5